@charset "UTF-8";
html {
  box-sizing: border-box;
}

html { box-sizing: border-box; }
*, *::before, *::after { box-sizing: inherit; }

body {
	font-family: "HelveticaLT";
  font-family: 'HelveticaNeueLTW1G-Roman', 'HelveticaNeueLTW1G-Roman', 'Noto Sans JP', YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", Meiryo, sans-serif;
	-webkit-text-size-adjust: 100%;
	margin:0;
	padding:0;
  overflow-wrap: break-word;
  color: #000;
  background-color: #fff;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6, p, span, a, li, th, td {
  margin: 0;
  padding: 0;
  letter-spacing: 0.05em;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  font-family: "HelveticaNeueLTW1G-Bd";
}
a {
  border: none;
  text-decoration: none;
}

ol,ul, li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
select::-ms-expand {
	display: none;
}


/*-------------- 中見出し ------------*/
.text-section h2 ,
.link-list h2 ,
.link-list-url h2 ,
.news-result h2 ,
.news-yuho h2 ,
.news-presentation h2 ,
.news-material h2 ,
.title2 {
	position: relative;
	margin-top: 2em;
	font-size: 32px;
	line-height: 1.33;
}

.news-result dl dt ,
.news-yuho dl dt ,
.news-presentation dl dt ,
.news-material dl dt ,
.title3 {
	position: relative;
	margin-top: 1.5em;
	font-size: 26px;
	line-height: 1.33;
}

.title4 {
	position: relative;
	margin-top: 1em;
	font-size: 22px;
	line-height: 1.33;
}

.title2 p ,
.title3 p ,
.title4 p {
	font-size: 14px;
}

.title2 p + h2 ,
.title3 p + h3 ,
.title4 p + h4 ,
.title2 h2 + p ,
.title3 h3 + p ,
.title4 h4 + p {
	margin-top: 5px;
}

.title2 dl ,
.title3 dl ,
.title4 dl {
	position: absolute;
	top: 50%;
	left: 0;
	display: inline-block;
	vertical-align: middle;
	width: 60px;
	max-height: 60%;
	transform: translateY(-50%);
}

.title2 dl img ,
.title3 dl img ,
.title4 dl img {
	display: block;
}

.title2 dl + h2 ,
.title3 dl + h3 ,
.title4 dl + h4 ,
.title2 dl + div ,
.title3 dl + div ,
.title4 dl + div {
	margin-left: 80px;
}



/*-- (共通) --*/
.text-section h2 ,
.link-list h2 ,
.link-list-url h2 ,
.news-result h2 ,
.news-yuho h2 ,
.news-presentation h2 ,
.news-material h2 ,
.title2.style1 {
    display: block;
	margin-top: 2em;
	color: #222;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.33;
	letter-spacing: 0.02em;
    position: relative;
    padding-bottom: 1rem;
    margin-bottom: 30px;
}

.text-section h2::before ,
.link-list h2::before ,
.link-list-url h2::before ,
.news-result h2::before ,
.news-yuho h2::before ,
.news-presentation h2::before ,
.news-material h2::before ,
.title2.style1::before {
	position: absolute;
    content: '';
    width: 100%;
    height: 5px;
    left:0;
    bottom: -3px;
    border-left: 88px solid #326bc9;
    background: #ddd;
    box-sizing: border-box;
}

/* .text-section h2::after ,
.link-list h2::after ,
.link-list-url h2::after ,
.news-result h2::after ,
.news-yuho h2::after ,
.news-presentation h2::after ,
.news-material h2::after ,
.title2.style1::after {
	position: absolute;
    content: '';
    width: 20%;
    left: 20%;
    bottom: -5px;
    border-bottom: 5px solid #ddd;
} */

/* .text-section h2::before ,
.link-list h2::before ,
.link-list-url h2::before ,
.news-result h2::before ,
.news-yuho h2::before ,
.news-presentation h2::before ,
.news-material h2::before ,
.title2.style1::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 2px;
	height: 100%;
	background: #326bc9;
} */


/*-- 見出しh3レベル --*/
.news-result dl dt ,
.news-yuho dl dt ,
.news-presentation dl dt ,
.news-material dl dt ,
.title3.style1 {
	margin-top: 1.6em;
	/* padding: 10px 20px; */
	font-size: 24px;
	font-weight: bold;
	line-height: 1.33;
	/* background: #f7f7f7; */
	border-bottom: 1px solid #326bc9;
	padding-bottom: 5px;
}

