@charset "UTF-8";
/* ==========================================================
dexerials (c)visual and echo japan
Created: 2018-9
========================================================== */
/*/////////////////////////////
Module
- 1.heading
- 2.text
- 3.list
- 4.link
- 5.button
- 6.function
- 7.layout
- 8.input
/////////////////////////////*/
/* 1. heading
* ------------------------- */
/* mod_hdg01 */
.mod_hdg01 {
  color: #fff;
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Meiryo, "メイリオ", sans-serif;
  font-size: 17px;
  font-size: 1.13333rem;
  letter-spacing: 0.2em;
  background: #005582;
  padding: 8px 2.22222%;
  margin-bottom: 10px;
}
.mod_hdg01 + .mod_hdg02 {
  margin-top: 10px;
}
.mod_hdg01 + .mod_narrowHdg02, .mod_hdg01 + .mod_acHdg02, .mod_hdg01 + .mod_narrowHdg02, .mod_hdg01 + .mod_lineHdg02, .mod_hdg01 + .mod_hdg03 {
  margin-top: 25px;
}
.mod_hdg01 .hdg.em {
  font-size: 23px;
  font-size: 1.53333rem;
}
.mod_hdg01 .hdg.em span {
  display: block;
  padding: 6px 2.32558% 5px;
}

/* mod_bgHdg01 */
.mod_bgHdg01 {
  border: #005582 1px solid;
  margin-bottom: 25px;
}
.mod_bgHdg01 .hdg {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 180px;
  display: table;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}
.mod_bgHdg01 .hdg .text {
  color: #005582;
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Meiryo, "メイリオ", sans-serif;
  font-size: 27px;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  line-height: 1.333;
  display: block;
  padding: 0 6.66667%;
  display: table-cell;
  vertical-align: middle;
}

/* mod_articlelHdg01 */
.mod_articlelHdg01 {
  width: 100%;
  display: table;
  margin-bottom: 20px;
}
.mod_articlelHdg01 .caps {
  display: table-caption;
  margin-bottom: 15px;
}
.mod_articlelHdg01 .caps .date {
  color: #505050;
  font-size: 13px;
  font-size: 0.86667rem;
}
.mod_articlelHdg01 .in .hdg {
  color: #005582;
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Meiryo, "メイリオ", sans-serif;
  font-size: 21px;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.6;
  border-bottom: #005582 1px solid;
  padding-bottom: 20px;
}
.mod_articlelHdg01 .in .data {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
  margin-top: 15px;
}
.mod_articlelHdg01 .in .data .share {
	margin-left: auto;
}
.mod_articlelHdg01 .in .data .share ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.mod_articlelHdg01 .in .data .share ul li {
	margin-left: 7px;
}
.mod_articlelHdg01 .in .data .share ul li:first-child {
	margin-left: 0;
}
.mod_articlelHdg01 .in .data .share ul li iframe,
.mod_articlelHdg01 .in .data .share ul li .fb_iframe_widget,
.mod_articlelHdg01 .in .data .share ul li .fb_iframe_widget span,
.mod_articlelHdg01 .in .data .share ul li > span {
	display: block !important;
}

