/* ------------------------------------------
                  LAYOUTS
------------------------------------------ */


/*ソリューションタブのスタイル*/
.tab_group{
	display: flex;
    border-radius: 5px;
    overflow: hidden;
    margin: 90px 0 70px 0;
}

.tab-top-none{
	margin-top: 0;
}

.tab_item,
.tab_item_2 {
  width: calc(100%/6);
  height:auto;
  border-right: 1px solid #77ADC9;
  background-color: #FFF;
  line-height: normal;
  font-size: 18px;
  text-align: center;
  color: #77ADC9;
	padding:20px;
  text-align: center;
  transition: all 0.2s ease;
    display: flex;
    justify-content: center;
    gap: 0.5em;
}

.tab_item_2 {
  background-color: #D6EBF6;
  width: calc(100%/2);
}

.tab_group .tab_item:nth-child(6),
.tab_group .tab_item_2:nth-child(2){
  border-right: none;
}

.tab_item:hover,
.tab_item_2:hover{
  opacity: 0.75;
}

#tab01:checked ~ .tab_group label[for="tab01"]:hover,
#tab02:checked ~ .tab_group label[for="tab02"]:hover,
#tab03:checked ~ .tab_group label[for="tab03"]:hover,
#tab04:checked ~ .tab_group label[for="tab04"]:hover,
#tab05:checked ~ .tab_group label[for="tab05"]:hover,
#tab06:checked ~ .tab_group label[for="tab06"]:hover {
    opacity: 1;
}

.tab_item p,
.tab_item_2 p{
    display: table-cell;
    vertical-align: middle;
    line-height: 1.5;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
	transition: all .3s;
    opacity: 0;
}

/*選択されているタブのコンテンツのみを表示*/
#tab01:checked ~ #tab01_content,
#tab02:checked ~ #tab02_content,
#tab03:checked ~ #tab03_content,
#tab04:checked ~ #tab04_content,
#tab05:checked ~ #tab05_content,
#tab06:checked ~ #tab06_content {
    display: block;
    animation-name: fadeIn;
    animation-fill-mode: forwards;
    animation-duration: 0.3s;
}

/*フェードインアニメ*/
@keyframes fadeIn{
    0% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
}

/*選択されているタブのスタイルを変える*/
#tab01:checked ~ .tab_group label[for="tab01"],
#tab02:checked ~ .tab_group label[for="tab02"],
#tab03:checked ~ .tab_group label[for="tab03"],
#tab04:checked ~ .tab_group label[for="tab04"],
#tab05:checked ~ .tab_group label[for="tab05"],
#tab06:checked ~ .tab_group label[for="tab06"] {
    background-color: #77ADC9;
    color: #fff;
}



#body-inside {
overflow-x: hidden;
}

.tabs .content-section {
    padding-top: 50px;
    padding-bottom: 80px;
}

.tab_page .tab_content {
margin:0 -200%;
padding:0 200%;
}

#privacy-info iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #ccc;
}

#privacy-info {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 15%;
}

* {
	box-sizing: border-box;
}

img {
	max-width: 100%;
	vertical-align: top;
}

body {
	background: #fff;
	font: 14px 'Noto Sans JP','Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	color: #3A3A3A;
	line-height: 180%;
	letter-spacing: 0em;
}

a {
    color: #32326B;
    text-decoration: none;
}

p , li {
	line-height: 1.85;
}

.text-larger {
	line-height: 2;
	font-size: 20px;
	font-weight: 600;
}

.text-mdl {
	font-size: 16px;
}

.text-smaller {
	font-size: 14px;
}

.text-xsmaller {
	font-size: 12px;
}

.pcNone {
  display: none !important;
}

/* HTMLのセクション区切り（間を空ける） */
.section10 {
	margin-bottom:10px;
}

.section {
	margin-bottom:20px;
}

.section30{
	margin-bottom:30px;
}

.section50 {
	margin-bottom:50px;
}

.section80 {
	margin-bottom:80px;
}

.section100 {
	margin-bottom:100px;
}

.section150 {
	margin-bottom:150px;
}

.newline {
	display: block;
}

.text-center {
    text-align: center;
}

/* 本文の区切り、段落変え（上マージンを空ける） */
.newParagraph {
	margin-top:5px;
}

.tab_page .keyvisual {
	margin-bottom: 0;
}

.keyvisual {
	margin-top: 144px;
	margin-bottom: 20px;
	background: #fff;
	color: #3A3A3A;
}

.keyvisual .content-breadcrumb  {
	background: #fff;
	color: #555;
}

.breadcrumb {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0; 
}
.breadcrumb li {
	list-style-type: none;
	width: auto;
}
.breadcrumb li:after {
	content: '/';
	margin: 0 0.5em;
}
.breadcrumb li:last-child:after {
	display: none;
}
.breadcrumb-lower {
	padding-top: 15px;
	font-size: 20px;
}
@media (min-width: 700px) {
	.breadcrumb li {
		display: inline-block;
}
}
@media (min-width: 930px) {
	.breadcrumb {
		padding: 0px 15px 25px 15px;
}
}

