@charset "utf-8";

/* コンテンツデザイン company共通 サイズ共通 */

/* paddingやborderに依存しないbox-sizing */
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
/* paddingやborderに依存しないbox-sizing ここまで */

.bg-dot_01 {
    background-image: url(../images/video_dot_01.png);
}

.bg-dot_02 {
    background-image: url(../images/video_dot_02.png);
}

.bg-dot_03 {
    background-image: url(../images/video_dot_03.png);
}

.bg-dot_04 {
    background-image: url(../images/video_dot_04.png);
}

.bg-dot_05 {
    background-image: url(../images/video_dot_05.png);
}

.flexbox-Sidebar-on {
    padding-top: 50px;
}

.zoom-box {
    position: relative;
    border: 1px solid rgba(68,79,88,0.13);
    display: block;
}

a.zoom-box {
    color: rgba(68,79,88,0.60);
}

a.zoom-box:hover {
    color: rgba(52,93,157,0.85);
}
/* コンテンツデザイン company共通 サイズ共通 ここまで */

/* コンテンツデザイン company共通 ～1280 */

@media only screen and (min-width: 1280px) {
	
.first_section	{
    margin-top: 460px;	
	}
	
.headlinebox-h2 h2 {
   font-size: 3rem;
   line-height: 3.6rem;
   font-weight: 500;
   max-width: 1150px;
   margin-left: auto;
   margin-right: auto;
}
	
.headlinebox-h3 h3 {
    font-size: 2.4rem;
    line-height: 3rem;
    font-weight: 500;
    margin-left: 15px;
    padding: 0.25em 0.5em;
    border-left: solid 5px rgba(52,93,157,1.00);
}
	
/* IE Edge用に調整 */
_:-ms-lang(x), .headlinebox-h3 h3 {
    padding-top: 0.47em;
    padding-bottom: 0em;
}
/* IE Edge用に調整ここまで */
	
.headlinebox-h3 {
   max-width: 1190px;
   margin-left: auto;
   margin-right: auto;
   padding-top: 20px;
   padding-bottom: 10px;
   border-bottom: 2px solid rgba(52,93,157,0.40);
}
	
.direction_box {
    width: 1190px;
    margin-left: auto!important;
    margin-right: auto!important;
}
	
}

/* コンテンツデザイン company共通 ～1280 ここまで */

/* コンテンツデザイン company共通 768～1279 */

@media only screen and (min-width: 768px) and (max-width: 1279px) {
	
.first_section {
    margin-top: 400px;	
	}
	
.headlinebox-h2 h2 {
    font-size: 2.6rem;
    line-height: 3.2rem;
    font-weight: 500;
    margin-left: 7%;
    margin-right: 7%;
    text-align: center;
	}
	
.headlinebox-h3 h3 {
    font-size: 2rem;
    line-height: 2.6rem;
    font-weight: 500;
    margin-left: 2%;
    margin-right: 2%;
    padding: 0.2em 0.5em;
    border-left: solid 5px rgba(52,93,157,1.00);
	}
	
/* IE Edge用に調整 */
_:-ms-lang(x), .headlinebox-h3 h3 {
    padding-top: 0.47em;
    padding-bottom: 0em;
}
/* IE Edge用に調整ここまで */
	
.headlinebox-h3 {
   width: 96%;
   margin-left: 2%;
   padding-top: 20px;
   padding-bottom: 10px;
   border-bottom: 2px solid rgba(52,93,157,0.40);
}
		
}

/* コンテンツデザイン company共通 768～1279 ここまで */

/* コンテンツデザイン company共通 768～ */

@media only screen and (min-width: 768px) {
.headlinebox-h2 {
    border-bottom: solid 3px rgba(52,93,157,0.40);
    position: relative;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 10px;
    margin-bottom: 20px
}
	
/* IE Edge用に調整 */
_:-ms-lang(x), .headlinebox-h2 {
    padding-top: 25px;
    padding-bottom: 5px;
    margin-bottom: 20px
}
/* IE Edge用に調整ここまで */

.headlinebox-h2:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: 3px solid rgba(52,93,157,1.00);
    bottom: -3px;
    width: 20%;
}
	
a.zoom-box .fa-plus-circle {
	font-size: 2.5vw !important;
	position: absolute;  
	right: 10px;  
	bottom: 10px;  
}
	
.flexbox-Sidebar-on #sidebar-wrapper .library-box li a {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 1.3rem;
    line-height: 1.4em;
    border-left: 4px solid rgba(52,93,157,0.39);
    padding-left: 15px;
    display: block;
}
	
.flexbox-Sidebar-on #sidebar-wrapper .library-box li a:hover {
    background-image: url(../images/video_dot_05.png);
    background-color: rgba(13,87,167,0.03);
    transition: all .2s;
    cursor: pointer;
    display: block;
}
	
.flexbox-Sidebar-on #sidebar-wrapper .news-child_text {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
}
	
.flexbox-Sidebar-on #sidebar-wrapper .news-child_text div {
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.flexbox-Sidebar-on #sidebar-wrapper .news-child_text div:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-image: url(../images/video_dot_03.png);	
}
	
.flexbox-Sidebar-on #sidebar-wrapper .news-child_text .date {
    background-image: url(../images/video_dot_03.png);
    color: rgba(255,255,255,1.00);
    padding: 3px 7px;
    font-size: 90%;
    border-radius: 2px;
    background-color: rgba(0,0,0,0.30);
    font-weight: 200;
}

.flexbox-Sidebar-on #sidebar-wrapper .news-child_text .tag {
    padding: 3px 5px;
    font-size: 90%;
}

.flexbox-Sidebar-on #sidebar-wrapper .news-child_text .tag:before {
    font-family: FontAwesome;
    font-size: 110%;
    content: "\f02b";
    padding-right: 2px;
    display: inline-block;
}
	
.flexbox-Sidebar-on #sidebar-wrapper .news-child_text .press,
.flexbox-Sidebar-on #sidebar-wrapper .news-child_text .notice {
    display: none;
}
	
.flexbox-Sidebar-on #sidebar-wrapper .news-child_text .emphasis {
    font-weight: 600;
}
	
.direction_box {
    display: flex;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 30px;
}
	
.direction_box .direction_left,
.direction_box .direction_right {
    color: rgba(68,79,88,1.00)!important;
    font-size: 2.4vmin;
    line-height: 1.2em;
    font-weight: 300;
    text-align: center;
    width: 240px;
    margin-right: 2%;
    margin-left: 2%;
    padding-top: 12px;
    padding-bottom: 12px;
    background-image: url(../images/video_dot_05.png);
    border-radius: 3px;
    display: block;
    position: relative;
    cursor: pointer;
}
	
.direction_box .direction_left:hover,
.direction_box .direction_right:hover	{
    background-image: url(../images/video_dot_05.png);
    background-color: rgba(13,87,167,0.06);
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
	
/* IE Edge用に調整 */
_:-ms-lang(x), .direction_box .direction_left,.direction_box .direction_right {
     margin-top: 2%;
     margin-bottom: 1.5%;
     padding-top: 16px;
     padding-bottom: 7px;
}

/* IE Edge用に調整ここまで */
	
.direction_box .direction_left:before {
    font: 1.8em FontAwesome;
    content : "\f104";
    top: 7%;
    left: 4%;
    position: absolute;
}
	
.direction_box .direction_right:after {
    font: 1.8em FontAwesome;
    content : "\f105";
    top: 7%;
    right: 4%;
    position: absolute;
}
	
footer {
    margin-top: 30px;
}
	
}

/* コンテンツデザイン company共通 768～ ここまで */

/* コンテンツデザイン company共通 ～767 */

@media only screen and (max-width: 767px) {
	
.first_section {
    margin-top: 200px;	
}
	
.headlinebox-h2 h2 {
    font-size: 2.2rem;
    line-height: 2.6rem;
    font-weight: 500;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 7%;
    padding-right: 7%;
    text-align: center;
    background-image: url(../images/video_dot_04.png);
    color: rgba(255,255,255,1.00);
    background-color: rgba(68,79,88,1.00);
}
	
/* IE Edge用に調整 */
_:-ms-lang(x), .headlinebox-h2 h2 {
    padding-top: 12.5px;
    padding-bottom: 2px;
}
/* IE Edge用に調整ここまで */
    
.headlinebox-h2 h2 a {
    color: rgba(255,255,255,1.00);
}
    
.headlinebox-h3 h3 {
    font-size: 1.8rem;
    line-height: 2.2rem;
    font-weight: 400;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 7%;
    padding-right: 7%;
    text-align: center;
    background-image: url(../images/video_dot_04.png);
    background-color: rgba(68,79,88,0.10);
    border-bottom: 2px solid rgba(52,93,157,0.40);
	}

/* IE Edge用に調整 */
_:-ms-lang(x), .headlinebox-h3 h3 {
    padding-top: 11px;
    padding-bottom: 1.5px;
}
/* IE Edge用に調整ここまで */
	
a.zoom-box .fa-plus-circle {
	font-size: 8vw !important;
	position: absolute;  
	right: 10px;  
	bottom: 10px;  
}
	
.direction_box {
    display: flex;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 30px;
}
	
.direction_box .direction_left,
.direction_box .direction_right {
    color: rgba(68,79,88,1.00)!important;
    font-size: 1.4rem;
    line-height: 1.2em;
    font-weight: 300;
    text-align: center;
    width: 40%;
    margin-right: 2%;
    margin-left: 2%;
    padding-top: 12px;
    padding-bottom: 12px;
    background-image: url(../images/video_dot_05.png);
    border-radius: 3px;
    display: block;
    position: relative;
    cursor: pointer;
}
	
/* IE Edge用に調整 */
_:-ms-lang(x), .direction_box .direction_left,.direction_box .direction_right {
     margin-top: 2%;
     margin-bottom: 1.5%;
     padding-top: 16px;
     padding-bottom: 7px;
}

/* IE Edge用に調整ここまで */
	
.direction_box .direction_left:before {
    font-size: 2.2rem;
    font-family: FontAwesome;
    content : "\f104";
    top: 25%;
    left: 6%;
    position: absolute;
}
	
.direction_box .direction_right:after {
    font-size: 2.2rem;
    font-family: FontAwesome;
    content : "\f105";
    top: 25%;
    right: 6%;
    position: absolute;
}
}

/* コンテンツデザイン company共通 ～767 ここまで */


/* コンテンツデザイン company-profile 共通サイズ */
#company-profile .top-message {
    background-color: rgba(13,87,167,0.06);
}

#company-profile .basic-information .profile-box tr {
    border-bottom: 2px dashed rgba(68,79,88,0.13);
}

/* コンテンツデザイン company-profile 共通サイズ ここまで */

/* コンテンツデザイン company-profile 768～ */

@media only screen and (min-width: 768px) {
	
#company-profile .profile-box {
    padding: 0.5% 2%;
    width: 100%;
    list-style: none outside;
    border-radius: 3px;
}
	
#company-profile .top-message .profile-box h4 {
    text-align: center;
    font-size: 2.8rem;
    line-height: 1.4em;
    color: rgba(52,93,157,1.00);
    font-weight: 500;
    margin-top: 45px;
    margin-bottom: 15px;
}
	
#company-profile .top-message .profile-box .flexbox {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
	
#company-profile .top-message .profile-box .flexbox .picbox {
    width: 30%;
    min-width: 220px;
    text-align: center;
}
	
#company-profile .top-message .profile-box .flexbox .textbox {
    line-height: 1.8em;
    font-weight: 200;
    color: rgba(255,255,255,1.00);
    padding: 15px;
    display: block;
    width: 65%;
    margin-left: 15px;
    margin-bottom: 15px;
    background-image: url(../images/video_dot_03.png);
    background-color: rgba(52,93,157,0.30);
}
	
#company-profile .corporate-philosophy .profile-box h4 {
    font-size: 3.4rem;
    line-height: 1.4em;
    font-weight: 600;
    text-align: center;
    margin-top: 45px;
    margin-bottom: 15px;
}
	
#company-profile .corporate-philosophy .profile-box p {
    font-size: 2.2rem;
    line-height: 1.6em;
    text-align: center;
    display: block;
    border-top: 3px solid rgba(68,79,88,0.13);
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 4%;
    margin-right: 4%;
    margin-bottom: 30px;
}
	
#company-profile .lapis-lazuli {
    background-image: url(../company/images/company_profile_pic02.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 30% auto;
}

#company-profile .lapis-lazuli {
    background-color: rgba(13,87,167,0.06);
}
	
#company-profile .lapis-lazuli .profile-box p {
    color: rgba(52,93,157,1.00);
    font-size: 1.8rem;
    line-height: 2em;
    text-align: center;
    display: block;
    width: 70%;
    margin-top: 20px;
    margin-bottom: 20px;
}
	
#company-profile .basic-information .profile-box table {
    margin-top: 30px;
    margin-bottom: 30px;
}
	
#company-profile .basic-information .profile-box table th {
    font-size: 1.5rem;
    line-height: 1.6em;
    width: 20%;
    font-weight: bold;
    text-align: right;
    padding-right: 5%;
    background-image: url(../images/video_dot_04.png);
}
	
#company-profile .basic-information .profile-box table td {
    font-size: 2rem;
    line-height: 1.6em;
    width: 90%;
    padding-top: 15px;
    padding-left: 3%;
    padding-right: 3%;
    padding-bottom: 15px;
}
	
}	

/* コンテンツデザイン company-profile 768～ ここまで */

/* コンテンツデザイン company-profile ～767 */

@media only screen and (max-width: 767px) {
	
#company-profile .profile-box {
    padding: 15px 2%;
    width: 100%;
    list-style: none outside;
    border-radius: 3px;
}
	
#company-profile .top-message .profile-box h4 {
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.4em;
    color: rgba(52,93,157,1.00);
    font-weight: 500;
    margin-bottom: 15px;
}

