@charset "utf-8";
/* CSS Document */
/* ver1.0 */

@font-face {
    font-family:'geomanistregular';
    src: url('../font/geomanist-regular-webfont.eot');
    src: url('../font/geomanist-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/geomanist-regular-webfont.woff2') format('woff2'),
         url('../font/geomanist-regular-webfont.woff') format('woff'),
         url('../font/geomanist-regular-webfont.ttf') format('truetype'),
         url('../font/geomanist-regular-webfont.svg#geomanistregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

/* 2019.10.29 */
.container-without-sidebar .wrapper {
  max-width: 866px;
  min-height: 1000px;
}
.article-area .link-arrow-blue {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 40px;
}
.link-arrow-blue {
  background: url(../svg/arrow_bl_rt.svg) no-repeat left center;
  font-size: 15px !important;
  padding: 5px 0 5px 25px;
}
.some-column-img ul {
  display: flex;
}

body {
  font-family: "Yu Gothic", YuGothic;
  height:100%; 
}

html{ 
    height: 100%;
} 

body {
	color: #383838;
	font-family:YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.7px;
	height: 100%;
	/* min-width: 840px; */
	text-align: left;
}
.head-top{
	margin: 0 auto;
	max-width: 1500px;
}

body > .container {
	height: auto;
}

.wrapper {
	padding: 20px;
	margin: 0 auto;
	max-width: 1050px;
}

.wrapper-middle {
	margin: 0 9%;
	width: 82%;
}
/*
::selection {
    background: #d8f2ff;
    color: #333;
}
*/
/* --------------------------------------------------------- 
  Header
---------------------------------------------------------- */

.header {
	margin: 0 auto;
	height: 78px;
}

.logo {
	margin: 15px 0 0 30px;
	float: left;
}
.logo_screen {
	display: block;
}

.logo_print {
	display: none;
}

.logo img{
	width: 450px;
	height: 45px;
}

@media not all and (min-width: 864px) { /* @media (max-width: 863px)と同じ意味 */
	.logo img {
		/* 会社ロゴの行がカラム落ちするのを防ぐ */
		width: 40vw;
	}
}

.logo a{
	display: block;
}

.header-list {
	margin: 20px  10px 10px 0;
	float: right;
	font-weight: bold;
}

.header-list li{
	margin-left: 10px;
	float: left;
	font-size: 14px;
	list-style: none; 
}

.header-list li:before {
    position: relative;
    top: 8px;
    left:-16px;
	background-size: 25px;
	display: inline-block;
	height: 25px;
	width:25px;
}

.header-contact, .header-languages {
	padding: 0 20px 5px 20px;
	background: url(../img/dot_height.png) no-repeat right center;
}
	
.header-languages:before {
	content: "";
	background: url(../svg/icon_earth.svg) no-repeat center center;
}

.header-contact {
	padding: 8px 15px;
}

.header-contact a {
	padding: 4px 15px 4px 42px;
	background: url(../svg/icon_contact_wh.svg) no-repeat center left 12px #007bbd;
	border: 2px solid #007bbd;
	border-radius:2px;
	box-sizing: border-box;
	color: #fff;
	text-decoration: none;
}

.header-search {
	margin: 6px 15px 5px 10px;
	background: url(../svg/icon_search.svg) no-repeat center center;
	cursor: pointer;
	display: block;
	float: left;
	height: 25px;
	width:25px;
}

/*-------------
    検索
-------------*/
div#search-box {
	float:left;
	width:230px;
    position:relative;
	z-index: 100;
	display: none;
}
/*-------------------------
googleカスタム検索入力
--------------------------*/
#gsc{
    width:210px;
    margin:0 auto;
    position:relative;
}
#gsc .gsc-control-cse, 
#gsc .gsc-control-cse-ja,
#gsc .gsib_a{
    margin:0 !important;
    padding:0 !important;
}
/* テキスト入力フォームとボタンの位置 */

#gsc table.gsc-search-box {
	line-height: 1em;
}

#gsc table.gsc-search-box td,
#gsc table.gsc-search-box input {
    vertical-align:top !important;
}
/* テキスト入力フォーム */
#gsc input[type="text"]{
    border: 1px solid #999 !important;
	padding-left:3px !important;
    height:25px !important;
	font-size:90%;
}
#gsc input[type="text"]:focus {
    border: 1px solid #999 !important;
	padding-left:3px !important;
    outline: 0;  /*safariの自動フォーカスを切る */
	font-size:90%;
}
/* テキスト入力フォームの影を消す */
#gsc #gsc-iw-id1{
    border:none !important;
}
/* テキスト入力フォームの背景画像位置調整 */
#gsc #gs_tti0 input{
    background-position:5px 5px !important;
}
/* ボタンの色 */
#gsc input.gsc-search-button {
	background: #c1c1c1 !important;
	background: -ms-linear-gradient(top, #999 0%,#999 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999', endColorstr='#999',GradientType=0 ); /* IE6-9 */
	border: 1px solid #999 !important;
}
/* ボタンの位置調整と角丸消し */
#gsc .gsc-search-button{
    margin:0 0 0 -16px !important;
    border-radius:0;
}
/* 入力時に出る「×」ボタンの位置調整 */
#gsc .gsib_b a{
    position:absolute;
    top:3px;
    left:120px;
}
/* 入力時に出る×ボタン -- Firefox位置調整 -- */
#gsc .gsib_b span{
        box-sizing: border-box;
   -moz-box-sizing: border-box;
        padding:2px 0 0 0;
}
.gsst_a .gscb_a {
	color:#0E8592 !important;
}

table.gsc-search-box {
	margin-bottom: 0 !important;
}

form.gsc-search-box {
	margin-bottom: 0 !important;
	height: 15px;
}

.cse .gsc-control-cse, .gsc-control-cse {
	padding: 0 !important;
}

table.gsc-search-box td {
	padding: 0 !important;
}

.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
	width: auto !important;
    height: 10px !important;
    min-width: 0px !important;
    padding: 6px 20px !important;
    margin-top: 5px !important;
	margin-left: 3px !important;
}