#dos_top .keyvisual-image  {
	margin-bottom: 100%;
}
/*
#dos_top .keyvisual {
	padding-bottom: 100px;
}
*/
.company .keyvisual-image ,
.tab_page .keyvisual-image {
	background: url(https://www.dos-osaka.co.jp/img/company_kv.png) center bottom repeat-x;
	width: 100%;
	height: 300px;
 	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.organization .keyvisual-image {
	background: url(https://www.dos-osaka.co.jp/company/img/top_organization.png) center center no-repeat;
	width: 100%;
	height: 300px;
	background-size: cover;
}

.vision .keyvisual-image {
	background: url(https://www.dos-osaka.co.jp/company/img/top_newvision.png) center center no-repeat;
	width: 100%;
	height: 300px;
	background-size: cover;
}

.sdgs .keyvisual-image {
	background: url(https://www.dos-osaka.co.jp/company/img/top_sdgs.png) center center no-repeat;
	width: 100%;
	height: 300px;
	background-size: cover;
}

.vision_renewal .keyvisual-image {
	background: url(https://www.dos-osaka.co.jp/company/img/top_newvision.png) center center no-repeat;
	width: 100%;
	height: 300px;
	background-size: cover;
}

.outline .keyvisual-image {
	background: url(https://www.dos-osaka.co.jp/company/img/top_outline.png) center center no-repeat;
	width: 100%;
	height: 300px;
	background-size: cover;
}


.keyvisual-title {
	padding: 100px 15px 100px;
	text-align: center;
}

.swiper-wrapper {
	padding-bottom: 40px;
}

.keyvisual-title-lower img {
	position: absolute;
	top: 39%;
	width: 38%;
	padding-left: 0;
	margin-left: 50%;
}

.keyvisual-title-description {
	margin-top: 60px;
	margin-bottom: 200px;
	text-align: center;
}

.keyvisual-title-top {
	padding: 100px 15px 133px;
}

.keyvisual-title-logo {
	margin-bottom: 15px;
}

.keyvisual-title-logo img {
	max-width: 550px;
	height: auto;
}

#dos_top .content {
	background: #fff;
}

.content {
	position: relative;
}
/*
.content:before {
	content: "";
	position: absolute;
	top: 50px;
	left: 50%;
	width: 25%;
	height: 100%;
	margin-left: -12.5%;
	background: rgb(0,0,0,0.05);
}
*/
.content a img:hover {
	opacity: 0.8;
}

.back_ground_efefef {
	padding-bottom: 50px;
	background: #efefef;
}

.content-section:last-child {
	padding-bottom: 100px;
	margin-bottom: 0;
}

.content-section {
	position: relative;
	padding-bottom: 50px;
	z-index: 1;
}

.content-section > .inner {
	max-width: 1400px;
	padding: 0 50px;
	margin: 0 auto;
}
/*
.content-section:nth-child(odd):before {
	content: "";
	position: absolute;
	bottom: -115px;
	left: 0;
	width: 45%;
	height: 180px;
	background: rgb(0,0,0,0.05);
	z-index: -1;
}

.content-section:nth-child(even):before {
	content: "";
	position: absolute;
	bottom: -115px;
	right: 0;
	width: 50%;
	height: 180px;
	background: rgb(0,0,0,0.05);
	z-index: -1;
}
*/
.content-column2 .content-section:nth-child(odd):before,
.content-column2 .content-section:nth-child(even):before {
	display: none;
}

.content-section-box {
	position: relative;
	z-index: 1;
}

#dos_top .content-section-box .inner {
	padding: 0 50px 50px;
}

.content-section-box .inner {
	padding: 50px;
}

.content-section-title {
	margin-bottom: 40px;
	text-align: center;
}

.content-section-title-ja {
	position: relative;
	display: inline-block;
	margin-bottom: 7px;
	padding-top: 50px;
	padding-bottom: 15px;
	font-size: 44px;
	color: #0030b5;
}

.content-section-title-ja:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 0px;/*線の上下位置*/
	display: inline-block;
	width: 80px;/*線の長さ*/
	height: 10px;/*線の太さ*/
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);/*位置調整*/
	background-color: #0030b5;/*線の色*/
	border-radius: 2px;/*線の丸み*/
}

.content-section-title-en {
	display: block;
	color: #0030b5;
}

.content-section-title-wh {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding:0;
	color: #fff;
	text-align: center;
}

.content-section-title-wh h2 {
	margin-bottom: 7px;
	padding-bottom: 15px;
	font-size: 44px;
}

.content-title-main {
	margin-bottom: 15px;
	padding-bottom: 15px;
	font-size: 25px;
	font-weight: bold;
	border-bottom: solid 1px #e9e9e9;
}

.entry-body h2.content-title-uline {
	padding-bottom: 20px;
	margin-bottom: 40px;
	font-size: 34px;
	font-weight: 500;
	color: #555;
}

.entry-body h2.content-title-uline:after {
	right: 0;
	margin: auto;
}

.entry-body h2.content-title-uline:after {
	right: 0;
	margin: auto;
}

.content-title-uline {
	position: relative;
}

.content-title-uline:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 130px;
	height: 1px;
	background: #555;
}

.entry-body h3.content-title-semi {
	font-size: 36px;
	font-weight: 500;
}


/*　企業情報　TOP　*/
.company-index {
	padding: 100px 50px 0;
}

.company-index li {
	width: 48%;
	float: left;
	margin-right: 3.5%;
}

.company-index li .solution-img {
	text-align: center;
}
/*
.company-index li:last-of-type {
	float: none;
	margin-right: 0;
	margin: auto;
}
*/
.company-index li figure {
	display: block;
	width: 100%;
	margin-bottom: 7px;
}

.company-index li a figure {
/*	position: relative;*/
	display: block;
	width: 100%;
	max-height: 264px;
	overflow: hidden;
}

.company-index li a figure img {
/*	position: absolute;*/
	top: 50%;
	left: 50%;
	max-width: 130%;
	max-height: 130%;
	width: 100%;
	transition: 0.4s all;
/*	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);*/
}

.company-index li a figure img:hover {
	opacity: 1;
	transform: scale(1.1,1.1);
	transition: 0.4s all;
}

.company-index li a figure.vertical img {
	max-width: 200%;
	max-height: 200%;
}

.company-index .entry-meta .entry-date {
	width: 50%;
	float: left;
	padding-top: 3px;
	color: #999;
}

.company-index .entry-meta .entry-category {
	width: 50%;
	float: right;
	text-align: right;
}

.company-index .entry-title {
	margin-bottom: 10px;
	line-height: 1.5;
}

.company-index .labels {
	font-size: 0;
}

.company-index .labels .label {
	display: inline-block;
	width: auto;
	margin: 0 3px 3px 0;
}

.company-index-lower li {
	margin-bottom: 45px;
}

.company-index-lower li:nth-child(2n) {
	margin-right: 0;
}

/*　SDGs　TOP　*/

.sdgs_top .float_l {
	float: left;
	margin-top: 50px;
}

.sdgs_top .float_r {
	float: right;
}

.back_ground_mountain {
	background: url(https://www.dos-osaka.co.jp/company/img/sdgs_bg_mountain.png) center bottom repeat-x;
	width: 100%;
	height: 300px;
 	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #ffffff;
}

.back_ground_mountain .entry-body h3 {
	padding: 5px 15px;
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: initial;
	color: #ffffff;
	line-height: 2;
	letter-spacing: 3.5px;
	text-align: center;
}

.sdgs_top div {
	width: 47%;
}

.sdgs .content-title-sdgs {
	width: 16em;
	margin: 0;
	padding: 10px 0;
	letter-spacing: 0.05em;
	line-height: 1;
	font-size: 25px;
	font-weight: bold;
	color: #555;
	text-align: left;
}

.sdgs .icon img {
	display: block;
	margin: 3px auto;
	float: left;
	width: 50%;
	text-align: center;
}

.sdgs .entry-body {
	padding: 0 150px;
}

.sdgs .entry-body h2.content-title-uline {
	margin-bottom: 50px;
}

.sdgs section.sdgs-box:first-of-type {
	margin-top: 100px;
}

.sdgs-box .section100 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
}

.entry-body .sdgs-box:last-child .sdgs_r {
	border-bottom: none;
}

.sdgs-box .sdgs_r {
	display: block;
	padding-bottom: 25px;
	margin-bottom: 25px;
	position: relative;
}

.entry-body .sdgs-box p:last-child {
	margin-bottom: 20px;
}

.entry-body .sdgs-box p img {
	margin-top: -60px;
}

.sdgs_l, .sdgs_r {
	float:left;
}

.sdgs_l {
	width:30%;
}

.sdgs_r {
	position: relative;
	width:62%;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: none;
}

@media(max-width:800px){

.sdgs .entry-body {
	padding: 0;
}

.back_ground_mountain .entry-body h3 {
	padding: 5px 0;
	line-height: 1.8;
}

.sdgs .content-title-sdgs {
	width: 100%;
}

}

@media(max-width:740px){

.sdgs_top div {
	width: 100%;
}

.sdgs_top .float_l {
	float: none;
}

.sdgs_top .float_r {
	float: none;
	margin-top: 50px;
}

.sdgs-box .section100 {
	display: block;
}

.sdgs_r {
	width: 100%;
}

.sdgs_l {
    width: 50%;
}

}

@media(max-width:500px){

.sdgs_top .entry-body p {
	margin-bottom: 0;
}

}

/*　SDGs　ここまで　*/


.entrylist01-index {
	padding: 0 0px;
}

.entrylist01-index .entry-title a {
	color: #555;
}

.entrylist01-index ul li {
	display: table;
	width: 100%;
	padding: 20px 12%;
	border-bottom: 1px solid #efefef;
}

.entrylist01-index ul li:first-of-type {
	border-top: 1px solid #efefef;
}

.entrylist01-index-lower ul li:last-of-type {
	margin-bottom: 17px;
	padding-bottom: 17px;
	border-bottom: solid 1px #e9e9e9;
}

.entrylist01-index ul li .entry-date {
	display: table-cell;
	width: 120px;
	vertical-align: middle;
	color: #555;
}

.entrylist01-index ul li .entry-category {
	display: table-cell;
	width: 120px;
	vertical-align: middle;
}

.entrylist01-index ul li .entry-category .label {
	position: relative;
	width: 100%;
	top: -1px;
}

.entrylist01-index ul li .entry-title {
	display: table-cell;
	padding-left: 20px;
	vertical-align: middle;
	line-height: 1.5;
}

.content-section-btn {
	text-align: center;
}

.content-section-more {
	position: relative;
	display: inline-block;
    margin: 45px 0 10px 0;
}

.content-section-more a {
	display: inline-block;
	padding: 15px 50px;
	background: #fff;
	border: solid 1px #0030b5;
	color: #0030b5;
	line-height: 1;
}

.content-section-more a:hover {
	background: #fff;
}

.content-section-more a:before {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 7px;
    height: 7px;
    margin-top: -4px;
    border-top: 1px solid #0030b5;
    border-right: 1px solid #0030b5;
    content: '';
    transform: rotate(45deg);
    transition: right .3s;
}

a.events {
	border: solid 1px #7db729;
	color: #7db729;
}

a.notices {
	border: solid 1px #ff889c;
	color: #ff889c;
}

a.ss1 {
	border: solid 1px #00a5ff;
	color: #00a5ff;
}

a.public {
	border: solid 1px #f39800;
	color: #f39800;
}

a.label{
	display: inline-block;
	padding: 7px 10px;
	line-height: 1;
	border-radius: 5px;
	text-align: center;
}

a.label:hover{
	opacity: 0.5;
}

.entrylist02-index li {
	width: 23%;
	float: left;
	margin-right: 2.666666667%;
}

.entrylist02-index li:last-of-type {
	margin-right: 0;
}

.entrylist02-index li figure {
	display: block;
	width: 100%;
	margin-bottom: 7px;
	background: #f1f1f1;
	border: solid 1px #e9e9e9;
}

.entrylist02-index li figure a {
	position: relative;
	display: block;
	width: 100%;
	padding-top: 65%;
	overflow: hidden;
}

.entrylist02-index li figure a img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 130%;
	max-height: 130%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.entrylist02-index li figure.vertical a img {
	max-width: 200%;
	max-height: 200%;
}

.entrylist02-index li figure.is-noimage a img {
	max-width: 100%;
	max-height: none;
}

.entrylist02-index .entry-meta {
	margin-bottom: 5px;
}

.entrylist02-index .entry-meta .entry-date {
	width: 50%;
	float: left;
	padding-top: 3px;
	color: #999;
}

.entrylist02-index .entry-meta .entry-category {
	width: 50%;
	float: right;
	text-align: right;
}

.entrylist02-index .entry-title {
	line-height: 1.5;
}

.entrylist02-index-lower li {
	width: 31%;
	margin: 0 3.5% 50px 0;
}

.entrylist02-index-lower li:nth-child(3n) {
	margin-right: 0;
}

.noimage {
	max-width: 200px;
	height: auto;
}

.banner-list {
	position: relative;
	text-align: center;
	z-index: 1;
}

.banner-list .group {
	width: 31%;
	float: left;
	margin-right: 3.5%;
}

.banner-list .group:last-of-type {
	margin-right: 0;
}

.banner-list .group p {
	margin-top: 10px;
}

.banner-list2 {
	position: relative;
	z-index: 1;
}

.banner-list2 .group {
	padding: 0 100px;
}

.banner-list2 li {
	width: 45%;
	float: left;
	margin-right: 10%;
	margin-bottom: 8%;
}

.banner-list2 li:nth-child(2n) {
	margin-right: 0;
}

.banner-list2 li.banner-list_center:last-child {
	float: none;
	margin: 0 auto;
}

.banner-recruit {
	padding-top: 50px;
	text-align: center;
}

.entrylist03-index li {
	width: 31%;
	float: left;
	margin-right: 3.5%;
}

.entrylist03-index li:last-of-type {
	margin-right: 0;
}

.entrylist03-index li figure {
	display: block;
	width: 100%;
	margin-bottom: 7px;
	background: #f1f1f1;
	border: solid 1px #e9e9e9;
}

.entrylist03-index li figure a {
	position: relative;
	display: block;
	width: 100%;
	padding-top: 65%;
	overflow: hidden;
}

.entrylist03-index li figure a img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 130%;
	max-height: 130%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.entrylist03-index li figure.vertical a img {
	max-width: 200%;
	max-height: 200%;
}

.entrylist03-index li figure.is-noimage a img {
	max-width: 100%;
	max-height: none;
}

.entrylist03-index .entry-meta {
	margin-bottom: 5px;
}

.entrylist03-index .entry-meta .entry-date {
	width: 50%;
	float: left;
	padding-top: 3px;
	color: #999;
}

.entrylist03-index .entry-meta .entry-category {
	width: 50%;
	float: right;
	text-align: right;
}

.entrylist03-index .entry-title {
	margin-bottom: 10px;
	line-height: 1.5;
}

.entrylist03-index .labels {
	font-size: 0;
}

.entrylist03-index .labels .label {
	display: inline-block;
	width: auto;
	margin: 0 3px 3px 0;
}

.entrylist03-index .labels .tag {
	background: #f1f1f1;
}

.entrylist03-index .labels .tag:hover,
.entrylist03-index .labels .tag:visited {
	background: #f1f1f1;
}

.entrylist03-index-lower li {
	margin-bottom: 45px;
}

.entrylist03-index-lower li:nth-child(3n) {
	margin-right: 0;
}

.page-list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.page-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	width: 25%;
	text-align: center;
	background: #fff;
	border-right: solid 1px #e9e9e9;
	border-bottom: solid 1px #e9e9e9;
}

.page-list li a {
	display: block;
	width: 100%;
	padding: 25px;
	text-align: center;
	line-height: 1.5;
}

.page-list li a:hover {
	background: #e8f4fe;
}



.sub-footer .content-section {
	margin-bottom: 0;
	background: #f8f8f8;
}

.sub-footer .content-section .content-section-box {
	background: #f8f8f8;
}

.sub-footer ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	justify-content: center;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.sub-footer li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	text-align: center;
}