#company-profile .top-message .profile-box .flexbox .picbox {
    width: 55%;
    min-width: 200px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
	
#company-profile .top-message .profile-box .flexbox .textbox {
    display: block;
    font-size: 1.5rem;
    line-height: 2.4rem;
    border-top: 3px dotted rgba(68,79,88,0.13);
    padding-top: 10px;
    margin-top: 10px;
}
	
#company-profile .corporate-philosophy .profile-box h4 {
    font-size: 2rem;
    line-height: 1.4em;
    font-weight: 600;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
	
#company-profile .corporate-philosophy .profile-box p {
    font-size: 1.5rem;
    line-height: 2.4rem;
    text-align: center;
    display: block;
    border-top: 3px solid rgba(68,79,88,0.13);
    padding-top: 10px;
}

#company-profile .lapis-lazuli .profile-box p {
    font-size: 1.5rem;
    line-height: 2.4rem;
}
	
#company-profile .basic-information .profile-box table th {
    font-size: 1.1rem;
    line-height: 1.4rem;
    width: 25%;
    font-weight: bold;
    text-align: right;
    padding-right: 3%;
    background-image: url(../images/video_dot_04.png);
}
	
#company-profile .basic-information .profile-box table td {
    font-size: 1.5rem;
    line-height: 2.4rem;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 3%;
}
	
}	

/* コンテンツデザイン company-profile ～767 ここまで */

/* コンテンツデザイン company-affiliate 共通サイズ */

#company-affiliate .w1190px-box li {
    list-style: none outside;
    border-bottom: 2px dashed rgba(68,79,88,0.13);
}

#company-affiliate .w1190px-box li:last-child {
	border-bottom: none;
}

/* コンテンツデザイン company-affiliate 共通サイズ ここまで */

/* コンテンツデザイン company-affiliate 768～ */

@media only screen and (min-width: 768px) {
	
#company-affiliate .flexbox {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 2%;
    width: 100%;
}
	
#company-affiliate .sales h4 {
    font-size: 2.2rem;
    line-height: 1.4em;
    text-align: center;
    padding: 20px 5%;
    font-weight: 500;
}
	
#company-affiliate .sales .flexbox:hover {
    background-image: url(../images/video_dot_05.png);
    background-color: rgba(52,93,157,0.06);
}
    
    #company-affiliate .sales .flexbox:nth-child(2):hover {
    background-image: none;
        background-color: white;
}
	
#company-affiliate .sales .text {
    font-size: 2.7rem;
    line-height: 1.4em;
}
	
#company-affiliate .flexbox .pic {
    width: 15%;
    margin-right: 5%;
}
	
#company-affiliate .flexbox .pic img {
    border: 3px solid rgba(68,79,88,0.13);
}
	
#company-affiliate .flexbox .text {
    width: 50%;
    margin-right: 3%;
}
	
#company-affiliate .flexbox .text .name {
    font-size: 2rem;
    font-weight: 500;
    border-bottom: 3px solid rgba(68,79,88,0.13);
    padding-bottom: 10px;
    margin-bottom: 10px;
}
	
#company-affiliate .flexbox .text .address {
    font-size: 1.9rem;
    line-height: 1.6em;
    margin-left: 10px;
}
	
#company-affiliate .flexbox .text .address .tel-link{
    position: relative;
    padding-left: 25px;
}
	
#company-affiliate .flexbox .text .address .tel-link:before {
    font-family: FontAwesome;
    content: "\f098";
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -.80em;/*「アイコンフォント一文字の半分」のネガティブマージン*/
}
	
/* IE Edge用に調整 */
_:-ms-lang(x), #company-affiliate .flexbox .text .address .tel-link:before {
    margin-top: -1em;/*「アイコンフォント一文字の半分」のネガティブマージン*/
}
/* IE Edge用に調整ここまで */
	
#company-affiliate .flexbox .link {
    width: 27%;
    display: flex;
    flex-direction: column;
}
	
#company-affiliate .flexbox .link .js-access-map-btn a,
#company-affiliate .flexbox .link .js-access-web-btn a {
    width: 100%;
    display: block;
    padding-top: 7px;
    padding-bottom: 7px;
    color: rgba(255,255,255,1.00);
}
	
/* IE Edge用に調整 */
_:-ms-lang(x), #company-affiliate .flexbox .link .js-access-map-btn a,#company-affiliate .flexbox .link .js-access-web-btn a {
    padding-top: 10px;
    padding-bottom: 4px;
}
/* IE Edge用に調整ここまで */
	
#company-affiliate .flexbox .link .js-access-map-btn {
    font-weight: 200;
    border-radius: 2px;
    text-align: center;
    background-color: rgba(52,93,157,0.55);
    background-image: url(../images/video_dot_05.png);
    margin-bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#company-affiliate .flexbox .link .js-access-web-btn {
    font-weight: 200;
    border-radius: 2px;
    text-align: center;
    background-color: rgba(139,194,31,0.55);
    background-image: url(../images/video_dot_05.png);
    margin-top: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
	
#company-affiliate .flexbox .link .js-access-map-btn:hover {
    background-color: rgba(52,93,157,0.13);
    font-weight: 400;
    transition: all  0.2s ease;
    color: rgba(68,79,88,1.00);
}

#company-affiliate .flexbox .link .js-access-web-btn:hover {
    background-color: rgba(139,194,31,0.13);
    font-weight: 400;
    transition: all  0.2s ease;
    color: rgba(68,79,88,1.00);
}
	
}
/* コンテンツデザイン company-affiliate 768～ ここまで */

/* コンテンツデザイン company-affiliate ～767 ここまで */
@media only screen and (max-width: 767px) {
	
#company-affiliate .flexbox {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	padding: 15px 2%;
	width: 100%;
	list-style: none outside;
}
	
#company-affiliate .sales h4 {
    font-size: 1.6rem;
    line-height: 1.4em;
    text-align: center;
    padding: 10px 5%;
    font-weight: 500;
}

#company-affiliate .sales .flexbox {
	align-items: center;
}
		
#company-affiliate .flexbox .pic {
    width: 35%;
    margin-right: 5%;
}
	
#company-affiliate .flexbox .pic img {
    border: 3px solid rgba(68,79,88,0.13);
}
	
#company-affiliate .flexbox .text {
    width: 60%;
}
	
#company-affiliate .flexbox .text .name {
    font-size: 1.8rem;
    font-weight: 500;
    border-bottom: 3px solid rgba(68,79,88,0.13);
    padding-bottom: 10px;
    margin-bottom: 10px;
}
	
#company-affiliate .flexbox .text .address {
    font-size: 1.6rem;
    line-height: 1.5em;
    margin-left: 10px;
}
	
#company-affiliate .flexbox .link {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin-top: 20px;	
}
	
#company-affiliate .flexbox .text .address .tel-link{
    font-size: 1.8rem;
    text-align: center;
    width: 100%;
    margin-top: 10px;
    padding: 8px 10px 8px 35px;
    border-radius: 2px;
    display: block;
    position: relative;
    background-image: url(../images/video_dot_05.png);
    background-color: rgba(245,163,45,0.40);
}
	
/* IE Edge用に調整 */
_:-ms-lang(x), #company-affiliate .flexbox .text .address .tel-link{
    padding: 14px 10px 6px 35px;
}
/* IE Edge用に調整ここまで */
	
#company-affiliate .flexbox .text .address .tel-link:before {
    font-size: 2rem;
    font-family: FontAwesome;
    content: "\f2a0";
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -.65em;/*「アイコンフォント一文字の半分」のネガティブマージン*/
}
	
/* IE Edge用に調整 */
_:-ms-lang(x), #company-affiliate .flexbox .text .address .tel-link:before {
    margin-top: -.70em;/*「アイコンフォント一文字の半分」のネガティブマージン*/
}
/* IE Edge用に調整ここまで */
	
#company-affiliate .flexbox .link .js-access-map-btn a,
#company-affiliate .flexbox .link .js-access-web-btn a {
    width: 100%;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    color: rgba(255,255,255,1.00);
    font-size: 1.2rem;
}
	
/* IE Edge用に調整 */
_:-ms-lang(x), #company-affiliate .flexbox .link .js-access-map-btn a,#company-affiliate .flexbox .link .js-access-web-btn a {
    padding-top: 14px;
    padding-bottom: 6px;
}
/* IE Edge用に調整ここまで */
	
#company-affiliate .flexbox .link .js-access-map-btn {
    font-weight: 200;
    border-radius: 2px;
    text-align: center;
    background-color: rgba(52,93,157,0.55);
    background-image: url(../images/video_dot_05.png);
    width: 48%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#company-affiliate .flexbox .link .js-access-web-btn {
    font-weight: 200;
    border-radius: 2px;
    text-align: center;
    background-color: rgba(139,194,31,0.55);
    background-image: url(../images/video_dot_05.png);
    width: 48%;
    display: flex;
    justify-content: center;
    align-items: center;
}	
	
}
/* コンテンツデザイン company-affiliate ～767 ここまで */


/* コンテンツデザイン company-access 共通サイズ */

#company-access .map-btn-box {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
}	
	
#company-access .map-btn-box li {
    width: 44%;
    margin-top: 15px;
    margin-bottom: 30px;
    border-radius: 2px;
    background-image: url(../images/video_dot_05.png);
    background-color: rgba(52,93,157,0.13);
}
	
#company-access .map-btn-box li a {
    text-align: center;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
	
#company-access .map-btn-box li a:hover {
    border-radius: 2px;
    background-color: rgba(52,93,157,0.39);
    color: rgba(255,255,255,1.00);
    transition: all  0.2s ease;     
}
/* コンテンツデザイン company-access 共通サイズ ここまで */

/* コンテンツデザイン company-access 768～ */

@media only screen and (min-width: 768px) {
	
#company-access #map-canvas {
    position: relative;
    padding-bottom: 45%;
    height: 0;
    overflow: hidden;
}
	
#company-access .map-btn-box li a {
    padding: 14px 5px 14px 5px;
}
	
#company-access .flexbox {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}
	
#company-access .flexbox .left,
#company-access .flexbox .right {
    width: 47%;	
}
	
#company-access .flexbox .left dl {
    margin-top: 10px;
    text-align: center;
}
	
#company-access .flexbox .left dl dt {
    font-size: 2rem;
    line-height: 1.4em;
    font-weight: 500;
}
	
#company-access .flexbox .left dl dd {
    font-size: 1.7rem;
    line-height: 1.4em;
    margin-top: 5px;
}
	
#company-access .flexbox .left dl dd .tel-link{
    position: relative;
    padding-left: 25px;
    width: 150px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
}
	
#company-access .flexbox .left dl dd .tel-link:before {
    font-family: FontAwesome;
    content: "\f098";
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -.70em;/*「アイコンフォント一文字の半分」のネガティブマージン*/
}
	
/* IE Edge用に調整 */
_:-ms-lang(x), #company-access .flexbox .left dl dd .tel-link:before {
    margin-top: -.90em;/*「アイコンフォント一文字の半分」のネガティブマージン*/
}
/* IE Edge用に調整ここまで */
	
#company-access .flexbox .right dl dt {
    margin-top: 15px;
    font-size: 1.8rem;
    line-height: 1.4em;
    font-weight: 500;
    border-bottom: 2px solid rgba(68,79,88,0.13);
    margin-bottom: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}
	
#company-access .flexbox .right dl dd {
    font-size: 1.6rem;
    line-height: 1.3em;
    margin-top: 5px;
    padding-left: 20px;
    padding-right: 10px;
}
	
#company-access .flexbox .right dl dd.notes {
    font-size: 1.4rem;
    opacity: 0.6;
    text-indent: -20px;
    padding-left: 20px;
    margin-left: 20px;
}
	
}
/* コンテンツデザイン company-access 768～ ここまで */

/* コンテンツデザイン company-affiliate ～767 */
@media only screen and (max-width: 767px) {
	
#company-access #map-canvas {
    position: relative;
    padding-bottom: 85%;
    height: 0;
    overflow: hidden;
}
	
#company-access .map-btn-box li a {
    padding: 8px 5px 8px 5px;
}
	
#company-access .flexbox .left dl {
    margin-top: 10px;
    text-align: center;
}
	
#company-access .flexbox .left dl dt {
    font-size: 1.8rem;
    line-height: 1.4em;
    font-weight: 500;
}
	
#company-access .flexbox .left dl dd {
    font-size: 1.7rem;
    line-height: 1.4em;
    margin-top: 5px;
    text-align: left;
}
	
#company-access .flexbox .left dl dd address {
    width: 290px;
    margin-left: auto;
    margin-right: auto;
}

#company-access .flexbox .left dl dd .tel-link{
    font-size: 2.2rem;
    text-align: center;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    padding: 8px 10px 8px 35px;
    border-radius: 2px;
    display: block;
    position: relative;
    background-image: url(../images/video_dot_05.png);
    background-color: rgba(245,163,45,0.40);
}
	
/* IE Edge用に調整 */
_:-ms-lang(x), #company-access .flexbox .left dl dd .tel-link{
    padding: 14px 10px 6px 35px;
}
/* IE Edge用に調整ここまで */
	
#company-access .flexbox .left dl dd .tel-link:before {
    font-size: 2rem;
    font-family: FontAwesome;
    content: "\f2a0";
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -.65em;/*「アイコンフォント一文字の半分」のネガティブマージン*/
}
	
/* IE Edge用に調整 */
_:-ms-lang(x), #company-access .flexbox .left dl dd .tel-link:before {
    margin-top: -.70em;/*「アイコンフォント一文字の半分」のネガティブマージン*/
}
/* IE Edge用に調整ここまで */
	
