@charset "UTF-8";
/* common
====================================================================================================================================== */
/*非表示*/
.none {
  display: none !important;
}

.visible-off {
  display: none;
}

img.filer_image.none {
  display: inline !important;
}

/*スマホ・PC振り分け*/
.sp {
  display: none !important;
}

.sp_inline {
  display: none !important;
}

.hide {
  display: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

/*左寄せ・右寄せ対策*/
img.left_align_img {
  margin-right: 15px;
}

img.right_align_img {
  margin-left: 15px;
}

/*取り消し線を引く*/
.deleted {
  text-decoration: line-through;
}

iframe {
  max-width: 100%;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.white {
  color: #fff;
}

.bg_white {
  background-color: #fff;
}

/*画像背景のボタン*/
.bg_img_btn a,
a.bg_img_btn {
  display: block;
  background: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/*center button list*/
.btn_center_box {
  clear: both;
  overflow: hidden;
  width: 100%;
  margin: 0 0 10px;
}

.btn_center_box:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.btn_center_box ul {
  position: relative;
  left: 50%;
  float: left;
  margin: 0;
  overflow: visible;
  list-style: none;
  list-style-position: inside;
}

.btn_center_box ul:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.btn_center_box li {
  position: relative;
  left: -50%;
  float: left;
  list-style: none;
  display: inline;
}

.btn_center_box li:first-child {
  margin: 0;
}

.btn_center_box li a {
  margin: 0 10px 10px;
}

/*list*/
#conts ul {
  background: none;
  list-style-type: none;
  list-style-position: outside;
  padding: 0;
  margin-bottom: 2em;
}

#conts ul li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 0.55em;
  font-size: 1.0625em;
}

#conts ul li ul li {
  font-size: 1em;
}

#conts ul.sitemap {
  margin-bottom: 0;
}

#conts ul li:before {
  content: "●";
  color: #3A80BC;
  position: absolute;
  left: 0;
  top: 0;
}

#conts ol {
  counter-reset: ordered_num;
  background: none;
  overflow: hidden;
  margin-bottom: 1.2em;
}

#conts ol li {
  text-indent: -1.7em;
  padding-left: 1.7em;
  margin-bottom: 0.6em;
  line-height: 1.5em;
}

#conts ol li ol li {
  font-size: 1em;
}

#conts ol li:before {
  counter-increment: ordered_num;
  content: counter(ordered_num);
  font-weight: bold;
  background-color: #3A80BC;
  display: inline-block;
  color: #fff;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  border-radius: 50%;
  margin-right: 0.6em;
  text-indent: 0;
  text-align: center;
  vertical-align: middle;
}

#conts ul.caution {
  margin-bottom: 2.5em;
}

#conts ul.caution li {
  margin-bottom: 0;
}

#conts ul.caution li:before {
  content: "※";
}

#conts ul.plane,
#conts ol.plane,
#conts ul.plane li,
#conts ol.plane li {
  list-style-type: none !important;
  padding: 0;
}

#conts ul.plane li:before,
#conts ol.plane li:before {
  display: none;
}

/*news list*/
#conts .article_list {
  padding: 0;
}

#conts .article_list li {
  padding-left: 0;
  margin-bottom: 0.7em;
  line-height: 1.5;
}

#conts .article_list li:before {
  display: none;
}

#conts .article_list li:after {
  content: "";
  display: block;
  clear: both;
  width: 0;
  height: 0;
  visibility: hidden;
}

#conts .article_list li time, #conts .article_list li a {
  display: block;
}

#conts .article_list li time {
  width: 8.5em;
  float: left;
  font-size: 0.66em;
  color: #666;
  line-height: 1.9;
}

#conts .article_list li a {
  width: calc(100% - 6.9em);
  float: right;
  font-size: 0.85em;
  font-weight: bold;
  padding-left: 1em;
  text-indent: -1em;
}

#conts .article_list li a, #conts .article_list li a:link {
  text-decoration: none;
}

#conts .article_list li a:hover {
  text-decoration: underline;
}

#conts .article_list li a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0.5em;
  height: 0.5em;
  margin-right: 0.5em;
  border-top: 2px solid #3A80BC;
  border-right: 2px solid #3A80BC;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#conts .article_list li.no_news p {
  margin-bottom: 0;
  font-size: 0.85em;
}