.sub-footer li a {
	display: block;
	width: 100%;
	padding: 25px;
	text-align: center;
	line-height: 1.5;
}



.copyright {
	font-style: italic;
}

.poweredby {
 	-webkit-box-ordinal-group: 3;
 	-ms-flex-order: 3;
 	-webkit-order: 3;
 	order: 3;
	width: 220px;
	padding-left: 15px;
}

.pagetop {
	display: none;
	position: fixed;
	z-index: 2;
	right: 40px;
	bottom: 50px;
}

.pagetop a {
	display: block;
	height: 100%;
}

.pagetop img {
	box-shadow: 0 1px 10px rgba(0, 0, 0, .17);
}

.popup-banner {
	position: fixed;
	z-index: 2;
	right: 40px;
	bottom: 25px;
	width: 474px;
	height: 191px;
	background-color: #fff;
	box-shadow: 0 1px 10px rgba(0, 0, 0, .17);
}

.popup-banner__close {
  box-sizing: border-box;
  position: absolute;
  top: -15px;
  z-index: 1;
  right: 0;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background-color: #333;
  transition: background-color ease 0.2s;
  }
  @media only screen and (max-width: 47.9375em) {
	.popup-banner__close {
	  right: 15px; } }
  @media print, screen and (min-width: 48em) {
	.popup-banner__close {
	  right: -15px; } }
  .popup-banner__close > span {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: -webkit-transform 0.2s ease;
	transition: transform 0.2s ease;
	transition: transform 0.2s ease, -webkit-transform 0.2s ease;
	}
	.popup-banner__close > span:before {
	  content: '';
	  display: inline-block;
	  width: 1px;
	  height: 15px;
	  background-color: #fff;
	  top: 8px;
	  position: absolute;
	  right: 15px; }
	.popup-banner__close > span:after {
	  content: '';
	  display: inline-block;
	  width: 15px;
	  height: 1px;
	  background-color: #fff;
	  position: absolute;
	  top: 15px;
	  left: 8px; }
  @media print, screen and (min-width: 48em) {
	.popup-banner__close:hover {
	  background-color: #0075b5; } }
  @media print, screen and (min-width: 48em) {
	.popup-banner__close:hover > span {
	  -webkit-transform: rotate(135deg) scale(1.1);
	  transform: rotate(135deg) scale(1.1);
	  } }



/* button-children-opener */
.menu__second-opener {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto 10px;
	width: 31px;
	height: 31px;
	cursor: pointer;
}
.button__second-opener {
	top: 50%;
	left: 13px;
	display: block;
	position: relative;
	vertical-align: middle;
	-webkit-transform: translateX(-5px);
	transform: translateX(-5px);
	z-index: 1;
}
.button__second-opener1, .button__second-opener2 {
	width: 15px;
	height: 1px;
	background-color: #00689f;
	position: absolute;
	transition: all 0.2s ease;
}
.button__second-opener1 {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
.button__second-opener2 {
	-webkit-transform: translateZ(0) rotate(90deg);
	transform: translateZ(0) rotate(90deg);
}
.open .button__second-opener1 {
	opacity: 0;
	transform: rotate(180deg);
}
.open .button__second-opener2 {
	transform: rotate(180deg);
}

.keyvisual-lower-title {
	margin-top: 21px;
	margin-bottom: 21px;
	text-align: center;
	color: #0030b5;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.3;
}

.keyvisual-lower-title + p {
	color: #0030b5;
	font-size: 18px;
	letter-spacing: 0.15em;
}

.keyvisual-web-title {
	margin-top: 60px;
	margin-bottom: 21px;
	text-align: center;
	font-size: 30px;
	line-height: 1.3;
}

.pager {
	text-align: center;
	overflow: hidden;
}

.pager ul {
	font-size: 0;
}

.pager ul li {
	display: inline-block;
	margin: 0 2px;
	font-size: 25px;
}

.pager ul li a {
	display: inline-block;
	padding: 10px 15px;
	text-decoration: none;
}

.pager ul li a:hover {
	text-decoration: underline;
}

.pager ul li span {
	display: inline-block;
	padding: 10px 12px;
	font-weight: bold;
}

.pager ul li.prev a  {
	position: relative;
	top: 6px;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	border-top: solid 1px #999;
	border-left: solid 1px #999;
	border-bottom: none;
	text-indent: -9999px;
	transform:rotate(-45deg);
}

.pager ul li.prev a:hover {
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
}

.pager ul li.next a  {
	position: relative;
	top: 6px;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-bottom: none;
	text-indent: -9999px;
	transform:rotate(45deg);
}

.pager ul li.next a:hover {
	border-top: solid 1px #ccc;
	border-right: solid 1px #ccc;
}

.content-column2 {
	max-width: 1440px;
	margin: 0 auto;
	padding: 50px 50px;
}

.content-column2 .content-main {
	width: 100%;
}

.content-column2 .content-section > .inner {
	padding: 0;
}

.content-column2 .entrylist01-index {
	padding: 0;
}

.content-side-section {
	margin-bottom: 20px;
}

.content-side-section-box {
	background: #fff;
}

.content-side-section-box-title {
	padding: 15px;
	font-weight: bold;
	border-bottom: solid 2px #e1e1e1;
	border-top: solid 2px #0164ac;
}

.content-side-section-box ul li a {
	display: block;
	padding: 12px 15px;
	border-bottom: solid 1px #e9e9e9;
	line-height: 1.5;
}

.content-side-section-box ul li a:hover {
	background: #dcedfa;
}

.entry .entry-header {
	margin-bottom: 20px;
}

.entry .entry-header .entry-date {
	width: 50%;
	float: left;
}

.entry .entry-header .entry-category {
	width: 50%;
	float: right;
	text-align: right;
}

.entry .entry-title {
	margin-bottom: 45px;
	padding-bottom: 40px;
	font-size: 32px;
	line-height: 1.5;
	border-bottom: solid 1px #e9e9e9;
}

.entry-body {
	font-size: 14px;
}

.entry-body a:hover {
	opacity: 0.5;
}

.sitemap .entry-body {
	position: relative;
}

.entry-body h1 {
	margin-bottom: 20px;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.5;
}

.entry-body h2 {
	padding: 3px 0 3px 0px;
	margin-bottom: 20px;
	font-size: 15px;
	font-weight: bold;
	color: #0030b5;
	line-height: 1.5;
	text-align: center;
}



.tab_body_img {
	text-align: center;
}

.entry-body .entry-body-img {
	text-align: center;
}

.entry-body .company_linkimg {
	float: right;
	vertical-align: bottom;
}

.entry-body ul {
	list-style-type: none;
	list-style: none;
}

.entry-body ul li {
	position: relative;
	margin-bottom: 12px;
	line-height: 1.3;
}

.entry-body .pointList li {
	padding-left: 17px;
}

.entry-body .pointList li:before {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	display: block;
	width: 5px;
	height: 5px;
}

ul.pointList li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 15px;
	line-height: 1.5;
}

ul.pointList li:before {
	content: "";
	position: absolute;
	top: 7px;
	left: 0;
	display: block;
	width: 4px;
	height: 4px;
	background-color: #555;
	border-radius: 1em;
}

.entry-body .pointList ul li {
	padding: 0;
	margin: 0;
}

.entry-body .pointList ul li:before {
	display: none;
}

.entry-body ul li:last-of-type {
	margin-bottom: 0;
}

.entry-body ol {
	margin-bottom: 40px;
	padding-left: 1em;
}

.entry-body ol li {
	margin-bottom: 12px;
	list-style: decimal;
	list-style-position: outside;
}

.entry-body strong {
	font-weight: bold;
}

.entry-body em {
	font-weight: bold;
}

.entry-body del {
	text-decoration: line-through;
}

.entry-body blockquote {
	margin-bottom: 40px;
	padding: 20px;
	border: solid 1px #e9e9e9;
	background: #f1f1f1;
}

.entry-body table {
	width: 100%;
	margin-bottom: 40px;
}

.news .entry-body table th {
	width: initial;
}

.entry-body .sp-scroll {
	overflow: auto;
}

.entry-body .entry-table table th {
	width: 5%;
	padding: 5px;
	border-bottom: solid 1px #e9e9e9;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	line-height: 1.5;
}

.entry-body .entry-table table td {
	padding: 5px;
	border-bottom: solid 1px #e9e9e9;
	vertical-align: middle;
	line-height: 1.5;
}

.entry-body table th {
	width: 30%;
	padding: 15px;
	border-bottom: solid 1px #e9e9e9;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	line-height: 1.5;
}

.entry-body table .sitemap_list th {
	width: 25%;
}

.entry-body table td {
	padding: 3%;
	border-bottom: solid 1px #e9e9e9;
	vertical-align: middle;
	line-height: 1.5;
}

.entry-body table td.borderNone {
	border-bottom: none
}

.socialbtns {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 15px;
	border-top: solid 1px #e9e9e9;
	border-bottom: solid 1px #e9e9e9;
	text-align: center;
}

.socialbtns .socialbtn {
	display: inline-block;
	vertical-align: top;
	margin: 0 3px;
}

.socialbtn-facebook {
	position: relative;
	top: -7px;
}

.entry-mainimage {
	margin-bottom: 45px;
	text-align: center;
}

.entry-navi .prev {
	position: relative;
	padding-left: 17px;
	display: inline-block;
	float: left;
}

.entry-navi .prev:before {
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
	width: 15px;
	height: 15px;
	border-top: solid 1px #999;
	border-left: solid 1px #999;
	transform:rotate(-45deg);
}

.entry-navi .next {
	position: relative;
	display: inline-block;
	float: right;
	padding-right: 17px;
}

.entry-navi .next:before {
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	right: 0;
	width: 15px;
	height: 15px;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	transform:rotate(45deg);
}

.categorylist {
	margin-bottom: 45px;
}

.categorylist .categorylist-title {
	width: 80px;
	float: left;
	padding-top: 3px;
	font-weight: bold;
}

.categorylist .categorylist-body {
	margin-left: 100px;
}

.categorylist .categorylist-body li {
	display: inline-block;
	margin: 0 3px 10px 0;
}

.categorylist .categorylist-body li a {
	display: inline-block;
	padding: 3px 10px;
	border: solid 1px #e1e1e1;
	font-size: 12px;
	border-radius: 3px;
}

.categorylist .categorylist-body li a:hover {
	background: #f1f1f1;
}

.categorylist .categorylist-body li.is-active a {
	background: #f1f1f1;
}

.entry-bottom-buttons {
	text-align: center;
}

a.btn {
	display: inline-block;
	padding: 7px 15px;
	background: #0030b5;
	color: #fff;
	border-radius: 3px;
}

a.btn:hover {
	background: #004e9c;
}

a.btn-large {
	padding: 12px 20px;
}

a.btn-primary {
	background: #feaa09;
}

a.btn-primary:hover {
	background: #e59702;
}

.entry-bottom-buttons .btn {
	width: 260px;
	margin: 0 5px;
}

.event-detail {
	margin-bottom: 50px;
}

.event-detail .entry-body {
	width: 49%;
	float: left;
}

.event-detail .event-excerpt {
	width: 49%;
	float: right;
}

.event-excerpt table {
	width: 100%;
	border-top: solid 1px #e1e1e1;
	border-left: solid 1px #e1e1e1;
}

.event-excerpt table th {
	padding: 12px 12px;
	border-right: solid 1px #e1e1e1;
	border-bottom: solid 1px #e1e1e1;
	background: #f9f9f9;
	vertical-align: middle;
	font-weight: bold;
}

.event-excerpt table td {
	padding: 12px 17px;
	border-right: solid 1px #e1e1e1;
	border-bottom: solid 1px #e1e1e1;
	vertical-align: middle;
}

.entry .entry-title-event {
	margin-bottom: 20px;
	padding-bottom: 0;
	text-align: center;
	border-bottom: none;
}

.event-detail-header {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: solid 1px #e9e9e9;
}

.event-labels {
	text-align: center;
}

.event-labels .tag {
	background: #f1f1f1;
}

.event-labels .tag:hover,
.event-labels .tag:visited {
	background: #f1f1f1;
}

.subtitle-with-border {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
}

.subtitle-with-border span {
	display: inline-block;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: solid 3px #e9e9e9;
}

.event-lecturer {
	margin-bottom: 30px;
}

.event-lecturer ul li {
	width: 48%;
	float: left;
	margin: 0 4% 30px 0;
}

.event-lecturer ul li:nth-child(2n) {
	margin-right: 0;
}

.event-lecturer ul li figure {
	display: inline-block;
	width: 200px;
	float: left;
	margin: 0 20px 15px 0;
}

.event-lecturer ul li .position {
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 1.5;
}

.event-lecturer ul li .name {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}

.event-lecturer ul li .profile {
	font-size: 13px;
}

.event-program {
	padding: 0 80px;
}

.event-program-list {
	border-left: solid 3px #e9e9e9;
	padding-left: 25px;
}

.event-program-list .name {
	position: relative;
	top: -5px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
}

.event-program-list h3:before {
	content: "";
	position: absolute;
	top: 5px;
	left: -34px;
	width: 14px;
	height: 14px;
	background: #0030b5;
	border-radius: 50%;
}

.event-program-list .lecturer {
	margin-bottom: 10px;
}

.event-program-list .excerpt {
	margin-bottom: 40px;
	font-size: 13px;
}

.event-program ul {
	border-left: solid 3px #e9e9e9;
}

.event-program ul li {
	position: relative;
	margin-bottom: 40px;
	padding-left: 25px;
}

.event-program ul li:last-of-type {
	margin-bottom: 0;
}

.event-program ul li:before {
	content: "";
	position: absolute;
	top: 0;
	left: -10px;
	width: 14px;
	height: 14px;
	background: #0030b5;
	border-radius: 50%;
}

.event-program ul li .name {
	position: relative;
	top: -5px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
}

.event-program ul li .lecturer {
	margin-bottom: 10px;
}

.event-program ul li .excerpt {
	font-size: 13px;
}

/*　問い合わせページデザイン　*/
.inquire_body h3 {
padding: 9px 15px;
margin-top: 15px;
font-size: 15px;
background: #e1e7ee;
line-height: 1.5;
text-align: center;
}

.inquire_body #age {
	width: 20%;
	padding: .67857143em 1em;
	font-size: 1em;
	background: #fff;
	border: 1px solid #e1e7ee;
	color: #555;
	border-radius: .28571429rem;
	font-family: -apple-system,BlinkMacSystemFont,Hiragino Kaku Gothic ProN,Hiragino sans,Meiryo,sans-serif;
	line-height: 1.21428571em;
}

.inquire .content-section-box .inner .entry {
	    padding: 0 150px;
}

.inquire .content-section-box .inner .entry .comments-open-content {
	padding: 20px 45px ;
	border-radius: .28571429rem;
}

.inquire .content-section-box .inner .entry .comments-open-content .inquire_body {
	padding: 0 9%;
}

#mail_form .checkbox input {
	width: 20px;
}