#company-access .flexbox .right dl dt {
    margin-top: 15px;
    font-size: 1.7rem;
    line-height: 1.4em;
    font-weight: 500;
    border-bottom: 2px solid rgba(68,79,88,0.13);
    margin-bottom: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}
	
#company-access .flexbox .right dl dd {
    font-size: 1.4rem;
    line-height: 1.3em;
    margin-top: 5px;
    padding-left: 20px;
    padding-right: 10px;
}
	
#company-access .flexbox .right dl dd.notes {
    font-size: 1.2rem;
    opacity: 0.6;
    text-indent: -16px;
    padding-left: 20px;
    margin-left: 16px;
}
	
}
/* コンテンツデザイン company-affiliate ～767 ここまで */


/* コンテンツデザイン company-product 768～ */

@media only screen and (min-width: 768px) {
	
#company-product .product-box	{
    padding: 0.5% 2%;
    width: 100%;
}
	
#company-product .mission .product-box h4 {
    font-size: 3.4rem;
    line-height: 1.4em;
    font-weight: 600;
    text-align: center;
    margin-top: 45px;
    margin-bottom: 15px;
}
	
#company-product .mission .product-box .subtitle {
    font-size: 2.2rem;
    line-height: 1.6em;
    text-align: center;
    display: block;
    border-top: 3px solid rgba(68,79,88,0.13);
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 4%;
    margin-right: 4%;
    margin-bottom: 30px;
}
	
#company-product .policy .product-box h4 {
    font-size: 2.8rem;
    line-height: 1.4em;
    font-weight: 600;
    text-align: center;
    margin: 45px 10% 15px;
}
	
#company-product .policy .product-box .subtitle {
    border-top: 3px solid rgba(68,79,88,0.13);
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 4%;
    margin-right: 4%;
	 margin-top: 0.5%;
    margin-bottom: 0.5%;
    list-style: disc outside;
}
	
#company-product .product-box li {
    margin-top: 0.5%;
    margin-bottom: 0.5%;
    list-style: disc outside;
    margin-left: 25px;
}
	
#company-product figure.flexbox {
    display: flex;
    margin-left: 10%;
    margin-right: 10%;
}
	
#company-product figure.flexbox .picbox {
    margin: 10%;
}
	
#company-product .iso_9001 .product-box {
    line-height: 1.8em;
}
	
#company-product .iso_14001 .flexbox {
	display: flex;
	justify-content: space-between;
}
	
#company-product .iso_14001 .flexbox .picbox {
    width: 20%;
}
	
#company-product .iso_14001 .flexbox .textbox {
    width: 75%;
    line-height: 1.8em;
}
	
}

/* コンテンツデザイン company-product 768～ ここまで */

/* コンテンツデザイン company-product ～767 */
@media only screen and (max-width: 767px) {
	
#company-product .product-box {
    padding: 15px 2%;
    width: 100%;
    list-style: none outside;
}
	
#company-product .mission .product-box h4,
#company-product .policy .product-box h4 {
    font-size: 2rem;
    line-height: 1.4em;
    font-weight: 600;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
	
#company-product .mission .product-box p {
    font-size: 1.5rem;
    line-height: 2.4rem;
    text-align: center;
    display: block;
    border-top: 3px solid rgba(68,79,88,0.13);
    padding-top: 10px;
}
	
#company-product .policy .product-box .subtitle {
    border-top: 3px solid rgba(68,79,88,0.13);
    padding-top: 10px;
    list-style: disc outside;
}
	
#company-product .product-box li {
    margin-top: 0.5%;
    margin-bottom: 0.5%;
    list-style: disc outside;
    margin-left: 20px;
}
	
#company-product figure.flexbox {
    display: flex;
    margin-left: 2%;
    margin-right: 2%;
}
	
#company-product figure.flexbox .picbox {
    margin: 8%;
}
	
#company-product .iso_9001 .product-box {
    line-height: 1.6em;
}
	
#company-product .iso_14001 .flexbox {
	display: flex;
	justify-content: space-between;
}
	
#company-product .iso_14001 .flexbox .picbox {
    width: 30%;
}
	
#company-product .iso_14001 .flexbox .textbox {
    width: 65%;
    line-height: 1.6em;
}
}
/* コンテンツデザイン company-product ～767 ここまで */


/* コンテンツデザイン company-prf-audit 768～ */
@media only screen and (min-width: 768px) {
	
#company-prf-audit .notes {
    text-align: center;
    margin-left: 5%;
    margin-right: 5%;
    font-size: 170%;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 1.4em;
}
	
#company-prf-audit figure table,
#company-prf-audit address p	{
    margin: 20px 2%;
    width: auto;
}
	
}
/* コンテンツデザイン company-prf-audit ～768 ここまで */

/* コンテンツデザイン company-prf-audit ～767 */
@media only screen and (max-width: 767px) {
	
#company-prf-audit .notes {
    text-align: center;
    margin-left: 5%;
    margin-right: 5%;
    font-size: 120%;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.4em;
}
	
#company-prf-audit figure table,
#company-prf-audit address p {
    margin: 2%;
    width: auto;
}
	
#company-prf-audit figure table tr td {
    font-size: 1.2rem;
    line-height: 1.4em;
}
	
}
/* コンテンツデザイン company-prf-audit ～767 ここまで */


/* コンテンツデザイン company-history サイズ共通 */

#company-history dl dt {
    border-top: 2px solid rgba(68,79,88,0.08);
    position: relative;
}

#company-history dl dt:after {
    position: absolute;
    content: " ";
    display: block;
    top: -2px;
    width: 20px;
}

#company-history .shouwa dt {
    color: rgba(255,70,95,1.00);
}

#company-history .shouwa dt:after {
    border-top: 2px solid rgba(255,70,95,1.00);
}

#company-history .heisei dt {
    color: rgba(0,190,190,1.00);
}

#company-history .heisei dt:after {
    border-top: 2px solid rgba(0,190,190,1.00);
}

#company-history dl .item dd .flexbox {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    border-bottom: 1px solid rgba(68,79,88,0.06);
}

#company-history dl .item dd .flexbox:last-child {
    border-bottom: none;
}

#company-history dl .item dd .flexbox .category {
    background-image: url(../images/video_dot_05.png);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* コンテンツデザイン company-history サイズ共通 ここまで */

/* コンテンツデザイン company-history 768～ */

@media only screen and (min-width: 768px) {
	
	

#company-history dl .item {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}
	
#company-history dl .item dd {
    border-top: 2px solid rgba(68,79,88,0.06);
}
	
#company-history dl dt {
    width: 17%;
    padding-top: 15px;
}
	
#company-history dl dt h3 {
    font-size: 2.6rem;
    line-height: 1.4em;
    font-weight: 500;
    letter-spacing: 4px;
    padding-left: 5px;
}
	
#company-history dl dt p {
    font-size: 80%;
    font-weight: 500;
    padding-left: 15px;
    letter-spacing: 6px;
    opacity: 0.6;
}
	
#company-history dl dd {
    width: 83%;	
}
	
#company-history dl .item dd .flexbox .category {
    padding-top: 5px;
    padding-bottom: 5px;
    width: 150px;
    height: 100%;
    font-size: 1.2rem;
    margin-top: 10px;
    margin-bottom: 10px;
}
	
#company-history dl .item dd .flexbox .text {
    width: 60%;
    margin: 10px 5px;
}
	
#company-history dl .item dd .flexbox .pic {
    width: 20%;
    text-align: center;
    font-size: 1.2rem;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 5px;
}
	
#company-history dl .item dd .flexbox .pic img {
    border: 3px solid rgba(68,79,88,0.13);
}
	
}

/* コンテンツデザイン company-history 768～ ここまで */

/* コンテンツデザイン company-history ～767 */
@media only screen and (max-width: 767px) {
	
#company-history dl dt {
    width: 100%;
    padding-top: 5px;
	display: flex;
	align-items: center;
}
	
#company-history dl dt h3 {
    font-size: 2.6rem;
    line-height: 1.4em;
    font-weight: 500;
    letter-spacing: 4px;
    padding-left: 5px;
}
	
#company-history dl dt p {
    font-size: 80%;
    font-weight: 500;
    padding-left: 15px;
    letter-spacing: 6px;
    opacity: 0.6;
}
	
#company-history dl dd {
    width: 100%;
}
	
#company-history dl .item dd .flexbox .category {
    padding-top: 5px;
    padding-bottom: 5px;
    width: 80px;
    height: 100%;
    font-size: 1rem;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
}
	
#company-history dl .item dd .flexbox .text {
    width: 80%;
    margin: 10px 5px 10px 10px;
}
	
#company-history dl .item dd .flexbox .pic {
    display: none;
}

}
/* コンテンツデザイン company-history ～767 ここまで */


/* コンテンツデザイン company-recruit 1280～ */	
@media only screen and (min-width: 1280px) {
	
#company-recruit .first_section	{
    margin-top: 460px;	
}
	
#company-recruit #wide-wrapper {
    width: 100%;
    height: 460px;
    background-image: url(../company/images/company_recruit_wide-wrapper-back.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
}
	
#company-recruit #wide-wrapper .mask {
    background-image: url(../images/video_dot_03.png);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,0.25);
}
	
#company-recruit #wide-wrapper h2.text {
    font-size: 1.8rem;
    line-height: 1.4em;
    color: rgba(255,255,255,1.00);
    text-shadow: 0px 0px 4px rgba(0,0,0,1.00);
    font-weight: 200;
    letter-spacing: 0.8rem;
}
	
#company-recruit #wide-wrapper .flexbox {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    position: relative;
    width: 100%;
}	
	
#company-recruit #wide-wrapper .flexbox .brackets-left {
    color: rgba(255,255,255,1.00);
    font-size: 15rem;
    line-height: 1.4em;
    font-weight: 200;
    text-shadow: 0px 0px 6px rgba(0,0,0,1.00);
    margin-left: 5%;
    position: absolute;
    left: 0;
}	
	
#company-recruit #wide-wrapper .flexbox .brackets-right {
    color: rgba(255,255,255,1.00);
    font-size: 15rem;
    line-height: 1.4em;
    font-weight: 200;
    text-shadow: 0px 0px 6px rgba(0,0,0,1.00);
    margin-right: 5%;
    position: absolute;
    right: 0;
}	
	
#company-recruit #wide-wrapper .flexbox #jaticker {
    color: rgba(255,255,255,1.00);
    font-size: 5rem;
    line-height: 1.4em;
    font-weight: 600;
    letter-spacing: 0.1em;
    display: block;
    word-break: normal;
    text-shadow: 0px 0px 6px rgba(0,0,0,1.00);
    padding-left: 10%;
    padding-right: 10%;
    margin-top: 45px;
    text-align: center;
}
	
/* IE Edge用に調整 */
_:-ms-lang(x), #company-recruit #wide-wrapper .flexbox #jaticker {
    margin-top: 22px;
}
/* IE Edge用に調整ここまで */
	
}
/* コンテンツデザイン company-recruit 1280～ ここまで */

/* コンテンツデザイン company-recruit 768～1279 */	
@media only screen and (min-width: 768px) and (max-width: 1279px) {
	
#company-recruit .first_section	{
    margin-top: 400px;	
}
	
#company-recruit #wide-wrapper {
    width: 100%;
    height: 400px;
    background-image: url(../company/images/company_recruit_wide-wrapper-back.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
}
	
#company-recruit #wide-wrapper .mask {
    background-image: url(../images/video_dot_03.png);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,0.25);
}
	
#company-recruit #wide-wrapper h2.text {
    font-size: 1.8rem;
    line-height: 1.4em;
    color: rgba(255,255,255,1.00);
    text-shadow: 0px 0px 4px rgba(0,0,0,1.00);
    font-weight: 200;
    letter-spacing: 0.8rem;
}
	
#company-recruit #wide-wrapper .flexbox {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    position: relative;
    width: 100%;
}	
	
#company-recruit #wide-wrapper .flexbox .brackets-left {
    color: rgba(255,255,255,1.00);
    font-size: 12rem;
    line-height: 1.4em;
    font-weight: 200;
    text-shadow: 0px 0px 6px rgba(0,0,0,1.00);
    margin-left: 5%;
    position: absolute;
    left: 0;
}	
	
#company-recruit #wide-wrapper .flexbox .brackets-right {
    color: rgba(255,255,255,1.00);
    font-size: 12rem;
    line-height: 1.4em;
    font-weight: 200;
    text-shadow: 0px 0px 6px rgba(0,0,0,1.00);
    margin-right: 5%;
    position: absolute;
    right: 0;
}	
	
#company-recruit #wide-wrapper .flexbox #jaticker {
    color: rgba(255,255,255,1.00);
    font-size: 3rem;
    line-height: 1.4em;
    font-weight: 600;
    letter-spacing: 0.05em;
    display: block;
    word-break: normal;
    text-shadow: 0px 0px 6px rgba(0,0,0,1.00);
    padding-left: 12%;
    padding-right: 12%;
    margin-top: 47px;
    text-align: center;
}
	
/* IE Edge用に調整 */
_:-ms-lang(x), #company-recruit #wide-wrapper .flexbox #jaticker {
    margin-top: 25px;
}
/* IE Edge用に調整ここまで */
	
}
/* コンテンツデザイン company-recruit 768～1279 ここまで */

/* コンテンツデザイン company-recruit 768～ */
@media only screen and (min-width: 768px) {

#company-recruit .first_section .flexbox {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    border-top: 3px solid rgba(0,0,0,0.30);
}
	
#company-recruit .first_section .flexbox li {
    width: 100%;
    text-align: center;
}
	
#company-recruit .first_section .flexbox li a {
    width: 100%;
    height: 100%;
    text-align: center;
}
	
#company-recruit .first_section .flexbox .mask {
    background-image: url(../images/video_dot_03.png);
    background-repeat: repeat;
    display: block;
    height: 100%;
    background-color: rgba(34,61,105,0.25);
}
	
