@charset "utf-8";

/*----------------------------------------------------
  基本のレイアウト
----------------------------------------------------*/
.header,
.footer {
  min-width: 1120px; /* タブレット端末対策 */
}
body {
  color: #222;
  font-size:1.6rem;
}
.container {
  width: 1120px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}
.page-wrapper {
  background: url(../images/common/bg_contents.png) bottom left no-repeat;
  padding-bottom: 70px;
  padding-top: 10px;
}
.contents-wrapper {
  border-radius: 0.5rem;
  background-color: #e5f5f4;
  padding: 1rem 3rem;
  margin-top: 1rem;
}
.contents-block {
  background-color: #fff;
  padding: 1.5rem 2rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  margin-bottom: 1rem;
}
.contents-wrapper .contents-block:last-of-type {
  margin-bottom: 0;
}
/*汎用クラス*/
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.text-center {
  text-align: center;
}
/*----------------------------------------------------
  リンク色
----------------------------------------------------*/
a:link {
  color:#06c;
  text-decoration: none;
}
a:visited {
  color:#06c;
  text-decoration: none;
}
a:hover {
  color:#222;
  text-decoration: underline;
}
a:active {
  color:#222;
  text-decoration: underline;
}
/*----------------------------------------------------
  画像
----------------------------------------------------*/
img.menu_100 {
  height: auto;
  width: 1100px;
  border: 4px solid #e5e5e5;
  padding: 10px;
}
img.menu_211,
img.menu_212,
img.menu_221,
img.menu_222,
img.menu_230,
img.menu_240,
img.menu_300,
img.menu_410,
img.menu_430,
img.menu_440,
img.menu_450,
img.menu_500,
img.menu_610,
img.menu_700,
img.menu_ipad {
  height: auto;
  width: 1024px;
  border: 4px solid #e5e5e5;
  padding: 10px;
}
img.menu_410_window,
img.menu_440_window,
img.menu_450_window,
img.menu_630_window,
img.menu_640_window,
img.menu_ipad_window  {
  height: auto;
  border: 4px solid #e5e5e5;
}

/*----------------------------------------------------
  タイトル
----------------------------------------------------*/
.contents-title {
  font-weight: bold;
  font-size: 2.2rem;
  color: #222;
  border-left:  6px solid #ee858c;
  line-height: 1.4;
  padding: 0.7rem 1.2rem;
  margin: 2.5rem 0;
  
}
.contents-sub-title {
  position: relative;
  color: white;
  font-size: 2rem;
  line-height: 1.4;
  background: #ee858c;
  padding: 7px 19px 5px;
  margin-top: 0.25rem;
  margin-bottom: 1.5rem;
  text-shadow: 2px 2px 2px #a24848;
}
.contents-sub-title::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(149, 158, 155);
}
/* .contents-sub-title {
  font-size: 1.8rem;
  line-height: 1.4;
  background-color: #ffe1e3;
  padding: 7px 10px 5px;
  margin-top: 0.25rem;
  margin-bottom: 1.5rem;
} */
.second-title {
  font-weight: bold;
  font-size: 1.7rem;
}
.sentence-block {
  border-left: 1px solid #ccc;
  margin-left: 19px;
  padding: 10px 19px;
  margin-bottom: 30px;
}
/*文中の文字を囲む*/
.kakomu{
	padding:2px 6px; /* 枠と文字の空間 */
	margin:0 5px; /* 枠の外の空間 */
	background-color:#ee858c; /* 枠の背景色 */
	border-radius:2px; /* 枠の角を丸くする */
	font-family:inherit; /* フォントの種類を継承する */
  color: #fff;
  font-size: 1.4rem;
}
ol {
  counter-reset:num;
  list-style-type: none!important;
  padding:0;
  margin:0;
}
ol li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0em 0em 0em 30px;
}

ol li:before {
  position: absolute;
  counter-increment: num;
  content: counter(num);
  display:inline-block;
  background: #ee858c;
  color: #FFF;
  font-weight:bold;
  font-size: 1.4rem;
  left: 0;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
}
/*----------------------------------------------------
  ヘッダー
----------------------------------------------------*/
.header {
  border-bottom: 3px solid #ee858c;
  background-color: #fff;
}
.header-left {
  float:left;
  padding:0.8rem 0 0.6rem;
}
.header-left a,
.header-left span {
  display: block;
  float: left;
}
.header-left a .logomark,
.header-left span .logomark {
  width: 125px;
  height: 45px;
  margin-left: -10px;
}
/* .header-left a .logo,
.header-left span .logo {
  padding-top: 12px;
} */
/*----------------------------------------------------
  パンクズメニュー
----------------------------------------------------*/
ul.breadcrumb {
  padding-left: 0;
  list-style: none;
  margin-bottom: 1.5rem;
}
.breadcrumb li {
  display: inline;
  font-size: 1.4rem;
}
.breadcrumb li::after {
  content: "\f105";
  font-family: FontAwesome;
  padding-left: 1rem;
  padding-right: 0.5rem;
  color: #999;
}
.breadcrumb li:last-child {
  font-weight: bold;
}
.breadcrumb li:last-child::after {
  display: none;
}
.breadcrumb a img {
  width: 15px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 0.3rem;
  margin-top: -0.2rem;
}
/*----------------------------------------------------
  フッター
----------------------------------------------------*/
.footer {
  border-top: 2px solid #1D417A;
  padding:1rem 0;
  background-color: #DFF2FF;
}
.footer-right {
  float:right;
  text-align: right;
  font-size:1.2rem;
}
.copyright {
  font-size:1.2rem;
}
.page-top {
  position: fixed;
  bottom:25px;
  right:15px;
  z-index:2;
}
.page-top a {
  background: #666;
  border-radius: 0.7rem;
  text-decoration: none;
  color: #fff;
  width: 40px;
  height:40px;
  padding-top: 22px;
  text-align: center;
  display: block;
  font-size:1rem;
  position: relative;
}
.page-top a:before,
.page-top a:after {
  content: "";
  width: 17px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 12px;
}
.page-top a:before {
  transform: rotate(-45deg);
  left: 6px;
}
.page-top a:after {
  transform: rotate(45deg);
  right: 6px;
}
.page-top a:hover {
  text-decoration: none;
  opacity: 0.75;
}