.mod_articlelHdg01 .in .category {
  color: #505050;
  letter-spacing: 0.08em;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.mod_articlelHdg01 .in .category .cat {
  color: #fff;
  font-size: 14px;
  font-size: 0.93333rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 90px;
  display: inline-block;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.2;
  padding: 2px 10px;
}
.mod_articlelHdg01 .in .category .cat.cat01 {
  background: #0080c0;
}
.mod_articlelHdg01 .in .category .cat.cat02 {
  background: #39487a;
}
.mod_articlelHdg01 .in .category .cat.cat03 {
  background: #336600;
}
.mod_articlelHdg01 .in .category .cat.cat04 {
  background: #cc8543;
}
.mod_articlelHdg01 .in .category .cat.cat05 {
  background: #669933;
}
.mod_articlelHdg01 .in .category .cat.cat06 {
  background: #952c4a;
}
.mod_articlelHdg01 .in .category .cat.cat07 {
  background: #505050;
}
.mod_articlelHdg01 .in .category .cat.cat08 {
  background: #663399;
}
.mod_articlelHdg01 .in .category .cat.cat09 {
  background: #777777;
}
.mod_articlelHdg01 .in .category .cat.cat10 {
  background: #379da4;
}

/* mod_hdg02 */
.mod_hdg02 {
  margin: 40px 0 20px;
}
.mod_hdg02 .hdg {
  color: #005582;
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Meiryo, "メイリオ", sans-serif;
  font-size: 25px;
  font-size: 1.66667rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.06em;
  background: #e5eef2;
  padding: 0 2.22222%;
}
.mod_hdg02 .hdg .text {
  padding: 21px 0;
  display: inline-block;
}
.mod_hdg02:first-child {
  margin-top: 0;
}

/* mod_narrowHdg02 */
.mod_narrowHdg02 {
  margin: 65px 0 20px;
}
.mod_narrowHdg02 + .mod_hdg03 {
  margin-top: 20px;
}
.mod_narrowHdg02 .hdg {
  color: #005582;
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Meiryo, "メイリオ", sans-serif;
  font-size: 21px;
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: 0.2em;
  background: #e6e6f0;
  padding: 0 3.33333%;
}
.mod_narrowHdg02 .hdg .text {
  padding: 13px 0;
  display: block;
}
.mod_narrowHdg02 .hdg .text .tag {
	color: #fff;
	font-size: 16px;
	font-size: 1.06666667rem;
	letter-spacing: .1em;
	line-height: 1.875;
	display: inline-block;
	vertical-align: middle;
	background: #a6212f;
	padding: 0 15px;
}
.mod_narrowHdg02 .hdg a {
  display: block;
}
.mod_narrowHdg02 .hdg a:after {
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 7px;
  height: 7px;
  border-top: #005582 1px solid;
  border-right: #005582 1px solid;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  top: -2px;
}
.mod_narrowHdg02:first-child {
  margin-top: 0;
}

/* mod_lineHdg02 */
.mod_lineHdg02 {
  margin: 25px 0 35px;
}
.mod_lineHdg02 .hdg {
  color: #005582;
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Meiryo, "メイリオ", sans-serif;
  font-size: 25px;
  font-size: 1.66667rem;
  line-height: 1.666;
  letter-spacing: 0.2em;
  border-bottom: #005582 1px solid;
  padding-bottom: 25px;
}
.mod_lineHdg02:first-child {
  margin-top: 0;
}

/* mod_acHdg02 */
.mod_acHdg02 {
  margin: 65px 0 25px;
}
.mod_acHdg02 + .mod_hdg03 {
  margin-top: 25px;
}
.mod_acHdg02 .hdg {
  color: #005582;
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Meiryo, "メイリオ", sans-serif;
  font-size: 29px;
  font-size: 1.93333rem;
  letter-spacing: 0.2em;
  line-height: 1.333;
  text-align: center;
}
.mod_acHdg02:first-child {
  margin-top: 0;
}

/* mod_hdg03 */
.mod_hdg03 {
  margin: 50px 0 15px;
  position: relative;
}
.mod_hdg03 .hdg {
  color: #005582;
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Meiryo, "メイリオ", sans-serif;
  font-size: 17px;
  font-size: 1.13333rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  border-bottom: #005582 1px solid;
  padding-bottom: 10px;
}
.mod_hdg03 .hdg .link {
  font-size: 15px;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1;
  display: block;
  position: absolute;
  bottom: 15px;
  right: 0;
}
.mod_hdg03 .hdg .link a {
  text-decoration: underline;
}
.mod_hdg03 .hdg .link a:after {
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 5px;
  height: 5px;
  border-top: #005582 1px solid;
  border-right: #005582 1px solid;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  top: -2px;
}
.mod_hdg03 .hdg .link a:hover {
  text-decoration: none;
}

/* mod_hdg03Ac */
.mod_hdg03Ac {
  margin-bottom: 30px;
}
.mod_hdg03Ac .mod_hdg03.whithAc a {
  display: block;
  position: relative;
  padding-right: 30px;
}
.mod_hdg03Ac .mod_hdg03.whithAc a:after {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 5px;
  height: 5px;
  border-bottom: #005582 1px solid;
  border-right: #005582 1px solid;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -2.5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}
.mod_hdg03Ac .mod_hdg03.whithAc a.open:after {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.mod_hdg03Ac .mod_hdg03.whithAc + .acBody.is-hidden {
  display: none;
}
.mod_hdg03Ac .mod_hdg03.whithAc + .acBody > *:first-child {
  margin-top: 0;
}
.mod_hdg03Ac .mod_hdg03.whithAc + .acBody > *:last-child {
  margin-bottom: 0;
}

/* mod_hdg04 */
.mod_hdg04 {
  margin: 25px 0 10px;
}
.mod_hdg04 .hdg {
  color: #005582;
  font-weight: bold;
  background: #e6e6f0;
  padding: 10px 2.22222%;
}
.mod_hdg04 .hdg.em {
  font-size: 17px;
  font-size: 1.13333rem;
  padding: 13px 3.33333%;
}

/* mod_hdg04Ac */
.mod_hdg04Ac .mod_hdg04.whithAc a {
  display: block;
  position: relative;
  padding-right: 15px;
}
.mod_hdg04Ac .mod_hdg04.whithAc a:after, .mod_hdg04Ac .mod_hdg04.whithAc a:before {
  content: "";
  display: block;
  width: 10px;
  border-top: #005582 1px solid;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -0.5px;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}
.mod_hdg04Ac .mod_hdg04.whithAc a:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mod_hdg04Ac .mod_hdg04.whithAc a.open:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.mod_hdg04Ac .mod_hdg04.whithAc a.open:before {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.mod_hdg04Ac .mod_hdg04.whithAc + .acBody.is-hidden {
  display: none;
}
.mod_hdg04Ac .mod_hdg04.whithAc + .acBody > *:first-child {
  margin-top: 0;
}
.mod_hdg04Ac .mod_hdg04.whithAc + .acBody > *:last-child {
  margin-bottom: 0;
}

/* mod_hdg05 */
.mod_hdg05 {
  margin: 25px 0 10px;
}
.mod_hdg05 .hdg {
  color: #505050;
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Meiryo, "メイリオ", sans-serif;
  font-size: 21px;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  line-height: 1.333;
  background: #c8c8c8;
  padding: 12px 3.33333%;
}

/* mod_hdg06 */
.mod_hdg06 {
  margin: 35px 0 25px;
}
.mod_hdg06 .hdg {
  color: #005582;
  font-size: 17px;
  font-size: 1.13333rem;
  font-weight: bold;
}

/* mod_blHdg06 */
.mod_blHdg06 {
  margin: 35px 0 10px;
}
.mod_blHdg06 .hdg {
  font-size: 17px;
  font-size: 1.13333rem;
  font-weight: bold;
}

/* mod_mV */
.mod_mV {
  margin: 35px 0 40px;
  text-align: center;
}

/* 2. text
* ------------------------- */
/* mod_text */
.mod_text {
  margin: 1em 0 1.5em;
}
.mod_text:first-child {
  margin-top: 0;
}
.mod_text:last-child {
  margin-bottom: 0;
}
.mod_text em {
  font-size: 17px;
  font-size: 1.13333rem;
  letter-spacing: 0.2em;
}
.mod_text a {
  color: #005582;
  text-decoration: underline;
}
.mod_text a:hover {
  text-decoration: none;
}

/* mod_alertBox */
.mod_alertBox {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  display: table;
  table-layout: fixed;
  margin: 40px 0 50px;
  padding: 24px 0;
  border: #c8c8c8 1px solid;
}
.mod_alertBox > * {
  display: table-cell;
  vertical-align: middle;
}
.mod_alertBox .title {
  text-align: center;
  width: 103px;
}
.mod_alertBox .title .text {
  color: #787878;
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Meiryo, "メイリオ", sans-serif;
  font-weight: bold;
  letter-spacing: 0.06em;
}
.mod_alertBox .title .text:before {
  content: "";
  width: 44px;
  height: 37px;
  display: block;
  margin: 0 auto 4px;
  background: url("../images/common/image_alert.svg") no-repeat;
  background-position: left top;
  background-size: contain;
}
.mod_alertBox .body {
  border-left: #c8c8c8 1px solid;
  padding: 0 4.44444% 0 3.88889%;
}
.mod_alertBox .body p {
  font-size: 13px;
  font-size: 0.86667rem;
  line-height: 1.833;
}

/* mod_box */
.mod_box {
  margin: 40px 0 30px;
  padding: 30px 3.88889%;
  background: #ebf5fa;
}
.mod_box + .mod_box {
  margin-top: 30px;
}
.mod_box .title {
  color: #000;
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Meiryo, "メイリオ", sans-serif;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.2rem;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 20px;
}
.mod_box.bgType02 {
  background: #f5f5fa;
}
.mod_box.bgType03 {
  background: #faf5f5;
}
.mod_box.bgTypeRedborder {
  background: none;
	border: #ff0000 1px solid;
}

/* mod_table */
.mod_table {
  color: #555050;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 10px 0;
  border-top: #c8c8c8 1px solid;
  border-left: #c8c8c8 1px solid;
}
.mod_table th,
.mod_table td {
  border-right: #c8c8c8 1px solid;
  border-bottom: #c8c8c8 1px solid;
}
.mod_table th {
  background: #f0f0f0;
}
.mod_table th.blue {
  background: #e5eef2;
}
.mod_table td {
  text-align: center;
  padding: 4px 5px;
}
.mod_table thead th {
  text-align: center;
  padding: 4px 5px;
}
.mod_table thead th:first-child {
  text-align: left;
  padding: 4px 15px;
}
.mod_table thead.wLinks th {
  color: #fff;
  font-weight: bold;
  background: #508caa;
  padding: 14px 5px;
}
.mod_table thead.wLinks th:first-child {
  padding: 14px 15px;
}
.mod_table thead.wLinks th a {
  text-decoration: underline;
}
.mod_table thead.wLinks th a:hover {
  text-decoration: none;
}
.mod_table tbody th {
  padding: 4px 15px;
}

/* 3. list
* ------------------------- */
/* mod_noticeList */
.mod_noticeList {
  color: #555050;
  font-size: 13px;
  font-size: 0.86667rem;
  line-height: 1.666;
  margin: 10px 0 30px;
}
.mod_noticeList li {
  display: table;
}
.mod_noticeList li > * {
  display: table-cell;
  vertical-align: top;
}
.mod_noticeList li .fig {
  white-space: nowrap;
  padding-right: 8px;
}
.mod_noticeList li a {
  text-decoration: underline;
}
.mod_noticeList li a:hover {
  text-decoration: none;
}
.mod_noticeList:first-child {
  margin-top: 0;
}
.mod_noticeList:last-child {
  margin-bottom: 0;
}

/* mod_defList */
.mod_defList {
  margin: 10px 0 30px;
}
.mod_defList > li {
  margin-top: 12px;
}
.mod_defList > li:first-child {
  margin-top: 0;
}
.mod_defList > li dl {
  line-height: 1.71;
  display: table;
}
.mod_defList > li dl > * {
  display: table-cell;
  vertical-align: top;
}
.mod_defList > li dl dt {
  color: #005582;
  font-weight: bold;
  letter-spacing: 0.2em;
  white-space: nowrap;
}
.mod_defList > li dl dt:after {
  content: "：";
}
.mod_defList > li dl dd {
  padding-left: 10px;
}

/* mod_dotList */
.mod_dotList {
  margin: 10px 0 30px;
}
.mod_dotList:first-child {
  margin-top: 0;
}
.mod_dotList:last-child {
  margin-bottom: 0;
}
.mod_dotList > li {
  margin-top: 5px;
  padding-left: 1em;
  position: relative;
}
.mod_dotList > li:first-child {
  margin-top: 0;
}
.mod_dotList > li:before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
	background: #505050;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 1px;
}
.mod_dotList.red {
	color: #ff0000;
}
.mod_dotList.red > li:before {
	background: #ff0000;
}

/* mod_numList */
.mod_numList {
  margin: 10px 0 30px;
}
.mod_numList:first-child {
  margin-top: 0;
}
.mod_numList:last-child {
  margin-bottom: 0;
}
.mod_numList > li {
  display: table;
  line-height: 1.7;
  margin-top: 1.5em;
}
.mod_numList > li:first-child {
  margin-top: 0;
}
.mod_numList > li > * {
  display: table-cell;
  vertical-align: top;
}
.mod_numList > li > .num {
  white-space: nowrap;
}
.mod_numList > li > .text {
  padding-left: 5px;
}
.mod_numList a {
  color: #005582;
  text-decoration: underline;
}
.mod_numList a:hover {
  text-decoration: none;
}

/* mod_list */
.mod_list {
  margin: 10px 0 30px;
}
.mod_list:first-child {
  margin-top: 0;
}
.mod_list:last-child {
  margin-bottom: 0;
}
.mod_list > li {
  margin-top: 5px;
}
.mod_list > li * {
  margin: 0;
}
.mod_list > li:first-child {
  margin-top: 0;
}

/* 4. link
* ------------------------- */
/* mod_imgLinklyt */
.mod_imgLinklyt {
  border-top: #b4cddc 1px dashed;
  padding-top: 60px;
  margin: 40px 0 60px;
}
.mod_imgLinklyt .inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 15px;
  overflow: hidden;
}
.mod_imgLinklyt .imgLinks {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  display: table;
  table-layout: fixed;
  border: #d2d2dc 1px solid;
}
.mod_imgLinklyt .imgLinks > * {
  display: table-cell;
  vertical-align: middle;
}
.mod_imgLinklyt .imgLinks .image {
  width: 38.67347%;
  overflow: hidden;
}
.mod_imgLinklyt .imgLinks .image span {
  display: block;
}
.mod_imgLinklyt .imgLinks .text {
  color: #505050;
  padding: 0 5.61224% 0 3.06122%;
  position: relative;
}
.mod_imgLinklyt .imgLinks .text .title {
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Meiryo, "メイリオ", sans-serif;
  font-size: 23px;
  font-size: 1.53333rem;
  line-height: 1.2;
}
.mod_imgLinklyt .imgLinks .text .title:before, .mod_imgLinklyt .imgLinks .text .title:after {
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 7px;
  height: 1px;
  background: #505050;
  display: block;
  position: absolute;
  top: 50%;
  right: 6.65557%;
  margin-top: -0.5px;
  -webkit-transform-origin: right;
  transform-origin: right;
}
.mod_imgLinklyt .imgLinks .text .title:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mod_imgLinklyt .imgLinks .text .title:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mod_imgLinklyt .imgLinks .text .in {
  font-size: 14px;
  font-size: 0.93333rem;
  line-height: 1.7;
  margin-top: 8px;
}

/* mod_boximgLink */
.mod_boximgLink {
  overflow: hidden;
  margin: 35px -1% 55px;
}
.mod_boximgLink li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  padding: 0 1%;
  margin-bottom: 20px;
  float: left;
}
.mod_boximgLink li a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  display: block;
  border: #d2d2dc 1px solid;
  border-radius: 3px;
  padding: 15px 0;
}
.mod_boximgLink li .image {
  width: 79.56522%;
  margin: 0 auto 10px;
}
.mod_boximgLink li .text {
  color: #005582;
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Meiryo, "メイリオ", sans-serif;
  font-size: 17px;
  font-size: 1.13333rem;
  letter-spacing: 0.08em;
  line-height: 1.625;
}

/* mod_colLink */
.mod_colLink .colLinks li {
  border-bottom: #b4b4b4 1px dashed;
}
.mod_colLink .colLinks li a,
.mod_colLink .colLinks li .col {
  color: #505050;
  display: block;
}
.mod_colLink .colLinks li .in {
  padding: 18px 0;
}
.mod_colLink .colLinks li .in .date {
  margin-bottom: 10px;
}
.mod_colLink .colLinks li .in .date.catOnly .cat {
  margin: 0 20px 0 0;
}
.mod_colLink .colLinks li .in .date .cat {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 90px;
  color: #fff;
  font-size: 13px;
  font-size: 0.86667rem;
  text-align: center;
  line-height: 1.2;
  display: inline-block;
  vertical-align: text-top;
  margin-left: 20px;
  padding: 2px 10px;
}
.mod_colLink .colLinks li .in .date .cat.cat01 {
  background: #0080c0;
}
.mod_colLink .colLinks li .in .date .cat.cat02 {
  background: #39487a;
}
.mod_colLink .colLinks li .in .date .cat.cat03 {
  background: #336600;
}
.mod_colLink .colLinks li .in .date .cat.cat04 {
  background: #cc8543;
}
.mod_colLink .colLinks li .in .date .cat.cat05 {
  background: #669933;
}
.mod_colLink .colLinks li .in .date .cat.cat06 {
  background: #952c4a;
}
.mod_colLink .colLinks li .in .date .cat.cat07 {
  background: #505050;
}
.mod_colLink .colLinks li .in .date .cat.cat08 {
  background: #663399;
}
.mod_colLink .colLinks li .in .date .cat.cat09 {
  background: #777777;
}
.mod_colLink .colLinks li .in .date .cat.cat10 {
  background: #379da4;
}
.mod_colLink .colLinks li .in .text {
  line-height: 1.85;
}

/* mod_linelinkList */
.mod_linelinkList {
  margin: 15px 0 45px;
}
.mod_linelinkList:first-child {
  margin-top: 0;
}
.mod_linelinkList:last-child {
  margin-bottom: 0;
}
.mod_linelinkList.firstBorder > li:first-child {
  border-top: #b4b4b4 1px dashed;
}
.mod_linelinkList > li {
  border-bottom: #b4b4b4 1px dashed;
}
.mod_linelinkList > li > a {
  color: #505050;
  line-height: 1.71;
  padding: 10px 5% 10px 3.33333%;
  display: block;
}
.mod_linelinkList > li > a.arrow {
  position: relative;
}
.mod_linelinkList > li > a.arrow:before, .mod_linelinkList > li > a.arrow:after {
  content: "";
  display: block;
  width: 6px;
  height: 1px;
  background: #005582;
  position: absolute;
  top: 50%;
  right: 3.33333%;
  margin-top: -0.5px;
  -webkit-transform-origin: right;
  transform-origin: right;
}
.mod_linelinkList > li > a.arrow:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mod_linelinkList > li > a.arrow:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mod_linelinkList > li > a em {
  color: #005582;
  font-size: 17px;
  font-size: 1.13333rem;
  font-weight: bold;
}
.mod_linelinkList > li > a dl dt {
  color: #005582;
  font-size: 17px;
  font-size: 1.13333rem;
  font-weight: bold;
  line-height: 1.75;
  position: relative;
}
.mod_linelinkList > li > a dl dt:before, .mod_linelinkList > li > a dl dt:after {
  content: "";
  display: block;
  width: 6px;
  height: 1px;
  background: #005582;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -0.5px;
  -webkit-transform-origin: right;
  transform-origin: right;
}
.mod_linelinkList > li > a dl dt:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mod_linelinkList > li > a dl dt:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mod_linelinkList > li > a dl dd {
  padding-bottom: 5px;
}
.mod_linelinkList > li > a .type {
  color: #005582;
  font-size: 13px;
  font-size: 0.86667rem;
  font-weight: bold;
  line-height: 2.5;
  letter-spacing: -0.4em;
}
.mod_linelinkList > li > a .type > li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0.1em;
  padding-left: 2.5em;
  position: relative;
}
.mod_linelinkList > li > a .type > li:before {
  content: "";
  width: 1px;
  height: 12px;
  background: #005582;
  display: block;
  position: absolute;
  top: 9px;
  left: 1.25em;
}
.mod_linelinkList > li > a .type > li:first-child {
  padding-left: 0;
}
.mod_linelinkList > li > a .type > li:first-child:before {
  display: none;
}