/*-- 見出しh4レベル --*/
.title4.style1 {
	margin-top: 1.7em;
	color: #326bc9;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.33;
	margin-bottom: -0.75em;
}


@media screen and (max-width: 767px) {
	.text-section h2 ,
	.link-list h2 ,
	.link-list-url h2 ,
	.news-result h2 ,
	.news-yuho h2 ,
	.news-presentation h2 ,
	.news-material h2 ,
	.title2.style1 {
		font-size: 26px;
	}

	.news-result dl dt ,
	.news-yuho dl dt ,
	.news-presentation dl dt ,
	.news-material dl dt ,
	.title3.style1 {
		font-size: 22px;
	}

	.title4.style1 {
		font-size: 18px;
	}
}


/*-- 見出しh2・h3・h4 スタイルＢ --*/
.title2.style2 {
}

.title3.style2 {
	color: #3370CD;
	font-size: 22px;
	font-weight: bold;
}

.title4.style2 {
}


/*-- 見出しh2・h3・h4 スタイルＣ --*/
.title2.style3 {
}

.title3.style3 {
}

.title4.style3 {
}


/*------------------------------------- 
 パーツ共通マージン
-------------------------------------*/

/*---------- 先頭カラム内見出し ----------*/
@media print, screen and (min-width: 768px) {
	[role="main"] > *:first-child > * > .title2:first-child ,
	[role="main"] > *:first-child > * > .title3:first-child ,
	[role="main"] > *:first-child > * > .title4:first-child ,
	[role="main"] > *:first-child > * > .text-section:first-child h2 {
		margin-top: 30px;
	}
}

@media screen and (max-width: 767px) {
	[role="main"] > *:first-child > *:first-child > .title2:first-child ,
	[role="main"] > *:first-child > *:first-child > .title3:first-child ,
	[role="main"] > *:first-child > *:first-child > .title4:first-child ,
	[role="main"] > *:first-child > *:first-child > .text-section:first-child h2 {
		margin-top: 30px;
	}
}

/*-- 先頭カラム内見出し --*/
[role="main"] > *:first-child > * > .news-result h2:first-child ,
[role="main"] > *:first-child > * > .news-yuho h2:first-child ,
[role="main"] > *:first-child > * > .news-presentation h2:first-child ,
[role="main"] > *:first-child > * > .news-material h2:first-child {
	margin-top: 30px;
}

/*-- パーツ共通 --*/
.highlight-quoted-text ,
.lead-section ,
.text-section ,
.faq-list ,
.anchor-link ,
.teaser ,
.external-teaser ,
.download-teaser ,
.internal-link-area ,
.external-link-area ,
.download-link-area ,
.news-result .group_year dl ,
.news-yuho .group_year dl ,
.news-presentation .group_year dl ,
.news-material .group_year dl ,
.news-result > dl dt + dd ,
.news-yuho > dl dt + dd ,
.news-presentation > dl dt + dd ,
.news-material > dl dt + dd ,
.link-list:not(.highlight) ul ,
.link-list.highlight ul ,
.link-list-url ul ,
.vertical-table ,
.ircalendar ,
.shwTable ,
.uni-table ,
.basic-list2:not(.thumnail) ,
.basic-list2.thumnail ,
div.video ,
div.audio ,
div.map ,
div.youtube {
	margin-top: 30px;
}

.teaser ,
.external-teaser ,
.download-teaser ,
.graph {
	margin-bottom: 20px;
}



/*------------------------------------- 

-------------------------------------*/