#mail_form .checkbox label {
	width: auto;
}

span.form_req {
	margin: auto 5px;
	color: #c00;
	font-size: 100%;
}

#mail_form #mail-form-footer input {
	padding:1em 3em;
	margin: 0 auto;
	border: none;
	font-size: 1.3em;
	border-radius: 0.3em;
	cursor: pointer;
	transition: all .2s;
	max-width: 300px;
	width: 100%;
	display: inline-block;
	box-sizing: border-box;
	background: #ffb900;
	color: #fff;
}

/* 入力項目の例色指定 */
::placeholder {
	color: #aaa;
}

input:focus::-webkit-input-placeholder {
	color: transparent;
}
input:focus::-moz-placeholder {
	color: transparent;
}
input:focus::-ms-input-placeholder {
	color: transparent;
}
input:focus::placeholder {
	color: transparent;
}

/* 旧Edge対応 */
::-ms-input-placeholder {
	color: #aaa;
}

/* IE対応 */
:-ms-input-placeholder {
	color: #aaa;
}

.inquire select {
	width: 40%!important;
}

#mail_form label ,
#mail_form p.row span ,
#mail_text {
	width: 100%;
}

#mail_form input ,
.inquire select ,
#mail_text {
	width: 100%;
	padding: .67857143em 1em;
	font-size: 1em;
	background: #fff;
	border: 1px solid #e1e7ee;
	color: #555;
	border-radius: .28571429rem;
	font-family: -apple-system,BlinkMacSystemFont,Hiragino Kaku Gothic ProN,Hiragino sans,Meiryo,sans-serif;
	line-height: 1.21428571em;
}