/* mod_boxLink */
.mod_boxLink {
  margin: 15px 0 45px;
}
.mod_boxLink:first-child {
  margin-top: 0;
}
.mod_boxLink:last-child {
  margin-bottom: 0;
}
.mod_boxLink > li {
  margin-top: 20px;
}
.mod_boxLink > li:first-child {
  margin-top: 0;
}
.mod_boxLink > li a {
  color: #005582;
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Meiryo, "メイリオ", sans-serif;
  font-size: 17px;
  font-size: 1.13333rem;
  display: block;
  padding: 3px 4px;
  border: #d2d2dc 1px solid;
}
.mod_boxLink > li a .in {
  display: block;
  border-left: #005582 4px solid;
  padding: 23px 40px 23px 4.11523%;
  position: relative;
}
.mod_boxLink > li a .in:before, .mod_boxLink > li a .in:after {
  content: "";
  display: block;
  width: 6px;
  height: 2px;
  background: #005582;
  position: absolute;
  top: 50%;
  right: 28px;
  margin-top: -1px;
  -webkit-transform-origin: right;
  transform-origin: right;
}
.mod_boxLink > li a .in:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mod_boxLink > li a .in:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* mod_link */
.mod_link {
  margin: 5px 0 10px;
}
.mod_link a {
  color: #005582;
  line-height: 1.2;
  text-decoration: underline;
}
.mod_link a:hover {
  text-decoration: none;
}
.mod_link a.text:after {
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 5px;
  height: 5px;
  display: inline-block;
  vertical-align: middle;
  border-top: #005582 1px solid;
  border-right: #005582 1px solid;
  margin-left: 0.5em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  top: -2px;
}
.mod_link a.arrow:before {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
  position: relative;
  top: -1px;
  background: url("../images/common/icon_arrow01.svg") no-repeat;
  background-position: left top;
  background-size: contain;
}

/* mod_linkSide */
.mod_linkSide {
  letter-spacing: -0.4em;
  margin: 10px 0 30px;
}
.mod_linkSide > li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0.1em;
  margin: 15px 0 0 15px;
}
.mod_linkSide > li > * {
  margin: 0;
}
.mod_linkSide > li:first-child {
  margin-left: 0;
}
.mod_linkSide.right {
  text-align: right;
}