/*default heading*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0 0 0.8em;
  line-height: 1.3;
}

h1.page_title {
  font-size: 2em;
  font-weight: bold;
  text-align: left;
  line-height: 1.3em;
  margin-bottom: 0.3em;
}

h2 {
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.4em;
  text-align: left;
  padding-bottom: 0.2em;
  margin-bottom: 1.2em;
  border-bottom: 3px solid #D2DADD;
  position: relative;
}

h2:before {
  content: "";
  display: block;
  background-color: #3A80BC;
  width: 350px;
  height: 3px;
  position: absolute;
  bottom: -3px;
  left: 0;
}

h3 {
  font-size: 1.2em;
  font-weight: bold;
  text-align: left;
  line-height: 1.4em;
  color: #fff;
  background-color: #15649E;
  padding: 0.4em 0.7em;
  margin-bottom: 1.2em;
}

h4 {
  font-size: 1.2em;
  font-weight: bold;
  text-align: left;
  color: #15649E;
  line-height: 1.4em;
  margin-bottom: 0.8em;
}

h5 {
  font-size: 1em;
  font-weight: bold;
  text-align: left;
  line-height: 1.4em;
  margin-bottom: 0.8em;
}

/*hr*/
hr {
  height: 1px;
  border-bottom: solid 1px #D2DADD;
  background: none;
  margin: 2em 0;
  overflow: hidden;
}

/*段落*/
table p {
  margin-bottom: 0;
  line-height: 1.7em;
}

/*カラー*/
.red {
  color: #BF1100;
}

.blue {
  color: #15649E;
}

.green {
  color: #007C1D;
}

.gray {
  color: #637a83;
}

.font_maru {
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO",'M PLUS Rounded 1c', sans-serif;
}