#company-recruit .first_section .flexbox a .mask:hover {
    background-image: none;
    background-color: transparent;
    transition: all  0.2s ease;
}
	
#company-recruit .first_section .flexbox .career {
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../company/images/company_recruit_pic01.jpg);
    background-size: cover;
}

#company-recruit .first_section .flexbox .graduates {
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../company/images/company_recruit_pic02.jpg);
    background-size: cover;
}

#company-recruit .first_section .flexbox .internship {
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../company/images/company_recruit_pic03.jpg);
    background-size: cover;
}
	
#company-recruit .first_section .flexbox li .title {
    color: rgba(255,255,255,1.00);
    font-size: 1.4rem;
    line-height: 1.4em;
    letter-spacing: 2px;
    font-weight: 200;
    padding-top: 40px;
    display: block;
}

#company-recruit .first_section .flexbox li h3 {
    color: rgba(255,255,255,0.90);
    font-size: 3rem;
    line-height: 1.2em;
    letter-spacing: 1rem;
    font-weight: 600;
    margin-top: 10px;
}
	
#company-recruit .first_section .flexbox li .notes {
    color: rgba(255,255,255,1.00);
    font-size: 1.5rem;
    line-height: 1.4em;
    letter-spacing: 0.6rem;
    border: 3px solid rgba(255,255,255,0.30);
    margin: 45px 10% 40px;
    padding: 10px 20px;
    display: block;
    background-image: url(../images/video_dot_03.png);
    background-repeat: repeat;
    background-color: rgba(68,79,88,0.25);
}
	
#company-recruit .first_section .flexbox li a .notes {
    border: 3px solid rgba(255,255,255,0.90);
}

#company-recruit .flexbox-news {
    display: flex;
    flex-direction: column;
    border-bottom: 1.3px dotted rgba(68,79,88,0.33);
    border-top: 1.3px dotted rgba(68,79,88,0.33);
}

#company-recruit .flexbox-news .item-link,
#company-recruit .flexbox-news .item-nolink {
    list-style: none;
    border-bottom: 1.3px dotted rgba(68,79,88,0.33);
    padding-top: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;
}

#company-recruit .flexbox-news .item-link:last-child,
#company-recruit .flexbox-news .item-nolink:last-child {
    list-style: none;
    border-bottom: none;
}

#company-recruit .flexbox-news .item-link a,
#company-recruit .flexbox-news .item-nolink a {
    color: rgba(68,79,88,1.00);
    padding-top: 8px;
    padding-bottom: 8px;
    display: block;
}

#company-recruit .flexbox-news .item-link dl,
#company-recruit .flexbox-news .item-nolink dl {
    display: flex;
    position: relative;
    padding-right: 7%;
}

#company-recruit .flexbox-news .item-link .category,
#company-recruit .flexbox-news .item-nolink .category {
    font-size: 1.6rem;
    margin-right: 5%;
    padding-left: 1.2%;
    padding-right: 1.2%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 130px;
    height: 30px;
    box-sizing: border-box;
}

#company-recruit .flexbox-news .month::after {
    content: "/";
    margin-left: 1%;
    margin-right: 1.5%;
}

#company-recruit .flexbox-news .carrier-box .category {
    background-color: rgba(223,239,202,0.75);
}

#company-recruit .flexbox-news .fresh-box .category {
    background-color: rgba(236,204,223,0.75);
}

#company-recruit .flexbox-news .date {
    margin-right: 5%;
    padding-left: 2%;
}

#company-recruit .flexbox-news .year {
    font-size: 80%;
    margin-bottom: 5px;
    display: block;
}

#company-recruit .flexbox-news .news-item-title {
    padding-right: 50px;
    display: flex;
    align-items: center;
}

#company-recruit .flexbox-news .item-link:hover {
    background-image: url(../images/video_dot_05.png);
    background-color: rgba(13,87,167,0.02);
}

#company-recruit .flexbox-news .item-link .news-item-title:after {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 180%;
    position: absolute;
    top: 25%;
    right: 2%;
    color: rgba(68,79,88,0.40)!important;
}
	
#company-recruit .bg-bl {
    background-color: rgba(52,93,157,0.70);
    padding-top: 15px;
    padding-bottom: 15px;
}
	
#company-recruit .saiyou-mail {
    text-align: center;
    border: 3px solid rgba(255,255,255,1.00);
    display: block;
    width: 80%;
    margin-right: 10%;
    margin-left: 10%;
    padding: 15px 20px;
    font-weight: 600;
    background-image: url(../images/video_dot_03.png);
    background-color: rgba(255,255,255,0.90);
}
	
#company-recruit .saiyou-mail:hover {
    background-color: rgba(255,255,255,0.30);
    color: rgba(255,255,255,1.00);
    transition: all  0.2s ease;
}
	
}
/* コンテンツデザイン company-recruit ～768 ここまで */

/* コンテンツデザイン company-recruit ～767 */
@media only screen and (max-width: 767px) {
	
#company-recruit .first_section	{
    margin-top: 200px;	
}
	
#company-recruit #wide-wrapper {
    width: 100%;
    height: 200px;
    background-image: url(../company/images/company_recruit_wide-wrapper-back.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
}
	
#company-recruit #wide-wrapper .mask {
    background-image: url(../images/video_dot_04.png);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,0.25);
}
	
#company-recruit #wide-wrapper h2.text {
    font-size: 1.4rem;
    line-height: 1.4em;
    color: rgba(255,255,255,1.00);
    text-shadow: 0px 0px 4px rgba(0,0,0,1.00);
    font-weight: 200;
    letter-spacing: 0.2rem;
}
	
#company-recruit #wide-wrapper .flexbox {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 100%;
}	
	
/* IE Edge用に調整 */
_:-ms-lang(x), #company-recruit #wide-wrapper .flexbox {
    margin-top: 15px;
}
/* IE Edge用に調整ここまで */
	
#company-recruit #wide-wrapper .flexbox .brackets-left {
    color: rgba(255,255,255,1.00);
    font-size: 9rem;
    line-height: 1.4em;
    font-weight: 100;
    text-shadow: 0px 0px 5px rgba(0,0,0,1.00);
    margin-left: 1%;
    position: absolute;
    left: 0;
}	
	
#company-recruit #wide-wrapper .flexbox .brackets-right {
    color: rgba(255,255,255,1.00);
    font-size: 9rem;
    line-height: 1.4em;
    font-weight: 100;
    text-shadow: 0px 0px 5px rgba(0,0,0,1.00);
    margin-right: 1%;
    position: absolute;
    right: 0;
}	
	
#company-recruit #wide-wrapper .flexbox #jaticker {
    color: rgba(255,255,255,1.00);
    font-size: 2rem;
    line-height: 1.4em;
    font-weight: 500;
    letter-spacing: 0.05em;
    display: block;
    word-break: normal;
    text-shadow: 0px 0px 6px rgba(0,0,0,1.00);
    padding-left: 12%;
    padding-right: 12%;
    margin-top: 30px;
    text-align: center;
}
	
/* IE Edge用に調整 */
_:-ms-lang(x), #company-recruit #wide-wrapper .flexbox #jaticker {
    margin-top: 10px;
}
/* IE Edge用に調整ここまで */

	
#company-recruit .first_section .flexbox {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    border-top: 7px solid rgba(200,200,200,0.50);
}
	
#company-recruit .first_section .flexbox li {
    width: 100%;
    text-align: center;
    border-bottom: 2px solid rgba(200,200,200,0.50);
}
	
#company-recruit .first_section .flexbox li a {
    width: 100%;
    height: 100%;
    text-align: center;
}
	
#company-recruit .first_section .flexbox .mask {
    background-image: url(../images/video_dot_03.png);
    background-repeat: repeat;
    display: block;
    height: 100%;
    background-color: rgba(34,61,105,0.30);
}
	
#company-recruit .first_section .flexbox a .mask {
    background-image: url(../images/video_dot_03.png);
    background-repeat: repeat;
    display: block;
    height: 100%;
    background-color: transparent!important;
}
	
#company-recruit .first_section .flexbox .career {
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../company/images/company_recruit_pic01.jpg);
    background-size: cover;
}

#company-recruit .first_section .flexbox .graduates {
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../company/images/company_recruit_pic02.jpg);
    background-size: cover;
}

#company-recruit .first_section .flexbox .internship {
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../company/images/company_recruit_pic03.jpg);
    background-size: cover;
}
	
#company-recruit .first_section .flexbox li .title {
    color: rgba(255,255,255,1.00);
    font-size: 1.4rem;
    line-height: 1.4em;
    letter-spacing: 2px;
    font-weight: 200;
    padding-top: 15px;
    display: block;
}

#company-recruit .first_section .flexbox li h3 {
    color: rgba(255,255,255,0.90);
    font-size: 2rem;
    line-height: 1.2em;
    letter-spacing: 1rem;
    font-weight: 600;
    margin-top: 5px;
}
	
#company-recruit .first_section .flexbox li .notes {
    color: rgba(255,255,255,1.00);
    font-size: 1.2rem;
    line-height: 1.4em;
    letter-spacing: 0.6rem;
    border: 3px solid rgba(255,255,255,0.30);
    margin: 15px 10%;
    padding: 10px 20px;
    display: block;
    background-image: url(../images/video_dot_03.png);
    background-repeat: repeat;
    background-color: rgba(68,79,88,0.35);
}
	
#company-recruit .first_section .flexbox li a .notes {
    border: 3px solid rgba(255,255,255,0.90);
}	
	
#company-recruit .flexbox-news {
    background-color: white;
    padding-right: 1%;
    padding-left: 1%;
    border-bottom: 1.3px dotted rgba(68,79,88,0.33);
    border-top: 1.3px dotted rgba(68,79,88,0.33);
    box-sizing: border-box;
    margin-bottom: 10px;
}

#company-recruit .flexbox-news li {
    list-style: none;
    border-bottom: 1.3px dotted rgba(68,79,88,0.2);
    padding-top: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;
}

#company-recruit .flexbox-news li:last-child {
    list-style: none;
    border-bottom: none;
}

#company-recruit .flexbox-news li a {
    color: rgba(68,79,88,1.00);
    padding-top: 8px;
    padding-bottom: 8px;
    display: block;
}

#company-recruit .flexbox-news li dl {
    display: flex;
    position: relative;
    padding-right: 7%;
}

#company-recruit .flexbox-news li .category {
    display: none;
}

#company-recruit .flexbox-news .month::after {
    content: "/";
    margin-left: 1%;
    margin-right: 1.5%;
}

#company-recruit .flexbox-news .date {
    margin-right: 5%;
    padding-left: 2%;
    font-size: 1.2rem;
}

#company-recruit .flexbox-news .year {
    font-size: 80%;
    margin-bottom: 5px;
    display: block;
}

#company-recruit .flexbox-news .news-item-title {
    font-size: 1.4rem;
    line-height: 1.5em;
    padding-right: 10px;
    display: flex;
    align-items: center;
}

#company-recruit .flexbox-news .item-link:hover {
    background-image: url(../images/video_dot_05.png);
    background-color: rgba(13,87,167,0.02);
}

#company-recruit .flexbox-news .item-link .news-item-title:after {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 200%;
    position: absolute;
    top: 25%;
    right: 2%;
    color: rgba(68,79,88,0.40)!important;
}
	
#company-recruit .bg-bl {
    background-color: rgba(52,93,157,0.70);
    padding-top: 20px;
    padding-bottom: 20px;
}
	
#company-recruit .saiyou-mail {
    text-align: center;
    border: 3px solid rgba(255,255,255,1.00);
    display: block;
    width: 80%;
    margin-right: 10%;
    margin-left: 10%;
    padding: 15px 20px;
    font-weight: 600;
    background-image: url(../images/video_dot_03.png);
    background-color: rgba(255,255,255,0.90);
}
	
}
/* コンテンツデザイン company-recruit ～767 ここまで */


/* コンテンツデザイン news-index 全サイズ */
#news-index {
	position: relative;
}

#news-index #wide-wrapper p.text {
    font-size: 2rem;
    color: #FFFFFF;
    text-align: center;
    letter-spacing: 3px;
    font-weight: 100;
}

#news-index small {
    margin-right: 2%;
    margin-left: 2%;
    text-align: center;
    font-size: 1.8rem;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 1.4em;
    display: block;
}

/* コンテンツデザイン news-index 全サイズ */

/* コンテンツデザイン news-index 1280～ */	
@media only screen and (min-width: 1280px) {

#news-index #wide-wrapper {
    width: 100%;
    height: 460px;
    background-image: url(../company/news/images/news-index_wide-wrapper-back.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
	
#news-index #wide-wrapper h2	{
	font-size: 6rem;
	color: rgba(255,255,255,1.00);
	text-align: center;
	margin-top: 120px;
	font-weight: 400;
	letter-spacing: 0.3em;
	display: inline-block;
	padding-left: 10%;
	padding-right: 10%;
	word-break: normal;
}

}
/* コンテンツデザイン news-index 1280～ ここまで */

/* コンテンツデザイン news-index 768～1279 */	
@media only screen and (min-width: 768px) and (max-width: 1279px) {

#news-index #wide-wrapper {
	width: 100%;
	height: 400px;
    background-image: url(../company/news/images/news-index_wide-wrapper-back.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
	
#news-index #wide-wrapper h2 {
	font-size: 4.6rem;
	line-height: 1.1em;
	color: rgba(255,255,255,1.00);
	text-align: center;
	margin-top: 100px;
	font-weight: 500;
	letter-spacing: 0.3em;
	display: inline-block;
	padding-left: 10%;
	padding-right: 10%;
	word-break: normal;
}
	
}	
/* コンテンツデザイン news-index 768～1279 ここまで */		