/* mod_imgLink */
.mod_imgLink {
  overflow: hidden;
}
.mod_imgLink > .col {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.mod_imgLink > .col a {
  display: block;
}
.mod_imgLink > .col a .cap {
  overflow: hidden;
  margin-bottom: 8px;
}
.mod_imgLink > .col a .text {
  color: #505050;
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Meiryo, "メイリオ", sans-serif;
  font-size: 16px;
  font-size: 1.06667rem;
  letter-spacing: 0.08em;
}
.mod_imgLink.col3 {
  margin: 15px -1% 20px;
}
.mod_imgLink.col3 > .col {
  width: 33.33333%;
  padding: 0 1%;
  margin-top: 20px;
}
.mod_imgLink.col3 > .col:first-child, .mod_imgLink.col3 > .col:first-child + .col, .mod_imgLink.col3 > .col:first-child + .col + .col {
  margin-top: 0;
}

/* 5. button
* ------------------------- */
/* mod_btnSquare */
.mod_btnSquare {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  display: table;
  color: #005582;
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Meiryo, "メイリオ", sans-serif;
  font-size: 17px;
  font-size: 1.13333rem;
  letter-spacing: 0.3em;
  border: #005582 2px solid;
  text-align: center;
  padding: 16px 0;
}
.mod_btnSquare span {
  display: table-cell;
  vertical-align: middle;
}
.mod_btnSquare span:after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: #005582 1px solid;
  border-right: #005582 1px solid;
  margin-left: 0.5em;
  vertical-align: middle;
  position: relative;
  top: -2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mod_btnSquare span.small {
  font-size: 14px;
  font-size: 0.93333rem;
}
.mod_btnSquare.pdf {
  padding-right: 24px;
  padding-left: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.mod_btnSquare.pdf span {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
}
.mod_btnSquare.pdf span:after {
  content: "";
  display: block;
  width: 62px;
  height: 27px;
  border: none;
  margin-left: auto;
  position: relative;
  top: auto;
  transform: none;
  background-image: url("../images/common/icon_download_pdf.svg"), url("../images/common/icon_download.svg");
  background-repeat: no-repeat;
  background-position: left center, right center;
  background-size: auto 27px, auto 27px;
  flex-shrink: 0;
}
.mod_btnSquare.note.pdf > span:after {
  margin-top: 10px;
}
.mod_btnSquare.note {
  position: relative;
}
.mod_btnSquare.note > span {
  padding-bottom: 16px;
}
.mod_btnSquare.note span.n {
  padding-bottom: 0;
  position: absolute;
  bottom: 10px;
  left: 24px;
  display: block;
  font-size: 11px;
  letter-spacing: 0.02em;
  color: #14141e;
}
.mod_btnSquare.note span.n::after {
  display: none;
}

/* mod_btnRound */
.mod_btnRound {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  display: block;
  color: #005582;
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Meiryo, "メイリオ", sans-serif;
  font-weight: 500;
  letter-spacing: 0.3em;
  border: #005582 2px solid;
  text-align: center;
  padding: 8px 0 7px;
  border-radius: 20px;
  cursor: pointer;
}
.mod_btnRound span {
  display: block;
}
.mod_btnRound span:after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-top: #005582 1px solid;
  border-right: #005582 1px solid;
  margin-left: 0.5em;
  vertical-align: middle;
  position: relative;
  top: -2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

input.mod_btnRound {
  padding: 10px 0 11px;
}

/* mod_btnSquare */
.mod_btnNarrow {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  display: table;
  color: #005582;
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Meiryo, "メイリオ", sans-serif;
  font-size: 16px;
  font-size: 1.06667rem;
  border: #c8c8d2 1px solid;
  padding: 8px 15px 8px 12px;
  position: relative;
}
.mod_btnNarrow span {
  display: table-cell;
  vertical-align: middle;
}
.mod_btnNarrow span:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: #005582 1px solid;
  border-right: #005582 1px solid;
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2.5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* mod_btnlytAc */
.mod_btnlytAc {
  text-align: center;
  margin: 30px auto;
}
.mod_btnlytAc:first-child {
  margin-top: 0;
}
.mod_btnlytAc:last-child {
  margin-bottom: 0;
}
.mod_btnlytAc .mod_btnRound {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 240px;
  padding: 8px 40px 7px;
}
.mod_btnlytAc input.mod_btnRound {
  padding: 10px 40px 11px;
}

/* mod_btnlyt4col */
.mod_btnlyt4col {
  overflow: hidden;
  margin: 25px -1.96078% 40px;
}
.mod_btnlyt4col li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  padding: 0 1.96078%;
  float: left;
  margin-bottom: 18px;
}
.mod_btnlyt4col:first-child {
  margin-top: 0;
}
.mod_btnlyt4col:last-child {
  margin-bottom: 0;
}

/* mod_btnlyt2col */
.mod_btnlyt2col {
  overflow: hidden;
  margin: 20px -3.125% 40px;
}
.mod_btnlyt2col li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding: 0 3.125%;
  float: left;
  margin-top: 15px;
}
.mod_btnlyt2col li:first-child, .mod_btnlyt2col li:first-child + li {
  margin-top: 0;
}
.mod_btnlyt2col:first-child {
  margin-top: 0;
}
.mod_btnlyt2col:last-child {
  margin-bottom: 0;
}

/* mod_btnlyt3col */
.mod_btnlyt3col {
  overflow: hidden;
  margin: 20px -1.96078% 40px;
}
.mod_btnlyt3col li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.33333%;
  padding: 0 1.96078%;
  float: left;
  margin-top: 15px;
}
.mod_btnlyt3col li:first-child, .mod_btnlyt3col li:first-child + li, .mod_btnlyt3col li:first-child + li + li {
  margin-top: 0;
}
.mod_btnlyt3col li:nth-child(3n + 1) {
  clear: both;
}
.mod_btnlyt3col:first-child {
  margin-top: 0;
}
.mod_btnlyt3col:last-child {
  margin-bottom: 0;
}