input.gsc-input {
	font-size: 14px !important;
	padding: 0 5px 3px 5px !important;
}

.gsc-input {
    background: none !important;
}

input.gsc-input::-webkit-input-placeholder {
	color: #fff !important;
}
input.gsc-input:-ms-input-placeholder {
	color: #fff !important;
}
input.gsc-input::-moz-placeholder {
	color: #fff !important;
}

.gsc-results-wrapper-overlay {
	line-height: 1.5em;
}
/*------------------------------
googleカスタム検索入力(ここまで)
-------------------------------*/

/* --------------------------------------------------------- 
  main
---------------------------------------------------------- */

#Main {
	position:absolute;
	z-index: 0;
	top: 123px;
}


.main-2colmun {
	margin: 0 auto;
	clear: both;
	height: 100%;
	width: 100%;
}

.main-left {
	background: #fff;
	float: left;
	width: 72%;
}

.main-right {
	padding-bottom: 130px;
	background: #fff;
	float: right;
	width: 72%;
	min-height: 1650px;
}

.main-wrapper {
	margin: 3% 5.5%;
}

.main-only {
	margin: 0 auto;
}

.main-only h1{
	margin: 0;
}

.main-only-wrapper {
	margin: 0 5.5% 5% 5.5%;
}

.side-left {
	float: left;
	width: 28%;
	height: auto;
}

.side-right {
	float: right;
	width: 28%;
}

.side-menu {
	float: left;
	width: 28%;
}

.side-menu aside{
	background: #f3f5f6;
}

.main-side {
	background: #fff;
	float: right;
	width: 72%;
}

.main-wrapper p{
	margin: 0 0 15px 5px;
}

.wrapper p{
	margin: 0 0 15px 5px;
}

.main-img img{
	width: 100%;
	height: auto;
}

/**/
.top-area {
	padding: 20px 0 0 0;
}

.top-area-p {
	padding: 0 55px;
}

.top-area-box {
	margin: 5%;
	float: left;
	width: 40%;
}


/* --------------------------------------------------------- 
  page-common
---------------------------------------------------------- */

.page-common-article {
	padding: 0 40px;
	margin: 0 auto;
	max-width:1000px;
}

.page-common {
	padding: 0 40px;
    margin: 0 auto;
    clear: both;
    max-width: 1100px;
}

/*--- topic-path ---*/
.topic-path {
	margin: 0 0 0 0;
	padding: 15px 0 0 0;
	color: #000;
	float: left;
	font-size: 12px;
	width: 780px;
	height: auto;
}

.topic-path a{
	text-decoration: none;
}

/*--- top-right ---*/
.top-right {
	padding: 15px 0 0 0;
	float: right;
}

.readspeaker {
	margin-right: 10px;
	display: inline-block;
}

.top-right .print{
	padding-left: 20px;
	background: url(../img/icon_print.png) left center no-repeat;
	color: #000;
	font-size: 12px;
	float: right;
	text-decoration: none;
}

/*--- readspeker ---*/
#readspeaker_button1 {
	float: left;
	z-index: 0;
}

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

/*--- h1 ---*/

.main-visual {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
	height: 300px;
    line-height: 1.7;
    z-index: 110;
    top: 0;
}

.main-visual-inner {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 5;
    top: 37%;
}

.main-h1 {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-size: 35px;
	text-shadow: 0 0 10px rgba(0,0,0,1);
}

.head-area {
	padding: 12px 50px 38px 50px;
	border-bottom: 5px solid #0075c2;
}

.main-h1-content {
	clear: both;
	font-size: 30px;
	text-align: center;
    font-weight: bold;
}

.corporate-main-img {
	background: url(../img/main-img_corporate.jpg) 50% 50% no-repeat;
	background-size: cover;
}

.csr-main-img {
	background: url(../img/main-img_csr.jpg) 50% 50% no-repeat;
	background-size: cover;
}

.main-text {
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
	font-size: 15px;
	font-weight: normal;
	text-shadow: 0 0 10px rgba(0,0,0,1);
}

.side-content {
	margin: 20px 13%;
}

/* --------------------------------------------------------- 
  footer
---------------------------------------------------------- */
.footer:before {
	content:"";
	background: url(../img/footer_bg.png) left top repeat-x;
	display:inline-block;
	position: relative;
	top: -30px;
    width:100%;
    height:60px;
	z-index: 50;
}

.footer {
	background: #0075c2;
	color: #e9f7ff;
}


.footer-sns-area {
	margin: 0 0 60px 0;
	width: 100%;
}

/*--- page-top ---*/
.gotop{
	padding-top:10px;
    width: 40px;
    height: 40px;
    display: block;
	background:url(../img/pagetop.png) no-repeat;
	margin-bottom:5px;
	text-decoration: none;
    position: fixed;
    right: 0;
    bottom: 15px;
	z-index:60;
}



/*--- sns ---*/

.sns {
	margin-right: 30px;
	float: right;
}

.sns li {
	margin: 18px 10px 8px 10px;
	float: left;
	height: 32px;
	width: 32px;
}

.sns li a{
	display: block;
	height: 100%;
	width: 100%;
}

.sns-fb {
	background: url(../svg/icon_fb.svg) no-repeat center center;
}

.sns-x {
	background: url(../svg/icon_x.svg) no-repeat center center;
}

.sns-line {
	background: url(../svg/icon_line.svg) no-repeat center center;
}

.sns-in {
	background: url(../svg/icon_in.svg) no-repeat center center;
}

.sns-yt {
	background: url(../svg/icon_yt.svg) no-repeat center center;
}

.fill {
	fill: #fff;
}
.footer-sitemap {
	margin: 0 auto;
	width: 95%;
	max-width: 1500px;
}

.footer-sitemap ul{
	margin-bottom: 40px;
}

.footer-sitemap li{
	padding: 0 0 0 10px;
	margin: 5px 0 0 5px ;
	background: url(../img/arrow_min_lightbl_rt.png) no-repeat left top 8px;
	font-size: 13px;
}