/*----------------------------------------------------
  共通部品
----------------------------------------------------*/
.manual-block {
  margin-bottom: 4rem;
}
.manual-block p,
.manual-block ol {
  margin-bottom: 1em;
}
.manual-block a {
  text-decoration: underline;
}
.manual-block img {
  height: auto;
  vertical-align: middle;

}
.manual-block img + p {
  margin-top: 1rem;
}
.manual-block ol li {
  margin-bottom: 1rem;
}
.manual-block ol li img {
  vertical-align: middle;
}
/*キャプチャ画像　マージン必要時*/
img.fig-manual {
  display: block;
  margin-bottom: 4rem;
}
.txt-attention {
  color: #c00;
}
.txt_caution {
  font-size: 1.4rem;
}
.txt_marginLeft {
  padding-left: 3rem;
}
/*----------------------------------------------------
  トップ
----------------------------------------------------*/
.manual-menu-wrap {
  display: flex;
  margin-bottom: 3rem;
}
.manual-menu-wrap:last-child {
  margin-bottom: 0;
}
.manual-menu-wrap > div {
  flex: 0 0 48%;
  max-width: 50%;
  padding: 0 1.5rem;
  padding-left: 19px;
  border-left: 1px solid #ccc;
  margin-left: 19px;
}
.manual-menu-wrap .menu-block {
  border-bottom: 1px solid #ccc;
  margin-bottom: 1.5rem;
  padding: 0 1rem;
}
.manual-menu-wrap .menu-block:first-child {
  padding-top: 1rem;
}
.manual-menu-wrap h2 {
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
  position: relative;
  padding: 0.4em 0.6em;/*文字周りの余白*/
  border-left: solid 5px #ee858c;/*左線（実線 太さ 色）*/
}
.manual-menu-wrap ul {
  padding-left: 0;
  list-style: none;
}
.manual-menu-wrap div > ul {
  margin-bottom: 1.5rem;
}
.manual-menu-wrap h2 + ul {
  margin-top: -1rem;
}

.manual-menu-wrap li {
  padding-left: 1.4rem;
  position: relative;
}
.manual-menu-wrap ul > li {
  margin-bottom: 0.5rem;
}
.manual-menu-wrap li::before {
  display: inline-block;
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  left: 3px;
  font-size: 2rem;
  line-height: 1;
  color: #06c;
}
.manual-menu-wrap li li::before {
  display: inline-block;
  content: "\f0da";
  font-family: FontAwesome;
  position: absolute;
  top: 3px;
  left: 3px;
  font-size: 1.5rem;
  line-height: 1;
  color: #06c;
}
.manual-menu-wrap h2::before {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: normal;
}
.manual-menu-wrap ul {
  padding-left: 1.3em;
}

/* .manual-menu-wrap + .contents-sub-title {
  margin-bottom: 2rem;
} */
/*----------------------------------------------------
  メニューボタンについて
----------------------------------------------------*/
table.menu-buttom-about {
  width: 100%;
  margin-top: 30px;
}
.menu-buttom-about tr {
  border-bottom: 1px dotted #ccc;
}
.menu-buttom-about tr:first-child {
  border-top: 1px dotted #ccc;
}
.menu-buttom-about th,
.menu-buttom-about td {
  vertical-align: middle;
  padding: 10px 15px;
}
.menu-buttom-about th {
  font-size: 1.9rem;
  color:#333;
}
/*----------------------------------------------------
  出力形式、出力範囲、縮尺について
----------------------------------------------------*/
table.tbl-usedcheck-list {
  width: 100%;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.tbl-usedcheck-list th,
.tbl-usedcheck-list td {
  border: 1px solid #ddd;
  vertical-align: middle;
}
.tbl-usedcheck-list thead th {
  background-color: #666;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 0.5rem 0.8rem;
}
.tbl-usedcheck-list tbody th {
  background: #ffedee;
  text-align: center;
  font-size: 1.6rem;
  width: 227px;
}
.tbl-usedcheck-list p {
  margin-bottom: 0;
}