.font_mincho {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", 'Noto Serif JP', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/*画像*/
.wide_photo_image {
  position: relative;
  margin: 4.3em 0 0;
}

.wide_photo_image.in {
  margin: 3em 0 4em;
}

.wide_photo_image img {
  width: 100%;
  margin: 0;
}

.wide_photo_image .caption {
  color: #fff;
  position: absolute;
  right: 2.5%;
  bottom: 2%;
  font-size: 0.78em;
}

/*container*/
.section_box {
  clear: both;
  padding: 0;
  margin-bottom: 3em;
}

.section_box .img_box {
  text-align: center;
}

.section_box figure {
  margin-bottom: 1em;
}

.section_box:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/*3列ボックス*/
.box_3_column {
  overflow: hidden;
  margin: 0 -1.5% 1.5em;
}

.box_3_column .box {
  float: left;
  width: 33.3333333%;
  padding: 0 1.5%;
  margin-bottom: 2em;
}

/*2列ボックス*/
.box_2_column {
  overflow: hidden;
  margin: 0 -1.5% 1.5em;
}

.box_2_column .box {
  float: left;
  width: 50%;
  padding: 0 1.5%;
  margin-bottom: 3%;
}

/*索引*/
.list_box {
  border-bottom: 1px solid #D2DADD;
  padding-bottom: 1.1em;
  margin-bottom: 1.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.list_box .icon_image {
  width: 150px;
  margin-right: 1em;
  margin-bottom: 0;
}

.list_box .icon_image a:hover {
  opacity: 0.7;
}

.list_box .icon_image img {
  width: 100%;
  height: auto;
}

.list_box .main_area {
  width: calc(100% - 150px - 1em);
  position: relative;
}

.list_box .time {
  line-height: 1;
  margin-bottom: 0.3em;
  position: absolute;
  top: 0.2em;
  right: 0;
}

.list_box time {
  font-size: 0.8em;
  color: #666;
}

.list_box .title {
  font-size: 1.15em;
  font-weight: bold;
  color: #15649E;
  line-height: 1.5em;
  margin-bottom: 0;
  padding-right: 4em;
}

.list_box .title a {
  display: block;
  position: relative;
  padding-left: 1em;
}

.list_box .title a, .list_box .title a:link {
  text-decoration: none;
}

.list_box .title a:before {
  content: "";
  position: absolute;
  top: 0.4em;
  left: 0;
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-top: 3px solid #15649E;
  border-right: 3px solid #15649E;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.list_box .title a:hover {
  text-decoration: underline;
}

.list_box .comment_text {
  margin-top: 0.4em;
  font-size: 0.8em;
}

.list_box .comment_text,
.list_box .comment_text p {
  font-weight: normal;
  line-height: 1.75em;
  color: #666;
}

.list_box .comment_text p {
  margin-bottom: 0;
}

.list_box .comment_text font {
  font-size: 0.9375em !important;
}

.list_box.noimage {
  display: block;
}

.list_box.noimage .main_area {
  width: auto;
}

.listbox_2_col {
  display: inline-block;
  vertical-align: top;
  width: 47.5%;
  padding: 0;
  margin: 0 1% 2em;
}

.listbox_2_col a .detail_box {
  position: relative;
}

.listbox_2_col a .detail_box:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  display: block;
  width: 0.6em;
  height: 0.6em;
  border-top: 3px solid #15649E;
  border-right: 3px solid #15649E;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.listbox_2_col a, .listbox_2_col a:link {
  text-decoration: none;
  color: #001414;
}

.listbox_2_col a:hover .detail_box {
  border-color: #3A80BC;
  background-color: #ECF4F8;
}

.listbox_2_col a:hover .comment, .listbox_2_col a:hover .comment p {
  color: #d23250;
}

.listbox_2_col .detail_box {
  border: 2px solid #D2DADD;
  border-radius: 7px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transition: .3s;
}

.listbox_2_col .detail_box p {
  margin-bottom: 0;
}

.listbox_2_col .image_area {
  width: 150px;
}

.listbox_2_col .image_area img {
  width: 100%;
  height: auto;
}

.listbox_2_col .title {
  width: calc(100% - 150px - 2em);
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.4em;
  margin-left: 0.7em;
  color: #136F9F;
}

.listbox_2_col .comment {
  margin-top: 0.4em;
  font-size: 0.8em;
}

.listbox_2_col .comment, .listbox_2_col .comment p {
  margin-bottom: 0;
  color: #666;
  line-height: 1.6em;
}

.listbox_2_col.noimage .detail_box {
  display: block;
}

.listbox_2_col.noimage .title {
  width: auto;
  margin-left: 0;
  padding: 1.2em 2em 1.2em 1em;
}

/*image背景ボタンリスト*/
.bg_img_btn a {
  display: block;
  background: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/*image100%*/
.img_wide {
  width: 100%;
}

/*button design*/
/*ボタン*/
.button_area {
  text-align: center;
  margin-bottom: 2em;
}

a.btn,
button.btn,
.btn a,
.button_area a,
#myreset,
form input.submit_btn {
  display: inline-block;
  position: relative;
  border-radius: 7px;
  background-color: #15649E;
  border: solid 2px #15649E;
  width: 48%;
  max-width: 360px;
  padding: 0.9em 1em 0.9em 0.5em;
  text-align: center;
  font-size: 0.9em;
  font-weight: bold;
  line-height: 1.4;
  vertical-align: middle;
}

a.btn + a,
a.btn + input,
button.btn + a,
button.btn + input,
.btn a + a,
.btn a + input,
.button_area a + a,
.button_area a + input,
#myreset + a,
#myreset + input,
form input.submit_btn + a,
form input.submit_btn + input {
  margin-left: 1.8%;
}

a.btn, a.btn:link,
button.btn,
button.btn:link,
.btn a,
.btn a:link,
.button_area a,
.button_area a:link,
#myreset,
#myreset:link,
form input.submit_btn,
form input.submit_btn:link {
  color: #fff;
  text-decoration: none;
}

a.btn:before,
button.btn:before,
.btn a:before,
.button_area a:before,
#myreset:before,
form input.submit_btn:before {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  position: absolute;
  top: 50%;
  right: 1em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

a.btn:hover,
button.btn:hover,
.btn a:hover,
.button_area a:hover,
#myreset:hover,
form input.submit_btn:hover {
  background: none;
  border-color: #D2DADD;
  color: #15649E;
}

a.btn:hover:before,
button.btn:hover:before,
.btn a:hover:before,
.button_area a:hover:before,
#myreset:hover:before,
form input.submit_btn:hover:before {
  border-color: #15649E;
}

a.btn.arrow_left,
button.btn.arrow_left,
.btn a.arrow_left,
.button_area a.arrow_left,
#myreset.arrow_left,
form input.submit_btn.arrow_left {
  padding-left: 1em;
  padding-right: 0.5em;
}

a.btn.arrow_left:before,
button.btn.arrow_left:before,
.btn a.arrow_left:before,
.button_area a.arrow_left:before,
#myreset.arrow_left:before,
form input.submit_btn.arrow_left:before {
  right: auto;
  left: 1em;
  border: none;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

a.btn.arrow_left:hover:before,
button.btn.arrow_left:hover:before,
.btn a.arrow_left:hover:before,
.button_area a.arrow_left:hover:before,
#myreset.arrow_left:hover:before,
form input.submit_btn.arrow_left:hover:before {
  border-color: #15649E;
}

a.btn.white,
button.btn.white,
.btn a.white,
.button_area a.white,
#myreset.white,
form input.submit_btn.white {
  border-color: #D2DADD;
  background-color: #fff;
  color: #15649E;
}

a.btn.white:before,
button.btn.white:before,
.btn a.white:before,
.button_area a.white:before,
#myreset.white:before,
form input.submit_btn.white:before {
  border-color: #15649E;
}

a.btn.white:hover,
button.btn.white:hover,
.btn a.white:hover,
.button_area a.white:hover,
#myreset.white:hover,
form input.submit_btn.white:hover {
  background-color: #15649E;
  border-color: #15649E;
  color: #fff;
}

a.btn.white:hover:before,
button.btn.white:hover:before,
.btn a.white:hover:before,
.button_area a.white:hover:before,
#myreset.white:hover:before,
form input.submit_btn.white:hover:before {
  border-color: #fff;
}

/* ２列ボタン */
.button_2_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2em;
}

.button_2_column .btn {
  display: block;
  width: 48%;
  margin-bottom: 1.1em;
}

.button_2_column .btn a {
  display: block;
  margin: 0;
  width: 100%;
}

a.btn.gold_btn,
.btn.gold_btn a,
a.btn.gold_btn:hover,
.btn.gold_btn a:hover {
  background-color: #7b6737;
  background-image: url(../images/icon_w_r.png);
  color: #fff;
  border-color: #7b6737;
}

/*a.btn:before, #myreset:before { content:""; display:inline-block; background:url(../images/icon.png) no-repeat; width:9px; height:16px; margin-right:10px; vertical-align:middle; }*/
a.btn.btn_simple {
  background: #000;
  color: #fff;
  border: none;
  font-size: 1em;
  padding: 0.5em 3em;
  min-width: 0;
}

a.btn.btn_simple:hover {
  color: #fff;
}

/*戻る*/
a.btn.back,
button.btn.back,
.btn.back a,
button.btn.back:hover {
  margin-right: 20px;
  background: url(../images/icon_back.png) no-repeat 20px center;
  color: #7b6737;
  padding-left: 40px;
  padding-right: 20px;
  border: 0;
}

/*a.btn.back:before, #myreset:before { background-image:url(../images/icon_back.png); margin-right:14px; }*/
/*icon*/
.btn_icon {
  display: inline-block;
  background: url(../images/icon_arrow_green_r.png) no-repeat left center;
  padding: 2px 0 2px 30px;
  margin-top: 1.5em;
}

.btn_icon.btn_dl {
  background-image: url(../images/icon_dl.png);
}

/*wide*/
a.btn_wide {
  display: block;
  background: #000;
  color: #fff;
  width: 100%;
  margin: 0;
  padding: 0.8em 10px;
  font-size: 1.9em;
  letter-spacing: 0.2em;
}

a.btn:hover,
button:hover,
.btn a:hover,
#myreset:hover,
.btn_icon:hover,
a.btn_wide:hover,
form input.submit_btn:hover {
  opacity: 0.8;
}

a.btn:hover,
.btn a:hover,
button:hover {
  color: #333;
}

/*table*/
/* テーブル */
table {
  width: 100%;
  padding: 0;
  margin-bottom: 2.5em;
  border-collapse: collapse;
  vertical-align: top;
  border: 2px solid #D2DADD;
}

table caption {
  font-weight: bold;
  background-color: transparent;
  text-align: center;
  padding: 0.7em 0.7em;
}

table th, table td {
  border: 1px solid #D2DADD;
}

table th, table td {
  font-size: 0.9em;
}

table th {
  font-weight: bold;
  width: auto;
  padding: 0.6em 0.7em;
  white-space: nowrap;
}

table td {
  padding: 0.7em 0.5em;
}

table thead th {
  background-color: #15649E;
  color: #fff;
  padding: 0.3em 0.7em;
}

table tbody th {
  background-color: #ECF4F8;
}

.table00 {
  width: 100%;
}

.table00 th {
  padding: 1em 0.5em;
  text-align: left;
  vertical-align: top;
}

.table00 td {
  padding: 1em 0.5em;
  vertical-align: top;
}

.table01 {
  width: 100%;
  border: none;
}

.table01 th {
  padding: 0.7em 0.5em 0.7em 0.7em;
  background: none;
  border: 0;
  border-top: 1px dotted #D2DADD;
  border-bottom: 1px dotted #D2DADD;
  text-align: left;
  vertical-align: top;
  font-weight: bold;
}

.table01 td {
  padding: 0.7em 0.7em 0.7em 0.5em;
  border: 0;
  border-top: 1px dotted #D2DADD;
  border-bottom: 1px dotted #D2DADD;
  vertical-align: top;
}

.table02 {
  width: 100%;
  border: none;
}

.table02 th, .table02 td {
  border: none;
  border-top: 1px solid #D2DADD;
  border-bottom: 1px solid #D2DADD;
}

.table02 th {
  padding: 0.7em 0.5em 0.7em 0.7em;
  background: none;
  text-align: left;
  vertical-align: top;
  font-weight: bold;
}

.table02 td {
  padding: 0.7em 0.7em 0.7em 0.5em;
  vertical-align: top;
}

.table03 {
  width: 100%;
}

.table03, .table03 th, .table03 td {
  padding: 0.7em 0.7em;
}

.table03 th, .table03 td {
  vertical-align: middle;
}

/* color box
====================================================================================================================================== */
.bg_black {
  background: #000;
  color: #fff;
}

/*画像で見出しを作る用（スタイルを強制リセット）*/
h1.plane,
h2.plane,
h3.plane,
h4.plane,
h5.plane {
  background: none !important;
  border: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: !important;
}

h1.plane:after,
h2.plane:after,
h3.plane:after,
h4.plane:after,
h5.plane:after {
  display: none !important;
}

h1.plane img,
h2.plane img,
h3.plane img,
h4.plane img,
h5.plane img {
  margin: 0;
  max-width: none;
}

/*adjust*/
.clear {
  clear: both;
}

.ma0 {
  margin: 0 !important;
}

.mab0 {
  margin-bottom: 0 !important;
}

.mab5 {
  margin-bottom: 5px !important;
}

.mab10 {
  margin-bottom: 10px !important;
}

.mab20 {
  margin-bottom: 20px !important;
}

.mab30 {
  margin-bottom: 30px !important;
}

.mab40 {
  margin-bottom: 40px !important;
}

.mab1em {
  margin-bottom: 1em !important;
}

.mab15em {
  margin-bottom: 1.5em !important;
}

.mab2em {
  margin-bottom: 2em !important;
}

.mab25em {
  margin-bottom: 2.5em !important;
}

.mab3em {
  margin-bottom: 3em !important;
}

.mab35em {
  margin-bottom: 35em !important;
}

.mat0 {
  margin-top: 0 !important;
}

.mat5 {
  margin-top: 5px !important;
}

.mat10 {
  margin-top: 10px !important;
}

.mat20 {
  margin-top: 20px !important;
}

.mat30 {
  margin-top: 30px !important;
}

.mat-10 {
  margin-top: -10px !important;
}

.mat-20 {
  margin-top: -20px !important;
}

.mat-30 {
  margin-top: -30px !important;
}

.mar10 {
  margin-right: 10px !important;
}

.mar20 {
  margin-right: 20px !important;
}

.mal10 {
  margin-left: 10px !important;
}

.mal20 {
  margin-left: 20px !important;
}

.pa0 {
  padding: 0 !important;
}

.pat0 {
  padding-top: 0 !important;
}

.pab0 {
  padding-bottom: 0 !important;
}

.pat15 {
  padding-top: 15px !important;
}

/*font size*/
.font_xs {
  font-size: 0.8em;
}

.font_sm {
  font-size: 0.86em;
}

.font_la {
  font-size: 1.2em;
}

.font_lm {
  font-size: 1.6em;
}

.font_xl {
  font-size: 2em;
}

.font_normal {
  font-weight: normal;
}

.font_bold {
  font-weight: bold;
}

.text_center {
  text-align: center !important;
}

.text_right {
  text-align: right !important;
}

.text_left {
  text-align: left !important;
}

.font_0 {
  font-size: 0;
}

.font_plus {
  font-size: 1.07em;
}

/*kerning*/
.kerning0 {
  letter-spacing: 0;
}

.kerning {
  letter-spacing: -0.05em;
}

.kerning01 {
  letter-spacing: -0.1em;
}

.kerning02 {
  letter-spacing: -0.25em;
}

.kerning03 {
  letter-spacing: -0.5em;
}

.kerning_plus {
  letter-spacing: 0.25em;
}

/*行間詰め*/
.line_height_min {
  line-height: 1.6;
}

/*文字間*/
.letter {
  letter-spacing: 0.08em;
}

/*タイトル調整用*/
.kerning_tit {
  letter-spacing: 0.27em;
}

.kerning_tit_m {
  letter-spacing: 0.17em;
}

.kerning_tit_m02 {
  letter-spacing: 0.1em;
}

.font_num {
  font-size: 1.05em;
}

/*文字にアンチエイリアスを効かせる*/
.font_smoothing {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* 文章枠用CSS
====================================================================================================================================== */
p,
.common_box .text_box {
  font-size: 1em;
  line-height: 2em;
  margin-bottom: 1.5em;
}

.list_box p {
  margin-bottom: 0;
}

.list_box img {
  max-width: none;
}

/*スタンダード（画像右／左寄せ）*/
.common_box {
  overflow: visible;
}

.common_box:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.common_box .img_box {
  float: left;
  margin-right: 20px;
  max-width: 40%;
  width: auto;
  margin-top: 0.6em;
  font-size: 12px;
  line-height: 1.7;
}

.common_box .img_box.auto_width img {
  width: auto;
}

.common_box .text_box {
  display: inline;
  overflow: hidden;
}

/*右*/
.common_box.right .img_box {
  float: right;
  margin-right: 0;
  margin-left: 20px;
}

/*画像3つ並び*/
.photo_3column {
  overflow: hidden;
  text-align: center;
}

.photo_3column img {
  float: left;
  width: 33.3333%;
}

/*画像3つ並び（ページ内）*/
.photo_3column_in {
  margin: 2em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.photo_3column_in img {
  width: 31.5%;
  height: auto;
}

/*画像2つ並び（ページ内）*/
.photo_2column_in {
  margin: 2em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.photo_2column_in img {
  width: 48%;
  height: auto;
}

/* ２列入力枠 */
.two_column_box {
  margin: 0 -1.5% 1.5em;
}

.two_column_box .half_box {
  float: left;
  width: 50%;
  padding: 0 1.5%;
}

.two_column_box:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/*お問い合わせ窓口*/
.contact_kakuka {
  background-color: #ECF4F8;
  border-radius: 7px;
  overflow: hidden;
  margin: 2.5em 0 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact_kakuka h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 14em;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  color: #fff;
  padding: 0.5em 0;
  border: none;
  background-color: #15649E;
  margin-bottom: 0;
  position: static;
}

.contact_kakuka h2 .large {
  font-size: 1.25em;
}

.contact_kakuka h2 .large,
.contact_kakuka h2 .font_la {
  margin-top: 0.1em;
  line-height: 1.3;
}

.contact_kakuka h2:before {
  display: none;
}

.contact_kakuka .inner {
  width: calc(100% - 14em);
  padding: 1.5em 2em;
}

.contact_kakuka address {
  font-size: 1em;
  line-height: 1.4em;
  margin-bottom: 0.5em;
}

.contact_kakuka address br {
  display: none;
}

.contact_kakuka .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 0;
}

.contact_kakuka .tel p {
  font-size: 1em;
  line-height: 1.5;
  font-weight: bold;
  margin-right: 1.4em;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}

.contact_kakuka .tel .larger {
  font-size: 1.5em;
  font-weight: bold;
  color: #15649E;
  vertical-align: baseline;
  margin-left: 0.2em;
}

.attention_box {
  border: 3px solid #BF1100;
  border-radius: 7px;
  margin-bottom: 2.5em;
  padding: 1.5em;
}

.attention_box h2 {
  display: table;
  margin: 0 auto 0.6em;
  font-size: 1.2em;
  color: #BF1100;
  border: none;
  position: static;
  text-align: center;
  padding: 0;
  padding-left: 1.5em;
  background: url(../images/icon_exclamation.svg) no-repeat left center;
  background-size: 1.3em auto;
}

.attention_box h2:before {
  display: none;
}

.attention_box p:last-of-type {
  margin-bottom: 0;
}

#conts .sub_list .sub_list_box:nth-of-type(1) .category h3 {
  background-image: url(../images/menu_icon_safety.svg);
}

#conts .sub_list .sub_list_box:nth-of-type(2) .category h3 {
  background-image: url(../images/menu_icon_life.svg);
}

#conts .sub_list .sub_list_box:nth-of-type(3) .category h3 {
  background-image: url(../images/menu_icon_parenting.svg);
}

#conts .sub_list .sub_list_box:nth-of-type(4) .category h3 {
  background-image: url(../images/menu_icon_health.svg);
}

#conts .sub_list .sub_list_box:nth-of-type(5) .category h3 {
  background-image: url(../images/menu_icon_education.svg);
}