.footer-sitemap li a{
	color: #fff;
	text-decoration: none;
}

.footer-2col{
	padding: 2%;
	float:left;
	width: 36%;
}

.footer-2col-ul {
	float: left;
	width: 50%;
	/*min-height: 300px;	*/
}

.footer-col{
	padding: 2%;
	float: left;
	width: 16%;
}

.fotter-title {
	padding: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #82b9d7;
	font-size: 17px;
	font-weight: bold;
}

.fotter-title a{
	color: #fff;
	text-decoration: none;
}

.footer-sitemap li.footer-sub {
	padding: 0;
	background: none;
	font-size: 14px !important;
	font-weight: bold;
}

.footer-sub:before {
	margin-right: 3px;
	content: "-";
}

.footer-bottom {
	margin: 0 auto;
	clear: both;
	font-size: 13px;
	width: 100%;
	text-align: center;
}

.footer-bottom-link {
	margin: 0 auto 50px auto;
	border-top: 1px solid #82b9d7;
	border-bottom: 1px solid #82b9d7;
	height: 75px;
	width: 90%;
}

.footer-bottom ul {
	padding: 30px 0;
	margin: 0 auto;
	width:500px
}

.footer-bottom li {
	margin: 0 10px;
	float: left;
}
.footer-bottom li a{
	color: #fff;
	text-decoration: none;
}

.footer-logo {
	clear: both;
	text-align: center;
	margin-bottom: 50px;
	display: inline-block;
}

.footer-logo_print {
	display: none;
}

.copyright {
	padding-bottom: 40px;
	font-size: 17px;
	text-align: center;
}

/* --------------------------------------------------------- 
  news
---------------------------------------------------------- */

.news h2 {
	margin: 0 0 10px 60px;
	float: left;
	font-family: 'geomanistregular';
	font-weight: bold;
	font-size: 34px;
	letter-spacing: 2px;
}

.news h2 span.h2-jp {
	padding: 32px 0 0 20px;
	display: inline-block;
	font: 13px/170% YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 1px;	
}

.news h2:before {
	content: "";
    position: relative;
    top: 13px;
    left: 0px;
	display: inline-block;
	height: 50px;
	width:50px;
}

.h2-news:before {
	background: url(../svg/icon_airplane.svg) no-repeat left center;
}

.h2-info:before {
	background: url(../svg/icon_info.svg) no-repeat left center;
}

.news-detail {
	padding: 0 6%;
	margin-bottom: 40px;
	border-top : 1px solid #ddd;
	clear: both;
}

.news-detail li {
	background: url(../img/dot_width.png) no-repeat left bottom;
}

.news-detail li a {
	padding: 10px;
	display: block;
	height: 100%;
	text-decoration: none;
	width: 100%;
}

.news-detail li a:after {
  content: ""; 
  display: block; 
  clear: both;
}

.news-date {
    color: #007bbd;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.6;
	padding: 3px 0 0 0;
}

.news-title {
	font-size: 15px;
	font-weight: bold;
}

.news-text {
	margin-top: 3px;
	font-size: 13px;
	line-height: 1.5;
}

.news-all-img {
	margin: 5px 15px 0 5px;
	float: left;
}

.news-all-img img{
	width: 100%
}

/*--- news-list ---*/
.news-list {
	padding: 0 6%;
	margin-bottom: 40px;
	clear: both;
}

.news-list div a{
	padding: 25px;
	display: block;
	height: 100%;
	text-decoration: none;
}

.news-list div a:after{
  content: ""; 
  display: block; 
  clear: both;
}

.news-list div{
	background: url(../img/dot_width.png) no-repeat left bottom;
}

.news-date-list {
	margin: 0 15px 0 0;
    color: #007bbd;
	font-size: 14px;
	font-weight: bold;
	line-height: 2;
	padding: 0 0 3px 0;
}

.news-title-list {
	font-size: 15px;
	font-weight: bold;
}


/*--- article ---*/

.head-area-article {
	clear:both;
	padding: 25px 0 40px 0;
	border-bottom: 5px solid #0075c2;
}
.head-area-article:after, .head-article:after {
	content: ""; 
	display: block; 
	clear: both;
}
.head-article {
	margin: 0 auto;
	padding: 0 15px 0 30px;
	max-width: 960px;
}

.article-page-date {
	margin: 0 10px 20px auto;
	color: #0075c2;
	clear:both;
	font-size: 17px;
	font-weight: bold;
	text-align: right;
	max-width: 1000px;
}

.main-h1-article {
	margin-bottom: 10px;
	font-size: 28px;
	font-weight: bold;
	float: left;
	text-align: left;
	letter-spacing: 0.2px;
	line-height: 1.4;
}

.article-sub-title {
	margin-left: 5px;
	clear: both;
	font-size: 17px;
	float: left;
}

.article-area {
    padding: 30px 60px 50px 60px;
    margin: 0 auto;
    background: #fff;
    max-width: 940px;
}

.article-area p {
	margin: 10px 0 15px 5px;
	font-size: 16px;
	line-height: 1.9;
}

.article-area img{
	margin: 10px 20px 20px 10px;
}

.article-main {
	float: left;
	width: 730px;
}

.article-aside {
	box-sizing: border-box;
	float: right;
	width: 220px;
}

.article-aside-content {
	padding: 10px 15px;
	margin-bottom: 25px;
    border: 2px solid #e2e2e2;
}

.article-aside-box {
	padding: 10px 0;
	border-top: 1px dashed #ccc;
	line-height: 1.5;
}


.article-aside h4 {
    padding: 0 0 0 18px;
    background: url(../svg/arrow_bl_rt_min.svg) no-repeat left top 3px;
	color: #555;
	font-size: 12px;
	font-weight: bold;
}


/*--- article-page-list ---*/
.article-page-list {
	padding: 40px 0 60px 0;
	margin: 0 auto;
	clear: both;
	max-width: 970px; 
}

.article-page-list div a{
	padding: 18px 0 18px 10px;
	display: block;
	float: left;
	height: 100%;
	text-decoration: none;
}

