
@charset "utf-8";

/* -------------------------------------
common
------------------------------------- */

html {
    -webkit-text-size-adjust:none;
    font-size:62.5%;
    height:100%;
    margin-top:0!important;
}
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
body {
	min-width:320px;
	margin:0;
	padding:0;
	-webkit-text-size-adjust:none;
	height: 100%;
	font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	overflow:scroll;
}

body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td,p {margin:0; padding:0;}
input, textarea {margin:0; font-size:100%;}
label { cursor:pointer;}
table { border-collapse:collapse; border-spacing:0; font-size:100%;}
fieldset, img { border:0;}
address, caption, cite, code, dfn, em, th, var { font-style:normal; font-weight:normal;}
ol, ul { list-style:none;}
caption, th { text-align:left;}
h1 { font-size:100%; font-weight:normal;}
h2, h3, h4, h5, h6 { font-size:100%;}
q:after, q:before { content:'';}
abbr, acronym { border:0;}
img { vertical-align:top; height:auto; }
i { font-style:normal; }


header, footer, nav, section, aside, article{display:block;}


a {
	color: #0483db;
	text-decoration:none;
}

a:hover,a:active,a:focus {
	color: #0483db;
	text-decoration:underline;
}
.blockLink {
	cursor:pointer;
}

.container{
	/*コンテンツ背景を下まで伸ばす場合 少し不具合*/
/*	height: 97%;*/
	height: 100%;
}