.container {
  margin: 0 auto;
}
.container main .toplebel {
  background: #003057;
  margin: 0 0 30px 0;
  position: relative;
  height: 110px;
  overflow: hidden;
}
.container main .toplebel h1 {
  position: relative;
  width: 1120px;
  margin: 30px auto;
  padding: 0 0 0 20px;
  font-size: 34px;
  color: #fff;
  border-left: 4px #336bca solid;
}
.container main .toplebel img {
  position: absolute;
  right: 0;
}
.container main .toplebel.gray {
  background: #003057;
  overflow: hidden;
}
.container main .toplebel.gray .c-frame {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.container main .toplebel.gray .c-frame h1 {
  display: block;
  color: #fff;
  border: none;
  padding: 0 0 0 14px;
  margin: 34px 0 0 0;
  width: 50%;
  background:url("../images/h_border1.png") 0 0 no-repeat;
  background-size:4px 100%;
}
.container main .toplebel.gray .c-frame .top_search {
  display: block;
  width: 50%;
  padding: 0;
  margin: 0;
}
.container main .toplebel.gray .c-frame .top_search .field {
  width: 100%;
}
.container main .toplebel.gray .c-frame .top_search .field .tbox {
  float: left;
  width: 500px;
  height: 32px;
  font-size: 18px;
  margin: 8px 0;
  padding: 6px;
  border: none;
}
.container main .toplebel.gray .c-frame .top_search .field .submitbt {
  margin: 8px 0 0 0;
  padding: 0;
  width: 44px;
  height: 44px;
  border: none;
}
.container main .toplebel.gray .c-frame .top_search input[type=radio] {
  opacity: 0;
}
.container main .toplebel.gray .c-frame .top_search input[type=radio] + label {
  position: relative;
  padding: 0 0 0 6px;
}
.container main .toplebel.gray .c-frame .top_search input[type=radio] + label::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border: 1px #666 solid;
  left: -20px;
  top: 0;
  border-radius: 10px;
  background: #fff;
}
.container main .toplebel.gray .c-frame .top_search input[type=radio] + label::after {
  opacity: 0;
  transition: opacity 0.5s;
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #666;
  left: -16px;
  top: 4px;
  border-radius: 10px;
}
.container main .toplebel.gray .c-frame .top_search input[type=radio]:checked + label::after {
  opacity: 1;
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #666;
  left: -16px;
  top: 4px;
  border-radius: 10px;
}
.container main .toplebel.gray .c-frame .top_search .SS_searchCategory {
  clear: both;
  margin: 18px 0 0 0;
}
.container main .toplebel.gray .c-frame .top_search .SS_searchCategory input {
  margin: 0 10px 0 0;
}
.container main .toplebel.gray .c-frame .top_search .SS_searchCategory label {
  margin: 0 20px 0 0;
}
.container .c-frame {
  width: 100%;
  box-sizing: border-box;
  padding: 15px 20px;
}

@media screen and (max-width: 767px) {
  .container .c-frame {
    padding-left: 15px;
    padding-right: 15px;
  }

}
/*globalheader*/
.g-header {
  display: block;
  position:relative;
  background: #fff;
  border-bottom: 7px #336BCA solid;
  line-height: 1;
}

@media screen and (max-width: 999px) {
  .g-header {
    height: 60px;
    border-bottom: 1px solid #eee;
  }
}

.g-header .head-first h1 {
  display: inline-block;
}

.g-header .head-first h1 a{
  display: block;
  width: 220px;
}

@media screen and (max-width: 999px) {
  .g-header .head-first h1 a{
    width: 180px;
    margin-top: 3px;
  }
}


.g-header .head-first h1 a img{
  display: block;
  width: 100%;
  margin: 0;
}

.g-header-sp {
  display: none;
}
/*globalfooter*/
.g-footer {
  margin: 80px 0 0 0;
  display: block;
  position: relative;
}

.g-footer .c-frame{
  background-color:#326bc9;
}