.article-pdf {
	float: left;
	font-size: 12px;
	text-align: center;
	width: 80px;
}
.article-pdf a{
	padding: 15px 0 !important;
	line-height: 1.5;
}

.article-page-list div a:after, .article-page-list div:after{
	content: ""; 
	display: block; 
	clear: both;
}

.article-page-list div{
	background: url(../img/dot_width.png) no-repeat left bottom;
}

.article-date-list {
	margin: 0 20px 0 0;
    color: #007bbd;
	display:block;
	font-size: 14px;
	font-weight: bold;
	float: left;
	line-height: 2;
	padding: 0 0 3px 0;
	min-width: 185px;
}

.article-title-list {
	font-size: 15px;
	font-weight: bold;
    float: left;
    width: 640px;
}

.article-left-list {
	float: right;
	text-align:right;
	width: 110px;
}

.print-pdf {
	padding: 0 15px !important;
	float: right;
	font-size: 11px;
	text-align: center;
}

.print-pdf img{
	padding-bottom: 2px;
}

/*--- article-contact ---*/

.article-contact {
	margin: 30px 0;
}

.article-contact h4 {
	margin: 0 0 25px 0;
	padding: 0 10px;
	border-left: 8px solid #007bbd;
	font-size: 20px;
	font-weight: bold;
}

.article-contact h5 {
	margin: 25px 0 10px 10px;
	color :#007bbd;
	font-size: 16px;
	font-weight: bold;
}

.article-contact ul {
	margin: 0 0 20px 10px;
}

.article-contact-btn {
    margin: 20px 0 60px 10px;
    padding: 8px 0 8px 50px;
    background: url(../svg/icon_mail_wh.svg) no-repeat left 15px center #007bbd;
    border-radius: 3px;
    color: #fff;
    display: block;
    font-size: 16px;
    text-decoration: none;
	transition: .3s;
    width: 140px;
}

.article-contact-btn:hover {
	background-color: #28a3e5;
	color: #fff;
}

.article-contact i {
	margin-right: 3px;
    background: url(../svg/icon_mail_min.svg) no-repeat left center;
	display: inline-block;
	height:12px;
	width: 20px;
}

/*--- category ---*/
*[class*="category"] {
    margin-left: 10px;
    display: inline-block;
    color: #555;
    font-size: 12px;
	font-weight: normal;
	line-height: 1.6;
    text-align: left;
}

.category-article-release {
	width: 110px;
}

.category-article-ir {
	width: 60px;
}

.category-article-info {
	width: 0;
}


/*
.cat-news-release {
	background: #8fc31f;
}

.cat-news-info {
	background: #00b7ee;
}

.cat-news-ir {
	background: #ff8100;
}
*/

/* --------------------------------------------------------- 
  category-index
---------------------------------------------------------- */


.link-item a {
	padding: 5px 10px 5px 15px;
	margin: 35px 20px 0 20px;
	background: #fcfdfd;
	border: 1px solid #d7d7d7;
	border-radius: 4px;
	box-sizing: border-box;
	float: left;
	min-height: 182px;
	width: 345px;
}

.link-item-img {
	margin: 5px 10px 0 0;
	float:left;
    border: 1px solid #ddd;
	max-width: 100%;
}

.link-item p {
	margin: 5px 0 0 0;
	font-size: 12px;
	line-height: 1.6;
}

.btn-blue-line {
	position: relative;
	display: inline-block;
	padding: .9em 3.6em;
	border: 1px solid #dfdfdf;
	text-decoration: none;
	outline: none;
	transition: all .2s;
}

.btn-blue-line::before,
.btn-blue-line::after {
	position: absolute;
	z-index: 2;
	content: '';
	width: 0;
	height: 0;
	border: 1px solid transparent;
	border-radius: 4px;
}

.btn-blue-line::before {
	top: -1px;
	left: -1px;
}

.btn-blue-line::after {
	bottom: -1px;
	right: -1px;
}

.btn-blue-line:hover {
	color: rgba(0,0,0,0.6);
}

.btn-blue-line:hover::before,
.btn-blue-line:hover::after {
	width: 100%;
	height: 100%;
}

.btn-blue-line:hover::before {
	border-bottom-color: #73bbe0;
	border-left-color: #73bbe0;
	transition: height .2s, width .2s .2s;
}

.btn-blue-line:hover::after {
	border-top-color: #73bbe0;
	border-right-color: #73bbe0;
	transition: height .2s, width .2s .2s;
}

.btn-blue-line:hover {
	color: #007bbd !important;
}


.btn-close img{
	background: url(../img/close_bl.png) nono-repeat left center;
}

@media screen and (max-width: 1300px){
	
.link-item a{
	box-sizing: border-box;
	max-width: 90%;
}

}


@media screen and (max-width: 800px){
	
.link-item a {
	max-width: none;
	width: 95%;
}
}

/* --------------------------------------------------------- 
  btn
---------------------------------------------------------- */

.btn-std {
	padding: 5px 15px;
	background: #007bbd;
	border: 2px solid #007bbd;
	border-radius: 2px;
	color: #fff !important;
	display: inline-block;
	text-decoration: none;
	transition: .3s;
}

.btn-std:hover {
	background: #fff;
	color: #007bbd !important;
}

.btn-simple-right, .btn-simple-bottom {
	padding: 7px 32px 7px 16px ;
	margin-right: 0 auto;
	border: 2px solid #dfdfdf;
	border-radius: 1000px;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	transition: .3s;
}

.btn-simple-right:hover, .btn-simple-bottom:hover {
	border: 2px solid #007bbd;
}


.btn-simple-right{
	background: url(../svg/arrow_bl_rt.svg) no-repeat right 10px center;
}

.btn-simple-bottom {
	background: url(../svg/arrow_bl_btm.svg) no-repeat right 10px center;
}

.btn-blue {
	padding: 10px 40px;
	background: #007bbd;
	border-radius: 2px;
	color: #fff !important;
	font-size:17px;
	display: inline-block;
	text-decoration: none;
}