/* コンテンツデザイン news-index 768～ */

@media only screen and (min-width: 768px) {
	
#news-index .w1190px-box .flexbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-top: 5%;
    padding-bottom: 5%;
}
	
#news-index .w1190px-box .flexbox li a {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    padding-top: 12px;
    padding-bottom: 8px;
    display: block;
    cursor: pointer;
    border-bottom: 3px solid rgba(68,79,88,0.13);
	}
	
#news-index .w1190px-box .flexbox li {
    color: rgba(68,79,88,1.00)!important;
    font-size: 3vmin;
    line-height: 1.4em;
    font-weight: 500;
    text-align: center;
    margin: 10px 2%;
    position: relative;
    width: 16%;
}
	
#news-index .w1190px-box .flexbox li a:hover {
    background-image: url(../images/video_dot_05.png);
    border-bottom: 3px solid rgba(52,93,157,0.52);
    background-color: rgba(13,87,167,0.06);
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
	
#news-index .w1190px-box .flexbox li:after {
    font: 1.4em FontAwesome;
    content : "\f105";
    top: 19%;
    right: 4%;
    position: absolute;
}
}
/* コンテンツデザイン news-index 768～ ここまで */

/* コンテンツデザイン news-index ～767 */

@media only screen and (max-width: 767px) {
#news-index #wide-wrapper {
	width: 100%;
	height: 200px;
	background-image: url(../company/news/images/news-index_wide-wrapper-back.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
	
#news-index #wide-wrapper h2 {
	font-size: 3.8rem;
	line-height: 1.4em;
	color: rgba(255,255,255,1.00);
	font-weight: 500;
	letter-spacing: 0.1em;
	display: inline-block;
	padding-left: 10%;
	padding-right: 10%;
	text-align: center;
	word-break: normal;
	}
	
#news-index .w1190px-box .flexbox li a {
    position: relative;
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 50px;
    padding-left: 30px;
    border-bottom: 1px solid #ccc;
    font-size: 15px;
    line-height: 1.3em;
    font-weight: normal;
}
	
/* IE Edge用に調整 */
_:-ms-lang(x), #news-index .w1190px-box .flexbox li a {
    padding-top: 10px;
    padding-bottom: 5px;
}
/* IE Edge用に調整ここまで */
	
#news-index .w1190px-box .flexbox li a::after {
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border-top: 1px solid #888;
    border-right: 1px solid #888;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
	
#news-index .w1190px-box .flexbox li a:hover {
    background-image: url(../images/video_dot_04.png);
}

}

/* コンテンツデザイン news-index ～767 ここまで */



/* コンテンツデザイン news-child 全サイズ */

#news-child small {
    margin-right: 2%;
    margin-left: 2%;
    text-align: center;
    font-size: 1.8rem;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 1.4em;
    display: block;
}

#news-child .library-box li {
    border-bottom: 1px dashed rgba(68,79,88,0.13);
} 

#news-child .library-box li:last-child {
	border-bottom: none;
} 

#news-child .library-box li a:hover {
    background-image: url(../images/video_dot_05.png);
    background-color: rgba(13,87,167,0.06);
    transition: all .2s;
    cursor: pointer;
}

#news-child .news-child_library-box {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
}

#news-child .news-child_text div {
    display: block;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#news-child .news-child_text div:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background-image: url(../images/video_dot_03.png);	
}

#news-child .news-child_text .date {
    background-image: url(../images/video_dot_03.png);
    color: rgba(255,255,255,1.00);
    padding: 5px 10px;
    font-size: 80%;
    border-radius: 2px;
    background-color: rgba(0,0,0,0.15);
}

#news-child .news-child_text .tag,
#news-child .news-child_text .press,
#news-child .news-child_text .notice {
    padding: 5px 10px;
    font-size: 80%;
}

#news-child .news-child_text .tag:before {
    font-family: FontAwesome;
    font-size: 130%;
    content: "\f02b";
    padding-right: 5px;
    display: inline-block;
}

#news-child .news-child_text .press:before {
    font-family: FontAwesome;
    font-size: 130%;
    content: "\f130";
    padding-right: 5px;
    display: inline-block;
}

#news-child .news-child_text .notice:before {
    font-family: FontAwesome;
    font-size: 130%;
    content: "\f0a1";
    padding-right: 5px;
    display: inline-block;
}
/* コンテンツデザイン news-child 全サイズ */

/* コンテンツデザイン news-child 768～ */

@media only screen and (min-width: 768px) {
	
#news-child .news-child_thumbnail {
    width: 10%;
    margin-left: 2%;
    margin-right: 2%;
}
	
#news-child .news-child_thumbnail .res-img {
    border: 3px solid rgba(68,79,88,0.13);
    background-color: rgba(255,255,255,1.00);
}

#news-child .news-child_text {
    width: 80%;
    margin-right: 2%;
}
	
#news-child .news-child_text .emphasis {
    font-size: 1.9rem;
    font-weight: 600;
    line-height: 1.4em;
}
	
}	

/* コンテンツデザイン news-child 768～ ここまで */

/* コンテンツデザイン news-child ～767 */

@media only screen and (max-width: 767px) {
	
#news-child .news-child_thumbnail {
    margin-left: 2%;
    margin-right: 15px;
}
	
#news-child .news-child_thumbnail .res-img {
    width: 80px;
    border: 3px solid rgba(68,79,88,0.13);
    background-color: rgba(255,255,255,1.00);
}
	
#news-child .news-child_text {
    margin-right: 2%;
}
	
#news-child .news-child_text .emphasis {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.4em;
}
	}

/* コンテンツデザイン news-child ～768 ここまで */


/* コンテンツデザイン news-grandchild 全サイズ */

#news-grandchild .titlebox time {
    margin: 10px 5px 5px;
}

#news-grandchild .headlinebox-h3 h3 {
    letter-spacing: 10px;
}

#news-grandchild strong,
#news-grandchild em {
    font-weight: 400;
    font-style: normal;
}

#news-grandchild .link_direction_right {
    color: rgba(255,255,255,1.00);
    font-size: 1.6rem;
    line-height: 1.2em;
    font-weight: 400;
    margin: 20px auto;
    padding: 12px 50px 12px 30px;
    background-image: url(../images/video_dot_05.png);
    border-radius: 25px;
    display: table;
    position: relative;
    cursor: pointer;
    background-color: rgba(13,87,167,0.39);
}

#news-grandchild .link_direction_right:hover {
    color: rgba(13,87,167,1.00);
    background-image: url(../images/video_dot_05.png);
    background-color: rgba(13,87,167,0.13);
    -webkit-transition: all .15s;
    transition: all .15s;
}
	
/* IE Edge用に調整 */
_:-ms-lang(x), #news-grandchild .link_direction_right {
     margin-top: 2%;
     margin-bottom: 1.5%;
     padding-top: 16px;
     padding-bottom: 7px;
}

/* IE Edge用に調整ここまで */
	
#news-grandchild .link_direction_right:after {
    font-size: 2.2rem;
    font-family: FontAwesome;
    content : "\f105";
    top: 25%;
    right: 6%;
    position: absolute;
}

#news-grandchild .glossary {
    background-image: url(../images/video_dot_05.png);
}

#news-grandchild .glossary dt {
    text-align: center;
}

#news-grandchild .glossary dd li {
    font-size: 80%;
    margin-top: 10px;
    margin-bottom: 10px;
    text-indent: -2.7rem;
    padding-left: 2.7rem;
    line-height: 1.5em;
}

#news-grandchild .gw {
    color: rgba(158,51,51,1.00);
    font-weight: 500;
}

#news-grandchild .notes {
    padding: 10px;
    display: block;
    text-align: center;
}

/* コンテンツデザイン news-grandchild 全サイズ ここまで */

/* コンテンツデザイン news-grandchild 768～ */

@media only screen and (min-width: 768px) {
	
#news-grandchild #sidebar-wrapper .news-child_thumbnail {
    display: none;    
}

#news-grandchild #sidebar-wrapper .headlinebox-h3 {
    display: none;    
}
	
#news-grandchild .titlebox {
    padding-bottom: 20px;
}
	
#news-grandchild .titlebox h2 {
    font-size: 3.2rem;
    line-height: 1.4em;
    font-weight: 500;
    text-align: center;
    margin-left: 7%;
    margin-right: 7%;
}
	
#news-grandchild .titlebox .divider {
    width: 14%;
    height: 14px;
    background-color: rgba(13,87,167,0.26);
    background-image: url(../images/video_dot_05.png);
    margin-left: auto;
    margin-right: auto;
    border-radius: 15px;
    margin-top: 15px;
    margin-bottom: 10px;
}
	
#news-grandchild .titlebox h2 .subtitle {
    font-size: 2.3rem;
    line-height: 1.4em;
    font-weight: 300;
}
	
#news-grandchild .titlebox .flexbox {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	flex-direction: row-reverse;
}
	
#news-grandchild .titlebox small {
    font-size: 70%;
    text-align: right;
    display: inherit;
}
	
#news-grandchild .summary .reg,
#news-grandchild .background .reg,
#news-grandchild .features .reg,
#news-grandchild .product .reg,
#news-grandchild .plan .reg,
#news-grandchild .other .reg	{
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 20px;
}
	
#news-grandchild .summary .text,
#news-grandchild .background .text,
#news-grandchild .features .text,
#news-grandchild .product .text,
#news-grandchild .plan .text,
#news-grandchild .other .text {
    line-height: 1.8em;
}
	
#news-grandchild .glossary {
    border-radius: 2px;
    padding: 15px 30px 10px;
}

#news-grandchild .store {
    width: 90%;
    height: auto;
    border: 3px solid rgba(52,93,157,0.40);
    border-radius: 4px;
    margin: 15px 5%;
    display: flex;
    align-items: stretch;
}

#news-grandchild .store .store-left {
    width: 40%;
    color: #FFFFFF;
    font-size: 1.4rem;
    line-height: 1.4em;
    font-weight: 500;
    text-align: center;
    display: block;
    padding-top: 10px;
    padding-bottom: 7px;
    padding-left: 2%;
    padding-right: 2%;
    background-image: url(../images/video_dot_03.png);
    background-color: rgba(52,93,157,0.40);
}

#news-grandchild .store .store-right {
	display: flex;
	justify-content:space-between;
	align-items: center
}
	
#news-grandchild .store .store-right li {
    display: block;
    margin-left: 0.5%;
    margin-right: 0.5%;
}	
	
#news-grandchild .store .store-right li a:hover {
	opacity: 0.6;
}	
}	

/* コンテンツデザイン news-grandchild 768～ ここまで */

/* コンテンツデザイン news-grandchild ～767 */

@media only screen and (max-width: 767px) {
	
#news-grandchild #sidebar-wrapper {
    display: none;    
}
	
#news-grandchild .titlebox {
    padding-bottom: 20px;
}
	
#news-grandchild .titlebox h2 {
    font-size: 2.1rem;
    line-height: 1.4em;
    font-weight: 500;
    text-align: center;
    margin-left: 7%;
    margin-right: 7%;
}
	
#news-grandchild .titlebox .divider {
    width: 80px;
    height: 14px;
    background-color: rgba(13,87,167,0.26);
    background-image: url(../images/video_dot_05.png);
    margin-left: auto;
    margin-right: auto;
    border-radius: 15px;
    margin-top: 15px;
    margin-bottom: 3px;
}
	
#news-grandchild .titlebox h2 .subtitle {
    font-size: 1.9rem;
    line-height: 1.3em;
    font-weight: 300;
}
	
#news-grandchild .titlebox .flexbox {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	flex-direction: row-reverse;
}
	
#news-grandchild .titlebox small {
    font-size: 70%;
    text-align: center;
    display: inherit;
}
	
#news-grandchild .summary .reg,
#news-grandchild .background .reg,
#news-grandchild .features .reg,
#news-grandchild .product .reg,
#news-grandchild .plan .reg,
#news-grandchild .other .reg {
    margin: 15px 10px;
}
	
#news-grandchild .summary .text,
#news-grandchild .background .text,
#news-grandchild .features .text,
#news-grandchild .product .text,
#news-grandchild .plan .text,
#news-grandchild .other .text {
    line-height: 1.6em;
}
	
#news-grandchild .glossary {
    padding: 15px;
}
	
#news-grandchild .store {
    width: 90%;
    height: auto;
    border: 3px solid rgba(52,93,157,0.40);
    border-radius: 4px;
    margin: 15px 5%;
}

#news-grandchild .store .store-left {
    color: #FFFFFF;
    padding: 10px;
    font-size: 2rem;
    line-height: 1.4em;
    font-weight: 500;
    text-align: center;
    background-image: url(../images/video_dot_03.png);
    background-color: rgba(52,93,157,0.40);
}
	
#news-grandchild .store .store-right li {
    border-bottom: 1px dashed rgba(52,93,157,0.40);
}
	
#news-grandchild .store .store-right li:last-child {
    border-bottom: none;
}
	
#news-grandchild .store .store-right li img {
    margin-left: 10%;
    margin-right: 10%;
    width: 80%;
    padding-top: 5px;
    padding-bottom: 5px;
}	
	}

/* コンテンツデザイン news-child ～768 ここまで */


/* コンテンツデザイン company-media 全サイズ */

#company-media .library-box li {
    border-bottom: 1px dashed rgba(68,79,88,0.13);
} 

#company-media .library-box li:last-child {
	border-bottom: none;
} 

#company-media .library-box li a:hover {
    background-image: url(../images/video_dot_05.png);
    background-color: rgba(13,87,167,0.06);
    transition: all .2s;
    cursor: pointer;
}

#company-media .news-child_library-box {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
}

#company-media .news-child_text div {
    display: block;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#company-media .news-child_text div:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background-image: url(../images/video_dot_03.png);	
}