#conts .sub_list_box {
  background-color: #ECF4F8;
  border-radius: 7px;
  overflow: hidden;
  margin-bottom: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#conts .sub_list_box .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 13em;
  background-color: #15649E;
  padding: 1em 0.5em;
}

#conts .sub_list_box .category h3 {
  padding: 2.3em 0 0;
  margin: 0;
  font-size: 1.2em;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 2.3em auto;
}

#conts .sub_list_box .category h3 a, #conts .sub_list_box .category h3 a:link {
  color: #fff;
  text-decoration: none;
}

#conts .sub_list_box .category h3 a:hover {
  text-decoration: underline;
}

#conts .sub_list_box .links {
  width: calc(100% - 13em);
  padding: 1.5em;
}

#conts .sub_list_box .links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
}

#conts .sub_list_box .links ul:after {
  content: "";
  display: block;
  visibility: hidden;
  height: 0;
}

#conts .sub_list_box .links ul li, #conts .sub_list_box .links ul:after {
  width: 33.3333%;
}

#conts .sub_list_box .links ul li {
  padding: 0;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.4;
  color: #136F9F;
  position: static;
}

#conts .sub_list_box .links ul li:before {
  display: none;
}

#conts .sub_list_box .links ul li a {
  display: block;
  padding-left: 0.9em;
  text-indent: -0.9em;
}