.btn-submit {
	padding: 5px 15px;
	background: #F00;
	border: 2px solid #F00;
	border-radius: 2px;
	color: #fff !important;
	display: inline-block;
	text-decoration: none;
	transition: .3s;
}

.btn-submit:hover {
	background: #fff;
	color: #F00 !important;
	cursor: pointer;
}


.btn-delete {
	padding: 5px 15px;
	background: #333;
	border: 2px solid #333;
	border-radius: 2px;
	color: #fff !important;
	display: inline-block;
	text-decoration: none;
	transition: .3s;
}

.btn-delete:hover {
	background: #fff;
	color: #333 !important;
	cursor: pointer;
}

/* --------------------------------------------------------- 
  h1-h5
---------------------------------------------------------- */

.h2-normal {
	margin: 20px auto;
	font-size: 26px;
	font-weight: bold;
}

.h3-deco {
	margin: 5px 0 15px 0;
	font-family: 'geomanistregular';
	font-size: 26px;
}

.h3-deco span.deco-jp {
	padding: 16px 0 0 20px;
	font: 11px/170% YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.h3-std-ja {
	margin: 20px 0;
	float: left;
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
	font-size: 22px;
}

.h3-side-nav {
	padding: 0 2px;
	margin: 25px 15%;
	color: #000;
	font-size: 21px;
}

.h4-arrow-blue {
	padding: 7px 0 5px 22px;
	background: url(../svg/arrow_bl_rt.svg) no-repeat left top 9px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3;
}


/*--- default-page ---*/

.h2-std {
	padding: 0 0 8px 1px;
	margin: 40px 0 15px 0;
	border-bottom: 4px solid #ddd;
	clear: both;
	font-size: 22px;
	font-weight: bold;	
}

.h3-std {
	padding-bottom: 5px;
	margin: 30px 0 20px 0;
	border-bottom: 1px dashed #cecece;
	color: #007bbd;
	font-size: 18px;
	font-weight: bold;	
}

.h4-std {
	padding: 0 8px;
	font-size: 16px;
	font-weight: bold;
}


/* --------------------------------------------------------- 
  tabel
---------------------------------------------------------- */

/*--- news-table ---*/

table {
	font-size: 14px;	
}

.h3-table {
	margin: 40px 0 15px 0;
	font-size: 18px;
	font-weight: bold;	
}

/* 表の横スクロールが発生する際に表示させる文章用（スマホのみ、PC非表示） */
.label-table-notice {
  display: none;
}


.tbl-std,.tbl-normal {
	margin: 0 0 30px 0;
	border-top: 2px solid #ddd;
	clear: both;
}

.tbl-std th, .tbl-std td, .tbl-normal th, .tbl-normal td{
	padding: 15px 10px;
	background: url(../img/dot_width.png) no-repeat left bottom;

	vertical-align: top;
}

.tbl-std th, .tbl-normal th{
	padding-right: 20px;
	color: #007bbd;
	font-weight: bold;
}

.tbl-col {
	margin: 0 0 50px 0;
	border-top: 1px solid #ddd;
}

.tbl-col th, .tbl-col td{
	padding: 15px 10px;
	border-bottom: 1px solid #ddd;
}

.tbl-col th{
	padding-right: 20px;
	color: #007bbd;
	font-weight: bold;
}

/* tbl-colクラスのテーブル各セルを細くするときに使用する */
.tbl-col--narrow th,
.tbl-col--narrow td {
  padding: 10px 15px;
}

.tbl-std-border {
	margin: 0 0 50px 0;
	border: 2px solid #ececec;
}

.tbl-std-border th, .tbl-std-border td {
	padding: 15px 10px;
	border: 1px solid #ececec;
}

.tbl-std-border th {
	padding-right: 20px;
	vertical-align: top;
	transition: .2s;
}

.tbl-th-light-aqua {
	margin: 0 0 50px 0;
	clear: both;
	width: 100%;
}

.tbl-th-light-aqua th {
	background: #F0F6FC;
}

.tbl-th-light-aqua th, .tbl-th-light-aqua td{
	padding: 15px 10px;
	border: 1px solid #ececec;
	vertical-align: top;
}

.tbl-border-none {
	border: none;
}

.tbl-border-none th, .tbl-border-none td {
	padding: 0;
	border: none;
}

/* --------------------------------------------------------- 
  ul
---------------------------------------------------------- */

/* ul-std */
.ul-std {
	margin-left: 65px;
	margin-bottom: 30px;
	list-style-type: disc;
}

.ul-std li{
	margin-bottom:10px;
}


/* ul-arrow-gy */
.ul-arrow-gy li{
	padding: 3px 15px;
	background: url(../img/arrow_min_gy_rt.png) no-repeat left top 12px;
}

/* ul-dot */

.ul-dot li{
	padding: 15px 10px;
    background: url(../img/dot_width.png) left bottom no-repeat;
}

/* ul-file */
.ul-file li{
	margin: 5px 0;
	padding: 2px 20px 0 20px;
	font-size: 13px;
}

.ul-file-large li{
	margin: 3px 0;
	padding: 2px 20px 0 20px;
}

.ul-excel {
	background: url(../img/icon_excel.png) no-repeat left center;
}

.ul-pdf {
	background: url(../img/icon_pdf.png) no-repeat left center;
}

/* ul-std */
.ul-fl-lt li{
	float: left;
	margin-right: 15px;	
}

.ul-section {
	margin: 30px auto;
}

.ul-section li {
	margin: 0 15px;
	float: left;
}

/* --------------------------------------------------------- 
  ol
---------------------------------------------------------- */

/* ol-std */
.ol-std {
	margin-left: 65px;
	margin-bottom: 30px;
	list-style-type:decimal;
}

.ol-std li{
	margin-bottom:10px;
}

/* --------------------------------------------------------- 
  dl
---------------------------------------------------------- */
.dl-arrow-gy dt{
	padding: 3px 0;
	font-weight: bold;
}
.dl-arrow-gy dd{
	padding: 3px 15px 0;
	background: url(../img/arrow_min_gy_rt.png) no-repeat left center;
}

/* accordion */
.acMenu dt{
    display:block;
    cursor:pointer;
}

.acMenu dd{
    display:none;
}


/* --------------------------------------------------------- 
  page-relate
---------------------------------------------------------- */

.page-relate {
	margin: 100px 10px 50px 10px;
	border: 4px solid #ececec;	
	min-height: 140px;
}

.page-relate h4 {
	padding: 10px 10px 0 15px;
	color: #0075c2;
	font-size: 18px;
	font-weight: bold;
}

.page-relate ul {
	padding: 20px;
}

.page-relate ul li {
	margin-bottom: 5px;
	padding: 0 0 0 20px;
	background: url(../svg/arrow_bl_rt_min.svg) no-repeat left center;
}

.page-relate a{
	text-decoration: none;
}


/* --------------------------------------------------------- 
  sitemap 
---------------------------------------------------------- */
#ir-sitemap-frame {
	margin:0 20px 0 10px;
}
.sitemap-list {
	margin:0 45px 0 15px;
	float:left;
	width:310px;
}
.sitemap-list h2 {
	margin:0 0 20px 0 !important;
	padding:5px;
	background:#F5F5F5;
	border-bottom:#CCC 1px solid;
	border-left:#2E80BC 3px solid;
	font-weight:bold;
}
.sitemap-list h3 {
	margin:3px 10px !important;
	padding:2px;
	background:#F1F1F1 !important;
	border:none!important;
	color:#444 !important;
	font-weight:bold !important;
}
.sitemap-list ul {
	margin:0 0 25px 15px !important;
}
.sitemap-list ul li {
	margin-bottom:5px;
	padding-left:10px;
	background:url(../img/link-mark.gif) no-repeat left 7px;
}
.sitemap-list dl {
	margin:0 0 25px 15px !important;
}
.sitemap-list dt {
	margin-bottom:3px;
	padding-left:10px;
	background:url(../img/link-mark.gif) no-repeat left 6px;
}
.sitemap-list dd {
	margin-left:10px;
	padding-left:10px;
	background:url(../img/li-mark_sidemenu_dd.gif) no-repeat left 4px;
}

