@charset "UTF-8";
* {
	box-sizing: border-box;
}
html {
  display: block;
	-webkit-text-size-adjust: 100%; /* iPhoneでランドスケープにした時に文字サイズ自動変更禁止 */
}
body {
  margin: 0 auto;
}
.contents_inner {
  line-height: 1.6;
  font-family: 游ゴシック体,YuGothic,游ゴシック,Yu Gothic,ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,Osaka,Arial,ＭＳ Ｐゴシック,MS PGothic,sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #333;
}

main.contents {
  word-break: break-all;
  letter-spacing: 0.05em;
  max-width: 760px !important;
  margin: 30px auto 0;
}

.contents h1 {
	flex: 1;
  font-size: 2.2rem;
  padding: 0 20px 20px;
}
.contents h2 {
  font-size: 1.8rem;
  border-left: 2px solid #d71129;
  padding-left: 10px;
}
p {
  font-size: 1.0rem;
}
p.release_data {
  padding:0 20px;
  color: #707070;
  font-size: 0.9rem;
}

.topborder{
  border-top: 1px solid #d3d3d3;
}
.content-box-h1 {
  margin: 30px 20px 0;
}
.content-box-h2 {
  margin: 20px 20px 0;
}
.content-box-h2 + h2 {
  margin-top: 30px;
}
.content-box-h2 table {
  width: 100%;
  border: none;
}
.content-box-h2 table tr,.content-box-h2 table td {
  font-size: 1.4rem;
}
.content-box-h2 table th {
  position: relative;
  width: 35%;
  vertical-align: top;
  text-align: left;
  font-weight: 500;
  padding-right: 20px;
}
.content-box-h2 table th:after {
  content: '：';
  position: absolute;
  width: 20px;
  top: 0;
  right: 0;
}
.content-box-h2 table td {
  width: 65%;
}
.content-box-h2 table td .linkWindow {
  position: relative;
}
.content-box-h2 table td .linkWindow::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% - 5px);
  right: -16px;
  width: 11px;
  height: 11px;
  background-image: url(/med/app-files/img/sprite/icon.svg#blank-usage);
  background-size: 11px auto;
}
.ls_01 {
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .spOnly {
  display: none;
  }
}
@media screen and (max-width: 767.98px) {
  .topborder {
    margin: 0 10px 0 ;
  }
  .content-box-h2 {
    margin: 20px 10px 0;
  }
  .content-box-h2 table tr {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d3d3d3;
  }
  .content-box-h2 table th, .content-box-h2 table td {
    width: 100%;
    display: list-item;
    list-style-type: none;
  }
  .content-box-h2 table th {
    font-weight: bold;
  }
  .content-box-h2 table th::after {
    display: none;
  }
  .ls_02 {
    letter-spacing: -0.01em;
  }
  .content-box-h2 table td {
    font-weight: normal;
    /*padding-left: 1em;*/
  }
  .pcOnly {
    display: none;
  }
}

.area_button {
    background: #FFFFFF;
    text-align: center;
    margin-top: 100px;
}
.area_button__titbox__tit {
    font-size: 26px;
    color: #333333;
    margin: 10px 0 20px;
}
.redtext {
    color: #cc0d21;
}
.area_button__link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 760px;
}
.area_button__link li {
    width: 100%;
    max-width: 138px;
}
.area_button__link li a {
    text-align: center;
    position: relative;
    display: block;
    font-size: 17px;
    font-weight: bold;
    border: 2px solid #cc0d20;
    border-radius: 5px;
    padding: 10px 36px 9px 9px;
    width: 100%;
    color: #333333;
    box-shadow: 0 1px 1px 1px rgb(0 0 0 / 10%);
}
.area_button__link li a:before {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: #cc0d21;
    content: "";
    width: 27px;
}
.area_button__link li a:after {
    -webkit-transform: rotate(45deg);
    display: block;
    position: absolute;
    transform: rotate(45deg);
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    content: "";
    top: calc(50% - 4px);
    right: 10px;
    width: 8px;
    height: 8px;
}
@media print, screen and (min-width: 768px){
	.area_button__link li a:hover {
			opacity: 0.7;
	}
}
@media screen and (max-width: 767.98px) {
  .area_button {
    margin-top: 0;
    padding: 50px 0 20px;
	}
	.area_button__titbox__tit {
    font-size: 2.4rem;
    margin: 15px 5px;
	}
	.area_button__link {
    margin: 0 10px 0;
    max-width: 100%;
	}
	.area_button__link li {
    max-width: 100%;
	}
	.area_button__link li a {
    text-align: center;
    position: relative;
    display: block;
    font-size: 1.8rem;
    font-weight: bold;
    border: 2px solid #cc0d20;
    border-radius: 5px;
    padding: 10px 36px 9px 9px;
    margin-bottom: 5px;
    width: 100%;
    color: #333333;
    box-shadow: 0 1px 1px 1px rgb(0 0 0 / 10%);
	}
	.area_button__link li a:before {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: #cc0d21;
    content: "";
    width: 27px;
	}
	.area_button__link li a:after {
    -webkit-transform: rotate(45deg);
    display: block;
    position: absolute;
    transform: rotate(45deg);
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    content: "";
    top: calc(50% - 4px);
    right: 10px;
    width: 8px;
    height: 8px;
	}
}