#conts .sub_list_box .links ul li a:before {
  content: "";
  position: static;
  display: inline-block;
  vertical-align: middle;
  width: 0.4em;
  height: 0.4em;
  border-top: 2px solid #3A80BC;
  border-right: 2px solid #3A80BC;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 0.3em;
}

#conts .sub_list_box .links ul li a, #conts .sub_list_box .links ul li a:link {
  color: #136F9F;
  text-decoration: none;
}

#conts .sub_list_box .links ul li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  /*default heading*/
  h1.page_title {
    font-size: 1.9em;
  }
  h2:before {
    width: 40%;
    min-width: 180px;
  }
  /*索引*/
  .list_box .icon_image {
    width: 110px;
  }
  .list_box .main_area {
    width: calc(100% - 110px - 1em);
    position: static;
  }
  .list_box .time {
    position: static;
  }
  .list_box time {
    font-size: 0.75em;
  }
  .list_box .title {
    font-size: 1em;
    padding-right: 0;
  }
  .list_box .title a {
    padding-left: 0.8em;
  }
  .list_box .title a:before {
    width: 0.45em;
    height: 0.45em;
  }
  .list_box .comment_text, .list_box .comment_text p {
    font-size: 0.875em;
  }
  /*横並びボックス*/
  .listbox_2_col {
    width: 48.5%;
    padding: 0;
    margin: 0 0.5% 2em;
  }
  .listbox_2_col a .detail_box:after {
    right: 15px;
    width: 0.5em;
    height: 0.5em;
  }
  .listbox_2_col a:hover .title_area {
    background-position: right 10px center;
  }
  .listbox_2_col .image_area {
    width: 90px;
  }
  .listbox_2_col .title {
    width: calc(100% - 90px - 2.5em);
    font-size: 1em;
    margin-left: 0.8em;
  }
  .listbox_2_col .comment, .listbox_2_col .comment p {
    font-size: 0.75em;
  }
  .listbox_2_col.noimage .title {
    padding: 1em 1.3em 1em 1em;
  }
  /*画像*/
  .wide_photo_image {
    margin-top: 1.4em;
  }
  .wide_photo_image.in {
    margin: 1em 0 2em;
  }
  .wide_photo_image .caption {
    font-size: 0.7em;
  }
  /*container*/
  .section_box {
    padding: 0;
  }
  /*戻る*/
  a.btn.back,
  .btn.back a {
    min-width: 30%;
    background-size: auto 13px;
  }
  /* ２列ボタン */
  .button_2_column .btn {
    width: 49%;
    margin-bottom: 1em;
  }
  /*icon*/
  .btn_icon {
    padding: 2px 0 2px 22px;
    background-size: 10px auto;
    margin-top: 0.6em;
  }
  .btn_icon.back {
    background-size: 8px auto;
  }
  /*wide*/
  a.btn_wide {
    padding: 0.6em 10px;
    font-size: 1.4em;
    letter-spacing: 0.1em;
  }
  /*3列ボックス*/
  .box_3_column {
    margin: 0 -0.6% 1.5em;
  }
  .box_3_column .box {
    padding: 0 0.6%;
    margin-bottom: 1.5em;
  }
  /*2列ボックス*/
  .box_2_column {
    overflow: hidden;
    margin: 0 -0.6% 1.5em;
  }
  .box_2_column .box {
    padding: 0 0.6%;
    margin-bottom: 1.5em;
  }
  a.button_link {
    font-size: 0.9375em;
    padding: 0.5em 1.2em 0.5em 2.2em;
  }
  a.button_link.button_green {
    background-size: 9px auto;
    background-position: left 15px center;
  }
  a.button_link.button_green:hover {
    background-position: left 15px center;
  }
  a.button_link.button_trans {
    background-size: 9px auto;
    background-position: left 15px center;
  }
  a.button_link.button_trans:hover {
    background-position: left 15px center;
  }
  a.button_link.button_lightgreen {
    background-position: left 15px center;
  }
  a.button_link.button_lightgreen:hover {
    background-position: left 15px center;
  }
  /*お問い合わせ窓口*/
  .contact_kakuka {
    display: block;
  }
  .contact_kakuka h2 {
    width: auto;
    padding: 1em 0 0.9em;
  }
  .contact_kakuka .inner {
    width: auto;
    padding: 1.5em;
  }
  #conts .sub_list_box {
    display: block;
  }
  #conts .sub_list_box .category {
    display: block;
    width: auto;
    padding: 1em 0.5em 0.8em;
  }
  #conts .sub_list_box .category h3 {
    font-size: 1.1em;
  }
  #conts .sub_list_box .links {
    width: auto;
    padding: 1.2em 1.4em;
  }
  #conts .sub_list_box .links ul li {
    font-size: 0.9em;
  }
}