/* --------------------------------------------------------- 
  link 
---------------------------------------------------------- */
table.tbl-link {
	margin:10px auto;
}
table.tbl-link th {
	width:100px;
}
h3.h3-link {
	margin:20px 30px 10px 30px !important;
	padding:5px 8px;
	border:#CCC 1px solid;
	background:#F0F6FC;
	color:#333 !important;
	clear:both;
}
.link-list {
	margin:10px 10px 10px 60px;
}
.link-list ul {
	margin-right: 3%;
	float:left;
	display:inline;
	width: 30%;
}
.link-list li {
	margin-bottom:8px;
	margin-left:5px;
}
.link-list li a {
	padding-left:10px;
	background: url(../img/arrow_min_gy_rt.png) no-repeat left center;
	font-size: 14px;
}

/* --------------------------------------------------------- 
  banner 
---------------------------------------------------------- */

.banner {
	clear: both;
}

.banner li {
	margin-bottom: 20px;
}

.banner li img{
	width: 100%;	
}

.banner.side_topinterview {
	margin-bottom: 20px;
}
.banner.side_topinterview img {
	width: 100%;
	height: auto;
}

*[class*="banner-info"] h4{
	padding: 3px 15px;
	color: #fff;
	font-size: 78%;
	font-weight: bold;
	float: left;
	line-height: 15px;
}

*[class*="banner-info"] h5{
	padding: 3px 15px;
	color: #fff;
    font-family: "Yu Gothic","YuGothic","メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
	font-size: 17px;
	font-weight: bold;
	float: left;
}

@media all and (-ms-high-contrast:none){
	*[class*="banner-info"] h5{
		padding: 5px 15px 0 15px;
	}
}

*[class*="banner-info"] a{
	color: #000;
	text-decoration: none;
}

.cat-banner{
	padding: 0 10px ;
    margin: 5px 0;
	border-left: 1px solid #fff;
	color: #fff;
	display: block;
	float: right;
	font-size: 12px;
}

.icon_voice {
	background: url(../svg/icon_voice_wh.svg) no-repeat right 15px center;
	display: block;
	float: right;
	height: 30px;
	width: 50px;
}

.icon_movie {
	background: url(../svg/icon_movie_wh.svg) no-repeat right 15px center;
	display: block;
	float: right;
	height: 30px;
	width: 50px;
}

*[class*="banner-info"] p{
	clear: both;
	padding: 8px 15px;
	background: #fff;
	border-radius: 0 0 2px 2px; 
	font-size: 13px;
}

.banner-info-red header{
	border-radius: 2px 2px 0 0; 
	background: #ef3021;
}

.banner-info-green header{
	border-radius: 2px 2px 0 0; 
	background: #5fb124;
}

.banner-info-blue header{
	border-radius: 2px 2px 0 0; 
	background: #007bbd;
}


/* --------------------------------------------------------- 
  RSS
---------------------------------------------------------- */

/*--- tab_rss ---*/
.tab_rss {
	margin: 10px 20px;
	float: left;
}
.tab_rss a, .news_rss a{
	padding: 0 0 0 30px;
	background: url(../svg/icon_rss.svg) no-repeat left center;
	text-decoration: none;
}

.tab_rss_detail {
	margin: 10px;
}

.tab_rss_detail a {
	padding: 0 0 0 25px;
	background: url(../svg/icon_rss.svg) no-repeat left center;
	background-size: 15px;
	font-size: 14px;
	text-decoration: none;
}

.news_rss {
	margin: 30px 0 10px 45px;
	float: left;
}

.news-rss-detail {
	margin: 30px 0 10px 20px;
	float: left;
}
.news-rss-detail a {
	padding: 0 0 0 18px;
	background: url(../svg/arrow_gy_rt_thin.svg) no-repeat left center;
	text-decoration: none;
}


/* --------------------------------------------------------- 
  tab_nav
---------------------------------------------------------- */