a{color:#323232;}

a,
a:visited,
a:link
 {
    text-decoration: none;
}

a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

a:hover,a:active,a:focus {
	text-decoration:none;
	color: #323232;
}

.file_link a[href$=".pdf"]:before{
    content: " ";
    position: relative;
    top: 5px;
    display: inline-block;
    width: 25px;
    height: 24px;
    background: url(../images/common/icon_pdf.png) no-repeat left center;
    background-size: 20px;
}

h3 a[href$=".pdf"]:after,
dd a[href$=".pdf"]:after{
    content: " ";
    position: relative;
    top: 5px;
    left: 5px;
    display: inline-block;
    width: 25px;
    height: 24px;
    background: url(../images/common/icon_pdf.png) no-repeat left center;
    background-size: 20px;
}

.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright { float: right; }
.alignleft { float: left; }

.wrap {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

/* ---20240104 お知らせ追加--- */
.announce {
    background-color: #007BC7;
    color: #fff;
    margin: 3px auto 10px;
    text-align: center;
    padding: 9px;
}

.announce h3 {
    font-weight: bold;
    margin-bottom: 8px;
}

.announce a {
    color: #fff;
}

/* ----- common ----- */

.pc_mode{display:block;}
.sp_mode{display:none;}
.sp350_mode{display:none;}

/* ----- breadcrumb ----- */
.breadSection{
    background:url(../images/common/stripe01.png) ;
    background-size:10px;
}

.breadcrumb{
    max-width:1200px;
    margin:0 auto;
	font-size: 1.2rem;
	padding: 12px 0;
}
.breadcrumb ul{
	padding-left:0;
	margin:0 auto 0 auto;
}
.breadcrumb li{
	display:inline;
}
.breadcrumb li:after{
	content: '>';
	padding: 0 3px;
}
.breadcrumb li:last-child:after{
	content: '';
}


/* ----- button ----- */
.btn {
  display: inline-block;
  width: 200px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
}
.btn::before,
.btn::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.btn,
.btn::before,
.btn::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}



.btn01 {
  background-color: #FFF;
  color: #323232;
  border:2px solid #323232;
}
.btn01:hover {
  background-color: #323232;
  color:#FFF;
}

.btn02 {
    width: 143px;
    height: 35px;
    line-height: 32px;
    background: #f28c00;
    color: #FFF;
    font-size: 13px;
    border: 2px solid #f28c00;
    letter-spacing: 2px;
}


.btn02:hover,
.btn02:visited:hover{
  background-color: #FFF;
  color:#f28c00;
}

.btn02:visited{
    color:#FFF;
}

.accordionbox{
    width: 100%;
    margin: 10px auto 40px;
}
.accordionlist dt{
    position: relative;
    display:block;
    background: #fff;
    margin-bottom:4px;
}
.accordionlist dt:first-child{
    border-top: none !important;
}
.accordionlist dt .title{
    padding-left: 10px;

}
.accordionlist dd{
    display:none;
    background: #fff;
    padding:0 0 20px 15px;
}
.accordion_icon,
.accordion_icon span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}
.accordion_icon {
    position: absolute;
    top:20px;
    right:10px;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background: #fd8300;
}
.accordion_icon span {
    position: absolute;
    left: 6px;
    width: 50%;
    height: 2px;
    background-color:#FFF;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}
.accordion_icon span:nth-of-type(1) {
    top: 9px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion_icon span:nth-of-type(2) {
    top: 9px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
/*＋、－切り替え*/
.accordion_icon.active span:nth-of-type(1) {
    display:none;
}
.accordion_icon.active span:nth-of-type(2) {
    top: 9px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

/* ----- pagetop ----- */

#page-top {
    position: fixed;
    bottom: 0;
    right: 0;
    font-size: 77%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 60px;
    padding: 15px 0;
    text-align: center;
    display: block;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}

/* -------------------------------------
  header
------------------------------------- */

header {
	border-top:5px solid #f08200;
}

header .wrap{
	width:1200px;
}

.header_inner {
    padding-top: 38px;
    box-sizing: border-box;
    height: 98px;
}

.header_inner h1{
    float: left;
}

header h1 a {
	display: block;
}

header .header_menu{
	font-size: 1.3rem;
	float:right;
}

header .header_menu li {
    font-size: 1em;
    float: left;
    padding: 0 30px;
    line-height: 15px;
    letter-spacing: 1px;
    border-left: 1px dotted #949494;
}

header .header_menu li:last-child {
    border-right: 1px dotted #949494;
}

header .active a{
	color: #d87717;
}

header a:hover{
	color: #d87717;
}
.header_menu_btn {
	position: relative;
	  top: -2px;
	  width: 80px;
	  border:1px solid #FFF;
	  padding: 0px 30px 0px 24px;
	  background: rgba(251,171,0,1);
	  background: -moz-linear-gradient(left, rgba(251,171,0,1) 0%, rgba(241,129,0,1) 98%, rgba(240,128,0,1) 100%);
	  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(251,171,0,1)), color-stop(98%, rgba(241,129,0,1)), color-stop(100%, rgba(240,128,0,1)));
	  background: -webkit-linear-gradient(left, rgba(251,171,0,1) 0%, rgba(241,129,0,1) 98%, rgba(240,128,0,1) 100%);
	  background: -o-linear-gradient(left, rgba(251,171,0,1) 0%, rgba(241,129,0,1) 98%, rgba(240,128,0,1) 100%);
	  background: -ms-linear-gradient(left, rgba(251,171,0,1) 0%, rgba(241,129,0,1) 98%, rgba(240,128,0,1) 100%);
	  background: linear-gradient(to right, rgba(251,171,0,1) 0%, rgba(241,129,0,1) 98%, rgba(240,128,0,1) 100%);
	  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbab00', endColorstr='#f08000', GradientType=1 );
	  /* width: 0%; */
}
.header_menu_btn .btn-text{
	color: #fff;
	font-size: 1.2rem;
	letter-spacing: 2px;
	font-weight: bold;
}
.header_menu_btn .arrow{
	right:26px;
	width: 8px;
	height: 8px;
	border: 1px solid;
	border-color: #fff #fff transparent transparent;
}

.header_menu_btn .btn-child{
	background-color:#FFF;
	width:0%;
	height:100%;
	transition:all 0.3s;
}
.header_menu_btn:hover {
	    border:1px solid #d97717;
}

.header_menu_btn:hover .arrow{
	border-color: #d97717 #d97717 transparent transparent;
}

.header_menu_btn:hover .btn-text{
	color:#d97717;
	transition:all 0.3s;
}
.header_menu_btn:hover .btn-child{
	width:100%;
	transition:all 0.3s;
}



header .header_sub_menu li:last-child {
    border-right:0;
}

header .header_sub_menu li:last-child a {
    border-bottom:0;
}

/* ----- sa ----- */

.sa,
.sa2 {
  opacity: 0;
  transition: all .5s ease;
}

.sa.show {
  opacity: 1;
  transform: none;
}

.sa--lr {
  transform: translate(-100px, 0);
}

.sa--rl {
  transform: translate(100px, 0);
}

.sa--up {
  transform: translate(0, 100px);
}

.sa--down {
  transform: translate(0, -100px);
}

.sa--scaleUp {
  transform: scale(.5);
}

.sa--scaleDown {
  transform: scale(1.5);
}

.sa--rotateL {
  transform: rotate(180deg);
}

.sa--rotateR {
  transform: rotate(-180deg);
}

/* -------------------------------------
  footer
------------------------------------- */

footer{
	background: #f08200;
	color:#FFF;
}

footer a{
	color:#FFF;
}

footer a:hover{
	color:#FFF;
	text-decoration: underline;
}

.footer_inner{
	padding:25px 0;
}

.footer_list01,
.footer_list02{
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
}

.footer_list01{
    max-width: 400px;
    font-size: 14px;
    padding: 10px 0;
    margin: 0 auto;
}

.footer_list02{
    max-width: 500px;
    font-size: 13px;
    margin: 0 auto;
}

.footer_contact_btn {
    margin: 20px auto;
}

.footer_contact_btn a{
    width: 220px;
    display: block;
    margin: 0 auto;
    padding: 7px 0;
    background: #eea65a;
    font-size: 14px;
    text-align: center;
}
.footer_contact_btn a i{
    padding-right:5px;
}


.copyright {
    text-align: center;
    display: block;
    font-size: 10px;
    letter-spacing: 2px;
    font-weight: lighter;
}

/* -------------------------------------
  index
------------------------------------- */

.mainvisual .wrap{
	width:1200px;
}

.mainvisual_image {
    position: relative;
    height: 580px;
}

.mainvisual_image img {
    position: absolute;
    right:0;
    border-bottom: 5px solid #f08100;
}

.mainvisual_title {
    position: absolute;
    left: 0;
    top: 0;
    width: 400px;
    padding-top:180px;
    color: #323232;
}

.mainvisual_title h3{
    font-size: 24px;
}

.mainvisual_title h3 img{
   width:100%;
}

.mainvisual_title p{
    font-size: 14px;
    padding: 20px 0;
    width:320px;
    margin:0 auto;
    line-height: 2;
}

.scroll {
    text-align: center;
    margin: 20px 0 50px;
}

.index_contents {
    padding: 50px 0;
}

.bg01{
	background:#f7f8f8;
}

.index_contents {
	padding:80px 0;
}

.index_more_btn {
    text-align: right;
}

.index_news .contents_title,
.index_topics .contents_title{
    margin:60px 0 0;
}

.index_news dl,
.index_topics dl{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top:1px solid #CCC;
    margin:30px 0;
}

.index_news dt,
.index_topics dt{
	width:22%;
	padding:25px 0;
	border-bottom:1px solid #CCC;
}

.index_news dd,
.index_topics dd{
	width:78%;
	padding:25px 0;
	border-bottom:1px solid #CCC;
}

.index_news_time{
    width: 135px;
    display: inline-block;
}

.index_news,
.index_topics {
    padding: 30px 0 80px;
}

.index_recruit {
    background: url(../images/top/recruit_bg_pc.jpg) no-repeat;
    background-size: cover;
}

.index_recruit p{
    width: 500px;
    margin: 0 auto;
    text-align: center;
    color: #FFF;
    font-size: 14px;
    line-height: 2;
}

.index_recruit .more_btn {
    text-align: center;
}

.index_recruit .more_btn a {
    letter-spacing: 2px;
    padding: 25px 0;
    display: block;
    background: #FFF;
    box-sizing: border-box;
    color: #323232;
    width: 250px;
    height:65px;
    margin: 0 auto;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.index_recruit .more_btn a:after {
    content: "";
    background: #f08200;
    padding: 2px;
    width: 20px;
    height: 1px;
    display: block;
    margin: auto 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

.index_recruit .more_btn a:hover {
    background:#f08200;
    color: #FFF;
}

.index_recruit .more_btn a:hover:after {
    content: "";
    background: #FFF;
}



/* -------------------------------------
  news
------------------------------------- */

.contents_title{
	margin:60px 0;
}

.contents_title h3{
	text-align:center;
}

.contents_title h3:after {
    content: "";
    background: #f08200;
    padding: 2px;
    width: 30px;
    display: block;
    margin: 20px auto 0;
}

.contents_title h4 {
    text-align: center;
    margin: 40px auto 10px;
    font-size: 18px;
    letter-spacing: 2px;
}

.category_contents{
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
}

.category_contents .side_menu{
	width:250px;
}

.category_contents .main_contents{
	width:870px;
}

.category_contents article{
	padding: 30px 0;
	border-bottom: 1px solid #CCC;
}

.category_contents article p{
	color: #5f5f5f;
	font-size: 14px;
	margin-bottom:20px;
}

.category_contents article h3{
	font-size: 17px;
}

.category_tag {
  width: 55px;
  display: inline-block;
  margin: 0 0 0 30px;
  padding: 3px 8px;
  background: #CCC;
  font-size: 12px;
  letter-spacing: 1px;
  text-align: center;
}

.tag_news{
	background: #7cc16d;
	color:#FFF;
}
.tag_press{
	background: #f08200;
	color:#FFF;
}
.tag_group{
	background: #00aacb;
	color:#FFF;
}

.side_menu h3 {
  background: #f1f1f1;
  padding: 10px 10px 10px 20px;
  height: 60px;
  box-sizing: border-box;
  line-height: 43px;
  position: relative;
}

.side_menu h3:after {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  content: "";
  background: #f08200;
  padding: 2px;
  height: 24px;
  display: block;
}

.side_menu ul {
  margin-bottom:40px;
}

.side_menu li a {
  padding: 15px 10px;
  border-bottom: 1px solid #CCC;
  display: block;
  font-size: 15px;
  position: relative;
}

.side_menu li a:before {
  content: "-";
	margin-right:10px;
}

.side_menu_dropdown{
  margin: 10px auto;
}

.wrap.newsrelease{
  width:980px;
  padding-bottom:140px;
}

.newsrelease .archiveLink{
  margin:0 0 80px;
}

.newsrelease .archiveLink select{
  padding:10px 30px;
  font-size: 87.5%;
  appearance:menulist;
  border:1px solid #afafaf;
  border-radius:5px;
  background:#fff;
}

.newsrelease .main_contents#newsList{
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  column-gap:60px;
  row-gap:60px;
}

.newsrelease #newsList article{
  border-radius:10px;
  box-shadow:0 3px 6px rgba(0,0,0,.16);
  display:flex;
}

.newsrelease #newsList article a{
  display:block;
  padding:25px 45px 110px;
  position:relative;
  transition:all .3s;
  width:100%;
}