#mail_form p {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%!important;
}

#mail_form .row {
    padding: 1rem 0;
}

/* ------------------------------------------
				  ClearFix
------------------------------------------ */

.group,
.clear {
	zoom:1;
}

.group:after,
.clear:after {
	content: "";
	display: block;
	clear: both;
}


/* ------------------------------------------
		for レスポンシブ
------------------------------------------ */

@media print, screen and (min-width: 61.25em){

	.tabs {
		padding: 73px 12% 0;
	}

	.outline.tabs {
		padding: 0;
	}
}

@media print, screen and (min-width: 80em){

	.tabs {
	margin: 0 auto;
	padding: 73px 22% 0 ;
	}

	.outline.tabs {
	margin: 0 auto;
	padding: 0 ;
	}

}

@media print, screen and (min-width: 100em){

}

/* ------------------------------------------
				for small pc
------------------------------------------ */

@media(max-width:1300px){

	.sdgs .entry-body {
		padding: 0;
	}

}


@media(max-width:1000px){

	.pcNone
	{
		display: block !important;
	}

	.smpcNone
	{
		display: none !important;
	}

	.content-section > .inner {
		padding: 0 20px;
	}

	.content-column2 {
		max-width: 1440px;
		margin: 0 auto;
		padding: 0 20px;
	}

	.content-column2 .content-main {
		width: 100%;
		float: none;
	}

	.content-column2 .content-side {
		width: 100%;
		float: none;
		margin-top: 0;
	}

	.content-section-box .inner {
		padding: 0 20px 20px 20px;
	}

	.categorylist {
		margin-bottom: 30px;
	}

	.event-program {
		padding: 0;
	}

	.tabs {
		padding: 73px 12% 0 ;
	}

	.outline.tabs {
		padding: 0 ;
	}

	.tab_item {
		font-size: 16px;
	}

	.poweredby {
		width: 150px;
	}

	.inquire .content-section-box .inner .entry {
		padding: 0 50px ;
	}

}