/*--- tab ---*/
.tab-navi {
	margin: 20px 30px 10px 0;
	float: right;
	font-size:15px;
}


#tab-navi ul{
	margin: 0;
	padding: 0;
}

#tab-navi li{
	margin: 0 0 20px 0 !important;
	text-align: center;
	float: left;
}

#tab-navi li a{
	margin-right: 20px;
	padding:  10px 15px;
	border-radius: 3px;
	display: block;
	font-size:16px;
	text-decoration: none;
	border:#CCC 1px solid;
}

#tab-navi li a:hover,
#tab-navi li a.active{
	/*background: url(../img/li-tab-navi_bg_on.gif) no-repeat left bottom;*/
	background: #007bbd;
	border-radius: 3px;
	color:#FFF;
	display:block;
}

#tab-navi-sds ul{
	margin: 0;
	padding: 0;
}

#tab-navi-sds li{
	margin: 0 0 20px 0 !important;
	text-align: center;
	float: left;
}

#tab-navi-sds li a{
	margin-right: 20px;
	padding:  10px 15px;
	border-radius: 3px;
	display: block;
	font-size:16px;
	text-decoration: none;
	border:#CCC 1px solid;
}

#tab-navi-sds li a:hover,
#tab-navi-sds li a.active{
	/*background: url(../img/li-tab-navi_bg_on.gif) no-repeat left bottom;*/
	background: #007bbd;
	border-radius: 3px;
	color:#FFF;
	display:block;
}

#tab-content{
	padding:0 ;
}

#tab-content-sds{
	padding:0 ;
}

.btn-sds {
	background: #F0F0F0;
	display: inline-block;
	border: 1px solid #dfdfdf;
	border-radius: 1px;
	font-size: 14px;
	margin: 0 10px 10px 0;
	padding: 4px;
	text-align: center;
	text-decoration: none;
	transition: all .2s;
}

.btn-sds:hover {
	background: #fff;
	color: #007bbd;
}

.tbl-sds {
	margin: 0 0 50px 0;
	border: 2px solid #ececec;
	width: 100%;
}

.tbl-sds th, .tbl-sds td {
	padding: 5px 10px;
	border: 1px solid #ececec;
}

.tbl-sds th {
	/*padding-right: 20px;*/
	vertical-align: top;
	transition: .2s;
}

/* --------------------------------------------------------- 
  box
---------------------------------------------------------- */

/* box */

.box {
	padding: 10px 15px;
	border: 1px solid #dfdfdf;
}

.box-50-lt {
	float: left;
	width: 50%;
}

.box-50-rt {
	float: right;
	width: 50%;
}

.box-75-lt {
	float: left;
	width: 75%;
}

.box-25-rt {
	float: right;
	width: 25%;
}

.box-25-lt {
	float: left;
	width: 25%;
}

.box-75-rt {
	float: right;
	width: 75%;
}

.box-detail-90-lt {
	margin: 0 5%;
	width: 90%;
}

.box-detail-90-rt {
	margin: 0 5%;
	width: 90%;
}

.box-detail-95-lt {
	margin-right: 5%;
	width: 95%;
}

.box-detail-95-rt {
	margin-left: 5%;
	width: 95%;
}

.box-blue-h3 {
	padding: 3px 15px;
	background: #0075c2;
	color: #fff;
	font-size: 16px;
}

.box-blue-h4 {
	padding: 5px  0;
	font-size: 15px;
	font-weight: bold;
}

.box_frame {
	margin: 0 2%;
	padding: 10px 15px;
    border: solid 1px #0075c2;
}

.box_frame p {
    margin: 0.5em; 
}


@media all and (-ms-high-contrast:none){
	.box-blue-h3 {
	  padding: 7px 15px 3px 15px;
	}
}

/* box-col */

.box-col {
	padding: 30px 20px 10px 20px;
	border-top: 1px solid #dfdfdf;	
}
.box-col-img {
	padding: 0 0 10px 4%;
	box-sizing: border-box;
	font-size: 14px;
	float: left;
	width: 40%;
}

.box-col-img img {
	width: 100%;
	height: auto;
}

.box-col-detail {
	padding: 0 0 10px 4%;
	box-sizing: border-box;
	font-size: 14px;
	float: left;
	width: 60%;
}

.box-col-detail .h3-deco {
	float: none;
}

.box-col-detail .h3-deco span.deco-jp {
	float: none;
	display: inline-block;
}


@media (max-width: 1190px) {
	.h3-deco {
		font-size: 20px;
	}
}

/* box-2col */

.box-2col {
	padding: 10px 20px 10px 20px;
	border-top: 1px solid #dfdfdf;	
}

.box-2col-detail {
	padding: 0 4% 10px 4%;
	font-size: 14px;
	float: left;
	width: 42%;
}

.box-2col-first {
	background: url(../img/dot_height.png) no-repeat right center;
	/*border-right: 1px dashed #ccc;	*/
}

.box-2col-detail img {
	border-radius: 2px;
	width: 100%;
	height: auto;
}

.box-2col-link {
	display: block;
	height: 100%;
	width: 100%;
	text-decoration: none;
}

.box-2col-link:after, .box-2col:after  {
	content: ""; 
	display: block; 
	clear: both;
}

.box-2col-detail figcaption{
	margin: 15px 0;
}

/* box-4col */

.box-4col-detail {
	padding: 0 1% 10px 1%;
	font-size: 14px;
	float: left;
	width: 21%;
}
.box-4col-detail img {
	border-radius: 2px;
	width: 100%;
}

.note {
	padding: 20px;
	margin: 50px auto !important;
	background: #f1faff;
	border: 1px solid #c2e3f4;
	color: #000;
	width: 85%;
}

.plug-in {
	padding: 20px;
	margin: 70px auto !important;
	background: #f1faff;
	border: 1px solid #c2e3f4;
	color: #000;
	width: 90%;
}

.plug-in h3.h3-std {
	margin-top: 0;
}
.plug-in p {
	font-size: 14px;
}

