@charset "utf-8";

div.basepage .main_contents h1 {
	color: #EB6D8E;
	margin-bottom: 0px;
	border-top: 3px solid #EB6D8E;
	border-bottom: 3px solid #EB6D8E;
	background-color: #FDF0F4;
	padding-top: 18px;
	padding-bottom: 18px;
	display: block;
}
#main_content {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h1 > ul {
	width: auto;
	display: table;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

h1 > ul > li {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: table-cell;
	vertical-align: middle;
}
h1 > ul > li:nth-child(1) {
	padding-left: 30px;
}
#teikeitokuten h2 {
	margin-bottom: 16px;
	font-size: 18px;
	font-weight: bold;
}
#teikeitokuten img {
	max-width: 100%;
	width: auto;
}
#teikeitokuten .icon-box {
	display: table;
	width: 100%;
}
#teikeitokuten .icon-box > * {
	display: table-cell;
	vertical-align: middle;
}
#teikeitokuten .icon-box > .catch {
	padding-left: 12px;
}

#teikeitokuten .icon,
#teikeitokuten .icon img {
	width: 47px;
}
#teikeitokuten .catch {
	color: #EB6D8E;
	font-size: 15px;
}
#teikeitokuten dl {
	padding-top: 15px;
}
#teikeitokuten dt {
	color: #EB6D8E;
}
#teikeitokuten dd {
	padding-bottom: 20px;
}
#teikeitokuten ul {
	padding-bottom: 10px;
}
#teikeitokuten li {
	position: relative;
	padding-left: 15px;
}
#teikeitokuten li::before {
	content: "○";
	position:absolute;
	left: 0;
	top: 0;
}
#teikeitokuten table {
	width: 100%;
	margin: 5px 0;
}
#teikeitokuten table tr > * {
	font-weight: normal;
	text-align: center;
}
#teikeitokuten table td {
	padding: 8px;
	border-left: 1px solid #EB6D8E;
	border-bottom: 1px solid #EB6D8E;
	border-right: 1px solid #EB6D8E;
}
#teikeitokuten table th {
	font-size: 12px;
	padding: 5px;
	background: #EB6D8E;
	color: #FFFFFF;
	border-left: 1px solid #FFFFFF;
}
#teikeitokuten table th:first-child {
	border-left: 1px solid #EB6D8E;
}
#teikeitokuten .small {
	font-size: 11px;
}
#teikeitokuten a.blue {
	color: #00A0EA;
}
#teikeitokuten a.btn-link {
	display: inline-block;
	font-size: 14px;
	border: 2px solid #EB6D8E;
	color: #EB6D8E;
	background-image: url(../images/teikeitokuten/arrow_left.png);
	background-repeat: no-repeat;
	background-position: 90% 50%;;
	background-size: 7px auto;
	padding: 10px 40px 9px 18px;
}
#teikeitokuten sup {
	line-height: 1;
	vertical-align: text-top;
}
#teikeitokuten a.btn-detail {
	display: block;
	border: 2px solid #EB6C8D;
	border-radius: 4px;
	line-height: 1;
	margin: auto;
	padding: 8px;
	text-align: center;
}
#teikeitokuten a.btn-detail img {
	width: 100%;
	max-width: 154px;
}
#teikeitokuten .red {
  color: #f00;
}
#teikeitokuten .fs-xsmall {
  font-size: 85%;
}
#teikeitokuten .list {
  padding: 0;
}
#teikeitokuten .list > li {
  position: relative;
  padding-left: 1.3em;
}
#teikeitokuten .list > li::before {
  position: absolute;
  top: 0;
  left: 0;
}
#teikeitokuten .list.smldot > li::before {
  content: "・";
}
#teikeitokuten .list.circle > li::before {
  content: "○";
}
#teikeitokuten .data-box .border-box {
  margin-top: 15px;
}
#teikeitokuten .data-box .border-box dl {
  padding: 0;
}
#teikeitokuten .data-box .border-box dl dt {
  color: #231815;
  margin-bottom: .2em;
}
#teikeitokuten .data-box .border-box dl dd {
  padding: 0;
}
#teikeitokuten .data-box .border-box dl dd + dt {
  margin-top: 1.5em;
}
#teikeitokuten .data-box .border-box dl dd > * + * {
  margin-top: .5em;
}

/* スマホ向けのスタイル：960px */
@media only screen and (max-width: 768px) {
  #main_content .header {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
  div.basepage .main_contents h1 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    border-style: none;
  }
  div.basepage .main_contents.contents-page h1 {
    margin-bottom: 0px;
  }


  h1 > ul {
    display: block;
  }

  h1 > ul > li {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    display: block;
  }

  h1 > ul > li:nth-child(1) {
    display: none;
  }
  #main_title {
    display: block;
    padding-top: 10px;
    padding-bottom: 20px;
    color: #EB6D8E;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  #teikeitokuten h2 {
    background: #EB6D8E;
    color: #FFFFFF;
    border-bottom: none;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #teikeitokuten * + h2 {
    margin-top: 40px;
  }
  #teikeitokuten .logo {
    margin: 20px auto;
    max-width: 402px;
    width: 70%;
  }
  #teikeitokuten .data-box {
    padding-top: 15px;
  }
  #teikeitokuten a.btn-link {
    display: block;
    background-position: 96% 50%;
    padding: 10px 30px 10px 4%;
  }
	#teikeitokuten a.btn-detail {
		width: 100%;
		margin-top: 10px;
	}
  #teikeitokuten .data-box .border-box {
    padding: 10px 3%;
  }

}

/* タブレット＆PCのスタイル：768px */
@media only screen and (min-width: 769px) {
  #teikeitokuten {
    padding: 40px 0 20px;
  }
  #teikeitokuten h2 {
    color: #EB6D8E;
    border-color: #EB6D8E;
    border-width: 2px;
  }
  #teikeitokuten * + h2 {
    margin-top: 30px;
    padding-top: 30px;
  }

  #teikeitokuten .icon-box {
    float: left;
    width: 70%;
    margin-top: 5px;
  }
  #teikeitokuten .logo {
    width: 30%;
    float: right;
  }
  #teikeitokuten .data-box {
    clear: both;
    padding-top: 20px;
  }
  #teikeitokuten a.btn-link {
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -ms-transition: .5s ease;
    -o-transition: .5s ease;
  }
  #teikeitokuten a.btn-link:hover {
    background-color: #FDF4F6;
  }
	#teikeitokuten a.btn-detail {
		width: 300px;
		margin-top: 20px;
	}
	#teikeitokuten a.btn-detail:hover {
		background: #FDF0F4;
	}
  #teikeitokuten .data-box .border-box {
    padding: 25px 30px;
  }


}