.newsrelease article a:hover{
  text-decoration:underline;
  opacity:.6;
}

.newsrelease #newsList article a::after{
  border:2px solid #ccc;
  border-radius:50%;
  content:"\f061";
  color:#ccc;
  display:inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size:13px;
  line-height:1;
  padding:6px 7px;
  position:absolute;
  right:45px;
  bottom:35px;
}

.newsrelease #newsList article h3{
  font-size: 125%;
}

.newsrelease #newsList article p{
	color: #5f5f5f;
}

.newsrelease #newsList article .category{
	margin-bottom:20px;
}

.newsrelease .category_tag {
  border-radius:1em;
  font-size: 87.5%;
  margin: 0;
  padding:5px 10px;
  width: 88px;
}

.newsrelease article .time{
  font-size: 87.5%;
}

.newsrelease #newsList article .time{
  position:absolute;
  left:45px;
  bottom:35px;
}

.newsrelease .more{
  background:#f08200;
  border-radius:10px;
  color:#fff;
  cursor:pointer;
  font-size:112.5%;
  margin:80px 0 0;
  padding:.8em 1em;
  text-align:center;
  transition:all .3s;
}

.newsrelease .more.loading{
  pointer-events:none;
  opacity:.3;
}

.newsrelease .more:hover{
  opacity:.6;
}

.newsrelease .more::after{
  display:inline-flex;
  justify-content:center;
  align-items:center;
  background:#fff;
  border-radius:50%;
  color:#f08200;
  content:"\FF0B";
  margin:0 0 0 1em;
  width:30px;
  height:30px;
}

.newsrelease .entry{
  width:720px;
  margin:0 auto;
}

.newsrelease .entryHeader{
  margin:40px 0 70px;
}

.newsrelease .entryHeader .meta{
  display:flex;
  align-items:flex-end;
  column-gap:20px;
  margin:0 0 20px;
}

.newsrelease .entryHeader .companyName{
  text-align:right;
}

.newsrelease .entryBody{
  counter-reset:headingcount;
}

.newsrelease .entryBody > *{
  margin:2em 0 .5em;
}

.newsrelease .entry h1{
  font-size:160%;
  font-weight:bold;
  margin:0 -240px 2em;
  text-align:center;
}

.newsrelease .entry a{
  color:#00aacb;
  text-decoration:underline;
  transition:all .3s;
}

.newsrelease .entry a:hover{
  opacity:.6;
  text-decoration:none;
}

.newsrelease .entryBody h2{
  border-bottom:1px solid #ebebeb;
  font-size:112.5%;
  font-weight:normal;
  margin:3em 0 1em;
  padding:0 0 .5em;
}

.newsrelease .entryBody h3{
  font-size:112.5%;
  font-weight:normal;
  margin:1.5em 0 .5em;
}

.newsrelease .entryBody h3::before{
  color:#f08200;
  content:"\25CF";
  font-size:150%;
  margin-right:5px;
}

.newsrelease .entryBody h3.underline,
.newsrelease .entryBody h4.underline{
  position:relative;
}

.newsrelease .entryBody h3.underline span,
.newsrelease .entryBody h4.underline span{
  border-bottom:1px solid #000;
}

.newsrelease .entryBody h2 + h3,
.newsrelease .entryBody h3 + h4,
.newsrelease .entryBody h2 + .wp-block-group h3{
  margin-top:0;
}

.newsrelease .entryBody h4{
  font-weight:normal;
  margin:1.5em 0 .5em;
}

.newsrelease .entryBody h4::before{
  color:#ffbf77;
  content:"\25A0";
  font-size:90%;
  margin-right:5px;
}

.newsrelease .entryBody .wp-block-group h5{
  font-weight:normal;
  position:relative;
  padding:0 0 0 1.2em;
}

.newsrelease .entryBody .wp-block-group h5::before{
  color:#f08200;
  counter-increment:section;
  content:counter(section);
  float:left;
  margin:0 .2em 0 -1.2em;
}