/* --------------------------------------------------------- 
  img
---------------------------------------------------------- */

.img-center {
	margin: 0 auto 30px auto;
	clear: both;
	text-align: center;
}

.img-left {
	margin: 0 auto 40px auto;
	clear: both;
	text-align: left;
}
/* box-2col */

.img-2col {
	margin: 0 10px 30px 10px;
	clear: both;
}

.img-2col-box {
	float: left;
	padding: 2% 4% 0 0;
	width: 42%;
}

.img-2col-box img {
	width: 100%;
        margin: 10px 20px 5px 10px;
}

.img-4col {
	margin: 0 auto 30px auto;
	clear: both;
	width: 100%;
}

.img-4col-box {
	float: left;
	padding: 1% 2% 1% 0;
	width: 23%;
}

.img-4col-box img {
	width: 100%;
}

	
.img-4col-box figcaption {
	margin-top: 10px;
}

.caption {
	margin-top: 10px;
	display: block;
	font-size: 12px;
	text-align: center;
}
.txt-left .caption {
	text-align: left;
}

/* 2col-banner */

.img-2col-banner {
	margin: 0 auto 0 auto;
	clear: both;
}

.img-2col-banner-box {
	float: left;
	padding: 0 8% 0 0;
	width: 42%;
}

.img-2col-banner-box img {
	width: 100%;
	height: auto;
}

/*--- select ---*/

.select-list{
	width: 140px;
}

.select-list02 {
	width: 170px;
}

.select-list ,.select-list02 {
	margin: 30px 10px 20px 10px;
	padding: 5px 32px 5px 16px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent no-repeat url(../svg/arrow_bl_btm.svg) center right 10px;    
	border: 2px solid #dfdfdf;
	border-radius: 1000px;
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
	font-size: 14px;
	line-height: 2;
    text-align: left;
    color: #000;
    cursor: pointer;
    display: block;
    float: right;
    top: 0;
    white-space: nowrap;
 }

@media all and (-ms-high-contrast:none){
  .select-list ,.select-list02 {
		padding: 8px 32px 7px 16px;
	}
}


select::-ms-expand {
  display: none;
}


/* --------------------------------------------------------- 
  video 
---------------------------------------------------------- */
.video-item {
	margin: 10px 2% 20px 2%;
	padding: 10px 15px;
    border: 1px solid #e6e7e8;
	box-sizing: border-box;
	float: left;
	line-height: 1.3;
	text-align: center;
	width: 28%;
}

.video-item img {
        margin-bottom: 5px;
        width:100%;
}

.video-item h4 {
	margin-top:5px;
	font-size: 13px;
}

.video-item-cm {
	margin: 10px 0 30px 0;
	padding: 10px 15px;
    border: 1px solid #e6e7e8;
	box-sizing: border-box;
	float: left;
	line-height: 1.3;
	text-align: center;
	min-height: 180px;
}

.video-item video, .video-item-cm video {
	width:100%;
}

/* --------------------------------------------------------- 
  scroll
---------------------------------------------------------- */

.scroll {
	margin-top: -120px;
	padding-top: 120px;
}

.scroll2 {
	margin-top: -120px;
	padding-top: 120px;
}

@media all and (-ms-high-contrast:none) {
	*::-ms-backdrop, .scroll {
		margin-top: -240px;
		padding-top: 240px;
	}
}

@media all and (-ms-high-contrast:none) {
	*::-ms-backdrop, .scroll2 {
		margin-top: -120px;
		padding-top: 120px;
	}
}

/* --------------------------------------------------------- 
  旧Japanese
---------------------------------------------------------- */


/*--vertical-align---*/
.vt-top {
	vertical-align:top !important;
}
.vt-middle {
	vertical-align:middle !important;
}
.vt-bottom {
	vertical-align:bottom !important;
}

/*---リスト---*/
ol.ol-standard {
	margin:3px 40px 5px 75px;
	list-style-type:decimal;
}
ol.ol-standard li {
	margin-bottom:5px;
}
ul.ul-standard {
	margin:3px 40px 5px 65px;
	list-style-type:disc;
}
ul.ul-standard li {
	margin-bottom:5px;
}
ul.ul-blue li {
	margin-bottom:5px;
	padding-left:10px;
	background:url(../img/li-mark_blue.gif) no-repeat left center;
}
ul.ul-tbl-inner-none li {
	margin-bottom:8px;
}

dl.dl-standard {
	margin:3px 40px 5px 40px;
}
dl.dl-standard dt {
	color:#1A4771;
	font-size:110%;
	font-weight:bold;
}
dl.dl-standard dd {
	margin-left:1em;
	margin-bottom:10px;
}

/* 脚注用 */
dl.dl-footnotes-list {
	margin:3px 40px 5px 0;
}
dl.dl-footnotes-list dt {
	font-size:14px;
	font-weight:bold;
}
dl.dl-footnotes-list dd {
	margin-left:1em;
	margin-bottom:10px;
	font-size:14px;
}

dl.dl-standard-col-navy {
	margin:3px 40px 5px 40px;
}
dl.dl-standard-col-navy dt {
	color:#039;
	font-size:110%;
	font-weight:bold;
}
dl.dl-standard-col-navy dd {
	margin-left:1em;
	margin-bottom:10px;
}

/*---チャートジェネレータ---*/
iframe#data {
	padding: 20px 0 0 0;
    margin: 0 auto;
    display: block;
    width: 890px;
    height: 900px;
    border: 0;
}

.ube-area {
	margin-top: 20px;
	margin-right: 20px;
	float: left;
	display: inline;
	width: 380px;
}


@media screen and (max-width: 1220px) {
.link-item a {
	margin: 40px 2.5% 0 2.5%;
	width: 45%;
}

}

/* --------------------------------------------------------- 
  Accessibility
---------------------------------------------------------- */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;  
}

/* --------------------------------------------------------- 
  テキスト装飾
---------------------------------------------------------- */
/* 「例：」のように2文字分インデントすることを想定 */
.txt-indent_after-first-line {
	padding-left: 2em;
	text-indent: -2em;
}