#company-media .news-child_text .date {
    background-image: url(../images/video_dot_03.png);
    color: rgba(255,255,255,1.00);
    padding: 5px 10px;
    font-size: 80%;
    border-radius: 2px;
    background-color: rgba(0,0,0,0.15);
}

#company-media .news-child_text .tag,
#company-media .news-child_text .press,
#company-media .news-child_text .notice {
    padding: 5px 10px;
    font-size: 80%;
}

#company-media .news-child_text .tag:before {
    font-family: FontAwesome;
    font-size: 130%;
    content: "\f02b";
    padding-right: 5px;
    display: inline-block;
}

#company-media .news-child_text .press:before {
    font-family: FontAwesome;
    font-size: 130%;
    content: "\f130";
    padding-right: 5px;
    display: inline-block;
}

#company-media .news-child_text .notice:before {
    font-family: FontAwesome;
    font-size: 130%;
    content: "\f0a1";
    padding-right: 5px;
    display: inline-block;
}

#company-media #infscr-loading {
    width: 100%;
    height: 30px;
    clear: both;
    padding: 30px 0;
    display: block;
    position: relative;
    text-align: center;
}

#company-media #infscr-loading img {
    display: none;
}

#company-media #infinitescroll-content .navigation {
    text-align: center;
}

#company-media #infinitescroll-content em {
    color: rgba(68,79,88,0.39);
    font-style: normal;
}

#company-media #infinitescroll-content .navigation a {
    padding: 12px 20px;
    background-color: rgba(52,93,157,0.39);
    font-size: 140%;
    display: block;
    background-image: url(../images/video_dot_05.png);
    color: rgba(255,255,255,1.00);
}

#company-media #infinitescroll-content .navigation a:hover {
    background-color: rgba(52,93,157,0.70);
}
/* コンテンツデザイン company-media 全サイズ */

/* コンテンツデザイン company-media 768～ */

@media only screen and (min-width: 768px) {
	
#company-media .news-child_thumbnail {
    width: 10%;
    margin-left: 2%;
    margin-right: 2%;
}
	
#company-media .news-child_thumbnail .res-img {
    border: 3px solid rgba(68,79,88,0.13);
    background-color: rgba(255,255,255,1.00);
}

#company-media .news-child_text {
    width: 80%;
    margin-right: 2%;
}
	
#company-media .news-child_text .emphasis {
    font-size: 1.9rem;
    font-weight: 600;
    line-height: 1.4em;
}
	
}	

/* コンテンツデザイン company-media 768～ ここまで */

/* コンテンツデザイン company-media ～767 */

@media only screen and (max-width: 767px) {
	
#company-media .news-child_thumbnail {
    margin-left: 2%;
    margin-right: 15px;
}
	
#company-media .news-child_thumbnail .res-img {
    width: 80px;
    border: 3px solid rgba(68,79,88,0.13);
    background-color: rgba(255,255,255,1.00);
}
	
#company-media .news-child_text {
    margin-right: 2%;
    width: 100%;
}
	
#company-media .news-child_text .emphasis {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.4em;
}
	}

/* コンテンツデザイン company-media ～768 ここまで */


/* コンテンツデザイン media-grandchild 768～ */

@media only screen and (min-width: 768px) {
	
#media-grandchild .reg	{
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 20px;
}
	
#media-grandchild .reg .text	{
    line-height: 1.8em;
}
	
#media-grandchild .reg h4 {
    text-align: center;
    font-weight: 600;
    font-size: 1.8rem;
    margin-bottom: 20px;
}
	
}	

/* コンテンツデザイン media-grandchild 768～ ここまで */

/* コンテンツデザイン media-grandchild ～767 */

@media only screen and (max-width: 767px) {
	
#media-grandchild .reg	{
    margin: 15px 10px;
}
	
#media-grandchild .reg .text	{
    line-height: 1.6em;
}
	
#media-grandchild .reg h4 {
    text-align: center;
    font-weight: 600;
    font-size: 1.6rem;
    margin-bottom: 10px;
}
	
}	

/* コンテンツデザイン media-grandchild ～768 ここまで */


/* コンテンツデザイン exhibition-index 全サイズ */
#exhibition-index {
	position: relative;
}

#exhibition-index #wide-wrapper p.text {
    font-size: 2rem;
    color: #FFFFFF;
    text-align: center;
    letter-spacing: 3px;
    font-weight: 100;
}

#exhibition-index small {
    margin-right: 2%;
    margin-left: 2%;
    text-align: center;
    font-size: 1.8rem;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 1.4em;
    display: block;
}

/* コンテンツデザイン exhibition-index 全サイズ */

/* コンテンツデザイン exhibition-index 1280～ */	
@media only screen and (min-width: 1280px) {

#exhibition-index #wide-wrapper {
    width: 100%;
    height: 460px;
    background-image: url(../company/exhibition/images/exhibition-index_wide-wrapper-back.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
	
#exhibition-index #wide-wrapper h2	{
	font-size: 6rem;
	color: rgba(255,255,255,1.00);
	text-align: center;
	margin-top: 120px;
	font-weight: 400;
	letter-spacing: 0.3em;
	display: inline-block;
	padding-left: 10%;
	padding-right: 10%;
	word-break: normal;
}

}
/* コンテンツデザイン exhibition-index 1280～ ここまで */

/* コンテンツデザイン exhibition-index 768～1279 */	
@media only screen and (min-width: 768px) and (max-width: 1279px) {

#exhibition-index #wide-wrapper {
    width: 100%;
    height: 400px;
    background-image: url(../company/exhibition/images/exhibition-index_wide-wrapper-back.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
	
#exhibition-index #wide-wrapper h2 {
	font-size: 4.6rem;
	line-height: 1.1em;
	color: rgba(255,255,255,1.00);
	text-align: center;
	margin-top: 100px;
	font-weight: 500;
	letter-spacing: 0.3em;
	display: inline-block;
	padding-left: 10%;
	padding-right: 10%;
	word-break: normal;
}
	
}	
/* コンテンツデザイン exhibition-index 768～1279 ここまで */		

/* コンテンツデザイン exhibition-index 768～ */

@media only screen and (min-width: 768px) {
	
#exhibition-index .w1190px-box .flexbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-top: 5%;
    padding-bottom: 5%;
}
	
#exhibition-index .w1190px-box .flexbox li a {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    padding-top: 12px;
    padding-bottom: 8px;
    display: block;
    cursor: pointer;
    border-bottom: 3px solid rgba(68,79,88,0.13);
	}
	
#exhibition-index .w1190px-box .flexbox li {
    color: rgba(68,79,88,1.00)!important;
    font-size: 3vmin;
    line-height: 1.4em;
    font-weight: 500;
    text-align: center;
    margin: 10px 2%;
    position: relative;
    width: 16%;
}
	
#exhibition-index .w1190px-box .flexbox li a:hover {
    background-image: url(../images/video_dot_05.png);
    border-bottom: 3px solid rgba(52,93,157,0.52);
    background-color: rgba(13,87,167,0.06);
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
	
#exhibition-index .w1190px-box .flexbox li:after {
    font: 1.4em FontAwesome;
    content : "\f105";
    top: 19%;
    right: 4%;
    position: absolute;
}
}
/* コンテンツデザイン exhibition-index 768～ ここまで */

/* コンテンツデザイン exhibition-index ～767 */

@media only screen and (max-width: 767px) {
#exhibition-index #wide-wrapper {
    width: 100%;
    height: 200px;
    background-image: url(../company/exhibition/images/exhibition-index_wide-wrapper-back.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
	
#exhibition-index #wide-wrapper h2 {
	font-size: 3.8rem;
	line-height: 1.4em;
	color: rgba(255,255,255,1.00);
	font-weight: 500;
	letter-spacing: 0.1em;
	display: inline-block;
	padding-left: 10%;
	padding-right: 10%;
	text-align: center;
	word-break: normal;
	}
	
#exhibition-index .w1190px-box .flexbox li a {
    position: relative;
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 50px;
    padding-left: 30px;
    border-bottom: 1px solid #ccc;
    font-size: 15px;
    line-height: 1.3em;
    font-weight: normal;
}
	
/* IE Edge用に調整 */
_:-ms-lang(x), #exhibition-index .w1190px-box .flexbox li a {
    padding-top: 10px;
    padding-bottom: 5px;
}
/* IE Edge用に調整ここまで */
	
#exhibition-index .w1190px-box .flexbox li a::after {
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border-top: 1px solid #888;
    border-right: 1px solid #888;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
	
#exhibition-index .w1190px-box .flexbox li a:hover {
    background-image: url(../images/video_dot_04.png);
}

}

/* コンテンツデザイン exhibition-index ～767 ここまで */


/* コンテンツデザイン exhibition-child 全サイズ */

#exhibition-child small {
    margin-right: 2%;
    margin-left: 2%;
    text-align: center;
    font-size: 1.8rem;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 1.4em;
    display: block;
}

#exhibition-child .library-box li {
    border-bottom: 1px dashed rgba(68,79,88,0.13);
} 

#exhibition-child .library-box li:last-child {
	border-bottom: none;
} 

#exhibition-child .library-box li a:hover {
    background-image: url(../images/video_dot_05.png);
    background-color: rgba(13,87,167,0.06);
    transition: all .2s;
    cursor: pointer;
}

#exhibition-child .library-box li ul li {
    border-bottom: none;
    margin-left: 2%;
    margin-right: 2%;
    padding-top: 2px;
    padding-bottom: 2px;
} 

#exhibition-child .library-box li ul li .accept {
    background-color: rgba(238,0,96,0.80);
    padding-top: 3.5px;
    padding-right: 2px;
    padding-left: 10px;
    letter-spacing: 1rem;
    font-size: 80%;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 4px;
    color: rgba(255,255,255,1.00);
    line-height: 1.2em;
    font-weight: 200;
    display: inline-block;
    height: 21px;
}

/* IE Edge用に調整 */
_:-ms-lang(x), #exhibition-child .library-box li ul li .accept {
    padding-top: 5px;
}
/* IE Edge用に調整ここまで */

#exhibition-child .library-box li ul li .end {
    background-image: url(../images/video_dot_03.png);
    background-color: rgba(0,0,0,0.30);
    padding-top: 3.5px;
    padding-right: 2px;
    padding-left: 10px;
    letter-spacing: 1rem;
    font-size: 80%;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 4px;
    color: rgba(255,255,255,1.00);
    line-height: 1.2em;
    font-weight: 200;
    display: inline-block;
    height: 21px;
}

/* IE Edge用に調整 */
_:-ms-lang(x), #exhibition-child .library-box li ul li .end {
    padding-top: 5px;
}
/* IE Edge用に調整ここまで */

#exhibition-child .library-box li ul li .free {
    border: 1.5px solid rgba(238,0,96,1.00);
    padding-top: 2px;
    padding-right: 2px;
    padding-left: 10px;
    letter-spacing: 1rem;
    font-size: 80%;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 12px;
    line-height: 1.2em;
    color: rgba(238,0,96,1.00);
    display: inline-block;
    height: 22px;
} 

/* IE Edge用に調整 */
_:-ms-lang(x), #exhibition-child .library-box li ul li .free {
    padding-top: 4px;
}
/* IE Edge用に調整ここまで */

#exhibition-child .library-box li ul li .flag {
    border: 1px solid rgba(68,79,88,0.26);
    height: 20px;
    margin-right: 7px;
    background-color: rgba(255,255,255,1.00);
}

#exhibition-child .exhibition-child_library-box {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
}

#exhibition-child .exhibition-child_text div {
    display: block;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#exhibition-child .exhibition-child_text div:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background-image: url(../images/video_dot_03.png);	
}

#exhibition-child .exhibition-child_text .date {
    background-image: url(../images/video_dot_03.png);
    color: rgba(255,255,255,1.00);
    padding: 5px 10px;
    font-size: 80%;
    border-radius: 2px;
    background-color: rgba(0,0,0,0.15);
}

#exhibition-child .exhibition-child_text .tag,
#exhibition-child .exhibition-child_text .press {
    padding: 5px 10px;
    font-size: 80%;
}

#exhibition-child .exhibition-child_text .tag:before {
    font-family: FontAwesome;
    font-size: 130%;
    content: "\f02b";
    padding-right: 5px;
    display: inline-block;
}

#exhibition-child .exhibition-child_text .press:before {
    font-family: FontAwesome;
    font-size: 130%;
    content: "\f130";
    padding-right: 5px;
    display: inline-block;
}

/* コンテンツデザイン exhibition-child 全サイズ */

/* コンテンツデザイン exhibition-child 768～ */

@media only screen and (min-width: 768px) {
	
#exhibition-child .exhibition-child_thumbnail {
    width: 10%;
    margin-left: 2%;
    margin-right: 2%;
}
	
#exhibition-child .exhibition-child_thumbnail .res-img {
    border: 3px solid rgba(68,79,88,0.13);
    background-color: rgba(255,255,255,1.00);
}

#exhibition-child .exhibition-child_text {
    width: 80%;
    margin-right: 2%;
}
	
#exhibition-child .exhibition-child_text .emphasis {
    font-size: 1.9rem;
    font-weight: 600;
    line-height: 1.4em;
}
	
}	

/* コンテンツデザイン exhibition-child 768～ ここまで */

/* コンテンツデザイン exhibition-child ～767 */

@media only screen and (max-width: 767px) {
	
#exhibition-child .exhibition-child_thumbnail {
    margin-left: 2%;
    margin-right: 15px;
}
	
#exhibition-child .exhibition-child_thumbnail .res-img {
    width: 80px;
    border: 3px solid rgba(68,79,88,0.13);
    background-color: rgba(255,255,255,1.00);
}
	
#exhibition-child .exhibition-child_text {
    flex: 1;
    margin-right: 2%;
}
	