.newsrelease .entryBody .wp-block-group.level{
  counter-reset:headingcount2;
}

.newsrelease .entryBody .count,
.newsrelease .entryBody .count2{
  font-size:1em;
  font-weight:normal;
  color:inherit;
  margin:2em auto .5em;
  border-bottom:none;
}

.newsrelease .entryBody .count::before{
  counter-increment:headingcount;
  content:counter(headingcount) ".";
  margin-right:.5em;
  font-size:inherit;
  color:currentColor;
}

.newsrelease .entryBody .level .count2::before{
  counter-increment:headingcount2;
  content:counter(headingcount2) ".";
  margin-right:.5em;
  font-size:inherit;
  color:currentColor;
}

.newsrelease .entryBody p{
  text-indent:1em;
  line-height:2;
  margin:0 0 2em;
}

.newsrelease .entryBody p.noIndent{
  text-indent:0;
}

.newsrelease .entryBody p.indent{
  text-indent:1em;
}

.newsrelease .entryBody .wp-block-group{
  counter-reset:section;
}

/*.newsrelease .entryBody .wp-block-group.outline p{
  text-indent:0;
}

.newsrelease .entryBody .wp-block-group.outline p.indent{
  text-indent:1em;
}*/

.newsrelease .entryBody .wp-block-table,
.newsrelease .entryBody > table{
  width:calc(100% - 1em) !important;
  margin-left:1em;
}

.newsrelease .entryBody .wp-block-table table{
  width:100%;
  margin:0;
}

.newsrelease .entryBody table th{
  background:#fafafa;
}

.newsrelease .entryBody table thead th{
  text-align:center;
}

.newsrelease .entryBody ul{
  list-style-type:disc;
  margin-left:1em;
  padding-left:1em;
}

.newsrelease .entryBody ol{
  list-style-type:decimal;
  margin-left:1em;
  padding-left:1em;
}

.newsrelease .entryBody ul.noIndent{
  padding-left:0;
}

.newsrelease .entryBody ul.decimal{
  list-style-type:decimal;
}

.newsrelease .entryBody dl{
  display:grid;
  column-gap:3em;
  grid-template-columns:1fr 1fr;
}

.newsrelease .entryBody dt{
}

.newsrelease .entryBody dd{
}

.newsrelease .entryBody table th,
.newsrelease .entryBody table td{
  border:1px solid;
  padding:.5em;
}

.newsrelease .entry .wp-block-image{
  margin:2.5em 0;
  text-align:center;
}

.newsrelease .entry .wp-block-column .wp-block-image{
  margin:0;
}

.newsrelease .entry .wp-block-media-text{
  grid-template-columns:460px 1fr;
  margin:80px 0;
}

.newsrelease .entry .wp-block-media-text.has-media-on-the-right{
  grid-template-columns:1fr 460px;
}

.newsrelease .entry .wp-block-media-text .wp-block-media-text__content{
  padding:0 0 0 40px;
}

.newsrelease .entry .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{
  padding:0 40px 0 0;
}

.newsrelease .entry .wp-block-media-text__content,
.newsrelease .entry .wp-block-media-text .wp-block-media-text__media{
  align-self:flex-start;
}

.newsrelease .entryFooter{
  margin:70px 0;
}

.newsrelease .entryFooter .contact{
  margin:0 0 60px;
}

.newsrelease .entryFooter .contact dt{
  background:#f08200;
  color:#fff;
  margin:0 0 30px;
  padding:1em;
}

.newsrelease .entryFooter .notes{
  font-size:87.5%;
}

.newsrelease .entryPager{
  margin:70px auto;
  width:44%;
}

.newsrelease .entryPager ul{
  display:flex;
  justify-content:space-between;
}

.newsrelease .entryPager a,
.newsrelease .entryPager span{
  display:inline-block;
  background:#f08200;
  color:#fff;
  font-size:87.5%;
  width:40px;
  height:40px;
  line-height:40px;
  text-align:center;
  border-radius:5px;
}

.newsrelease .entryPager a{
  transition:all .3s;
}

.newsrelease .entryPager a:hover{
  opacity:.6;
}

.newsrelease .entryPager .list a{
  font-size:100%;
  padding:0 2em;
  width:auto;
}

.newsrelease .entryPager .list a::after{
  content:">";
  margin-left:.8em;
}

.newsrelease .entryPager span{
  background:#ebebeb;
}

/* -------------------------------------
 single
------------------------------------- */

.category_contents .single_contents article{
    padding: 30px 0;
    border-bottom: 1px solid #CCC;
}

.category_contents .single_contents article p{
    color: #5f5f5f;
    font-size: 14px;
    margin-bottom:20px;
    line-height: 2;
}
.single_contents article h3{
    font-size: 24px;
    line-height:2;
    margin-bottom:35px;
}

.single_contents article h4{
    font-size: 18px;
    line-height:2;
    margin-bottom:20px;
}

.single_contents .single_contents_header {
    padding-bottom: 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid #CCC;
}

.single_back_btn {
    margin: 30px auto;
    text-align: center;
}

.single_contents .single_back_btn a{
    color: #323232;
    text-decoration: unset;
}

.single_contents .single_back_btn a:hover{
    color: #FFF;
}
.single_back_btn a span{
    padding: 0 5px 0 0 ;
}

.single_contents a{
    color: #0483db;
    text-decoration: underline;
}

.single_contents .file_link{
    background: #f1f1f1;
    padding: 20px;
}

.single_contents .file_link a{
    font-size: 14px;
    text-decoration: underline;
    color:#323232;
}

.single_contents hr {
    height: 0;
    margin: 0 0 20px 0;
    padding: 0;
    border: 0;
    border-top: 1px dotted #CCC;
}

/* -------------------------------------
company_outline
------------------------------------- */
.outline_contents{
    margin:30px auto 80px;
    font-size: 14px;
}

.outline_contents .contents_title{
    margin:0;
    font-size: 14px;
}

.outline_contents .contents_title h3:after {
    content: "";
    background: #f08200;
    padding: 2px;
    width: 30px;
    display: block;
    margin: 0 auto 30px;
}