.g-footer .footernav {
  width: 640px;
  float: left;
  margin: 20px 0 0 0;
  overflow: hidden;
  position: relative;
}
.g-footer .footernav ul {
  width: 640px;
  overflow: hidden;
}
.g-footer .footernav ul li {
  width: 305px;
  display: inline-block;
  vertical-align: top;
  padding: 15px 0 0 0;
}
.g-footer .footernav ul li a {
  color: #000;
  display: block;
  font-size: 20px;
  position: relative;
  padding: 0 0 0 20px;
  transition: .5s;
}
.g-footer .footernav ul li a::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 5px;
  height: 5px;
  border-top: 1px #000 solid;
  border-right: 1px #000 solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.g-footer .footernav ul li a:hover {
  color: #336bca;
}
.g-footer .footernav ul li a:hover::before {
  border-top: 1px #336BCA solid;
  border-right: 1px #336BCA solid;
}
.g-footer .selectregion {
  height: 230px;
  width: 500px;
  float: left;
  /*background: url("../images/foot_map_bg.png") no-repeat;*/
}
.g-footer .selectregion h5 {
  font-size: 20px;
  padding: 35px 0 0 0;
}
.g-footer .selectregion h5 a {
  color: #000;
  transition: .5s;
}
.g-footer .selectregion h5 a:hover {
  color: #336bca;
}
.g-footer .selectregion ul {
  padding: 0;
  margin: 10px 0 0 0;
  line-height: 1;
}
.g-footer .selectregion ul li {
  display: inline-block;
}
.g-footer .selectregion ul li a {
  font-size: 14px;
  padding: 0;
  display: block;
  color: #000;
  transition: color 0.5s;
}
.g-footer .selectregion ul li a:hover {
  color: #336bca;
}
.g-footer .selectregion ul li:nth-child(1) {
  margin: 0 8px 0 0;
  padding: 0 8px 0 0;
  border-right: 1px #1a1a1a solid;
}
.g-footer .selectregion ul li:nth-child(2) a {
  /*background: url("../images/nav_selectregion_arrow.png") 100% 50% no-repeat;*/
  padding: 0 14px 0 0;
}
.g-footer .selectregion ul li:nth-child(2) a:hover {
  /*background: url("../images/nav_selectregion_arrow_b.png") 100% 50% no-repeat;*/
  padding: 0 14px 0 0;
}
.g-footer .footersubnav {
  clear: both;
  width: 100%;
  overflow: hidden;
}
.g-footer .footersubnav ul {
  overflow: hidden;
  margin: 40px 0 20px 0;
  width: 100%;
}
.g-footer .footersubnav ul li {
  width: auto;
  padding: 0;
  float: left;
  margin: 0 14px 0 0;
}
.g-footer .footersubnav ul li a {
  color: #000;
  font-size: 14px;
  padding: 0;
  position: relative;
  transition: .5s;
}
.g-footer .footersubnav ul li a::before {
  display: none;
}
.g-footer .footersubnav ul li a::after {
  content: "";
  position: absolute;
  right: -14px;
  top: 4px;
  height: 10px;
  width: 1px;
  background: #1e1e1e;
}
.g-footer .footersubnav ul li a:nth-child(1) {
  margin: 0 14px 0 0;
}
.g-footer .footersubnav ul li a:hover {
  color: #336bca;
}
.g-footer .footersubnav ul li:nth-last-child(1) a {
  margin: 0 14px 0 0;
}
.g-footer .footersubnav ul li:nth-last-child(1) a::after {
  display: none;
}
.g-footer small {
  border-top: #326bc9 2px solid;
  display: block;
  font-size: 14px;
  box-sizing: border-box;
  width: 100%;
  height: 55px;
  padding: 15px 20px;
  text-align: center;
  margin: auto;
  background: #fff;
  color: #000;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .g-footer small {
      height: 75px;
      font-size: 12px;
  }
}

.g-footer .pagetop {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 15px;
  right: 15px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.g-footer .pagetop.show {
  opacity: 1;
  visibility: visible;
}

.g-footer .pagetop img{
  display: block;
  width: 100%;
  height: auto;
}

#site-info .topcontrol a {
	position: absolute;
	bottom: 0;
	right: 15px;
}

/* 画像を使用する場合 */
#site-info .topcontrol a {
	display: block;
	width: 50px;
	height: 50px;
	background: url("../../../../../../resources/sw_img/default/pagetop.png") no-repeat center center;
	background-size: contain;
}

#site-info .topcontrol a:hover {
/*	background-image: url("../../../../../../resources/sw_img/default/pagetop_hover.png");*/
	opacity: 0.7;
}


.g-footer-sp {
  display: none;
}

.g-footer.noui .footernav {
  display: none;
}
.g-footer.noui .selectregion {
  display: none;
}
.g-footer.noui .footersubnav {
  display: none;
}
.g-footer.noui .smallui {
  display: block;
  max-width: calc(1170px + 40px);
  margin: 0 auto;
}

.g-footer.noui .smallui a {
  font-size: 15px;
  position: relative;
  padding: 0 0 0 20px;
  color: #fff;
  display: block;
  width: fit-content;
}

.g-footer.noui .smallui a::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 5px;
  height: 5px;
  border-top: 1px #fff solid;
  border-right: 1px #fff solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/*top*/