#exhibition-child .exhibition-child_text .emphasis {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.4em;
}
	}

/* コンテンツデザイン exhibition-child ～767 ここまで */

/* コンテンツデザイン exhibition-grandchild 全サイズ */

#exhibition-grandchild .official-link-btn,
#exhibition-grandchild #js-access-map a 	{
    color: rgba(68,79,88,1.00);
    font-size: 120%;
    text-align: center;
    padding: 12px 10px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 500px;
    margin-top: 20px;
    display: block;
    background-image: url(../images/video_dot_05.png);
    border-radius: 2px;
}
	
#exhibition-grandchild .official-link-btn:hover,
#exhibition-grandchild #js-access-map a:hover	{
    background-image: url(../images/video_dot_05.png);
    background-color: rgba(13,87,167,0.06);
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
	
#exhibition-grandchild .contents .flexbox .leftbox img {
    border: 1px solid rgba(68,79,88,0.13);
}
	
#exhibition-grandchild #map-canvas {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
    border: 3px solid rgba(68,79,88,0.13);
    border-radius: 2px;
}

#exhibition-grandchild .zoom-box {
    position: relative;
}

#exhibition-grandchild .pic-border {
    border: 1px solid rgba(68,79,88,0.13);
    border-radius: 2px;
}

#exhibition-grandchild .zoom-box .fa-plus-circle {
    font-size: 210% !important;
    position: absolute;
    right: 10px;
    bottom: 15px;
}

#exhibition-grandchild .zoom-box a {
    color: rgba(199,207,213,1.00);
}

#exhibition-grandchild .zoom-box a:hover {
    color: rgba(68,79,88,1.00);
}
	
#exhibition-grandchild .guidance .flexbox .leftbox .zoom-box {
    margin-top: 20px;
}

#exhibition-grandchild .overview .logo-banner {
    margin-top: 20px;
    padding-left: 10%;
    padding-right: 10%;
}
	
#exhibition-grandchild .contents .heading {
    font-size: 130%;
    font-weight: 500;
    border: 3px solid rgba(68,79,88,0.13);
    display: block;
    padding: 7px 3%;
    border-radius: 2px;
    margin-bottom: 10px;
}
	
#exhibition-grandchild .contents ul li ul {
    margin-left: 35px;
    margin-right: 20px;	
}
	
#exhibition-grandchild .contents ul li ul li {
    margin-top: 15px;
    list-style: disc outside!important;
    margin-bottom: 15px;
}

/* コンテンツデザイン exhibition-grandchild 全サイズ ここまで */

/* コンテンツデザイン exhibition-child 768～ */
@media only screen and (min-width: 768px) {
#exhibition-grandchild .contentbox {
    padding: 20px 2%;
    width: 100%;
}
	
#exhibition-grandchild .flexbox {
    display: flex;
    justify-content: space-between;
}

#exhibition-grandchild .overview .flexbox .leftbox {
    width: 35%;	
}
	
#exhibition-grandchild .overview .flexbox .rightbox {
    width: 60%;	
}
	
#exhibition-grandchild .contents .flexbox .leftbox {
    width: 35%;	
}
	
#exhibition-grandchild .contents .flexbox .rightbox {
    width: 60%;	
}
	
#exhibition-grandchild .guidance .flexbox .leftbox {
    width: 48%;	
}
	
#exhibition-grandchild .guidance .flexbox .rightbox {
    width: 48%;	
}
	
}
/* コンテンツデザイン exhibition-child 768～ ここまで */

/* コンテンツデザイン exhibition-child ～768 */
@media only screen and (max-width: 767px) {
#exhibition-grandchild .contentbox {
    padding: 15px 2%;
    width: 100%;
}
	
#exhibition-grandchild .overview .flexbox .rightbox,
#exhibition-grandchild .contents .flexbox .rightbox,
#exhibition-grandchild .guidance .flexbox .rightbox {
    margin-top: 20px;
}
	
}
/* コンテンツデザイン exhibition-child ～767 ここまで */


/* 全サイズ コンテンツデザイン special-index ここまで */	
#special-index .flexbox-special {
    display: flex;
    flex-wrap: wrap;
    margin-top: 3%;
    margin-bottom: 1%;
}

#special-index .flexbox-special li {
    display: block;
    margin-bottom: 2%;
}

#special-index .flexbox-special .item {
    border: 1px solid rgba(68,79,88,0.04);
    background-image: url(../images/video_dot_05.png);
    display: block;
    height: 100%;
}

#special-index .flexbox-special .item:hover {
    opacity: 0.6;
}

#special-index .flexbox-special .Item-text {
    margin-top: -2px;
    padding-top: 0.7rem;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 0.7rem;
    color: rgba(68,79,88,1.00);
    background-color: rgba(255,255,255,1.00);
}

#special-index .flexbox-special .Item-product-name {
    color: rgba(68,79,88,1.00);
    text-align: center;
    padding: 7px 3%;
}


/* 全サイズ コンテンツデザイン company-special ここまで */	

/* 1280～ コンテンツデザイン company-special */	

@media only screen and (min-width: 1280px) {
#special-index .flexbox-special li {
    width: 18%;
    margin-left: 1%;
    margin-right: 1%;
}

}	

/* 1280～ コンテンツデザイン company-special ここまで */	


/* 768～1279 コンテンツデザイン company-special */	
@media only screen and (min-width: 768px) and (max-width: 1279px) {
#special-index .flexbox-special li {
    width: 22%;
    margin-left: 1.5%;
    margin-right: 1.5%;
}
	
}	
/* 768～1279 コンテンツデザイン company-special ここまで */	

/* コンテンツデザイン other-productname 768～ */

@media only screen and (min-width: 768px){
	
#special-index .flexbox-special .Item-text .item-title {
    font-size: 1.6rem;
    line-height: 1.3em;
    font-weight: 500;
    text-align: center;
}
	
#special-index .flexbox-special .Item-product-name {
    font-size: 1.4rem;
    line-height: 1.4em;
}
}

/* 768～ コンテンツデザイン company-special ここまで */

/* ～767 コンテンツデザイン company-special */

@media only screen and (max-width: 767px) {
	
#special-index .flexbox-special li {
    width: 44%;
    margin-left: 3%;
    margin-right: 3%;
}

#special-index .flexbox-special .Item-text .item-title {
    font-size: 1.5rem;
    line-height: 1.3em;
    font-weight: 500;
    text-align: center;
}
	
#special-index .flexbox-special .Item-product-name {
    font-size: 1.3rem;
    line-height: 1.4em;
}
	
}

/* ～767 コンテンツデザイン company-special ここまで */


































/* コンテンツデザイン other-productname サイズ共通 */
	
#other-productname .w1190px-box h4 {
    display: block;
    background-color: rgba(52,93,157,0.60);
    width: 100%;
    text-align: center;
    color: rgba(255,255,255,1.00);
    background-image: url(../images/video_dot_04.png);
}

#other-productname .w1190px-box .res-img-1 {
	width: 82%;
	height: 82%;
	margin-top: 20px;
	margin-left: 9%;
	margin-right: 9%;
	margin-bottom: 20px;
}

#other-productname .w1190px-box .res-img-2 {
	width: 40%;
	height: 40%;
	margin-top: 20px;
	margin-left: 30%;
	margin-right: 30%;
	margin-bottom: 20px;
}

#other-productname .section_3 .marker {
	line-height: 1em;
	background-color: #345D9D;
	color: #FFFFFF;
	margin-right: 10px;
	text-align: center;
	padding-top: 3px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 4px;
	border-radius: 2px;
}

#other-productname .section_4 ul {
	margin-top: 4%;
}

#other-productname .section_4 ul li {
	margin-bottom: 2%;
	margin-left: 20px;
}

/* コンテンツデザイン other-productname サイズ共通 ここまで */

/* コンテンツデザイン other-productname 768～ */

@media only screen and (min-width: 768px){
	
#other-productname .section_1 .title_text {
	font-size: 2.5rem;
	line-height: 1.4em;
	font-weight: 500;
	text-align: center;
	margin: 5% 5% 2%;
}
	
#other-productname .section_2 {
	display: flex;
	justify-content: space-between;
	margin-left: 1.5%;
	margin-bottom: 3%;
	padding-top: 1.5%;
}
	
#other-productname .section_3 {
	width: 31%;
	margin-right: 2.3%;
	margin-top: 20px;
}
	
#other-productname .section_3 h5 {
    font-size: 2rem;
    line-height: 1.4em;
    font-weight: 500;
}
	
#other-productname .w1190px-box h4 {
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 2rem;
    border-radius: 4px;
}
	
/* IE Edge用に調整 */
_:-ms-lang(x), #other-productname .w1190px-box h4 {
    padding-top: 15px;
    line-height: 1em;
}
/* IE Edge用に調整ここまで */
	
#other-productname .section_4 {
	line-height: 1.4em;
	margin-top: 20px;
	margin-left: 38px;
	margin-bottom: 20px;
}
	
}
/* コンテンツデザイン other-productname 768～ ここまで */

/* コンテンツデザイン other-productname ～767 */

@media only screen and (max-width: 767px) {
	
#other-productname .section_1 .title_text {
	font-size: 2rem;
	line-height: 1.4em;
	font-weight: 500;
	text-align: center;
	margin: 5% 5% 2%;
}
	
#other-productname .section_2 {
	display: flex;
	flex-direction: column;
	margin-left: 3%;
	margin-right: 3%;	
	margin-bottom: 3%;
	padding-top: 20px;
}
	
#other-productname .w1190px-box h4 {
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 2rem;
}
	
#other-productname .section_3 h5 {
    font-size: 2rem;
    line-height: 1.4em;
    font-weight: 500;
}
	
#other-productname .section_4 {
	line-height: 1.4em;
	margin-top: 20px;
	margin-bottom: 20px;
}
	
/* IE Edge用に調整 */
_:-ms-lang(x), #other-productname .w1190px-box h4 {
    font-size: 1.8rem;
    padding-top: 15px;
    line-height: 1em;
}
/* IE Edge用に調整ここまで */
	
}
/* コンテンツデザイン other-productname ～767 ここまで */



/* コンテンツデザイン other-sitemap 全サイズ */
#other-sitemap .sitmap-none {
    display: none;
}
/* コンテンツデザイン other-sitemap 全サイズ ここまで */

/* コンテンツデザイン other-sitemap 768～ */

@media only screen and (min-width: 768px){

#other-sitemap .w1190px-box {
    background-color: #EFF1F3;
    border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#other-sitemap .stage-box {
    display: flex;
    justify-content: flex-start;
    border-collapse: separate;
    border-spacing: 15px 0;
    margin-left: 1.2%;
    margin-right: 1.2%;
    padding-top: 10px;
    margin-bottom: 10px;
}

#other-sitemap .group-cell {
    width: 31%;
    margin-left: 1.2%;
    margin-right: 1.2%;
    background-color: #FFFFFF;
    border-radius: 5px;
	 vertical-align:top;
}
	
#other-sitemap .group-list {
    width: 100%;
    display: block;
}
	
#other-sitemap .group-list li {
    list-style-position: outside;
    list-style-type: none;
    border-bottom: 1px dotted #B8C1C8;
}

#other-sitemap .group-list li a {
    display: inline-block;
    position: relative;
    width: 100%;
}

#other-sitemap .group-list li a:hover {
    background-image: url(../images/video_dot_04.png);
    color: rgba(238,0,96,1.00);
}

#other-sitemap .group-list li:first-child,
#other-sitemap .group-list li:last-child {
    border-bottom: none;
}

#other-sitemap .group-list li h3 {
    font-size: 1.7rem;
    line-height: 2.1rem;
    font-weight: 500;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 10px;
    padding-left: 15px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #8695A1;
    background-image: url(../images/video_dot_04.png);
    color: rgba(255,255,255,1.00);
}
	
/* IE Edge用に調整 */
_:-ms-lang(x), #other-sitemap .group-list li h3 {
    padding-top: 10px;
    padding-bottom: 5px;
}
/* IE Edge用に調整ここまで */
	
#other-sitemap .group-list li a h3:hover {
    background-color: #EDEFF0;
    background-image: url(../images/video_dot_04.png);
    color: rgba(238,0,96,1.00);
    -webkit-transition: all .3s;
    transition: all .3s;
	
}

#other-sitemap .group-list li h4 {
    font-size: 1.5rem;
    line-height: 1.9rem;
    margin-left: 34px;
    margin-right: 7%;
    padding-top: 7px;
    padding-bottom: 7px;
    font-weight: normal;
}
	
/* IE Edge用に調整 */
_:-ms-lang(x), #other-sitemap .group-list li h4 {
    padding-top: 10px;
    padding-bottom: 5px;
}
/* IE Edge用に調整ここまで */
	
#other-sitemap .group-list li a .lapis-link::before {
    content: "\f105";
    font: bold 140% FontAwesome;
    position: absolute;
    top: 4px;
    left: 20px;
    color: rgba(13,87,167,1.00)!important;
}

#other-sitemap .group-list li a .rohm-link::before {
    content: "\f105";
    font: bold 140% FontAwesome;
    position: absolute;
    top: 4px;
    left: 20px;
    color: rgba(216,10,48,1.00)!important;
}

#other-sitemap .list-text {
    font-size: 1.2rem;
    line-height: 1.6rem;
    margin-left: 12%;
    margin-right: 5%;
    background-color: rgba(255,255,255,0.85);
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 5px;
    border-radius: 4px;
    border: 1px solid #DEE2E5;
    margin-bottom: 5px;
}
}

/* コンテンツデザイン other-sitemap 768～ ここまで */

/* コンテンツデザイン other-sitemap ～767 */

@media only screen and (max-width: 767px) {
	
#other-sitemap .group-list li a {
    position: relative;
    display: block;
}