/* ------------------------------------------
				for tablet
------------------------------------------ */

@media(max-width:800px){

    .smpcNone {
        display: block !important;
    }

	.tbNone
	{
		display: none !important;
	}

	.tbBlock
	{
		display: block !important;
	}

	button:before {
		display: none;
	}

	.keyvisual {
		margin-top: 65px;
	}

	#dos_top .keyvisual-image  {
		margin-bottom: 0;
	}

	.company .keyvisual-image {
		height: 240px;
	}

	.organization .keyvisual-image ,
	.vision .keyvisual-image ,
	.outline .keyvisual-image {
		height: 150px;
	}


	.tab_content {
	padding: 0;
	}

	.news .sp-width table {
	width: 790px;
	}

	.table_sp {
	}
	.table_sp th,
	.table_sp td{
		display: block;
	}

	.entrylist01-index {
		padding: 0;
	}

	.entrylist01-index ul li {
		display: block;
		width: 100%;
		margin-bottom: 15px;
		padding-bottom: 15px;
	}

	.entrylist01-index ul li .entry-date {
		display: inline-block;
	}

	.entrylist01-index ul li .entry-category {
		display: inline-block;
	}

	.entrylist01-index ul li .entry-title {
		display: block;
		margin-top: 7px;
		padding-left: 0;
	}

	.entrylist02-index li {
		width: 48%;
		float: left;
		margin-right: 4%;
		margin-bottom: 30px;
	}

	.entrylist02-index li:nth-child(2n) {
		margin-right: 0;
	}

	.entrylist03-index li:nth-child(1) {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 30px;
	}


	.banner-list2 .group {
		padding: 0;
	}


	.entrylist03-index li:nth-child(1) figure a {
		height: 300px;
	}

	.entrylist03-index li:nth-child(2) {
		width: 48%;
		margin-right: 4%;
	}

	.entrylist03-index li:nth-child(3) {
		width: 48%;
		margin-right: 0;
	}

	.keyvisual-title {
		padding: 60px 15px 120px;
	}

	.keyvisual-lower-title {
	margin-bottom: 15px;
	font-size: 25px;
	}

	.pager ul li {
		font-size: 20px;
	}

	.pager ul li a {
		padding: 7px 12px;
	}

	.entrylist02-index-lower li {
		margin-bottom: 30px;
	}

	.entrylist02-index-lower li:nth-child(3n) {
		margin-right: 4%;
	}

	.entrylist02-index-lower li:nth-child(2n) {
		margin-right: 0;
	}

	.entry-body {
	padding: 50px 20px;
	}

	.event-detail .entry-body {
		width: 100%;
		float: none;
	}

	.event-detail .event-excerpt {
		width: 100%;
		float: none;
	}

	.subtitle-with-border span {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}

	.event-lecturer ul li {
		width: 100%;
		float: none;
		margin: 0 0 20px 0;
	}

	.event-lecturer ul li figure {
		display: inline-block;
		width: 200px;
		float: left;
		margin: 0;
	}

	.event-lecturer .event-lecturer-detail {
		margin-left: 220px;
	}

	.event-program ul li {
		margin-bottom: 30px;
		padding-left: 20px;
	}


	.poweredby {
		width: 50%;
		text-align: right;
	}

	.poweredby img {
		max-width: 200px;
	}

}