/*second*/
.topicpath {
  margin: 25px 0;
  background: #fff;
}
.topicpath ul {
  overflow: hidden;
}
.topicpath ul li {
  float: left;
  font-size: 14px;
}
.topicpath ul li a {
  display: block;
  position: relative;
  margin: 0 25px 0 0;
  color: #336BCA;
}
.topicpath ul li a::after {
  content: "";
  position: absolute;
  top: 7px;
  right: -15px;
  width: 5px;
  height: 5px;
  border-top: 1px #000 solid;
  border-right: 1px #000 solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
/**/
/*------------------------------------- 
 見出し
-------------------------------------*/
/*-- ページ概要エリア --*/

/* -- ページタイトルをテキストで表示 -- */
.page-intro-wrapper {
	position: relative;
	width: 100%;
	background: rgb(245,251,255);
  background: linear-gradient(180deg, rgba(245,251,255,1) 0%, rgba(234,246,254,1) 50%, rgba(223,242,254,1) 100%);
	border-bottom: 1px solid #eee;
}


.page-intro {
	max-width: calc(1170px + 40px);
	padding: 0 20px;
  box-sizing: border-box;
	margin: auto;
}

@media screen and (max-width: 767px) {
  .page-intro {
    padding: 0 15px;
  }
}

.page-intro > .h1 {
	position: relative;
	z-index: 5;
	display: flex;
	align-items: center;
	min-height: 175px;
	color: #326bc9;
	font-size: 46px;
	font-weight: normal;
	line-height: 1.25;
	padding: 10px 0;
  box-sizing: border-box;
}

[lang="en"] .page-intro > .h1 {
  font-family: 'HelveticaNeueLTW1G-Bd';
}

@media screen and (max-width: 767px) {
	.page-intro ,
	#page-intro {
		padding: 0 15px;
	}

	.page-intro > .h1 {
		min-height: 120px;
		font-size: 26px;
		padding: 10px 0;
	}

}


/*------------------------------------- 
 ぱんくず
-------------------------------------*/
/* 4箇所ある枠の内1か所に入力 */
.bread-crumb {
	position: relative;
	z-index: 10;
	margin: auto;
	padding: 8px 0px;
	font-size: 14px;
}

@media screen and (max-width: 767px) {
  .bread-crumb {
      font-size: 12px;
      padding: 5px 10px;
  }
}

.bread-crumb ol {
	display: flex;
	flex-flow: row wrap;
	-ms-overflow-style: none;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
	overflow: auto;
}

.bread-crumb ol::after ,
.bread-crumb::after {
	content: "";
	display: block;
	clear: both;
}

.bread-crumb h5:empty {
	display: none;
}

/* 各階層 */
.bread-crumb h5 ,
.bread-crumb h5 p ,
.bread-crumb h5 span ,
.bread-crumb ol li {
	display: inline-block;
}

.bread-crumb h5 p::after ,
.bread-crumb h5 span::after ,
.bread-crumb ol li::after {
	content: ">";
	padding: 0 0.5em;
}

/* 現在ページ */
.bread-crumb ol li:last-child::after {
	content: none;
}


@media print, screen and (min-width: 768px) {
	.bread-crumb ol {
		max-width: calc(1170px + 40px);
		padding-left: 20px;
		padding-right: 20px;
    box-sizing: border-box;
		margin: auto;
	}
}

@media screen and (max-width: 767px) {
	.bread-crumb {
		font-size: 12px;
		padding: 5px 10px;
	}
}

/*content-header*/
.content-header {
  height: 345px;
  background: #003058;
  margin: 0 0 55px 0;
}
.content-header .leftpart {
  width: 570px;
  height: 345px;
  float: left;
}
.content-header .leftpart .parentdata {
  display: inline-block;
  font-size: 18px;
  margin: 10px 0;
  background: #336BCA;
  color: #fff;
  padding: 2px 6px 2px 6px;
}
.content-header .leftpart .parentdata span {
  display: inline-block;
  background: #fff;
  color: #336BCA;
  padding: 2px 6px;
  margin: 0 -4px 0 6px;
}
.content-header .leftpart h1 {
  margin-top: 70px;
  font-size: 38px;
  color: #fff;
  padding: 0 50px;
  line-height: 1.3;
  position: relative;
  text-align: left;
}
.content-header .leftpart h1::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50px;
  height: 3px;
  width: 67px;
  background: #5f93e9;
}



.content-header .leftpart p {
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
  padding: 0 50px;
  margin: 40px 0 0 0;
}
.content-header .rightpart {
  width: 570px;
  float: right;
  line-height: 0;
}
.content-header .rightpart img {
  width: 100%;
  height: auto;
}
.content-header .doublepart {
  display: none;
}

