@charset "utf-8";
/*ニュースリリースコンポーネント用*/
.content_width:nth-of-type(2) nav#breadcrumbs { display: none; }
#outline .release-table tr:nth-of-type(n+4){ display:none; }
/*ニュースリリースコンポーネント用*/
h1,h2,p {margin: 0;}
#outline { color: #2b2b2b; }
#outline .name { text-align: right; padding-top: 10px; }
#outline .texD { font-size: 14px; font-weight: normal; line-height: 1.5; display: inline-block; }
#outline2 { color: #2b2b2b; }
#outline2 .name { text-align: right; padding-top: 10px; }
#outline2 .texD { font-size: 14px; font-weight: normal; line-height: 1.5; display: inline-block; }

/*===============================================
スライダー
===============================================*/
/* Slider */
#outline2 .slick-slider { position: relative; display: block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
#outline2 .slick-list:focus { outline: none; }
#outline2 .slick-loading .slick-list { background: #fff url("../img/ajax-loader.gif") center center no-repeat; }
#outline2 .slick-list.dragging { cursor: pointer; cursor: hand; }
#outline2 .slick-slider .slick-track { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
#outline2 .slick-track { position: relative; left: 0; top: 0; display: block; }
#outline2 .slick-track:before, .slick-track:after { content: ""; display: table; }
#outline2 .slick-track:after { clear: both; }
#outline2 .slick-loading .slick-track { visibility: hidden; }
#outline2 .slick-slide { float: left; height: 100%; min-height: 1px; display: none; }
[dir="rtl"] #outline2 .slick-slide { float: right; }
#outline2 .slick-slide img { display: block; }
#outline2 .slick-slide.slick-loading img { display: none; }
#outline2 .slick-slide.dragging img { pointer-events: none; }
#outline2 .slick-initialized .slick-slide { display: block; }
#outline2 .slick-loading .slick-slide { visibility: hidden; }
#outline2 .slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
/* Icons */
/* Arrows */
#outline2 .slick-prev, .slick-next { position: absolute; display: block; height: 220px; width: 32px; line-height: 0; font-size: 0; cursor: pointer; background: transparent; color: transparent; top: 50%; padding: 0; border: none; outline: none; }
#outline2 .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {}
#outline2 .slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before { }
#outline2 .slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { }
#outline2 .slick-prev:before, .slick-next:before {  }
#outline2 .slick-prev { left: 0; background: none;}
[dir="rtl"] #outline2 .slick-prev { left: auto; right: 0; }
#outline2 .slick-prev:before {display: none; }
[dir="rtl"] #outline2 .slick-prev:before { }
#outline2 .slick-next { right: 0; background: none;}
[dir="rtl"] #outline2 .slick-next { left: 0; right: auto; }
#outline2 .slick-next:before,
#outline2 .slick-prev:before {
    content: none !important;
}
[dir="rtl"] #outline2 .slick-next:before {  }
/* Dots */
#outline2 .slick-slider { margin-bottom: 0; }
#outline2 .slick-dots { position: absolute; bottom: -45px; list-style: none; display: block; text-align: center; padding: 0; width: 100%; }
#outline2 .slick-dots li { position: relative; display: inline-block; height: 20px; width: 20px; margin: 0 5px; padding: 0; cursor: pointer; }
#outline2 .slick-dots li button { border: 0; background: transparent; display: block; height: 20px; width: 20px; outline: none; line-height: 0; font-size: 0; color: transparent; padding: 5px; cursor: pointer; }
#outline2 .slick-dots li button:hover, .slick-dots li button:focus { outline: none; }
#outline2 .slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; }
#outline2 .slick-dots li button:before { position: absolute; top: 0; left: 0; content: "?"; width: 20px; height: 20px; font-family: "slick"; font-size: 6px; line-height: 20px; text-align: center; color: black; opacity: 0.25; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
#outline2 .slick-dots li.slick-active button:before { color: black; opacity: 0.75; }