/* 6. function
* ------------------------- */
/* mod_aco */
.mod_aco {
  border: #d2d2dc 1px solid;
  border-radius: 3px;
  margin: 10px 0;
}
.mod_aco .head .item a {
  color: #005582;
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Meiryo, "メイリオ", sans-serif;
  font-size: 21px;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  line-height: 1.333;
  display: block;
  padding: 25px 6.12245% 29px 4.08163%;
  position: relative;
}
.mod_aco .head .item a:before, .mod_aco .head .item a:after {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 11px;
  height: 2px;
  background: #005582;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}
.mod_aco .head .item a:before {
  right: calc(6.12245% + 7px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mod_aco .head .item a:after {
  right: 6.12245%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mod_aco .head .item a.open:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mod_aco .head .item a.open:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mod_aco .head .item a.withIcon {
  padding: 19px 6.12245% 23px 4.08163%;
}
.mod_aco .head .item a.withIcon .in {
  width: 100%;
  display: table;
  table-layout: fixed;
}
.mod_aco .head .item a.withIcon .in > * {
  display: table-cell;
  vertical-align: middle;
}
.mod_aco .head .item a.withIcon .in .icon {
  width: 44px;
}
.mod_aco .head .item a.withIcon .in .text {
  padding-left: 15px;
}
.mod_aco .body {
  padding: 0 4.08163% 20px;
}
.mod_aco .body.is-hidden {
  display: none;
}
.mod_aco .body > *:first-child {
  margin-top: 0;
}

/* 7. layout
* ------------------------- */
/* mod_lytImg */
.mod_lytImg {
  width: 100%;
  display: table;
  table-layout: fixed;
  direction: rtl;
  margin: 15px 0 35px;
}
.mod_lytImg:first-child {
  margin-top: 0;
}
.mod_lytImg:last-child {
  margin-bottom: 0;
}
.mod_lytImg.rtol {
  direction: ltr;
}
.mod_lytImg.rtol .col {
  padding: 0 4.44444% 0 0;
}
.mod_lytImg.rtol .col.narrow {
  padding: 0 6.11111% 0 0;
}
.mod_lytImg > * {
  display: table-cell;
  vertical-align: top;
  direction: ltr;
}
.mod_lytImg .image {
  text-align: center;
  width: 33.33333%;
}
.mod_lytImg .image.narrow {
  width: 22.22222%;
}
.mod_lytImg .image .cap {
  display: block;
  font-size: 14px;
  font-size: 0.93333rem;
  text-align: left;
  line-height: 1.75;
  margin-top: 10px;
}
.mod_lytImg .col {
  padding: 0 0 0 4.44444%;
}
.mod_lytImg .col > *:first-child {
  margin-top: 0;
}
.mod_lytImg .col > *:last-child {
  margin-bottom: 0;
}
.mod_lytImg .col.narrow {
  padding: 0 0 0 6.11111%;
}
.mod_lytImg .col.narrow + .image {
  width: 22.22222%;
}

/* mod_lytLead */
.mod_lytLead {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin: 25px 0 40px;
}
.mod_lytLead > * {
  display: table-cell;
  vertical-align: middle;
}
.mod_lytLead .image {
  width: 28.66667%;
}
.mod_lytLead .col {
  padding-right: 6.66667%;
}
.mod_lytLead .col .text dt {
  color: #005582;
  font-size: 20px;
  font-size: 1.53333rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 25px;
}
.mod_lytLead .col .text dd {
  font-size: 16px;
  font-size: 1.03rem;
  line-height: 1.7;
  letter-spacing: 0.1em;
}

/* mod_image */
.mod_image {
  margin: 40px 0;
  text-align: center;
}
.mod_image .cap {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  font-size: 0.93333rem;
}

/* mod_iframe */
.mod_iframe {
	max-width: 640px;
	margin: 40px auto;
}
.mod_iframe .mov {
	position: relative;
}
.mod_iframe .mov iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.mod_iframe .mov:before {
	content: "";
	display: block;
	padding-top: 56.25%;
}

/* mod_iframe2 */
.mod_iframe2 {
	max-width: 760px;
	margin: 40px auto;
}
.mod_iframe2 .mov {
	position: relative;
}
.mod_iframe2 .mov iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.mod_iframe2 .mov:before {
	content: "";
	display: block;
	padding-top: 56.25%;
}

/* mod_columnImage */
.mod_columnImage {
  margin: 40px 0 50px;
  overflow: hidden;
}
.mod_columnImage .inner {
  margin: 0 -1.08696%;
}
.mod_columnImage .col {
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding: 0 1.08696%;
  margin-bottom: 20px;
  float: left;
}
.mod_columnImage .col .wrap {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
  min-height: 190px;
  border: #d2d2dc 1px solid;
  border-radius: 3px;
  padding: 20px 10px;
}
.mod_columnImage .col .in {
  display: table-cell;
  vertical-align: middle;
}
.mod_columnImage .col .image {
  padding-top: 25px;
  margin-bottom: 30px;
}
.mod_columnImage .col .image img[src$=".svg"] {
  width: auto;
  max-width: none;
}
.mod_columnImage .col .text {
  line-height: 1.71;
}

/* mod_columnImage */
.mod_lyt2col {
  overflow: hidden;
  margin: 15px -2.88462% 25px;
}
.mod_lyt2col > .col {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding: 0 2.88462%;
  float: left;
}
.mod_lyt2col > .col > *:first-child {
  margin-top: 0;
}
.mod_lyt2col > .col > *:last-child {
  margin-bottom: 0;
}
.mod_lyt2col + .mod_lyt2col {
  margin-top: 40px;
}

/* mod_lyt4colto2col */
.mod_lyt4colto2col {
	overflow: hidden;
  margin: 15px -1.08695% 25px;
}
.mod_lyt4colto2col > .col {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  padding: 0 1.08695%;
	margin-bottom: 15px;
  float: left;
}
.mod_lyt4colto2col > .col img {
	margin: 0 auto;
}
.mod_lyt4colto2col > .col > *:first-child {
  margin-top: 0;
}
.mod_lyt4colto2col > .col > *:last-child {
  margin-bottom: 0;
}
.mod_lyt4colto2col + .mod_lyt2col {
  margin-top: 25px;
}

/* mod_lytForm */
.mod_lytForm {
  padding-bottom: 19px;
  margin-top: 20px;
  border-bottom: #b4b4b4 1px dashed;
}
.mod_lytForm .in {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  display: table;
  table-layout: fixed;
  border-left: #005582 4px solid;
  padding-left: 6px;
}
.mod_lytForm .in.required {
  border-color: #aa2814;
}
.mod_lytForm .in > * {
  display: table-cell;
  vertical-align: top;
}
.mod_lytForm .in .item {
  width: 260px;
  background: #e5eef2;
  padding: 8px 5px 8px 15px;
}
.mod_lytForm .in .item p {
  font-weight: bold;
}
.mod_lytForm .in .item p span {
  font-weight: normal;
}
.mod_lytForm .in .cell {
  padding-left: 10px;
}
.mod_lytForm .in .cell .cap {
  margin: 20px 0 10px;
  padding-left: 8px;
}
.mod_lytForm .in .cell .cap:first-child {
  margin-top: 0;
}
.mod_lytForm .in .cell .note {
  color: #ff7800;
  margin: 10px 0 15px;
  padding-left: 8px;
}
.mod_lytForm.withNotice {
  padding-bottom: 10px;
}
.mod_lytForm .noteArea {
  margin-top: 6px;
  padding-left: 300px;
}
.mod_lytForm .noteArea .noteText {
  color: #ff7800;
  font-size: 12px;
  font-size: 0.8rem;
}
.mod_lytForm .noteArea .errorText {
  color: #dc0000;
  font-weight: bold;
}

/* mod_border */
.mod_border {
  border-top: #b4cddc 1px dashed;
  margin: 50px 0 55px;
}

/* 8. input
* ------------------------- */
/* mod_inputText */
.mod_inputText {
  border: #dcdcdc 1px solid;
}
.mod_inputText .input {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Meiryo, "メイリオ", sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 38px;
  padding: 0 5px;
  line-height: 38px;
}

/* mod_select */
.mod_select .select {
  width: 100%;
  height: 38px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: #dcdcdc 1px solid;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Meiryo, "メイリオ", sans-serif;
  line-height: 38px;
  padding: 0 40px 0 20px;
}
.mod_select .select:-ms-expand {
  display: none;
}
.mod_select label {
  display: block;
  position: relative;
}
.mod_select label:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 6px 0 6px;
  border-color: #50505a transparent transparent transparent;
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 24px;
  margin-top: -3.5px;
}

/* mod_textArea */
.mod_textArea {
  line-height: 1;
}
.mod_textArea .text {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Meiryo, "メイリオ", sans-serif;
  line-height: 1.5;
  border: #dcdcdc 1px solid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 80px;
  padding: 5px;
}

/* mod_check */
.mod_check {
  line-height: 1.2;
  margin: 8px 0;
}
.mod_check label {
  min-height: 14px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
  overflow: hidden;
}
.mod_check label:before {
  content: '';
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: #dcdcdc 1px solid;
  border-radius: 2px;
  left: 0;
  top: 2px;
  z-index: 1;
}
.mod_check label:after {
  content: '';
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  width: 8px;
  height: 4px;
  border-left: #aa2814 2px solid;
  border-bottom: #aa2814 2px solid;
  left: 3px;
  top: 6px;
  z-index: 2;
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
}
.mod_check label .input {
  position: absolute;
  z-index: 3;
  width: 12px;
  height: 12px;
  left: -13px;
  top: 4px;
  margin: 0;
  -webkit-box-shadow: 14px -1px #fff;
  box-shadow: 14px -1px #fff;
  border-collapse: separate;
}
.mod_check label .input:checked {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* mod_radio */
.mod_radio {
  line-height: 1.2;
}
.mod_radio label {
  min-height: 14px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
  overflow: hidden;
}
.mod_radio label:before {
  content: '';
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: #dcdcdc 1px solid;
  border-radius: 50%;
  left: 0;
  top: 2px;
  z-index: 1;
}
.mod_radio label:after {
  content: '';
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  width: 8px;
  height: 8px;
  background: #aa2814;
  border-radius: 50%;
  left: 3px;
  top: 50%;
  margin-top: -4px;
  z-index: 2;
}
.mod_radio label .input {
  position: absolute;
  z-index: 3;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  left: -13px;
  top: 4px;
  margin: 0;
  -webkit-box-shadow: 14px -1px #fff;
  box-shadow: 14px -1px #fff;
  border-collapse: separate;
}
.mod_radio label .input:checked {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* mod_inputName */
.mod_inputName {
  letter-spacing: -0.4em;
}
.mod_inputName > * {
  letter-spacing: 0.1em;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}
.mod_inputName > *.text {
  margin-left: 20px;
}
.mod_inputName > *:first-child {
  margin-left: 0;
}
.mod_inputName .mod_inputText {
  width: 26.66667%;
}

/* mod_inputTel */
.mod_inputTel {
  letter-spacing: -0.4em;
}
.mod_inputTel > * {
  letter-spacing: 0.1em;
  display: inline-block;
  vertical-align: middle;
}
.mod_inputTel .mod_inputText {
  width: 21.66667%;
}
.mod_inputTel .dash {
  margin: 0 12px;
}

/* mod_inputRadio */
.mod_inputRadio {
  min-height: 40px;
  letter-spacing: -0.4em;
}
.mod_inputRadio > * {
  letter-spacing: 0.1em;
  display: inline-block;
  vertical-align: middle;
  margin: 10px 15px 0 0;
}

@media (min-width: 813px) {
  .mod_imgLinklyt .imgLinks .image span {
    -webkit-transition: .2s ease;
    transition: .2s ease;
  }
  .mod_imgLinklyt .imgLinks .text .title:before,
  .mod_imgLinklyt .imgLinks .text .title:after {
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease;
  }
  .mod_imgLinklyt .imgLinks:hover .image span {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: .7;
  }
  .mod_imgLinklyt .imgLinks:hover .text .title:after {
    -webkit-transform: rotate(-45deg) translate(5px, 5px);
    transform: rotate(-45deg) translate(5px, 5px);
  }
  .mod_imgLinklyt .imgLinks:hover .text .title:before {
    -webkit-transform: rotate(45deg) translate(5px, -5px);
    transform: rotate(45deg) translate(5px, -5px);
  }

  .mod_narrowHdg02 .hdg a:hover {
    text-decoration: underline;
	}

  .mod_colLink .colLinks li a {
    -webkit-transition: background-color .4s ease;
    transition: background-color .4s ease;
  }
  .mod_colLink .colLinks li a:hover {
    background: #e5eef2;
  }

  .mod_boximgLink li a {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .mod_boximgLink li a:hover {
    opacity: .7;
  }

  .mod_linelinkList > li > a {
    -webkit-transition: background-color .4s ease;
    transition: background-color .4s ease;
  }
  .mod_linelinkList > li > a:hover {
    background-color: #e5eef2;
  }

  .mod_boxLink > li a {
    -webkit-transition: background-color .4s ease;
    transition: background-color .4s ease;
  }
  .mod_boxLink > li a .in:before,
  .mod_boxLink > li a .in:after {
    -webkit-transition: right .4s ease;
    transition: right .4s ease;
  }
  .mod_boxLink > li a:hover {
    background-color: #e5eef2;
  }
  .mod_boxLink > li a:hover .in:before,
  .mod_boxLink > li a:hover .in:after {
    right: 20px;
  }

  .mod_btnSquare,
  .mod_btnRound {
    -webkit-transition: .4s ease;
    transition: .4s ease;
  }
  .mod_btnSquare span:after,
  .mod_btnRound span:after {
    -webkit-transition: .4s ease;
    transition: .4s ease;
  }
  .mod_btnSquare:hover,
  .mod_btnRound:hover {
    color: #fff;
    background: #005582;
  }
  .mod_btnSquare:hover span:after,
  .mod_btnRound:hover span:after {
    border-color: #fff;
    -webkit-transform: rotate(45deg) translate(5px, -5px);
    transform: rotate(45deg) translate(5px, -5px);
  }
  .mod_btnSquare span.n{
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  .mod_btnSquare:hover span.n{
    color: #fff;
  }
  .mod_btnSquare.pdf:hover span:after,
  .mod_btnRound.pdf:hover span:after {
    transform: none;
  }

  .mod_btnNarrow {
    -webkit-transition: border-color .4s ease;
    transition: border-color .4s ease;
  }
  .mod_btnNarrow span:after {
    -webkit-transition: right .4s ease;
    transition: right .4s ease;
  }
  .mod_btnNarrow:hover {
    border-color: #005582;
  }
  .mod_btnNarrow:hover span:after {
    right: 6px;
  }

  .mod_imgLink > .col a .cap img {
    -webkit-transition: .2s ease;
    transition: .2s ease;
  }
  .mod_imgLink > .col a .text {
    -webkit-transition: color .2s ease;
    transition: color .2s ease;
  }
  .mod_imgLink > .col a:hover .cap img {
    opacity: .7;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  .mod_imgLink > .col a:hover .text {
    color: #005582;
  }
}
body.ie .mod_hdg01,
body.ie .mod_bgHdg01 .hdg .text,
body.ie .mod_articlelHdg01 .in .hdg,
body.ie .mod_hdg02 .hdg,
body.ie .mod_narrowHdg02 .hdg,
body.ie .mod_acHdg02 .hdg,
body.ie .mod_lineHdg02 .hdg,
body.ie .mod_hdg03 .hdg,
body.ie .mod_hdg05 .hdg,
body.ie .mod_alertBox .title .text,
body.ie .mod_boximgLink li .text,
body.ie .mod_boxLink > li a,
body.ie .mod_btnSquare,
body.ie .mod_btnRound,
body.ie .mod_btnNarrow,
body.ie .mod_aco .head .item a,
body.ie .mod_imgLink > .col a .text,
body.ie .mod_box .title {
  font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
  letter-spacing: normal;
}

body.en .mod_hdg01,
body.en .mod_articlelHdg01 .in .hdg,
body.en .mod_hdg02 .hdg,
body.en .mod_narrowHdg02 .hdg,
body.en .mod_lineHdg02 .hdg,
body.en .mod_hdg03 .hdg,
body.en .mod_hdg05 .hdg,
body.en .mod_linelinkList > li > a .type > li,
body.en .mod_lytLead .col .text dd,
body.en .mod_defList > li dl dt,
body.en .mod_boximgLink li .text,
body.en .mod_alertBox .title .text,
body.en .mod_btnRound,
body.en .mod_btnSquare,
body.en .mod_aco .head .item a,
body.en .mod_inputName > *,
body.en .mod_text em {
  letter-spacing: normal;
}
body.en .mod_boximgLink li .text {
  line-height: 1.3;
}

body.cn .mod_hdg01,
body.cn .mod_bgHdg01 .hdg .text,
body.cn .mod_articlelHdg01 .in .hdg,
body.cn .mod_hdg02 .hdg,
body.cn .mod_narrowHdg02 .hdg,
body.cn .mod_acHdg02 .hdg,
body.cn .mod_lineHdg02 .hdg,
body.cn .mod_hdg03 .hdg,
body.cn .mod_hdg05 .hdg,
body.cn .mod_alertBox .title .text,
body.cn .mod_boximgLink li .text,
body.cn .mod_boxLink > li a,
body.cn .mod_btnSquare,
body.cn .mod_btnRound,
body.cn .mod_btnNarrow,
body.cn .mod_aco .head .item a,
body.cn .mod_imgLink > .col a .text,
body.cn .mod_box .title {
  font-family: "微软雅黑", "Microsoft Yahei", "MS黑体", "MS Hei", "Hiragino Sans GB", "Hiragino Sans GB W3", Meiryo, メイリオ, sans-serif;
}

body.kr .mod_hdg01,
body.kr .mod_bgHdg01 .hdg .text,
body.kr .mod_articlelHdg01 .in .hdg,
body.kr .mod_hdg02 .hdg,
body.kr .mod_narrowHdg02 .hdg,
body.kr .mod_acHdg02 .hdg,
body.kr .mod_lineHdg02 .hdg,
body.kr .mod_hdg03 .hdg,
body.kr .mod_hdg05 .hdg,
body.kr .mod_alertBox .title .text,
body.kr .mod_boximgLink li .text,
body.kr .mod_boxLink > li a,
body.kr .mod_btnSquare,
body.kr .mod_btnRound,
body.kr .mod_btnNarrow,
body.kr .mod_aco .head .item a,
body.kr .mod_imgLink > .col a .text,
body.kr .mod_box .title {
  font-family: "Noto Sans korean", "SF Pro KR", "SF Pro Text", "SF Pro Icons", "Apple Gothic", "Segoe UI", SegoeUI, "Malgun Gothic", "HY Dotum", "Lexi Gulim", "HY Gulim", Gulim , "Yoon Gothic", sans-serif;
}

/*/////////////////////////////
 RWD
/////////////////////////////*/
@media (max-width: 812px) {
  .mod_spSpacer {
    padding: 0 2.8169%;
  }

  .mod_hdg01 {
    font-size: 14px;
    font-size: 0.93333rem;
    padding: 8px 2.66667%;
    margin: 0 -2.66667%;
  }
  .mod_hdg01 + .mod_hdg02 {
    margin-top: 0;
  }
  .mod_hdg01 + .mod_narrowHdg02, .mod_hdg01 + .mod_acHdg02, .mod_hdg01 + .mod_narrowHdg02, .mod_hdg01 + .mod_lineHdg02 {
    margin-top: 20px;
  }
  .mod_hdg01 .hdg.em {
    font-size: 18px;
    font-size: 1.2rem;
  }
  .mod_hdg01 .hdg.em span {
    display: block;
    padding: 10px 5.6338% 8px;
  }

  .mod_bgHdg01 {
    margin: 0 -2.66667% 25px;
    border: none;
  }
  .mod_bgHdg01 .hdg {
    height: auto;
    min-height: 120px;
  }
  .mod_bgHdg01 .hdg .text {
    font-size: 18px;
    font-size: 1.2rem;
    padding: 0 8%;
  }
  .mod_bgHdg01 .hdg .sub {
    display: block;
  }

  .mod_articlelHdg01 {
    margin-top: 25px !important;
  }
	.mod_articlelHdg01 .in .data {
		display: block;
	}
	.mod_articlelHdg01 .in .data .share {
		margin: 15px 0 0;
	}
	.mod_articlelHdg01 .in .data .share ul {
		-webkit-box-pack: right;
		    -ms-flex-pack: right;
		        justify-content: right;
	}
  .mod_articlelHdg01 .caps {
    margin-bottom: 10px;
  }
  .mod_articlelHdg01 .in .hdg {
    font-size: 18px;
    font-size: 1.2rem;
    line-height: 1.55;
    padding-bottom: 18px;
  }

  .mod_hdg02 {
    margin: 30px -2.66667% 15px;
  }
  .mod_hdg02 .hdg {
    font-size: 18px;
    font-size: 1.2rem;
    padding: 0 2.66667%;
  }
  .mod_hdg02 .hdg .text {
    padding: 15px 0 14px;
  }

  .mod_narrowHdg02 {
    margin: 45px 0 15px;
  }
  .mod_narrowHdg02 .hdg {
    font-size: 16px;
    font-size: 1.06667rem;
    padding: 0 5.6338%;
  }
  .mod_narrowHdg02 .hdg .text {
    padding: 11px 0 10px;
  }
  .mod_narrowHdg02 .hdg a:after {
    width: 5px;
    height: 5px;
	}
	.mod_narrowHdg02 .hdg .text .tag {
		padding: 0 8px;
		margin: 5px 0;
	}

  .mod_lineHdg02 {
    margin: 25px 0 20px;
  }
  .mod_lineHdg02 .hdg {
    font-size: 18px;
    font-size: 1.2rem;
    line-height: 1.444;
    padding-bottom: 20px;
  }

  .mod_acHdg02 {
    margin: 40px 0 18px;
  }
  .mod_acHdg02 .hdg {
    font-size: 20px;
    font-size: 1.33333rem;
  }

  .mod_hdg04 {
    margin: 15px 0 8px;
  }
  .mod_hdg04 .hdg {
    padding: 10px 2.8169%;
  }
  .mod_hdg04 .hdg.em {
    padding: 8px 4.22535%;
  }

  .mod_hdg05 {
    margin: 15px 0 5px;
  }
  .mod_hdg05 .hdg {
    font-size: 16px;
    font-size: 1.06667rem;
    padding: 10px 8.4507% 9px;
  }

  .mod_hdg06 {
    margin: 25px 0 15px;
  }
  .mod_hdg06 .hdg {
    font-size: 14px;
    font-size: 0.93333rem;
  }

  .mod_blHdg06 {
    margin: 25px 0 10px;
  }
  .mod_blHdg06 .hdg {
    font-size: 14px;
    font-size: 0.93333rem;
  }

  .mod_mV {
    margin: 0 -2.66667% 25px;
  }

  .mod_text {
    font-size: 14px;
    font-size: 0.93333rem;
    line-height: 1.71;
  }

  .mod_alertBox {
    display: block;
    margin: 20px 0 35px;
    padding: 17px 0 15px;
  }
  .mod_alertBox > * {
    display: block;
  }
  .mod_alertBox .title {
    text-align: center;
    width: auto;
    padding: 0 2.11268%;
  }
  .mod_alertBox .title .text {
    font-weight: normal;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: #c8c8c8 1px solid;
    letter-spacing: -0.4em;
  }
  .mod_alertBox .title .text span {
    letter-spacing: 0.1em;
    vertical-align: middle;
  }
  .mod_alertBox .title .text:before {
    width: 22px;
    height: 18.5px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 9px 0 0;
  }
  .mod_alertBox .body {
    border-left: none;
    padding: 0 3.52113%;
  }

  .mod_box {
    margin: 20px 0;
    padding: 13px 3.52113%;
  }
  .mod_box .title {
    margin-top: 10px;
  }

  .mod_table {
    margin: 15px 0;
  }
  .mod_table * {
    font-size: 7px;
    font-size: 0.46667rem;
  }
  .mod_table td {
    padding: 2px 4px;
  }
  .mod_table thead th {
    padding: 2px 4px;
  }
  .mod_table thead th:first-child {
    padding: 2px 8px;
  }
  .mod_table thead.wLinks th {
    padding: 5px 4px;
  }
  .mod_table thead.wLinks th:first-child {
    padding: 5px 8px;
  }
  .mod_table tbody th {
    padding: 5px 8px;
  }

  .mod_noticeList {
    margin: 10px 0 25px;
  }

  .mod_defList {
    margin: 10px 0 25px;
  }

  .mod_dotList {
    margin: 10px 0 25px;
  }

  .mod_numList {
    margin: 10px 0 25px;
  }

  .mod_list {
    margin: 10px 0 25px;
  }

  .mod_imgLinklyt {
    border-top: none;
    padding-top: 0;
    margin: 25px 0;
  }
  .mod_imgLinklyt .inner {
    margin: 0;
    padding: 0;
  }
  .mod_imgLinklyt .imgLinks {
    border: none;
    border-top: #dcdcdc 1px dashed;
    border-bottom: #dcdcdc 1px dashed;
    padding: 5px 0;
  }
  .mod_imgLinklyt .imgLinks .image {
    width: 24%;
  }
  .mod_imgLinklyt .imgLinks .text {
    padding: 0 5.33333% 0 6.66667%;
    position: static;
  }
  .mod_imgLinklyt .imgLinks .text .title {
    font-size: 18px;
    font-size: 1.2rem;
  }
  .mod_imgLinklyt .imgLinks .text .title:after {
    width: 5px;
    height: 5px;
    background: none;
    border-top: #505050 1px solid;
    border-right: #505050 1px solid;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 0.5em;
    -webkit-transform-origin: center;
    transform-origin: center;
    top: -2px;
    right: auto;
  }
  .mod_imgLinklyt .imgLinks .text .title:before {
    display: none;
  }
  .mod_imgLinklyt .imgLinks .text .title:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .mod_imgLinklyt .imgLinks .text .in {
    margin-top: 10px;
  }

  .mod_boximgLink {
    margin: 20px -0.69444% 15px;
  }
  .mod_boximgLink li {
    width: 50%;
    padding: 0 0.69444%;
    margin-bottom: 5px;
  }
  .mod_boximgLink li a {
    padding: 17px 0 13px;
  }
  .mod_boximgLink li .image {
    width: 79.42857%;
  }
  .mod_boximgLink li .text {
    font-size: 14px;
    font-size: 0.93333rem;
    line-height: 1.428;
  }

  .mod_colLink {
    margin: 0 -2.66667%;
  }
  .mod_colLink .colLinks li a,
  .mod_colLink .colLinks li .col {
    padding: 0 2.66667%;
  }
  .mod_colLink .colLinks li .in .date {
    font-weight: bold;
    margin-bottom: 12px;
  }
  .mod_colLink .colLinks li .in .date .cat {
    font-weight: normal;
  }

  .mod_linelinkList {
    margin: 10px 0 30px;
  }
  .mod_linelinkList > li > a {
    padding: 8px 5.6338% 8px 4.22535%;
  }
  .mod_linelinkList > li > a.arrow:before, .mod_linelinkList > li > a.arrow:after {
    width: 5px;
    height: 2px;
    margin-top: -1px;
    right: 3.52113%;
  }
  .mod_linelinkList > li > a em {
    font-size: 14px;
    font-size: 0.93333rem;
  }
  .mod_linelinkList > li > a dl dt {
    font-size: 14px;
    font-size: 0.93333rem;
    line-height: 1.71;
    padding: 10px 0;
  }
  .mod_linelinkList > li > a dl dt:before, .mod_linelinkList > li > a dl dt:after {
    width: 5px;
    height: 2px;
    margin-top: -1px;
  }
  .mod_linelinkList > li > a dl dd {
    padding-bottom: 10px;
  }
  .mod_linelinkList > li > a .type {
    font-size: 12px;
    font-size: 0.8rem;
    line-height: 2;
  }
  .mod_linelinkList > li > a .type > li {
    display: block;
    padding-left: 0;
  }
  .mod_linelinkList > li > a .type > li:before {
    display: none;
  }

  .mod_linkSide {
    margin: 10px 0 25px;
  }
  .mod_linkSide > li {
    display: block;
    margin: 8px 0 0;
  }
  .mod_linkSide.right {
    text-align: left;
  }

  .mod_boxLink {
    margin: 10px 0 20px;
  }
  .mod_boxLink > li {
    margin-top: 10px;
  }
  .mod_boxLink > li a {
    font-size: 14px;
    font-size: 0.93333rem;
  }
  .mod_boxLink > li a .in {
    padding: 20px 25px 20px 5.76369%;
  }
  .mod_boxLink > li a .in:before, .mod_boxLink > li a .in:after {
    right: 17px;
  }

  .mod_imgLink > .col {
    float: none;
  }
  .mod_imgLink.col3 {
    margin: 15px 0 20px;
  }
  .mod_imgLink.col3 > .col {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .mod_imgLink.col3 > .col:first-child {
    margin-top: 0;
  }
  .mod_imgLink.col3 > .col:first-child + .col, .mod_imgLink.col3 > .col:first-child + .col + .col {
    margin-top: 20px;
  }

  .mod_aco .head .item a {
    padding: 17px 7.74648% 18px 5.6338%;
    position: relative;
  }
  .mod_aco .head .item a:before {
    right: calc(7.74648% + 7px);
  }
  .mod_aco .head .item a:after {
    right: 7.74648%;
  }
  .mod_aco .head .item a.withIcon {
    padding: 17px 12.67606% 18px 5.6338%;
  }
  .mod_aco .head .item a.withIcon .in .icon {
    width: 30px;
  }
  .mod_aco .head .item a.withIcon .in .icon img {
    vertical-align: middle;
  }
  .mod_aco .head .item a.withIcon .in .text {
    padding-left: 10px;
  }
  .mod_aco .body {
    padding: 0 5.6338% 25px;
  }

  .mod_lytImg.rtol .col {
    padding: 0;
  }
  .mod_lytImg.rtol .col.narrow {
    padding: 0;
  }
  .mod_lytImg > * {
    display: block;
  }
  .mod_lytImg .image {
    width: 100%;
    margin-bottom: 25px;
    display: table-caption;
  }
  .mod_lytImg .image .cap {
    margin-top: 15px;
  }
  .mod_lytImg .col {
    padding: 0;
  }
  .mod_lytImg .col.narrow {
    padding: 0;
  }
  .mod_lytImg .col.narrow + .image {
    width: 100%;
  }
  .mod_lytImg.textCap .col {
    display: table-caption;
  }
  .mod_lytImg.textCap .image {
    margin: 25px 0 0;
    display: block;
  }

  .mod_lytLead {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    margin: 25px 0 40px;
    padding: 0 2.8169%;
  }
  .mod_lytLead > * {
    display: block;
  }
  .mod_lytLead .image {
    width: 100%;
    text-align: center;
  }
  .mod_lytLead .col {
    padding-right: 0;
    margin-bottom: 25px;
  }
  .mod_lytLead .col .text dt {
    font-size: 18px;
    font-size: 1.2rem;
    line-height: 1.77;
    margin-bottom: 15px;
  }
  .mod_lytLead .col .text dd {
    font-size: 14px;
    font-size: 0.93333rem;
    line-height: 1.7;
  }

  .mod_btnSquare {
    border-width: 1px;
    padding: 7px 0;
  }
  .mod_btnSquare.pdf {
    padding-right: 10px;
    padding-left: 10px;
  }
  .mod_btnSquare.pdf span:after {
    width: 48px;
    height: 24px;
    background-size: auto 24px, auto 24px;
  }

  /* .mod_btnSquare.note.pdf > span:after {
    margin-top: 10px;
  } */
  /* .mod_btnSquare.note {
    position: relative;
  } */
  .mod_btnSquare.note > span {
    padding-bottom: 20px;
  }
  .mod_btnSquare.note span.n {
    bottom: 10px;
    left: 10px;
  }

  .mod_btnNarrow {
    font-size: 14px;
    font-size: 0.93333rem;
    padding: 10px 21px 8px 18px;
  }

  .mod_btnlytAc {
    margin: 40px auto 30px;
  }
  .mod_btnlytAc .mod_btnRound {
    display: inline-block;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 245px;
    padding: 8px 40px 7px;
  }

  .mod_btnlyt4col {
    margin: 20px -0.69444% 45px;
  }
  .mod_btnlyt4col li {
    width: 50%;
    padding: 0 0.69444%;
    margin-bottom: 10px;
  }

  .mod_btnlyt2col {
    margin: 20px -0.69444% 40px;
  }
  .mod_btnlyt2col li {
    padding: 0 0.69444%;
    margin-top: 10px;
  }

  .mod_btnlyt3col {
    overflow: hidden;
    margin: 20px 0 40px;
  }
  .mod_btnlyt3col li {
    width: 100%;
    padding: 0;
    float: none;
    margin-top: 10px;
  }
  .mod_btnlyt3col li:first-child {
    margin-top: 0;
  }
  .mod_btnlyt3col li:first-child + li, .mod_btnlyt3col li:first-child + li + li {
    margin-top: 10px;
  }
  .mod_btnlyt3col li:nth-child(3n + 1) {
    clear: none;
  }

  .mod_image {
    margin: 15px 0;
  }
  .mod_image .cap {
    margin-top: 8px;
    text-align: left;
  }
	.mod_iframe {
		margin: 15px auto;
	}

  .mod_columnImage {
    margin: 20px 0 35px;
  }
  .mod_columnImage .inner {
    margin: 0;
  }
  .mod_columnImage .col {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
    float: none;
  }
  .mod_columnImage .col .wrap {
    min-height: 140px;
    padding: 15px 5px;
  }
  .mod_columnImage .col .image {
    padding-top: 15px;
    margin-bottom: 10px;
  }

  .mod_lyt2col {
    margin: 15px 0 25px;
  }
  .mod_lyt2col > .col {
    width: 100%;
    padding: 0;
    float: none;
    margin-top: 25px;
  }
  .mod_lyt2col > .col:first-child {
    margin-top: 0;
  }
  .mod_lyt2col + .mod_lyt2col {
    margin-top: 25px;
  }

	.mod_lyt4colto2col {
		overflow: hidden;
	  margin: 15px -1.36986% 25px;
	}
	.mod_lyt4colto2col > .col {
	  width: 50%;
	  padding: 0 1.36986%;
	}
	.mod_lyt4colto2col + .mod_lyt2col {
	  margin-top: 15px;
	}

  .mod_lytForm {
    padding-bottom: 8px;
    margin-top: 8px;
  }
  .mod_lytForm .in {
    display: block;
    border-left: none;
    padding-left: 0;
  }
  .mod_lytForm .in > * {
    display: block;
  }
  .mod_lytForm .in .item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    background: none;
    padding: 0 0 0 6px;
    border-left: #005582 4px solid;
    margin-bottom: 10px;
  }
  .mod_lytForm .in .item p {
    font-weight: bold;
    background: #e5eef2;
    padding: 10px 5px 10px 20px;
  }
  .mod_lytForm .in.required .item {
    border-color: #aa2814;
  }
  .mod_lytForm .in .cell {
    padding-left: 0;
  }
  .mod_lytForm .in .cell .errorText {
    font-size: 12px;
    font-size: 0.8rem;
    position: static;
    margin-top: 8px;
  }
  .mod_lytForm .in .cell .cap {
    margin: 25px 0 12px;
    padding-left: 10px;
  }
  .mod_lytForm .in .cell .note {
    margin: 15px 0;
    padding-left: 10px;
  }
  .mod_lytForm.withNotice {
    padding-bottom: 8px;
  }
  .mod_lytForm .noteArea {
    padding-left: 0;
  }

  .mod_border {
    margin: 40px 0 28px;
  }

  .mod_inputText .input {
    font-size: 16px;
    font-size: 1.06667rem;
  }

  .mod_select .select {
    font-size: 16px;
    font-size: 1.06667rem;
  }

  .mod_textArea .text {
    font-size: 16px;
    font-size: 1.06667rem;
    height: 120px;
  }

  .mod_check,
  .mod_radio {
    padding-left: 10px;
  }
  .mod_check label:before,
  .mod_radio label:before {
    top: 1px;
  }
  .mod_check label .input,
  .mod_radio label .input {
    top: 3px;
  }
  .mod_check label:after,
  .mod_radio label:after {
    top: 5px;
  }

  .mod_radio label:after {
    top: 50%;
  }

  .mod_inputName {
    padding-left: 5px;
  }
  .mod_inputName > * {
    margin-left: 10px;
  }
  .mod_inputName > *.text {
    margin-left: 12px;
  }
  .mod_inputName > *:first-child {
    margin-left: 0;
  }
  .mod_inputName .mod_inputText {
    width: 32.43243%;
  }

  .mod_inputTel .mod_inputText {
    width: 24%;
  }
}
@media (max-width: 415px) {
  .mod_hdg01 {
    font-size: 3.73333vw;
  }
  .mod_hdg01 .hdg.em {
    font-size: 4.8vw;
  }

  .mod_bgHdg01 .hdg .text {
    font-size: 4.8vw;
  }

  .mod_articlelHdg01 .caps .date {
    font-size: 3.2vw;
  }
  .mod_articlelHdg01 .in .hdg {
    font-size: 4.8vw;
  }
  .mod_articlelHdg01 .in .category .cat {
    font-size: 3.73333vw;
  }

  .mod_hdg02 .hdg {
    font-size: 4.8vw;
  }

  .mod_narrowHdg02 .hdg {
    font-size: 4.26667vw;
	}
	.mod_narrowHdg02 .hdg .text .tag {
    font-size: 3.73333vw;
	}

  .mod_lineHdg02 .hdg {
    font-size: 4.8vw;
  }

  .mod_acHdg02 .hdg {
    font-size: 5.33333vw;
  }

  .mod_hdg03 .hdg {
    font-size: 4.26667vw;
  }
  .mod_hdg03 .hdg .link {
    font-size: 3.73333vw;
  }

  .mod_hdg04 .hdg.em {
    font-size: 4.26667vw;
  }

  .mod_hdg05 .hdg {
    font-size: 3.73333vw;
  }

  .mod_hdg06 .hdg {
    font-size: 3.73333vw;
  }

  .mod_blHdg06 .hdg {
    font-size: 3.73333vw;
  }

  .mod_text em {
    font-size: 3.73333vw;
  }

  .mod_alertBox .body p {
    font-size: 3.2vw;
  }

  .mod_table * {
    font-size: 1.86667vw;
  }

  .mod_imgLinklyt .imgLinks .text .title {
    font-size: 4.8vw;
  }
  .mod_imgLinklyt .imgLinks .text .in {
    font-size: 3.46667vw;
  }

  .mod_boximgLink li .text {
    font-size: 3.73333vw;
  }

  .mod_linelinkList > li > a em {
    font-size: 3.73333vw;
  }
  .mod_linelinkList > li > a dl dt {
    font-size: 3.73333vw;
  }
  .mod_linelinkList > li > a .type {
    font-size: 2.93333vw;
  }

  .mod_boxLink > li a {
    font-size: 3.73333vw;
  }

  .mod_imgLink > .col a .text {
    font-size: 4.26667vw;
  }

  .mod_aco .head .item a {
    font-size: 5.33333vw;
  }

  .mod_noticeList {
    font-size: 3.2vw;
  }

  .mod_lytLead .col .text dt {
    font-size: 4.8vw;
  }
  .mod_lytLead .col .text dd {
    font-size: 3.73333vw;
  }

  .mod_btnSquare {
    font-size: 4.26667vw;
  }
  .mod_btnSquare span.small {
    font-size: 3.73333vw;
  }

  .mod_btnNarrow {
    font-size: 3.73333vw;
  }

  .mod_lytForm .noteArea .errorText,
  .mod_lytForm .noteArea .noteText {
    font-size: 3.2vw;
  }

  .mod_box .title {
    font-size: 4.8vw;
  }

  .mod_image .cap {
    font-size: 3.73333vw;
  }

  .mod_lytImg .image .cap {
    font-size: 3.73333vw;
  }
}