.content {
  width: 100%;
	max-width: calc(1170px + 40px);
  margin: 0 auto;
  padding-right: 15px;
  padding-left:15px;
  box-sizing: border-box;
  position: relative;
  /*parts*/
}

.content h1 {
  text-align: center;
}
.content h1.toph1 {
  font-size: 48px;
  padding: 90px 0 0 0;
  margin: 0 0 25px 0;
}
.content h1.toph1:first-letter {
  color: #336BCA;
}
/*
.content h2 {
  margin: 0 0 30px 0;
  color: #fff;
  font-size: 22px;
  padding: 10px 20px;
  background: #336BCA;
  background: linear-gradient(to right, #336BCA 0%, #6195eb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#336BCA', endColorstr='#6195eb',GradientType=1 );
  position: relative;
}
.content h2::before {
  position: absolute;
  content: "";
  background: #003057;
  top: 12.5%;
  left: 0px;
  width: 4px;
  height: 75%;
}
*/
.content h3 {
  font-size: 22px;
  padding: 8px 0;
  margin: 20px 0 30px 0;
  line-height: 1.5;
  border-bottom: 2px #d2d2d2 solid;
  position: relative;
}
.content h3::after {
  position: absolute;
  content: "";
  width: 63px;
  height: 2px;
  background: #336bca;
  bottom: -2px;
  left: 0;
}
.content h3.simple {
  font-size: 28px;
  display: inline-block;
  border: none;
}
.content h3.simple::after {
  background: #336BCA;
}
.content h4 {
  font-size: 20px;
  padding: 8px 0;
  margin: 20px 0 30px 0;
}
.content p {
  line-height: 1.5;
  margin: 0 0 20px 0;
}
.content .formintro ul li {
  margin: 20px 0;
  padding: 0 0 0 26px;
  position: relative;
  line-height: 1.5;
}

@media print, screen and (min-width: 768px) {
  .content p,
  .content .formintro ul li {
    font-size: 19px;
  }
}

.content .formintro ul li a {
  color: #336BCA;
  text-decoration: none;
}
.content .formintro ul li::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 5px;
  background: #000;
  top: 11px;
  left: 4px;
}
.content .red {
  color: #d80c18;
}
.content .bt-readmore {
  padding: 20px 0 60px 0;
  overflow: hidden;
  text-align: center;
}
.content .bt-readmore input[type="image"]{
  margin:0.5em 8px;
}

@media print, screen and (min-width: 768px) {
  .content .bt-readmore input[type="image"]{
    margin:0 8px;
  }
}

.content .bt-readmore ul {
  text-align: center;
}
.content .bt-readmore ul li {
  display: inline-block;
  vertical-align: top;
}
.content .bt-readmore ul li a {
  display: -ms-flexbox;
  display: flex;
  /* 縦方向中央揃え（Safari用） */
  -ms-flex-align: center;
      align-items: center;
  /* 縦方向中央揃え */
  /* 横方向中央揃え（Safari用） */
  -ms-flex-pack: center;
      justify-content: center;
  min-width: 320px;
  max-width: 320px;
  margin: 0 6px 20px 6px;
  border: 2px #336bca solid;
  padding: 20px 30px;
  position: relative;
  transition: .5s;
  color: #000;
}
.content .bt-readmore ul li a.arrow::after {
  content: "";
  position: absolute;
  top: 45%;
  right: 20px;
  width: 5px;
  height: 5px;
  border-top: 2px #000 solid;
  border-right: 2px #000 solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.content .bt-readmore ul li a.blank::after {
  content: "";
  position: absolute;
  top: 43%;
  right: 20px;
  width: 15px;
  height: 15px;
  /*background: url("../images/icon_blank.png");*/
}
.content .bt-readmore ul li a.file::after {
  content: "";
  position: absolute;
  top: 38%;
  right: 20px;
  width: 20px;
  height: 24px;
  /*background: url("../images/icon_file.png");
  background-size: 100%;*/
}
.content .bt-readmore ul li a:hover {
  background: #336BCA;
  color: #fff;
}
.content .bt-readmore ul li a.arrow:hover::after {
  border-top: 2px #fff solid;
  border-right: 2px #fff solid;
}
.content .bt-readmore ul li a.blank:hover::after {
  /*background: url("../images/icon_blank_w.png");*/
}
.content .bt-readmore ul li a.file:hover::after {
  /*background: url("../images/icon_file_w.png");
  background-size: 100%;*/
}
.content .bt-readmore ul.large li a {
  max-width: 640px;
  min-width: 350px;
}
.content .bt-readmore.top {
  padding: 20px 0 10px 0;
}
.content .bt-readmore.finish {
  margin: 0 0 200px 0;
}