#other-sitemap .group-list li a::after {
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border-top: 1px solid #888;
    border-right: 1px solid #888;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#other-sitemap .group-list li a h3 {
    font-size: 1.7rem;
    line-height: 2.1rem;
    font-weight: 500;
    position: relative;
    display: block;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-right: 25px;
    padding-left: 20px;
    border-bottom: 1px solid #ccc;
    background-color: #EAECEE;
}
	
/* IE Edge用に調整 */
_:-ms-lang(x), #other-sitemap .group-list li a h3 {
    padding-top: 13px;
    padding-bottom: 5px;
}
/* IE Edge用に調整ここまで */
	
#other-sitemap .group-list li a h3:hover {
    background-color: #EAECEE;
    background-image: url(../images/video_dot_04.png);
}

#other-sitemap .group-list li a h4 {
    position: relative;
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 50px;
    padding-left: 30px;
    border-bottom: 1px solid #ccc;
    font-size: 15px;
    line-height: 1.3em;
    font-weight: normal;
}
	
/* IE Edge用に調整 */
_:-ms-lang(x), #other-sitemap .group-list li a h4 {
    padding-top: 10px;
    padding-bottom: 5px;
}
/* IE Edge用に調整ここまで */
	
#other-sitemap .group-list li a h4:hover {
    background-image: url(../images/video_dot_04.png);
}

#other-sitemap .group-list li .mobile-nonelink {
    position: relative;
    display: block;
    padding-top: 8px;
    padding-right: 25px;
    padding-left: 20px;
    padding-bottom: 6px;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    line-height: 1.4em;
    font-weight: bold;
    background-color: #EAECEE;
}

#other-sitemap .list-text {
    display: none;
}
	
}

/* コンテンツデザイン other-sitemap ～767 ここまで */

/* コンテンツデザイン other-sitepolicy 768～ */

@media only screen and (min-width: 768px) {
	
#other-sitepolicy .sitepolicy-note-box {
    background-color: #EAECEE;
    padding: 0.5% 2%;
    width: 100%;
    list-style: none outside;
    border-radius: 3px;
}
	
#other-sitepolicy .sitepolicy-box {
    padding: 0.5% 2%;
    width: 100%;
    list-style: none outside;
    border-radius: 3px;
}
	
#other-sitepolicy .sitepolicy-note-box li,		
#other-sitepolicy .sitepolicy-box li {
    font-size: 1.5rem;
    line-height: 2.4rem;
    margin-top: 0.5%;
    margin-bottom: 0.5%;
}
	
#other-sitepolicy .sitepolicy-box .notes-list {
    margin: 1% 4%;
}
	
#other-sitepolicy .sitepolicy-box .notes-list li {
    font-size: 1.2rem;
    line-height: 1.5rem;
    padding-left:0.8em;
    text-indent:-0.8em;
    list-style: none outside;
}

#other-sitepolicy .sitepolicy-box .cautions-list {
    margin-top: 1%;
    margin-left: 4%;
    margin-bottom: 1%;
}
	
#other-sitepolicy .sitepolicy-box .cautions-list li {
    font-size: 1.5rem;
    line-height: 2rem;
    list-style-type: disc;
    list-style-position: outside;
}
	
#other-sitepolicy .sitepolicy-box .text-link {
    display: inline-block;
    padding: 4px 10px 4px 10px;
    color: rgba(68,79,88,1.00);
    background-image: url(../images/video_dot_05.png);
    border-radius: 3px;
    transition: all .1s ease;
	}
	
/* IE Edge用に調整 */
_:-ms-lang(x), #other-sitepolicy .sitepolicy-box .text-link {
    padding: 7px 10px 1px 10px;
	}
/* IE Edge用に調整ここまで */
	
#other-sitepolicy .sitepolicy-box .text-link:hover {
    background-image: url(../images/video_dot_05.png);
    background-color: rgba(13,87,167,0.06);
	}
	
}	

/* コンテンツデザイン other-sitepolicy 768～ ここまで */

/* コンテンツデザイン other-sitepolicy ～767 */

@media only screen and (max-width: 767px) {
	
#other-sitepolicy .sitepolicy-note-box {
    background-color: #EAECEE;
    padding: 15px 2%;
    width: 100%;
    list-style: none outside;
    border-radius: 3px;
}
	
#other-sitepolicy .sitepolicy-box {
    padding: 15px 2%;
    width: 100%;
    list-style: none outside;
    border-radius: 3px;
}
	
#other-sitepolicy .sitepolicy-note-box li,		
#other-sitepolicy .sitepolicy-box li {
    font-size: 1.5rem;
    line-height: 2.4rem;
    margin-top: 2%;
    margin-bottom: 2%;
}
	
#other-sitepolicy .sitepolicy-box .notes-list {
    margin: 1% 4%;
}
	
#other-sitepolicy .sitepolicy-box .notes-list li {
    font-size: 1.2rem;
    line-height: 1.5rem;
    padding-left:0.8em;
    text-indent:-0.8em;
    list-style: none outside;
}

#other-sitepolicy .sitepolicy-box .cautions-list {
    margin-top: 1%;
    margin-left: 4%;
    margin-bottom: 1%;
}
	
#other-sitepolicy .sitepolicy-box .cautions-list li {
    font-size: 1.5rem;
    line-height: 2rem;
    list-style-type: disc;
    list-style-position: outside;
}
	
#other-sitepolicy .sitepolicy-box .text-link {
    display: inline-block;
    padding: 4px 10px 4px 10px;
    color: rgba(68,79,88,1.00);
    background-image: url(../images/video_dot_05.png);
    border-radius: 3px;
    transition: all .1s ease;
	}
	
/* IE Edge用に調整 */
_:-ms-lang(x), #other-sitepolicy .sitepolicy-box .text-link {
    padding: 7px 10px 1px 10px;
	}
/* IE Edge用に調整ここまで */
	
#other-sitepolicy .sitepolicy-box .text-link:hover {
    background-image: url(../images/video_dot_05.png);
    background-color: rgba(13,87,167,0.06);
	}
}	

/* コンテンツデザイン other-sitepolicy ～767 ここまで */

/* コンテンツデザイン other-privacypolicy 768～ */

@media only screen and (min-width: 768px) {
	
#other-privacypolicy .privacypolicy-note-box	{
    background-color: #EAECEE;
    padding: 0.5% 2%;
    width: 100%;
    list-style: none outside;
    border-radius: 3px;
}
	
#other-privacypolicy .privacypolicy-box {
    padding: 0.5% 2%;
    width: 100%;
    list-style: none outside;
}
	
#other-privacypolicy .privacypolicy-note-box li,
#other-privacypolicy .privacypolicy-box li,
#other-privacypolicy .cautions-list li,
#other-privacypolicy .numbering-list li	{
    font-size: 1.5rem;
    line-height: 2.4rem;
    margin-top: 0.5%;
    margin-bottom: 0.5%;
}

#other-privacypolicy .cautions-list,
#other-privacypolicy .numbering-list	{
    padding-top: 0.5%;
    padding-bottom: 0.5%;		
    padding-right: 2%;
    margin-left: 40px;
}
	
#other-privacypolicy .cautions-list li {
    line-height: 2rem;
    list-style-type: disc;
    list-style-position: outside;
}
	
#other-privacypolicy .numbering-list li {
    line-height: 2rem;
    list-style: decimal outside;
}
	
#other-privacypolicy .link-list li {
    display: block;
    text-align: center;
    margin: 15px;
}
	
#cother-privacypolicy .explanation {
    background-color: #EAECEE;
    border-radius: 3px;
    padding: 5px 20px;
    margin-top: 10px;
}
	
#other-privacypolicy .explanation li {
    font-size: 85%;
    line-height: 1.5em;
    text-indent: -1.3em;
    padding-left: 1.3em;
}

#other-privacypolicy .text-link {
    display: inline-block;
    padding: 4px 10px 4px 10px;
    color: rgba(68,79,88,1.00);
    background-image: url(../images/video_dot_05.png);
    border-radius: 3px;
    transition: all .1s ease;
	}
	
/* IE Edge用に調整 */
_:-ms-lang(x), #other-privacypolicy .text-link {
    padding: 7px 10px 1px 10px;
	}
/* IE Edge用に調整ここまで */
	
#other-privacypolicy .text-link:hover {
    background-image: url(../images/video_dot_05.png);
    background-color: rgba(13,87,167,0.06);
	}
}	

/* コンテンツデザイン other-privacypolicy 768～ ここまで */

/* コンテンツデザイン other-privacypolicy ～767 */

@media only screen and (max-width: 767px) {
	
#other-privacypolicy .privacypolicy-note-box {
    background-color: #EAECEE;
    padding: 15px 2%;
    width: 100%;
    list-style: none outside;
    border-radius: 3px;
	}
	
#other-privacypolicy .privacypolicy-box {
    padding: 15px 2%;
    width: 100%;
    list-style: none outside;
    border-radius: 3px;
	}
	
#other-privacypolicy .privacypolicy-note-box li,		
#other-privacypolicyy .privacypolicy-box li,
#other-privacypolicy .cautions-list li,
#other-privacypolicy .numbering-list li {
    font-size: 1.5rem;
    line-height: 2.4rem;
    margin-top: 2%;
    margin-bottom: 2%;
	}

#other-privacypolicy .cautions-list,
#other-privacypolicy .numbering-list	{
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 2%;
    margin-left: 35px;
	}
	
#other-privacypolicy .cautions-list li {
    line-height: 2rem;
    list-style-type: disc;
    list-style-position: outside;
	}
	
#other-privacypolicy .numbering-list li {
    line-height: 2rem;
    list-style: decimal outside;
	}
	
#other-privacypolicy .link-list li {
    display: block;
    text-align: center;
    margin: 15px;
}
	
#other-privacypolicy .explanation {
    background-color: #EAECEE;
    border-radius: 3px;
    padding: 5px 20px;
    margin-top: 10px;
}
	
#other-privacypolicy .explanation li {
    font-size: 85%;
    line-height: 1.5em;
    text-indent: -1.3em;
    padding-left: 1.3em;
}
	
#other-privacypolicy .text-link {
    display: inline-block;
    padding: 4px 10px 4px 10px;
    color: rgba(68,79,88,1.00);
    background-image: url(../images/video_dot_05.png);
    border-radius: 3px;
    transition: all .1s ease;
	}
	
/* IE Edge用に調整 */
_:-ms-lang(x), #other-privacypolicy .text-link {
    padding: 7px 10px 1px 10px;
	}
/* IE Edge用に調整ここまで */
	
#other-privacypolicy .text-link:hover {
    background-image: url(../images/video_dot_05.png);
    background-color: rgba(13,87,167,0.06);
	}
	}

/* コンテンツデザイン other-privacypolicy ～767 ここまで */

/* コンテンツデザイン other-trademark 共通サイズ */

#other-trademark .w1190px-box table {
    width: 92%;
    margin-left: 4%;
    margin-right: 4%;
    margin-bottom: 10px;
}

#other-trademark .w1190px-box table th {
    background-image: url(../images/video_dot_03.png);
    width: 40%;
    border-top: 1px solid rgba(68,79,88,0.13);
    border-left: 1px solid rgba(68,79,88,0.13);
    border-right: 1px solid rgba(68,79,88,0.13);
    padding: 5px;
    text-align: center;
    vertical-align: middle;
}

#other-trademark .w1190px-box table td {
    border-bottom: 1px solid rgba(68,79,88,0.13);
    border-left: 1px solid rgba(68,79,88,0.13);
    border-right: 1px solid rgba(68,79,88,0.13);
    padding: 5px;
    text-align: center;
    vertical-align: middle;
}

#other-trademark .in-house dl dd.item .picbox {
    padding-left: 15%;
    padding-right: 15%;
}

/* コンテンツデザイン other-trademark 共通サイズ ここまで */

/* コンテンツデザイン other-trademark 768～ */
@media only screen and (min-width: 768px) {
#other-trademark dl dt {
    background-image: url(../images/video_dot_05.png);
    font-size: 2rem;
    line-height: 1.4em;
    font-weight: 500;
    padding: 20px;
	}
	
#other-trademark .other dl dd {
    list-style: disc outside;
    display: list-item;
    margin: 10px 40px;
    border-bottom: 1px dotted rgba(68,79,88,0.13);
    padding-bottom: 5px;
	}
    
#other-trademark .in-house dl dd.item p {
    list-style: disc outside;
    display: list-item;
    margin: 10px 40px;
    border-bottom: 1px dotted rgba(68,79,88,0.13);
    padding-bottom: 5px;
	}
}
/* コンテンツデザイン other-trademark 768～ ここまで */

/* コンテンツデザイン other-trademark ～767 */
@media only screen and (max-width: 767px) {
#other-trademark dl dt {
    background-image: url(../images/video_dot_05.png);
    font-size: 1.5rem;
    line-height: 1.4em;
    font-weight: 500;
    padding: 10px;
	}
	
#other-trademark .other dl dd {
    list-style: disc outside;
    display: list-item;
    margin: 10px 10px 10px 25px;
    padding-bottom: 5px;
    border-bottom: 1px dotted rgba(68,79,88,0.13);
    font-size: 1.4rem;
    line-height: 1.4em;
	}
    
#other-trademark .in-house dl dd.item p {
    list-style: disc outside;
    display: list-item;
    margin: 10px 10px 10px 25px;
    padding-bottom: 5px;
    border-bottom: 1px dotted rgba(68,79,88,0.13);
    font-size: 1.4rem;
    line-height: 1.4em;
	}
}
/* コンテンツデザイン other-trademark ～767 ここまで */

/* コンテンツデザイン other-notes 共通サイズ */
#other-notes ul li {
    list-style: disc outside;
    margin: 10px 8px 10px 25px;
}
/* コンテンツデザイン other-notes 共通サイズ ここまで */