.outline_contents .wrap {
    width: 980px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.outline_contents h3{
    font-size:24px;
}

.outline_contents h4{
    font-size:18px;
    margin:80px auto;
    text-align:center;
}

.outline_contents p{
    line-height: 2;
    padding-bottom:10px;
}

.outline_contents ul {
    line-height: 2;
    margin: 20px 0;
}

.outline_contents table {
    border: 1px solid #323232;
    width:100%;
}

.outline_contents table th {
    background: #ededed;
    padding: 20px;
    border-bottom:1px dotted #323232;
}

.outline_contents table td {
    background: #FFF;
    padding: 20px;
    border-bottom:1px dotted #323232;
}

.outline_list {
    flex-wrap: wrap;
    justify-content: space-between;
}
.outline_list:after {
    content: "";
    display: block;
    clear: both;
}

.outline_contents dt{
    width:30%;
    box-sizing: border-box;
    padding:10px;
	float: left;
}
.outline_contents dd{
    width:70%;
    box-sizing: border-box;
    padding:10px;
	float: left;
}
.outline_contents th{
    width: 20%;
}

.group_outline {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.group_outline_logo {
    width: 38%;
    border: 1px solid #eaeaea;
    position: relative;
}

.group_outline_logo img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}


.group_outline_text {
    width:58%;
}

.group_outline h3 {
    width: 100%;
    font-size: 16px;
    margin: 0 0 10px 0;
    padding-left: 10px;
    border-left: 4px solid #fd8300;
}

/* -------------------------------------
  page_safety
------------------------------------- */

.page_safety_contents{
    margin:80px auto;
    font-size: 14px;
}

.page_safety_contents .wrap {
    width: 980px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.page_safety_contents h3{
    font-size:24px;
}

.page_safety_contents h4{
    font-size:18px;
    margin:80px auto;
    text-align:center;
}

.page_safety_contents p{
    line-height: 2;
    padding-bottom:10px;
}

.page_safety_contents ul {
    line-height: 2;
    margin: 20px 0;
}

.page_safety_contents table {
    border: 1px solid #323232;
    width:100%;
}

.page_safety_contents table th {
    background: #ededed;
    padding: 20px 10px;
    border-bottom:1px dotted #323232;
}

.page_safety_contents table td {
    background: #FFF;
    padding: 20px 10px;
    border-bottom:1px dotted #323232;
}

.safety_footer{
    background:#ececeb;
}

.safety_footer .wrap {
    width: 980px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.safety_footer ul {
    padding: 20px 0 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.safety_footer ul li {
    font-size: 14px;
    padding: 0 20px;
    margin-bottom: 10px;
    border-right: 1px solid #323232;
}

.safety_footer ul li:last-child {
    border-right: 0;
}


/* -------------------------------------
  page_privacy
------------------------------------- */

.page_safety_contents .privacy_link {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin:20px 0 40px;
}

.privacy_link li {
    width: 32%;
    margin-bottom: 15px;
}

.privacy_contents .privacy_link li a {
    display: block;
    border: 2px solid #323232;
    text-align: left;
    padding: 5px 0 5px 10px;
    color: #323232;
    font-size: 13px;
    position: relative;
    text-decoration: unset;

}

.privacy_contents .privacy_link li a:after {
    content: "▶︎";
    color: #323232;
    position: absolute;
    right: 7px;
    top: 8px;
    font-size: 10px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.privacy_link li a:hover {
    border: 2px solid #323232;
    background: #323232;
    color: #FFF;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.privacy_link li a:hover:after {
    content: "▶︎";
    color: #FFF;
    position: absolute;
    right: 7px;
    top: 8px;
    font-size: 10px;
}

.privacy_contents h3 {
    font-size: 18px;
    border-left: 4px solid #fd8300;
    padding-left: 10px;
    margin-bottom: 20px;
}

.privacy_contents ol.list_num_inner_num{
    margin: 10px 0;
}

.privacy_contents ol.list_num_01 li {
    position: relative;
    padding-left: 2.5em;
    margin-bottom: 5px;
    line-height: 1.7;
}



.privacy_contents ol.list_num_01 li ul.list_num_inner_attention li {
    position: relative;
    padding-left: 3em !important;
    margin-bottom: 10px;
}

.privacy_contents ol.list_num_01 li ul.list_num_inner_attention li span {
    position: absolute;
    left: 0;
    top: 0;
    font-weight: normal;
}

.privacy_contents span {
    position: absolute;
    left: 0;
    top: 0;
    font-weight: bold;
}


.list_num_01{
    margin:20px 0 20px 20px;
}

.list_num_01 li{
    margin-bottom:10px;
}

.a_r {
    text-align: right;
}

.privacy_contents a,
.privacy_contents a:visited,
.privacy_contents a:link {
    text-decoration: underline;
    color: #0d89c1;
}

.link_pagetop_01 p {
    text-align: right;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    color:#323232;
}

.link_pagetop_01 p a:link{
    color:#323232;
}

.link_pagetop_01 p:before {
    content: "▲";
    color: #fd8300;
}



/* -------------------------------------
  page_company
------------------------------------- */

.company_contents .management_text {
    width: 65%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 2;
}

.company_contents .wrap {
    width: 1200px;
    margin: 0 auto;
    padding: 0 ;
    position: relative;

}

.company_message .wrap {
    width: 1200px;
    margin: 0 auto;
    padding: 0 0 40px;
    position: relative;

}

.company_message .contents_title {
    padding: 40px 0 20px;
    margin: 0;
}

.company_contents .company_message_logo {
    margin: 60px auto 0;
    display: block;
}

.president_message {
    width: 980px;
    margin: 30px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.president_message .wrap{
    width: 980px;
}

.president_message_photo {
    width: 100%;

}

.president_message_text {
    width: 100%;
    padding:50px 50px 0;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.president_message_text li{
    width: 47%;
    line-height: 2;
    position: relative;
}

.president_message p{
    font-size:14px;
    line-height: 2.3;
    margin-bottom:20px;
}

.president_message_date p{
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom:5px;
}

.president_message_name{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin: 140px auto 0;
    text-align: right;
}

.company_link{
    background: url(../images/company/company_bg.jpg) no-repeat center center;
    background-size: cover;
}

.company_link .wrap{
    width:980px;
}

.company_link_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-top:30px;
}

.company_link_inner li {
    margin-bottom: 20px;
    margin-right: 29px;
}

.company_link_inner li:nth-child(3n) {
    margin-right:0;
}

.btn03 {
    width: 307px;
    background: #FFF;
    position: relative;
    text-align: left;
    padding-left: 20px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
}

.btn03:before{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    content: "";
    background: #f08200;
    padding: 2px;
    height: 24px;
    display: block;
    z-index: 9;
}

.btn03:hover {
    width: 307px;
    background: #f08200;
    color:#FFF;
    position: relative;
    text-align: left;
    padding-left: 20px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
}

.btn03:hover:before{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    content: "";
    background: #FFF;
    padding: 2px;
    height: 24px;
    display: block;
    z-index: 9;
}

/* -------------------------------------
 outline
------------------------------------- */

.outline_img {
    margin: 20px 0 50px;
}

/* -------------------------------------
  page_history
------------------------------------- */

.history_contents{
    margin:30px auto 80px;
    font-size: 14px;
}

.history_contents .contents_title{
    margin:0;
    font-size: 14px;
}

.history_contents .contents_title h3:after {
    content: "";
    background: #f08200;
    padding: 2px;
    width: 30px;
    display: block;
    margin: 0 auto 30px;
}

.history_contents .wrap {
    width: 980px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.history_contents h3 p{
    font-size:24px;
}

.history_contents h4{
    font-size:18px;
    margin:80px auto;
    text-align:center;
}

.history_contents p{
    line-height: 2;
    padding-bottom:10px;
}

.history_contents h3 {
    font-size: 18px;
}

.history_contents ul {
    line-height: 2;
    margin: 20px auto;
    max-width: 720px;
}

.history_contents ul li {
    border-bottom: 1px solid #CCC;
    padding: 15px 0;
}

.history_contents ul li p {
    line-height: 2;
    padding: 10px 0 10px 45px;
    position: relative;
}

.history_contents ul li p:before {
    content: "●";
    color: #fd8300;
    position: absolute;
    left: 20px;
}

.highlight {
    background: linear-gradient(transparent 60%, #fff9cd 0%);
    font-size: 15px;
}

.history_contents table {
    border: 1px solid #323232;
    width:100%;
}

.history_contents table th {
    background: #ededed;
    padding: 20px 10px;
    border-bottom:1px dotted #323232;
}

.history_contents table td {
    background: #FFF;
    padding: 20px 10px;
    border-bottom:1px dotted #323232;
}


/* -------------------------------------
 page_access
------------------------------------- */

.access_contents{
    margin:80px auto;
    font-size: 14px;
}

.access_contents .wrap {
    width: 980px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.access_contents h3{
    font-size:16px;
}

.access_contents h4{
    font-size:14px;
    margin:5px auto;
    position: relative;
}

.access_contents h4:before {
    content: "●";
    color: #f28c00;
    font-size: 14px;
    padding-right: 5px;
}

.access_contents p{
    line-height: 2;
    padding-bottom:10px;
}

.access_contents ul {
    line-height: 2;
    margin: 20px 0;
}

.access_contents table {
    border: 1px solid #323232;
    width:100%;
}

.access_contents table th {
    width:20%;
    background: #ededed;
    padding: 20px 10px;
    border-bottom:1px dotted #323232;
}

.access_contents table td {
    background: #FFF;
    padding: 20px 10px;
    border-bottom:1px dotted #323232;
}


.access_map .wrap {
    width: 980px;
    margin: 40px auto;
    padding: 0;
    text-align: center;
    position: relative;
}

.accessmap_link a {
    text-decoration: underline;
    color: #087cb1;
}
/* -------------------------------------
 page_kk
------------------------------------- */

.kk_contents{
    margin:80px auto;
    font-size: 14px;
}

.kk_contents .wrap {
    width: 980px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.kk_contents h3 {
    font-size: 18px;
    border-left: 4px solid #fd8300;
    padding-left: 10px;
    margin: 20px auto;
}

.company_contents .contents_title h3 {
    font-size: 24px;
}

.kk_contents p{
    line-height: 2;
    padding-bottom:10px;
}

.kk_contents ul {
    line-height: 2;
    margin: 10px 0;
}

.kk_contents table {
    border: 1px solid #323232;
    width:100%;
}

.kk_contents table th {
    width:20%;
    background: #ededed;
    padding:10px;
    border-bottom:1px dotted #323232;
}

.kk_contents table td {
    background: #FFF;
    padding:10px;
    border-bottom:1px dotted #323232;
}

.kk_contents a[href$=".pdf"]:before {
    content: " ";
    position: relative;
    top: 5px;
    display: inline-block;
    width: 25px;
    height: 24px;
    background: url(../images/common/icon_pdf.png) no-repeat left center;
    background-size: 20px;
}

.kk_pdf {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 12px;
}

.kk_pdf .image{
    line-height: 2;
    padding-top: 5px;
}

/* -------------------------------------
 service
------------------------------------- */

.service_about {
    background: url(../images/service/service_bg.jpg) no-repeat center center;
    background-size:cover;
    padding: 80px 0;
}

.service_about h3 {
    text-align: center;
    color: #FFF;
    font-size: 20px;
}

.service_about p {
    text-align: center;
    color: #FFF;
    margin: 20px 0;
    line-height: 1.7;
}

.service_about .service_nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 50%;
    margin: 40px auto 10px;
}

.service_about .service_nav a {
    letter-spacing: 2px;
    padding: 25px 0;
    display: block;
    background: #FFF;
    box-sizing: border-box;
    color: #323232;
    width: 250px;
    height: 65px;
    margin: 0 auto;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.service_about .service_nav a:after {
    content: "";
    background: #f08200;
    padding: 2px;
    width: 20px;
    height: 1px;
    display: block;
    margin: auto 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

.service_about .service_nav a:after {
    content: "";
    background: #f08200;
    padding: 2px;
    width: 20px;
    height: 1px;
    display: block;
    margin: auto 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

.service_about .service_nav a:hover {
    background:#f08200;
    color: #FFF;
}

.service_about .service_nav a:hover:after {
    content: "";
    background: #FFF;
}

 .service01 .wrap,
 .service02 .wrap{
    max-width:980px;
    margin:0 auto;
 }

.service01 .wrap .contents_title h3,
.service02 .wrap .contents_title h3 {
    text-align: center;
    font-size: 20px;
}


 .service01 .wrap .contents_title p,
 .service02 .wrap .contents_title p{
    margin: 20px auto;
    font-size: 14px;
    line-height: 2;
    width: 80%;
}

.service01 .service_article {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 60px;
}

.service01 .service_img {
    width: 612px;
}

.service01 .service_text {
    width: 300px;
}

.service01 .service_text h4 {
    font-size: 18px;
    margin: 20px auto 40px;
    position: relative;
}

.service01 .service_text h4:after {
    content: "";
    background: #f08200;
    padding: 2px;
    width: 30px;
    text-align: left;
    display: block;
    margin: 20px auto;
    position: absolute;
    left: 0px;
    bottom: -40px;
}

.service01 .service_text p {
    font-size: 14px;
    margin: 20px 0;
    line-height: 1.8;
}

.service01 .service_btn {
    font-size: 14px;
    height: 43px;
    line-height: 40px;
}

.service01 .service_btn a:hover {
    color:#FFF;
}

.service02_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.service02 .service_article {
    width: 49%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 60px;
    position: relative;
}

.service02 .service_img {
    width: 100%;

}

.service02 .service_text {
    width: 100%;
    padding-bottom: 50px;
    min-height: 280px;
}

.service02 .service_text h4 {
    font-size: 18px;
    text-align: center;
    margin: 30px auto 40px;
    position: relative;
}

.service02 .service_text h4:after {
    content: "";
    background: #f08200;
    padding: 2px;
    width: 30px;
    text-align: left;
    display: block;
    margin: 20px auto;
    position: absolute;
    left: 0;
    right:0;
    bottom: -40px;
}

.service02 .service_text p {
    font-size: 14px;
    margin: 20px 0;
    line-height: 1.8;
}

.service02 .service_btn {
    font-size: 14px;
    height: 42px;
    line-height: 40px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.service_device {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    width: 145px;
}

.icon_ios {
    padding: 5px 15px;
    display: inline-block;
    background: #323232;
    color:#FFF;
    border-radius: 3px;
    font-size: 14px;
}

.icon_android {
    padding: 5px 15px;
    display: inline-block;
    background: #a4c439;
    color:#FFF;
    border-radius: 3px;
    font-size: 14px;
}

/* -------------------------------------
 safety
------------------------------------- */


.safetytop_contents .wrap .contents_title p {
    font-size: 24px;
}

.safetytop_contents .wrap{
    width: 980px;
    margin:0 auto;
}

.safety_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}

.safetytop_contents>.wrap>p{
    margin: 20px auto;
    width: 80%;
    font-size: 14px;
    line-height: 2;
}

.safetytop_article {
    width: 49%;
    border: 2px solid #CCC;
    margin: 20px 0;
    box-sizing: border-box;
    padding: 20px 20px 70px 20px;
    text-align: center;
    position: relative;
}

.safetytop_article h4 {
    text-align: center;
    height: 50px;
}

.safetytop_article p {
    font-size: 14px;
    margin: 10px auto;
    text-align: left;
}

.safetytop_article span {
    font-size: 13px;
    margin: 10px 0;
    text-align: left;
    display: block;
}

.safetytop_article .safety_img {
    position: relative;
    margin: 20px auto 30px;
    height: 100px;
}

.safetytop_article .safety_img img {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.safetytop_article .btn {
    display: inline-block;
    width: 200px;
    height: 40px;
    text-align: center;
    text-decoration: none;
    line-height: 39px;
    font-size: 14px;
    outline: none;
    margin: 10px auto 0;
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
}


/* -------------------------------------
  safety_footer
------------------------------------- */

.active{color:#f08200;}


/* -------------------------------------
  inquiry contact
------------------------------------- */


.inquiry_contents .contents_title p {
    line-height: 1;
    padding-bottom: 10px;
}

.inquiry_contents .contents_title span {
    font-size: 14px;
    font-weight: lighter;
}


.contact_contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    align-items: flex-start;
}

.contact_contents>div {
    width: 100%; /* 49% */
    border: 1px solid #CCC;
    padding: 10px 20px 20px;
    box-sizing: border-box;
    position: relative;
    max-width: 470px;
}

.contact01 {
    width: 100%;
    border: 1px solid #CCC;
    padding: 10px 20px 20px;
    box-sizing: border-box;
    position: relative;
    max-width: 470px;
}


.inquiry_contents{
    margin:80px auto;
    font-size: 14px;
}

.inquiry_contents .wrap {
    width: 95%; /* 980px */
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.contact_contents h3 {
    font-size: 18px;
    text-align:center;
    margin: 20px auto;
}

.contact_contents h3:after {
    content: "";
    background: #f08200;
    padding: 2px;
    width: 30px;
    display: block;
    margin: 15px auto 0;
}

.inquiry_contents .contents_title h3 {
    font-size: 24px;
}

.inquiry_contents p {
    line-height: 2;
    padding-bottom: 10px;
}

.contact03 p {
    line-height: 2;
    padding-bottom: 10px;
    padding: 20px 10px 0 0;
    min-height: 190px;
}

.contact01 p {
    line-height: 2;
    padding-bottom: 10px;
    padding: 0px 10px;
    min-height: 115px;
}

.contact03 .contact_btn{
  bottom: 33px;
}

/* 20210714 */
.contact_list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  margin: 0 12px; /* auto */
}

.contact_btn2 {
    text-align: center;
    margin: 10px auto;
}

.contact_btn2 a{
    width: 470px;
    height: 85px;
    border: 1px solid #CCC;
    font-weight: bolder;
    letter-spacing: 1px;
    margin: 0 auto;
    font-size: 17px;
    align-items: center;
    justify-content: center;
    display: inline-flex;
}

.contact_btn2 a i {
    font-size: 20px;
    position: relative;
    bottom: -2px;
    padding-right: 5px;
}

/* 20210915 esports */

.esports_title {
  margin: 30px 0;
}

.esports_title h3 {
  font-size: 20px;
  text-align: center;
}

.esports_title h3:after {
    content: "";
    background: #f08200;
    padding: 2px;
    width: 30px;
    display: block;
    margin: 20px auto 0;
}

.esports_about {
  background: url(../images/esports/title_esports_pc.png) no-repeat;
  background-size: cover;
  padding: 230px 0;
}

.esports_sponsor {
  padding: 0px 0px 20px 0px;
    margin: 0 auto;
    text-align: center;
    display: block;
    width: 100%;

}

.esports_sponsor p{
  font-size: 1.9rem!important;
  font-weight: ;
  line-height: 1.5em;
  padding: 50px 45px;
  margin: 0 auto;
  max-width: 550px;
  background: #FFFFCC;
  box-shadow: 6px 5px #eee;
}


.esports_sponsor img{
  width: 100%;
  max-width: 290px;
  padding: 10px 0 20px 0;
}


.box19 {
    position: relative;
    padding: 1em 1em;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.box19:before,.box19:after{
    content:'';
    width: 20px;
    height: 30px;
    position: absolute;
    display: inline-block;
}
.box19:before{
    border-left: solid 2px #f08200;
    border-top: solid 2px #f08200;
    top: -5px;
    left: -6px;
}

.box19:after{
    border-right: solid 2px #f08200;
    border-bottom: solid 2px #f08200;
    bottom:-7px;
    right: -6px;
}
.box19 p {
    margin: 0;
    padding: 0;
}

.orange-grd {
    background: -webkit-linear-gradient(
                -70deg, rgba(255, 194, 2, 1) 0%, rgba(255, 163, 1, 1) 22.1%,
                rgba(255, 120, 0, 1) 80.36% );
    background: linear-gradient(
                160deg, rgba(255, 194, 2, 1) 0%, rgba(255, 163, 1, 1) 22.1%,
                rgba(255, 120, 0, 1) 80.36% );
}

.youtube {
  position: relative;
  max-width: 560px;
  margin: 25px auto;
}
.youtube::before {
    content: "";
    display: block;
    position: relative;
    padding-top: 56%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.sponsor_menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}

.sponsor_menu img{
  width: 100%;
  max-width: 200px;
  padding: 10px;
}


.cam_twi h3 {
  font-size: 20px;
  text-align: center;
}

.cam_twi h3:after {
    content: "";
    background: #f08200;
    padding: 2px;
    width: 30px;
    display: block;
    margin: 20px auto 0;
}

.cam_twi {
  margin-bottom: 60px 0 100px 0;
}

.cam_twi p{
  text-align: center;
  margin: 35px 0 10px 0;
}

.cam_twi:nth-child(n+2) {
  margin: 35px 0 80px 0;
}


.cam_tweet {
  max-width: 430px;
  width: 100%;
  margin: 30px auto 60px;
}




/* ie */

@media all and (-ms-high-contrast: none) {
  .contact_list {
    margin: 15px 15px;
  }
  .contact_contents > div {
    margin: 10px !important;
  }

}


/* 7/14add  */

.contact_btn {
    text-align: center;
    margin: 10px auto;
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
}

.contact_btn a{
    width: 89%; /* 370px */
    border: 3px solid #323232;
    font-weight: bolder;
    letter-spacing: 1px;
    line-height: 50px;
    margin: 0 auto;
    display: block;

}

.contact_btn a i {
    font-size: 20px;
    position: relative;
    bottom: -2px;
    padding-right: 5px;
}

/* -------------------------------------
  footer
------------------------------------- */

.footer_nav {
    max-width: 500px;
    margin: 40px auto;
}

.footer_nav ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer_nav ul a.page-numbers {
    display: block;
    padding: 15px 20px;
    background: #f7f8f8;
    color:#848484;
}

.footer_nav ul span.page-numbers {
    display: block;
    padding: 15px 20px;
    background: #323232;
    color:#FFF;
}

.footer_nav ul span.dots {
    background: #f7f8f8;
    color:#848484;
}

@media screen and (min-width: 751px) {

.index_link ul {
    width: 690px;
    margin-right: auto;
	margin-left: auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content:center;
}

.index_link ul li img{
    width:250px;
}
}

@media screen and (max-width: 750px) {

.index_link ul li {
    width:305px;
}
}

.sub_menu{
    position: relative;
}

.header_sub_menu{
    padding-top: 15px;
    opacity: 0;
    position: absolute;
    top: 15px;
    left: 20px;
    width: 220px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    z-index: 9;
}

.header_sub_menu .header_sub_menu_inner {
    overflow: hidden;
    box-shadow: 1px 1px 6px 0px #CCC;
}

.sub_menu:hover .header_sub_menu {
    top: 15px;
    visibility: visible;
    opacity: 1;
}

.sub_menu .header_sub_menu li {
    background: rgba(255, 255, 255, 0.9);
    padding: 0px;
    width: 100%;
    text-align: center;
    border-left: 0;
    border-left: 0;
}

.sub_menu .header_sub_menu li a {
    display: block;
    text-align:left;
    padding:10px 15px ;
    border-bottom: 1px dotted #CCC;
    border-left:3px solid #ffc567;
}

}

@media screen and (min-width: 751px) and (max-width: 1024px) {




}

/* -------------------------------------
 page_health_management
------------------------------------- */
@media screen and (min-width: 769px) {
    .sp-only {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .pc-only {
        display: none;
    }
}

.hm_contents .wrap{
    width: 100%;
    max-width: 980px;
}

.hm_contents h3 {
    font-size: 18px;
    border-left: 4px solid #fd8300;
    padding-left: 10px;
    margin: 30px auto;
}

.hm_contents-group {
    margin-bottom: 60px;
}

.hm_intro-text {
    text-align: center;
    font-size: 16px;
}

.hm_intro-text + .hm_intro-text {
    margin-top: 20px;
}

.hm_intro-neme {
    text-align: right;
    margin-top: 20px;
}

.hm_promo-image {
    text-align: center;
}

.hm_think dl {
    margin-top: 15px;
}

.hm_think dt {
    font-weight: bold;
}

.hm_think dt::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #fd8300;
    transform: rotate(45deg);
    margin-right: 5px;
    position: relative;
    top: -2px;
}

.hm_think dd {
    margin-top: 5px;
    padding-left: 15px;
}

.hm_about-images {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    justify-content: center;
}

.hm_about-images a {
    display: block;
}

.hm_about-images img {
    width: 100%;
}

.hm_result-image {
    text-align: center;
}

@media screen and (max-width: 768px) {

    .hm_about-images {
        gap: 10px;
    }

    .hm_result {
        overflow-x: scroll;
    }

    .hm_result-image {
        width: 600px;
    }
}


/* .scroll-hint-icon:before {
    background-image: url(/assets/images/company/health_management/hand.svg);
}
  
  .scroll-hint-icon:after {
    background-image: url(/assets/images/company/health_management/arrow.svg);
} */