.content .readmore {
  display: table;
  min-width: 145px;
  margin: 30px 0;
  padding: 6px 10px;
  border: #346cc9 2px solid;
  text-align: center;
  font-size: 14px;
  color: #000;
  transition: .5s;
}
.content .readmore:hover {
  background: #346cc9;
  color: #fff;
}

/*記事セット用*/
article a:hover img {
  opacity: 1;
  transition: 0.5s;
}
article div.set {
  line-height: 1.5em;
  letter-spacing: 0.05em;
}

@media print, screen and (min-width: 768px) {
  article div.set {
    font-size: 19px;
  }
}

article div.set strong {
  color: #555;
}
article div.set u {
  color: #555;
}
article div.set i {
  color: #555;
}
article div.set s, article div.set strike {
  color: #555;
}
article div.set a {
  color: #336BCA;
}
article div.set .red {
  color: #d80c18;
}
article div.set ul, article div.set ol {
  padding: 0 0 10px 0;
}
article div.set ul li, article div.set ol li {
  margin: 20px 0;
  padding: 0 0 0 26px;
  position: relative;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  article div.set ul li, article div.set ol li {
    font-size: 19px;
  }
}

article div.set ul li a, article div.set ol li a {
  text-decoration: none;
}
article div.set ul li a.blank::after, article div.set ol li a.blank::after {
  content: "";
  display: inline-block;
  margin: 0 0 0 10px;
  /*background: url(../images/icon_blank.png) 50% 50% no-repeat;*/
  background-size: contain;
  vertical-align: middle;
  width: 12px;
  height: 12px;
}
article div.set ul li a.file::after, article div.set ol li a.file::after {
  content: "";
  display: inline-block;
  margin: 0 0 0 10px;
  /*background: url(../images/icon_file.png) 50% 50% no-repeat;*/
  background-size: contain;
  vertical-align: middle;
  width: 18px;
  height: 18px;
}
article div.set ul li::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 5px;
  background: #000;
  top: 11px;
  left: 4px;
}
article div.set ol li {
  list-style-type: decimal;
  margin: 20px 0 20px 26px;
  padding: 0;
}

/*formpart*/
.formintro {
  margin: 50px 0 0 0;
}
.formintro > h2 {
  font-size: 22px;
  padding: 8px 0;
  margin: 20px 0 30px 0;
  line-height: 1.5;
  border-left: none;
  border-bottom: 2px #d2d2d2 solid;
  position: relative;
  background: none;
  color: #000;
}
.formintro > h2::before {
  display: none;
}
.formintro > h2::after {
  position: absolute;
  content: "";
  width: 63px;
  height: 2px;
  background: #336bca;
  bottom: -2px;
  left: 0;
}

.formdl {
  border-top: 1px #bbb solid;
}

@media screen and (min-width: 768px) {
  .formdl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: hidden;
  }
}

.formdl dt {
  background: #eee;
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px #bbb solid;
}

@media screen and (min-width: 768px) {
  .formdl dt {
    padding: 20px 0;
    width: 25%;
  }
}


.formdl dt span {
  font-family: "HelveticaNeueLTW1G-Bd";
  display: block;
  padding: 0 20px;
}

.formdl dt span.must::after {
  content: "*";
  margin: 0 0 0 5px;
  color: #d80c18;
}

.formdl dt span.tex {
  font-weight: normal;
}
.formdl dd {
  background: #fff;
  margin: 0;
  padding: 20px 2.2%;
  border-bottom: 1px #bbb solid;
}

@media screen and (min-width: 768px) {
  .formdl dd {
    width: 75%;
  }
}

.formdl dd #request p {
  font-size: 90%;
  margin-bottom: 5px;
}
.formdl dd #request p a {
  color: #336BCA;
}
.formdl dd #request p span {
  display: block;
  margin: 2px 0 0 0;
}
.formdl dd #request p span::before {
  content: "-";
  margin: 0 5px 0 13px;
}