/*===============================================
●PC 画面の横幅が768pxから
===============================================*/
@media screen and (min-width:768px) {
.hotitems_slider .slick-slide {
    margin: 0 10px;   /* ← ここが左右の余白 */
}
.hotitems_slider img {
    width: 100%;
    height: auto;      /* ← 縦横比維持 */
    display: block;
}
#outline2 .slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0px 70px; }
/*ニュースリリースコンポーネント用*/
.content_width:nth-of-type(2) #outline .gaiyo_box {
width: 1024px;
padding: 0;
margin: auto;
}
/*ニュースリリースコンポーネント用*/
.content_news {
max-width: 1024px;
margin: 30px auto 0px;
text-align: right;
font-size: 16px;
line-height: 1.5;
}
.content_media {
max-width: 1024px;
margin: 30px auto 0px;
text-align: right;
border-bottom: solid 1px #999;
padding-bottom: 40px;
font-size: 16px;
line-height: 1.5;
}
#outline .gaiyo_box {
width: 1024px;
padding: 100px 0 0;
margin: auto;
}
#outline .title {
text-align: center;
position: relative;
margin: 0 0 80px;
line-height: 1.2;
}
#outline2 .title {
text-align: center;
position: relative;
margin: 0 0 80px;
line-height: 1.2;
}
#outline .title p {
display: block;
}
#outline .title p.title-a {
font-size: 50px;
font-family: serif;
font-style: normal;
line-height: 2;
margin-bottom: 40px;
}
#outline .title p.title-e {
font-size: 40px;
font-family: serif;
font-style: normal;
line-height: 2;
}
#outline2 .title p.title-e {
font-size: 40px;
font-family: serif;
font-style: normal;
line-height: 2;
}
#outline .title p.title-j {
font-size: 23px;
font-family: serif;
font-style: normal;
line-height: 2;
}
#outline2 .title p.title-j {
font-size: 23px;
font-family: serif;
font-style: normal;
line-height: 2;
}
#outline .table {
border-top: 1px solid #cbcbcb;
width: 100%;
border-collapse: collapse;
font-size: 16px;
margin: 0 0 80px;
}
#outline .table tr th:first-of-type {
width: 140px;
}
#outline .table tr:nth-child(odd) td, .table tr:nth-child(odd) th {
background: #f8f8f8;
}
#outline .table tr th {
font-weight: bold;
}
#outline .table tr td, .table tr th {
border-bottom: 1px solid #cbcbcb;
font-weight: normal;
padding: 25px 20px;
vertical-align: top;
text-align: left;
line-height: 2;
}
#outline .table .text-a {
font-weight: normal;
}
#outline .table .text-a .kome {
font-size: 14px;
}
#outline .release-table {
border-top: 1px solid #cbcbcb;
width: 100%;
border-collapse: collapse;
font-size: 16px;
}
#outline .release-table tr th:first-of-type {
width: 160px;
}
#outline .release-table tr:nth-child(odd) td, .release-table tr:nth-child(odd) th {
background: #f8f8f8;
}
#outline .release-table tr th {
font-weight: normal;
}
#outline .release-table tr td, .release-table tr th {
border-bottom: 1px solid #cbcbcb;
font-weight: normal;
padding: 25px 20px;
vertical-align: top;
text-align: left;
line-height: 2;
}
#outline a {
text-decoration: underline;
}
/*追加*/
#outline .title p.texA {
font-size: 30px;
font-family: serif;
font-style: normal;
line-height: 1.5;
}
#outline .titleH3 {
text-align: center;
position: relative;
margin: 0 0 40px;
line-height: 1.5;
}
#outline .titleH3 p.title-min {
font-size: 23px;
font-family: serif;
font-style: normal;
border-top: dotted 3px #999;
border-bottom: dotted 3px #999;
padding: 20px 0px;
}
#outline .titleH4 {
position: relative;
margin: 0 0 80px;
}
#outline .titleH4 p.texB {
text-align: left;
font-size: 16px;
line-height: 2;
margin: 0 auto;
width: 75%;
text-align: justify;
text-justify: inter-ideograph;
-ms-text-justify: inter-ideograph;
}
#outline .titleH4 p.ph {
text-align: center;
margin: 0 auto;
width: 50%;
}
#outline .right-text {
padding: 40px 80px;
overflow: hidden;
text-align: justify;
text-justify: inter-ideograph;
-ms-text-justify: inter-ideograph;
font-size: 16px;
font-weight: normal;
line-height: 2;
}
#outline .titleH1 { background: #ECECEC; padding: 80px 0; margin: 0 0 80px; }
#outline .photo { margin: auto; width: 50%; }
#outline .border { font-size: 16px; line-height: 1.5; }
/* list */
#outline .border ul li { position: relative; line-height: 1em; padding: 1.5em 1.5em 1.5em 40px; }
#outline .border ul li:before{ position: absolute; content: ""; background: #cbcbcb; left: 0; width: 20px; height: 40px;
/*以下上下中央寄せのため*/ top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
/*===============================================
メディア掲載
===============================================*/
/* mediatems.html start */
#outline2 .mediatems {
padding: 0;
width: 1024px;
margin: 0 auto;
}
#outline2 .mediatems h2 {
font-size: 2.8rem;
text-align: center;
font-weight: bold;
}
#outline2 .mediatems ul {
margin: 0;
margin-top: 46px;
display: flex;
display: -webkit-flex;
-webkit-flex-wrap: wrap;
justify-content: space-between;
-webkit-justify-content: space-between;
}
#outline2 .mediatems ul li {
    width: auto !important;
    margin: 0 10px;
}
#outline2 .mediatems ul li a {
width: 100%;
display: block;
transition: all .4s;
-webkit-transition: all .4s;
-moz-transition: all .4s;
-ms-transition: all .4s;
-o-transition: all .4s;
}
#outline2 .mediatems ul li a .data {
background: #fff;
border: 1px solid #999;
width: 100%;
padding: 2px 0 10px 0;
margin-bottom: 10px !important;
}
#outline2 .mediatems ul li a .data date {
font-size: 1.2rem;
text-align: center;
line-height: 22px;
display: block;
}
#outline2 .mediatems ul li a .data span {
font-size: 1.4rem;
text-align: center;
font-weight: bold;
display: block;
}
#outline2 .mediatems ul li a .data span small {
font-weight: normal;
}
#outline2 .mediatems ul li a img {
width: 100%;
}
#outline2 .mediatems ul li a .item_name {
font-size: 1.4rem;
line-height: 20px;
transition: all .4s;
-webkit-transition: all .4s;
-moz-transition: all .4s;
-ms-transition: all .4s;
-o-transition: all .4s;
}
#outline2 .mediatems ul li a:hover {
opacity: .7;
}
#outline2 .mediatems ul li a:hover .item_name {
color: #E75685;
}
/* mediatems.html end */
}
/*===============================================
●SP 画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px) {
#outline2 .slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
/*ニュースリリースコンポーネント用*/
.content_width:nth-of-type(2) #outline .gaiyo_box {
width: 90%;
padding: 0;
margin: auto;
}
/*ニュースリリースコンポーネント用*/
.content_news {
width: 90%;
margin: 70px auto 0;
font-size: 14px;
line-height: 1.6em;
text-align: right;
}
.content_media {
width: 90%;
margin: 70px auto 0;
font-size: 14px;
line-height: 1.6em;
text-align: right;
border-bottom: solid 1px #999;
padding-bottom: 40px;
}
#outline .gaiyo_box {
width: 90%;
padding: 50px 0 0;
margin: auto;
}
#outline .title {
text-align: center;
position: relative;
margin: 0 0 40px;
line-height: 1.5;
}
#outline2 .title {
text-align: center;
position: relative;
margin: 0 0 40px;
line-height: 1.5;
}
#outline .title p {
display: block;
}
#outline .title p.title-a {
font-size: 30px;
font-family: serif;
font-style: normal;
margin-bottom: 20px;
}
#outline .title p.title-e {
font-size: 20px;
font-family: serif;
font-style: normal;
}
#outline2 .title p.title-e {
font-size: 20px;
font-family: serif;
font-style: normal;
}
#outline .title p.title-j {
font-size: 16px;
font-family: serif;
font-style: normal;
}
#outline2 .title p.title-j {
font-size: 16px;
font-family: serif;
font-style: normal;
}
#outline .table {
border-top: 1px solid #cbcbcb;
width: 100%;
border-collapse: collapse;
font-size: 14px;
margin: 0 0 40px;
}
#outline .table tr {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-flow: column;
flex-flow: column;
width: 100%;
}
#outline .table tr th:first-of-type {
width: 100%;
}
#outline .table tr th {
padding-top: 15px;
padding-bottom: 5px;
border-bottom: none;
}
#outline .table tr td {
padding-top: 5px;
padding-bottom: 15px;
}
#outline .table tr:nth-child(odd) td, .table tr:nth-child(odd) th {
background: #f8f8f8;
}
#outline .table tr th {
font-weight: bold;
}
#outline .table tr td, .table tr th {
border-bottom: 1px solid #cbcbcb;
font-weight: normal;
width: 100%;
vertical-align: top;
text-align: left;
line-height: 1.5;
padding-left: 15px;
padding-right: 15px;
}
#outline .table .text-a {
font-weight: normal;
border-bottom: 1px solid #cbcbcb;
padding-bottom: 15px;
}
#outline .table .text-a .kome {
font-size: 12px;
}
#outline .release-table {
border-top: 1px solid #cbcbcb;
width: 100%;
border-collapse: collapse;
font-size: 14px;
}
#outline .release-table tr {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-flow: column;
flex-flow: column;
width: 100%;
}
#outline .release-table tr th:first-of-type {
width: 100%;
}
#outline .release-table tr th {
padding-top: 15px;
padding-bottom: 5px;
border-bottom: none;
}
#outline .release-table tr td {
padding-top: 5px;
padding-bottom: 15px;
}
#outline .release-table tr:nth-child(odd) td, .release-table tr:nth-child(odd) th {
background: #f8f8f8;
}
#outline .release-table tr th {
font-weight: normal;
}
#outline .release-table tr td, .release-table tr th {
border-bottom: 1px solid #cbcbcb;
font-weight: normal;
width: 100%;
vertical-align: top;
text-align: left;
line-height: 1.5;
padding-left: 15px;
padding-right: 15px;
}
#outline a {
text-decoration: underline;
}
/*追加*/
#outline .title p.texA {
font-size: 16px;
font-family: serif;
font-style: normal;
line-height: 1.5;
}
#outline .titleH3 {
text-align: center;
position: relative;
margin: 0 0 40px;
line-height: 1.5;
}
#outline .titleH3 p.title-min {
font-size: 16px;
font-family: serif;
font-style: normal;
border-top: dotted 3px #999;
border-bottom: dotted 3px #999;
padding: 20px 0px;
}
#outline .titleH4 {
position: relative;
margin: 0 0 40px;
}
#outline .titleH4 p.texB {
text-align: left;
font-size: 14px;
line-height: 2;
margin: 0 auto;
width: 90%;
text-align: justify;
text-justify: inter-ideograph;
-ms-text-justify: inter-ideograph;
}
#outline .titleH4 p.ph {
text-align: center;
margin: 0 auto;
}
#outline .right-text {
padding: 20px 40px;
float: none;
overflow: hidden;
text-align: justify;
text-justify: inter-ideograph;
-ms-text-justify: inter-ideograph;
font-size: 14px;
font-weight: normal;
line-height: 2;
}
#outline .titleH1 { background: #ECECEC; padding: 40px 0; margin: 0 0 40px; }
#outline .photo { margin: auto; width: 70%; }
#outline .border { font-size: 14px; line-height: 1.5; }
/* list */
#outline ul li { position: relative; line-height: 1.5; padding: 0.5em 0.5em 0.5em 40px; font-size: 14px; }
#outline ul li:before{ position: absolute; content: ""; background: #cbcbcb; left: 0; width: 20px; height: 40px;
/*以下上下中央寄せのため*/ top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
/*===============================================
メディア掲載
===============================================*/
/* mediatems.html start */
#outline2 .mediatems {
padding: 0;
}
#outline2 .mediatems h2 {
font-size: 2rem;
text-align: center;
font-weight: bold;
letter-spacing: 0.01em;
}
#outline2 .mediatems ul {
margin: 0 5px;
margin-top: 26px;
}
#outline2 .mediatems ul .slick-slide {
margin: 0 6px;
}
#outline2 .mediatems ul .slick-arrow {
width: 10px;
height: 18px;
}
#outline2 .mediatems ul .slick-arrow:before {
content: none;
}
#outline2 .mediatems ul .slick-next {
right: 0;
background: none;
}
#outline2 .mediatems ul .slick-prev {
left: 0;
background: none;
}
/*#outline2 .mediatems ul li {
width: 31.25%;
float: left;
margin-right: 3.125%;
}*/
#outline2 .mediatems ul li:last-child {
margin-right: 0;
}
#outline2 .mediatems ul li a {
width: 100%;
display: block;
}
#outline2 .mediatems ul li a .data {
background: #fff;
border: 1px solid #999;
margin-bottom: 5px !important;
padding: 7px 0;
}
#outline2 .mediatems ul li a .data date {
font-size: 1rem;
text-align: center;
display: block;
}
#outline2 .mediatems ul li a .data span {
font-size: 1rem;
text-align: center;
font-weight: bold;
display: block;
padding-top: 6px;
}
#outline2 .mediatems ul li a .data span small {
font-weight: normal;
}
#outline2 .mediatems ul li a img {
width: 100%;
}
#outline2 .mediatems ul li a .item_name {
font-size: 1rem;
line-height: 15px;
}
/* mediatems.html end */
}