@media screen and (max-width: 540px) {
  /*default heading*/
  h1.page_title {
    font-size: 1.7em;
  }
  /*news list*/
  #conts .article_list li time {
    float: none;
    width: auto;
    margin-bottom: 0.2em;
  }
  #conts .article_list li a {
    float: none;
    width: 100%;
  }
  /* テーブル */
  table th {
    white-space: normal;
  }
  /*索引*/
  .list_box .icon_image {
    width: 100px;
  }
  .list_box .main_area {
    width: calc(100% - 100px - 1em);
  }
  /*横並びボックス*/
  .listbox_2_col {
    display: block;
    width: auto;
    margin: 0 0 2em;
  }
  .listbox_2_col .image_area {
    width: 90px;
  }
  .listbox_2_col .title {
    width: calc(100% - 90px - 2em);
  }
  /* ボタン */
  a.btn,
  button.btn,
  .btn a,
  .button_area a,
  #myreset,
  form input.submit_btn {
    display: block;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
  a.btn + a,
  a.btn + input,
  button.btn + a,
  button.btn + input,
  .btn a + a,
  .btn a + input,
  .button_area a + a,
  .button_area a + input,
  #myreset + a,
  #myreset + input,
  form input.submit_btn + a,
  form input.submit_btn + input {
    margin-top: 0.5em;
    margin-left: auto;
  }
  /* ２列ボタン */
  .button_2_column {
    display: block;
  }
  .button_2_column .btn {
    width: 100%;
    margin-bottom: 0.5em;
  }
  /*3列ボックス*/
  .box_3_column {
    margin: 0 0 1.5em;
  }
  .box_3_column .box {
    float: none;
    width: 100%;
    max-width: 280px;
    padding: 0;
    margin: 0 auto 1.5em;
  }
  /*2列ボックス*/
  .box_2_column {
    overflow: hidden;
    margin: 0 0 1.5em;
  }
  .box_2_column .box {
    float: none;
    width: 100%;
    padding: 0;
    margin-bottom: 1.5em;
  }
  .contact_kakuka address br {
    display: block;
  }
  .contact_kakuka .tel {
    display: block;
  }
  .contact_kakuka .tel p {
    margin-right: 0;
    line-height: 1.3;
  }
  #conts .sub_list_box .links {
    padding: 1.2em 1em;
  }
  #conts .sub_list_box .links ul:after {
    display: none;
  }
  #conts .sub_list_box .links ul li {
    width: 49%;
  }
}