/* ------------------------------------------
				for sp
------------------------------------------ */

@media(max-width:500px){

	.smpcNone , .tbNone 
	{
		display: block !important;
	}

	.spNone
	{
		display: none !important;
	}

	.keyvisual-title-logo img {
		max-width: 100%;
	}

	.keyvisual-title-top {
		padding: 40px 15px 80px;
	}

	.content-section {
		position: relative;
		margin-bottom: 30px;
		z-index: 1;
	}

	.content-section > .inner {
		padding: 0 10px;
	}

	.content-section-box .inner {
		padding: 0 20px 20px 20px;
	}

	.inquire .content-section-box .inner .entry .comments-open-content {
 		padding: 20px 0;
	}

	.inquire .content-section-box .inner .entry .comments-open-content .inquire_body {
 		padding: 0;
	}

	.content-title-main {
		font-size: 20px;
	}

	.content-section-more a {
		position: static;
		display: inline-block;
		width: 100%;
		padding: 15px 40px;
	}

	.content-section-title {
		margin-bottom: 20px;
	}

	.content-section-title-ja {
		padding-top: 30px;
		font-size: 20px;
	}

	.banner-recruit {
		padding-top: 0;
	}

	.content-section-title-wh {
		    top: 41%;
	}

	.content-section-title-wh h2 {
		padding-bottom: 0;
		font-size: 20px;
	}

	.entrylist01-index ul li .entry-date {
		width: auto;
		margin-right: 5px;
	}

	.entrylist02-index li {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 30px;
	}

	.entrylist02-index li:last-of-type {
		margin-bottom: 0;
	}

	.banner-list .group {
		width: 99%;
		float: none;
		margin-top: 20px;
		margin-right: 0;
	}

	.banner-list2 li {
		width: 90%;
		float: none;
		margin: 8% auto 0;
	}

	.banner-list2 li:nth-child(2n) {
		margin: 8% auto 0;
	}

	.entrylist03-index li {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 30px;
	}

	.entrylist03-index li:nth-child(1) figure a {
		height: 200px;
	}

	.entrylist03-index li:nth-child(2),
	.entrylist03-index li:nth-child(3) {
		width: 100%;
	margin-right: 0;
	}

	.entrylist03-index li:last-of-type {
		margin-bottom: 0;
	}

	.page-list li {
		width: 50%;
	}

	.page-list li a {
		padding: 15px;
	}

	.sub-footer li a {
		padding: 0 0 15px;
	}

	.keyvisual-title {
	padding: 60px 15px 60px;
	}

	.content-column2 {
	padding: 0 10px;
	}

	.pager ul li a {
	padding: 4px 8px;
	}

	.keyvisual-lower-title {
	font-size: 20px;
	}

	.entry .entry-title {
		margin-bottom: 20px;
		padding-bottom: 15px;
		font-size: 20px;
	}

	.entry .entry-header {
	margin-bottom: 10px;
	}

	.sdgs .entry-body ,
	.entry-body {
	padding: 20px 0;
	}

	.entry-body h1 {
	margin-bottom: 10px;
	font-size: 20px;
	}

	.entry-body p {
	margin-bottom: 30px;
	}

	.entry-body h2 {
	padding: 3px 0 3px 12px;
	margin-bottom: 10px;
	font-size: 18px;
	}

	.entry-body h3 {
	padding: 7px 12px;
	margin-bottom: 10px;
	font-size: 16px;
	}

	.company-index h4 ,
	.entry-body h4 {
	margin-bottom: 10px;
	font-size: 15px;
	}

	.entry-body .table_sp  .thumb {
	margin-bottom: 30px;
	}

	.entry-body .table_sp  ul {
	margin-bottom: 0;
	}

	.entry-body ul {
	margin-bottom: 30px;
	}

	.entry-body ol {
	margin-bottom: 30px;
	}

	.entry-body blockquote {
		margin-bottom: 30px;
		padding: 15px;
	}

	.entry-body table {
		margin-bottom: 30px;
		font-size: 13px;
	}

	.entry-body table th {
		padding: 10px;
		min-width: 80px;
	}

	.entry-body table td {
		padding: 10px;
	}

	.pager {
		margin-top: 15px;
	}

	.categorylist .categorylist-title {
	width: 100%;
	float: none;
	padding-top: 0;
		padding-bottom: 15px;
		margin-bottom: 15px;
		text-align: center;
		border-bottom: solid 1px #e1e1e1;
	}

	.categorylist .categorylist-body {
	margin-left: 0;
	}

	.categorylist .categorylist-body li {
	margin: 0 1px 7px 0;
	}

	.categorylist .categorylist-body li a {
		font-size: 10px;
	}

	.entry-bottom-buttons a.btn {
		display: block;
		width: 100%;
		margin: 0 0 10px 0;
	}

	.entry .entry-title-event {
		margin-bottom: 10px;
		padding-bottom: 0;
	}

	.event-labels {
	margin-bottom: 20px;
	padding-bottom: 20px;
	}

	.event-labels .label {
		margin: 0 2px 5px 0;
	}

	.event-excerpt table {
		font-size: 13px;
	}

	.event-excerpt table th,
	.event-excerpt table td {
		line-height: 1.5;
	}

	.event-lecturer ul li figure {
	width: 100px;
		margin: 0 20px 10px 0;
	}

	.event-lecturer .event-lecturer-detail {
		margin-left: 0;
	}

	.event-lecturer ul li .profile {
		line-height: 1.5;
	}

	.event-program ul li .excerpt {
		line-height: 1.5;
	}

	.subtitle-with-border {
		font-size: 23px;
		font-weight: bold;
		text-align: center;
	}

	.event-program ul li .name {
		font-size: 18px;
	}

	.tab_item {
		width: 90%;
		height: 50px;
		margin: 0 5% 10px;
	}

	.tabs {
		padding: 0;
	}

	.tabs .content-section {
		padding: 50px 20px;
	}

	.tabs .content-section {
		padding: 50px 20px;
	}

	.poweredby {
		width: 50%;
		padding-left: 20px;
		text-align: right;
	}

	.poweredby img {
		max-width: 100%;
	}

	.company-index li{
		width: 100%;
		float: none;
	}

}