.formdl dd .fpart {
  overflow: hidden;
  border-bottom: 1px #ddd solid;
  min-height: calc(1.5em + 5px);
}

.formdl dd .fpart + .fpart{
  padding-top: 20px;
}

.formdl dd .fpart h4 {
  font-size: 18px;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  clear: both;
}
.formdl dd .fpart ul {
  margin: 10px 0;
  overflow: hidden;
}
.formdl dd .fpart ul li {
  margin: 5px 0 14px 0;
}

.formdl dd .fpart ul li input[type=radio] {
  margin: 0 10px 0 2px;
}
.formdl dd .fpart ul li input[type=radio] + label + input {
  display: none;
}
.formdl dd .fpart ul li input[type=radio]:checked + label + input {
  display: block;
}
.formdl dd .fpart ul.inline li {
  display: inline-block;
  margin: 0 20px 14px 0;
  min-width: 140px;
}
.formdl dd .fpart ul.inline li.other {
  width: 100%;
}
.formdl dd .fpart ul.inline li.other input[type=text] {
  display: inline-block;
  margin: 0 0 0 20px;
}
.formdl dd .fpart .tfield.small {
  width: 180px;
}
.formdl dd .fpart select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 6px 50px 6px 10px;
  margin: 0 10px 20px 0;
  font-size: 15px;
  border-radius: 2px;
  background: url(../images/ss_bt01.png) 100% 50% no-repeat #fff;
  border: 1px #767676 solid;
  color: inherit;
}
.formdl dd .fpart select:focus {
  outline: none;
}

.formdl dd .fpart input[type=text], .formdl dd .fpart textarea {
  clear: both;
  display: block;
  border: 1px #ccc solid;
  margin: 5px 0 20px 0;
  font-size: 18px;
  width: 100%;
  max-width: 500px;
  padding: 6px;
  font-family: "HelveticaLT";
}

textarea {
  resize: vertical;
}

.formdl dd .fpart textarea {
  height: 8em;
}

.formdl dd .fpart h4 ~ textarea {
  height: 13em;
}

@media screen and (min-width: 768px) {
  .formdl dd .fpart input[type=text],
  .formdl dd .fpart textarea {
    width: 80%;
    max-width: 80%;
  }
}

.content .formdl dd .fpart > :last-child {
  margin-bottom: 5px;
}

.formdl dd .fpart input[type=text]:focus, .formdl dd .fpart textarea:focus {
  outline: none;
}
.formdl dd .fpart input[type=radio] {
  width: 16px;
  height: 16px;
}
.formdl dd .fpart p.red {
  padding: 0;
  display: block;
  margin: 0;
  color: #d80c18;
  font-size: 16px;
}
.formdl dd .fpart p.red.error {
  margin: 0 0 10px 0;
}
.formdl dd .fpart:nth-last-child(1) {
  border: none;
}

/*例外*/
.content-header.noimage {
  height: auto;
  overflow: hidden;
  margin: 0 0 20px 0;
  background: none;
}
.content-header.noimage .leftpart {
  width: 100%;
  height: auto;
  float: left;
}
.content-header.noimage .leftpart h1 {
  margin-top: 0px;
  color: #003057;
  padding: 0 0 15px 0;
  margin: 0 0 10px 0;
  line-height: 1.3;
}
.content-header.noimage .leftpart h1::after {
  bottom: 0px;
  left: 0px;
}
.content-header.noimage .leftpart p {
  color: #003057;
  padding: 0 0 20px 0;
  margin: 40px 0 0 0;
}

.gray .tabmenu ul li {
  width: 37%;
  background: #fff;
}

.gray .summary ul li {
  border-top: 1px #afafaf dashed;
}
.gray .summary ul li:nth-last-child(1) {
  border-bottom: 1px #afafaf dashed;
}

/*microclearfix*/
.cf:before, .cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

.colorset .category {
  padding: 4px 10px;
  margin: 0 20px 15px 0;
  display: inline-block;
  font-size: 14px;
}

form .disabled {
  opacity:0.5;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

/*ADD 20190913*/
label.chkbox{
	display: block;
}
.formdl dd .fpart2 {
  overflow: hidden;
  margin: 20px 3% 10px 3%;
  padding: 0 0 1px 0;
	float:left;
}
.radio_area{
  margin-top:5px;
}
.multiple_select {
  background: none !important;
}