@charset "utf-8";
/* =======================================

	Customize Style

======================================= */
/* 本文中のリンク */
main a:link, main a:visited, main a:active, main a:hover {
  color: #003FB5;
  font-weight: bold;
}
/* 見出し */
h1, h2, .cont_header .txt_catch {
  color: #002d78;
}
.unit {
  color: #333333;
  font-size: 1.6rem;
}
.h_bg {
  background-color: #002d78;
  font-size: 24px;
  line-height: 1.1em;
}
.h_tri::before {
  border-color: transparent transparent transparent #002d78;
}
.h_qa {
  color: #002d78;
}
.h_qa02 {
  color: #333;
}
/* リストの● */
.ul_round {
  margin-bottom: 0px;
}
.ul_round li {
  list-style-type: none;
  position: relative;
  padding-left: 1em;
}
.ul_round li::before {
  border-radius: 50%;
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  left: 0;
  top: 0.6em;
  content: "";
  background: #20A27C;
}
/* グローバルヘッダー右上のボタン */
#global_header .sub_menu > ul li a {
  background-color: #002d78;
}
body.pc_view #global_header.nav_02 .sub_menu > ul li a {
  background-color: #3887EF;
}
body.pc_view #global_header.nav_03 .sub_menu > ul li a {
  color: #002D78;
  background-color: #D3EEF9;
  border: 1px solid #002D78;
}
body.pc_view #global_header .sub_menu > ul li a:hover {
  background-color: #003FB5;
}
body.pc_view #global_header.nav_02 .sub_menu > ul li a:hover {
  background-color: #5F9FF2;
}
body.pc_view #global_header.nav_03 .sub_menu > ul li a:hover {
  background-color: #B6E4F8;
}
/* グローバルナビの区切り点の色 */
#global_nav ul li::before {
  background: #8C9BA5;
}
/* コンテンツヘッダー */
.cont_header {
  background: #e7f3fc;
}
.cont_header.visual .catch {
  color: #002d78;
}
/* コンテンツ中のボタン */
.btn_area a:link, .btn_area a:visited, .btn_area a:active, .btn_area a:hover {
  color: #333333;
}
body.pc_view .btn_area a:hover {
  background-color: #fff;
}
.btn_area a.btn_blue {
  color: #fff;
  border-radius: 5px;
  background-color: #002D78;
}
.btn_area a.btn_blue::after, .btn_area a.btn_grad::after {
  background: transparent url(../img/ico_blank_f.png) center center no-repeat;
  background-size: 100%;
}
body.pc_view .btn_area a.btn_blue:hover {
  background-color: #0049D2;
  border: solid 2px #0049D2;
}
.content-2 .btn_area a.b_orange {
  border: 3px solid #4B4B4B;
}
.content-2 .btn_area a.b_orange:hover {
  color: #E1972B;
  border-color: #E1972B;
}
.content-2 .btn_area a.b_orange:hover::after {
  background: transparent url(../img/ico_blank03.png) center center no-repeat;
  background-size: contain;
}
.content-2 .btn_area a.btn_orange {
  color: #fff;
  background-color: #333333;
}
.content-2 .btn_area a.btn_orange::after {
  background: transparent url(../img/ico_blank02.png) center center no-repeat;
  background-size: contain;
}
.content-2 .btn_area a.btn_orange:hover {
  color: #fff;
  background-color: #E1972B;
  border-color: #E1972B;
}
.content-3 .btn_area a.btn_pink {
  color: #fff;
  background-color: #333333;
}
.content-3 .btn_area a.btn_pink::after {
  background: transparent url(../img/ico_blank02.png) center center no-repeat;
  background-size: contain;
}
.content-3 .btn_area a.btn_pink:hover {
  color: #fff;
  background-color: #C6297C;
  border-color: #C6297C;
}
.btn_area a.btn_grad {
  color: #fff;
  border-radius: 0;
  border: none;
  background: linear-gradient(90deg, rgba(0, 63, 181, 1) 0%, rgba(0, 45, 120, 1) 100%);
}
body.pc_view .btn_area a.btn_grad:hover {
  background: linear-gradient(90deg, rgba(0, 63, 181, 0.8) 0%, rgba(0, 45, 120, 0.8) 100%);
}
.btn_area a.btn_light_blue {
  color: #333;
  border-radius: 0;
  border: none;
  background: #E8F0F5;
}
body.pc_view .btn_area a.btn_light_blue:hover {
  background-color: #002D78;
  color: #fff;
}
.btn_area a.btn_light_blue:hover::after {
  background: transparent url(../img/ico_blank_f.png) center center no-repeat;
  background-size: 100%;
}
/* グローバルフッター */
#global_footer .ft_menu {
  width: 100%;
  background: #8c9ba5;
}
/* ------------------------------------

	Overwrite IndexElements

------------------------------------ */
img.reset {
  width: auto;
}
#pg_index .btn_area a {
  border-color: #333;
  color: #333;
}
#pg_index .btn_area.blue a {
  border-color: #002D78;
  color: #002D78;
}
#pg_index .btn_area.blue_02 a {
  background-color: #E8F0F5;
  border-color: #E8F0F5;
  color: #333;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
#pg_index .btn_area.blue_02 a:hover {
  color: #fff;
  background-color: #002D78;
}
#pg_index .btn_area.blue_02 a[target='_blank']:hover::after {
  background: transparent url(../img/ico_blank_f.png) center center no-repeat;
  background-size: 100%;
}
#pg_index .btn_area.blue_02 a[href*='.pdf']:hover:after {
  background: transparent url(../img/ico_pdf_f.png) center center no-repeat;
  background-size: 100%;
}
/* ------------------------------------

	Overwrite ContentsElements

------------------------------------ */
/* CSS Document */
html {
  font-family: Hiragino Sans Pr6N;
}
h1, h2 {
  color: #333333;
}
main a:link {
  text-decoration: none;
  color: #4B4B4;
}
img {
  image-rendering: -webkit-optimize-contrast;
}
main a[target='_blank']::after {
  background: transparent url(../img/ico_blank01.png) center center no-repeat;
  background-size: contain;
}
main p a[target='_blank']::after {
  background: transparent url(../img/ico_blank.png) center center no-repeat;
  background-size: contain;
}
main section {
  margin: 0 auto 50px;
}
main section:last-child {
  margin-bottom: 120px;
}
p {
  font-size: 16px;
}
body.content-2 header.cont_header h1, h2, body.content-3 header.cont_header h1, h2, body.content-4 header.cont_header h1, h2 {
  color: #FFF;
  /*font-weight: normal;*/
}
.bottom {
  padding: 0 0 30px;
  border-bottom: 1px solid #333333;
}
.notes {
  font-size: 14px;
  color: #8C9BA5;
}
.indent {
  padding-left: 2rem;
  display: inline-block;
}
.no1 {
  width: 23% !important;
  margin: 30px auto 10px;
}
.w80 {
  width: 80%;
}
#global_header .wrap {
  max-width: inherit;
}
#global_header .info .name img {
  max-height: 60px;
  vertical-align: middle;
}
#global_header .sub_menu > ul li a {
  background: #fff 10px center no-repeat;
  background-size: 25px;
  color: #4B4B4B;
}
#global_header .sub_menu > ul li a.enq > span {
  text-align: left;
  line-height: 1.2;
}
#global_header .sub_menu > ul li a {
  border: solid 3px #4B4B4B;
}
#global_header .sub_menu > ul li a.enq {
  background-image: url(../img/icon_pre_pc.png);
}
#global_header .sub_menu > ul li a.ir {
  background-image: url(../img/icon_ir_pc.png);
}
.cont_header.visual::after {
  background: url(../img/header.png) left center no-repeat;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  body.pc_view #global_header .sub_menu > ul li a:hover {
    background-color: #4B4B4B;
    color: #fff;
  }
  body.pc_view #global_header .sub_menu > ul li a.enq:hover {
    background-image: url(../img/icon_pre_pc01.png);
  }
  body.pc_view #global_header .sub_menu > ul li a.ir:hover {
    background-image: url(../img/icon_ir_pc01.png);
  }
}
/* hover area control*/
body.pc_view #global_nav a {
  min-height: 50px;
  display: inline-block;
}
body.pc_view #global_nav ul li::after {
  z-index: -1;
}
/* hover area control*/
.pattern_01 .cont_index li a img {
  width: auto;
  margin: 0px auto;
  max-width: 100%;
  flex-shrink: 0;
}
.pattern_01 .cont_index li a {
  align-items: center;
}
#global_nav ul li {
  font-size: 16px;
}
#global_nav ul li.top a:hover {
  color: #20A27C;
}
#global_nav ul li a.active:after {
  bottom: 0px;
}
#global_nav ul li.top a.active:after, #global_nav ul li.top:hover::after {
  background-color: #20A27C;
}
#global_nav ul li.message a.active, #global_nav ul li.message a:hover {
  color: #239BD8;
}
#global_nav ul li.message a.active:after, #global_nav ul li.message:hover::after {
  background-color: #239BD8;
}
#global_nav ul li.overview a.active, #global_nav ul li.overview a:hover {
  color: #E1972B;
}
#global_nav ul li.overview a.active:after, #global_nav ul li.overview:hover::after {
  background-color: #E1972B;
}
#global_nav ul li.news a.active, #global_nav ul li.news a:hover {
  color: #C6297C;
}
#global_nav ul li.news a.active:after, #global_nav ul li.news:hover::after {
  background-color: #C6297C;
}
#global_nav ul li.feature a.active, #global_nav ul li.feature a:hover {
  color: #389449;
}
#global_nav ul li.feature a.active:after, #global_nav ul li.feature:hover::after {
  background-color: #389449;
}
.accordion .content {
  display: block;
}
.accordion h3 {
  color: #FFF !important;
}
/* index.html トップページ */
.pattern_01 .cont_index li {
  border-radius: 50px;
}
/*スマートフォン対応　トップページの角丸*/
@media only screen and (max-width: 768px) {
  .pattern_01 .cont_index li {
    border-radius: 40px;
  }
  .pattern_01 .cont_index li a {
    align-items: center;
  }
}
.pattern_01 .cont_index li:first-child {
  background: #239BD8;
}
.pattern_01 .cont_index li:nth-child(2) {
  background: #E1972B;
}
.pattern_01 .cont_index li:nth-child(3) {
  background: #C6297C;
}
.pattern_01 .cont_index li:nth-child(4) {
  background: #389449;
  margin-right: 0;
}
/*PCのトップページの右端の調整*/
@media only screen and (min-width: 768px) {
  .pattern_01 .cont_index li:nth-child(4) a {
    margin-top: 2em;
  }
  .pattern_01 .cont_index li:nth-child(4) a span {
    text-align: right;
    display: table;
    margin: auto;
    width: auto;
  }
}
.segment_02 h3 {
  padding: 6px 10px 5px 10px;
}
.pattern_01 .cont_index li:hover {
  opacity: 0.7;
  cursor: pointer;
}
.pattern_01 .cont_index li a::before {
  content: none;
}
.pattern_01 .cont_index li a::after {
  content: none;
}
.btn_area a {
  border: none;
  margin: 10px 0px;
}
/* footer */
#cont_menu .issue span {
  color: #636363;
  font-size: 1.5rem;
}
#cont_menu ul li {
  width: 30%;
  margin: 0;
}
#cont_menu ul li:nth-of-type(2), #cont_menu ul li:nth-of-type(5) {
  width: 40%;
}
#cont_menu ul li:nth-of-type(2), #cont_menu ul li:nth-of-type(5) {
  width: 40%;
}
/*フッター部分のスマートフォン時の横幅100%　オーバーライド */
@media only screen and (max-width: 768px) {
  #cont_menu ul li {
    width: 100% !important;
  }
}
#global_footer .ft_menu {
  background: #F5F5F5;
}
#global_footer .ft_menu li a {
  color: #4B4B4B;
}
#global_footer .ft_menu li a::after {
  border-color: transparent transparent transparent #20A27C;
}
#global_footer .banner_area {
  padding: 10px 10px 30px;
  max-width: 920px;
  margin: auto;
}
#global_footer .banner_area a:hover img {
  opacity: 0.6;
  max-height: 70px;
}
#cont_menu .issue {
  border-bottom: 1px solid #333333;
}
.home_area ul {
  display: flex;
  justify-content: center;
}
.home_area ul li {
  padding: 0 5px;
  box-sizing: border-box;
}
.home_area ul li img {
  max-width: 100%;
}
.content-1 .cont_header.message::after {
  background: #e2e2e2 url(../img/content-1/header.png) top -20px right no-repeat;
  background-color: #F5F5F5;
}
/* メッセージのPC版時の表示位置調整 */
@media only screen and (max-width: 1280px) {
  .content-1 .cont_header.visual::after {
    background-size: cover;
    background-position: top right -50px;
  }
}
.content-1 .cont_header.visual h1 {
  /*margin-bottom:49px;*/
  margin-bottom: 29px;
  line-height: 1.4em;
}
.cont_header.visual h1 small {
  margin-bottom: 6px;
  line-height: 1.4em;
}
.content-1 .segment_02 h3 {
  background-image: url(../img/pattern/bg_pattern.png);
  background-color: #239BD8;
  background-size: 100%;
  background-position: center;
  font-size: 20px;
}
.content-1 .segment_02 .graph {
  margin-top: 20px;
}
.content-1 .segment_02 .graph p {
  padding-top: 40px;
}
body.pccontent-1 .btn_area a:hover {
  background-color: #fff;
}
.mission {
  background: #239BD8 url(../img/content-1/mission.png) top 50px center no-repeat;
  margin-bottom: 70px;
}
.mission .base_wrap h1 {
  font-size: 5rem;
  margin-bottom: 10px;
  padding-top: 50px;
  color: #fff;
}
.mission .base_wrap h1 small {
  font-size: 2.5rem;
}
.mission .base_wrap p {
  color: #fff;
  margin: 0;
  font-weight: bold;
}
.mission .base_wrap p:nth-of-type(2) {
  border-bottom: 2px solid #fff;
  padding-bottom: 50px;
}
.mission .base_wrap p:last-of-type {
  padding-bottom: 50px;
}
/* content-2.html 事業概況*/
body.content-2 header.cont_header {
  background: url(../img/pattern/contents_02.png), #E1972B !important;
  background-size: cover;
  height: 240px;
}
.content-2 figure.graph_img {
  margin: 30px auto;
}
.content-2 h2 {
  color: #333333;
}
.btn_area .btn_01 a:hover {
  background-color: #fff;
  border: #E1972B;
}
body.content-2 .btn_area .btn_01 a:hover {
  background-color: #fff;
  color: #E1972B;
  border: #E1972B;
}
.content-2 .cont_hrader.visual::after {
  background: url(../img/segment.png) center center no-repeat;
}
.content-2 .contents_wrap h3 {
  color: #dc940f;
  margin: 0 0 14px;
  font-size: 20px;
}
.content-2 .h_tri {
  padding: 15px 0 0 15px;
  margin: 10px 0;
}
.content-2 .h_tri::before {
  border-color: transparent transparent transparent #dc940f;
}
.model_area {
  font-weight: bold;
  font-size: 16px;
  margin-top: 20px;
}
.text-center {
  text-align: center;
}
.flex {
  display: flex;
  justify-content: space-around;
}
.flex > p {
  width: 70%;
  font-size: 14px;
}
.flex figure {
  margin: 10px;
}
.content-2 .flex p.gcapture {
  width: 76%;
}
.content-2 .flex figure {
  margin: 0px 0px 0px 20px;
  flex-shrink: 20;
}
/* content-3.html News&Topics */
body.content-3 header.cont_header {
  background: url(../img/pattern/contents_02.png), #C6297C !important;
  height: 240px;
}
body.content-3 .contents_wrap h2, body.content-3 .contents_wrap h2 a {
  font-size: 20px;
  color: #C6297C;
}
body.content-3 .contents_wrap h2 a:hover {
  text-decoration: underline;
}
body.content-3 .contents_wrap h2 a::after, .content-3 .half_block_wrap h3 a::after {
  display: none;
}
#sdgs, #nft {
  justify-content: center;
}
#sdgs .btn_area, #nft .btn_area {
  margin: 10px 0px;
}
#sdgs .btn_area a, #nft .btn_area a {
  margin: 10px 15px;
}
.content-3 section:last-child {
  margin: 0 auto 100px;
}
.content-3 .h_tri::before {
  border-color: transparent transparent transparent #C6297C;
}
.content-3 .h_tri {
  padding: 15px 0 0 20px;
}
.content-3 .half_block_wrap > div {
  width: calc(50% - 30px);
  display: flex;
  flex-direction: column;
}
.content-3 .half_block_wrap > div:nth-of-type(odd) {
  margin-right: 30px;
}
.content-3 .half_block_wrap > div:nth-of-type(even) {
  margin-left: 30px;
}
.content-3 .half_block_wrap > div .btn_area {
  margin-top: auto;
}
.content-3 .half_block_wrap > div img {
  width: auto;
  margin: auto;
  display: block;
}
body.content-3 .half_block_wrap h3 a {
  color: #333333;
}
.content-3 .half_block_wrap h3 a:hover {
  opacity: 0.7;
}
body.content-3 .half_block_wrap h3 a::after {
  display: none;
}
.center-block {
  padding-top: 30px;
  display: block;
  margin: auto;
}
.content-3 .half_block_wrap p {
  margin-bottom: 25px;
}
/* content-4.html 特集：GameWithのeスポーツ事業 */
body.content-4 header.cont_header {
  background: url(../img/pattern/contents_02.png), #389449 !important;
  height: 240px;
}
body.content-4 .contents_wrap h2 {
  color: #389449;
}
.astrisk_zero {
  padding-left: 1.4em;
  text-indent: -1.4em;
}
.astrisk_no {
  padding-left: 1.9em;
  text-indent: -1.9em;
}
body.content-4 .contents_wrap ul li span {
  font-size: 10px;
  background: #333333;
  color: #fff;
  padding: 5px;
  border-radius: 20%;
}
body.content-4 .topics a .box {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  width: 100%;
}
body.content-4 .box figure:nth-child(even) {
  padding: 0;
}
figure.embrem {
  margin-right: 20px;
  flex-shrink: 0;
}
.voice {
  background: #fff;
  position: relative;
}
.voice > figure {
  width: 10%;
  position: absolute;
  top: 0;
  left: 0;
}
.voice p {
  margin: 20px;
  font-size: 16px;
}
.voice h4 {
  margin: 20px 20px 0 20px;
  padding: 15px 0 0;
}
/* IE11非対応
.voice figure img{
	width:194px;
	height:181px;
	object-fit: cover;
	
}*/
.voice figure {
  min-width: 194px;
}
.img-inner {
  background: no-repeat top center / cover;
  background-image: url(../img/content-4/player.png);
  display: block;
}
.img-inner::before {
  content: '';
  display: block;
  padding-top: 181px;
}
.btn_area {
  margin: 10px auto;
}
body.content-4 .contents_wrap h2, body.content-4 .contents_wrap h3, body.content-4 dt {
  color: #389449
}
.content-4 .h_tri {
  padding: 15px 0 0 15px;
  margin: 10px 0;
  color: #333 !important;
}
.content-4 .h_tri::before {
  border-color: transparent transparent transparent #389449;
}
body.content-4 .accordion h3 {
  background-color: #20A27C;
  font-size: 16px;
  padding: 10px;
}
.div_point {
  padding-right: 50px;
  padding-left: 50px;
}
.div_point dt span {
  color: #333333;
  margin-left: 1em;
}
.div_point dd {
  width: 100%;
  margin: 0px;
}
body.content-4 ul.player, div.topics {
  display: flex;
  flex-wrap: wrap;
}
body.content-4 ul.player li {
  display: block;
  width: calc(25% - 15px);
  vertical-align: middle;
  text-align: left;
  padding: 0px;
  margin: 10px;
  box-sizing: border-box;
}
body.content-4 ul.player li:nth-of-type(4n+1) {
  margin-left: 0px;
}
body.content-4 ul.player li:nth-of-type(4n) {
  margin-right: 0px;
}
body.content-4 ul.player li span {
  font-weight: bold;
  border-radius: 5px;
}
.content-4 .btn_area a.btn_green {
  color: #fff;
  background-color: #333333;
}
.content-4 .btn_area a.btn_green::after {
  background: transparent url(../img/ico_blank02.png) center no-repeat;
  background-size: contain;
}
.content-4 .btn_area a.btn_green:hover {
  color: #fff;
  background-color: #389449;
  border-color: #389449;
}
figure.onlineshop {
  display: flex;
}
figure.onlineshop img {
  width: 61.3%;
}
div.topics a figcaption, figure.onlineshop figcaption {
  background-color: #333333;
  color: #FFF;
  padding: 20px 44px 20px 20px;
  line-height: 1.5em;
  flex: 1 0 auto;
  position: relative;
}
figure.onlineshop figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}
div.topics figcaption::after, figure.onlineshop figcaption::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 24px;
  top: calc(50% - 2px);
  border-top: solid 2px;
  border-right: solid 2px;
  transform: rotate(45deg) translateY(-50%);
  transition: 0.3s;
}
div.topics a:hover figcaption::after, figure.onlineshop:hover figcaption::after {
  right: 11px;
}
.content-4 div.profile {
  background: #F5F5F5;
  margin-top: 30px;
}
.profile dt {
  font-size: 20px;
  margin-bottom: 30px;
}
.profile dt small {
  font-size: 16px;
}
div.topics figcaption small {
  font-size: 12px;
  line-height: 1.5em;
}
div.topics a:hover figcaption {
  background-color: #389449;
}
figure.onlineshop:hover img {
  opacity: 0.7;
}
figure.onlineshop:hover figcaption {
  background-color: #20A27C
}
.topics a {
  width: calc(50% - 10px);
  box-sizing: border-box;
  display: flex;
}
figure.box img {
  flex-shrink: 0;
}
.topics a:nth-of-type(odd) {
  margin-left: 0px;
  margin-right: 10px;
}
.topics a:nth-of-type(even) {
  margin-left: 10px;
  margin-right: 0px;
  padding-right: 0px;
}
.div_point.green {
  background: #E1EFE4 !important;
}
dl.cup_title {
  text-align: center;
  border-bottom: 1px solid #333333;
}
dl.cup_title dt {
  font-size: 40px;
  margin: auto;
}
dl.cup_title dd {
  font-weight: bold;
  font-size: 20px;
}
table.gwcup {
  width: 100%;
  margin-bottom: 30px;
}
table.gwcup tr:nth-of-type(odd) td {
  font-size: 20px;
  padding-top: 30px;
}
table.gwcup td {
  padding-left: 79px;
  position: relative;
  font-weight: bold;
}
.cup_icon {
  margin-top: -30px;
  width: auto;
  padding: 5px;
  display: block;
  position: absolute;
  left: 0px;
}
td.viewers {
  background-color: #FFFFFF;
}
td.viewers span {
  font-size: 26px;
  color: #389449;
}
.div_point.green p.text_asterisk {
  color: #333 !important;
  font-size: 14px;
}
.content-4 .btn_area p {
  letter-spacing: 0px;
}
.embrem_wrap {
  flex-wrap: nowrap;
  margin-bottom: 30px;
}
.embrem_wrap figure {
  order: 1;
}
.embrem_wrap figure img {
  margin: auto;
  width: auto;
  display: block;
}
.embrem_wrap div {
  order: 2;
}
h3.fc {
  text-align: center;
  font-size: 20px;
}
dl.point3 dd {
  margin-bottom: 30px;
}
dl.point3 dd:last-child {
  margin-bottom: 20px;
}
div.center-table {
  width: auto;
  display: table;
  margin: auto;
}
ul.asterisk {
  list-style-type: none;
  font-size: 14px;
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 19px;
}
ul.asterisk li:before, .text_asterisk:before {
  display: inline;
  content: "※";
  position: absolute;
  left: 0em;
  width: 1.5em;
}
.text_asterisk {
  color: #8C9BA5;
  position: relative;
  padding-left: 1.2em;
  font-weight: normal;
}
.terms .text_asterisk {
  color: #333;
}
.present {
  background-image: url("../img/content-4/present_bg.png");
  background-repeat: repeat;
  padding: 15px 15px;
}
.present_message {
  margin: 0 -45px;
  padding: 0 30px;
}
.present_image_wrap {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.present_image_wrap div {
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.present_image_wrap div:nth-of-type(1) {
  margin-right: 10px;
}
.present_image_wrap div:nth-of-type(3) {
  margin-left: 10px;
}
.present_image_wrap div p {
  margin-top: 11px;
  display: block;
  background-color: #333333;
  color: #FFF;
  padding: 9px;
  line-height: 1.5em;
  font-size: 14px;
}
div.terms {
  background-color: #FBF6DF;
  border: none;
}
div.terms dl {
  font-weight: bold;
}
div.terms dl dt {
  font-size: 20px;
  margin-bottom: 25px;
}
.terms ul.ul_round {
  margin-top: 15px;
  margin-bottom: 18px;
  font-size: 14px;
}
div.terms table ul.ul_round {
  margin-bottom: 0px;
}
div.terms table ul.ul_round li {
  font-weight: bold;
}
table.present_about, table.present_about ul li {
  font-size: 13px;
}
table.present_about td, table.present_about th {
  font-weight: bold;
}
table.present_about th {
  background-color: #20A27C;
  color: #FFF;
  border-bottom: #FFF solid 1px;
  padding: 14px 27px;
  vertical-align: middle;
  font-size: 14px;
}
table.present_about td {
  background-color: #FFF;
  padding: 14px 25px;
  border-bottom: #20A27C solid 1px;
}
table.present_about tr:last-child td, table.present_about tr:last-child th:last-child {
  border-bottom: none;
}
table.present_about td > * {
  font-size: 13px;
  margin-bottom: 0px;
}
.terms ul.ul_round li {
  font-weight: normal;
}
.terms div.accordion p:nth-of-type(n+2) {
  margin-top: 14px;
}
.terms div.accordion p {
  font-size: 14px;
}
.present_about ul.ul_round {
  margin-top: 0;
}
.terms div.accordion:last-child {
  margin-bottom: 5px;
}
ol.notype {
  margin-top: 18px;
  font-size: 14px;
  list-style-type: none;
}
a.noicon::after {
  content: none !important;
  background: none !important;
}
/* reco.html ご留意事項*/
.cont_header {
  background: #F5F5F5;
}
body.reco h1, h2 {
  color: #20A27C;
  font-weight: nomal !important;
}
/***スマートフォン用オーバーライド*****/
@media only screen and (max-width: 768px) {
  .content-2 header.cont_header h1, .content-3 header.cont_header h1, .content-4 header.cont_header h1, h2 {
    text-align: left;
  }
  h3 {
    font-size: 20px;
  }
  /* header ヘッダー */
  #global_header .wrap {
    height: 80px;
  }
  #global_header .info .code {
    padding-left: 18px;
    font-size: 13px;
  }
  #global_header .wrap {
    margin: 0;
  }
  #global_header .info .name img {
    width: 100%;
    max-width: 210px;
    max-height: 45px;
  }
  #global_header .sub_menu > ul li a.enq {
    background-image: url(../img/icon_pre_sp.png);
  }
  #global_header .sub_menu > ul li a.ir {
    background-image: url(../img/icon_ir_sp.png);
  }
  #global_header .sub_menu > ul li a:hover {
    background-color: #fff !important;
    color: #4B4B4B !important;
  }
  #global_header .sub_menu > ul li a > span {
    bottom: 10px;
  }
  #global_header .sub_menu > ul li a.enq > span {
    text-align: center;
    line-height: 1;
  }
  #global_header .sub_menu > ul li a.enq {
    background-size: 30px;
  }
  #global_header .sub_menu > ul li a.ir {
    background-size: 35px;
  }
  #global_header .sub_menu > ul li a.ir > span {
    bottom: 15px;
  }
  .global_menu_sp ul li:first-child {
    color: #20A27C;
  }
  #cont_menu ul li {
    border-bottom-color: #333;
  }
  #cont_menu ul li a::before {
    border-right-color: #333;
    border-top-color: #333;
  }
  #cont_menu {
    background: #F5F5F5;
    margin-bottom: 10px;
  }
  #global_footer .banner_area ul li {
    margin-bottom: 10px;
  }
  /* index.html トップページ */
  .cont_header.visual::after {
    background: url(../img/wall-paper_sm.png) center center no-repeat;
    background-size: cover;
  }
  .pattern_01 .cont_index li {
    background-size: 170% !important;
    background-position: top 110px center !important;
  }
  /* content-1.html Message */
  .content-1 .cont_header.visual.large {
    background: #F5F5F5;
    z-index: 0;
  }
  .content-1 .cont_header.visual::after {
    display: none;
  }
  .cont_header.visual.message .wrap::after {
    background: transparent url(../img/content-1/header_bg_sp.png) top center;
    background-size: cover;
    height: 80vw;
  }
  .cont_header.visual h1 small {
    font-size: 20px;
  }
  .cont_header.visual.large .wrap h1 {
    background: #f5f5f5;
  }
  .cont_header.visual.large .wrap {
    padding-bottom: 0px;
    margin-bottom: 5px;
  }
  .cont_header.visual.large p {
    background-color: #FFF;
    width: 100vw;
    padding: 25px 8%;
    margin-top: 0px;
    margin-left: calc(-50vw + 50%);
  }
  .accordion .h_bg {
    margin: 0 0 20px;
  }
  .mission {
    background-position-x: calc(50% - -125px);
    background-position-y: top 60px;
    background-size: 940px;
  }
  .content-1 .mission .base_wrap h1 {
    padding-top: 30px;
    font-size: 28px;
  }
  .mission .base_wrap p:last-of-type {
    padding-bottom: 30px;
  }
  /* content-2.html 事業概況 */
  .no1 {
    width: 45% !important;
  }
  .flex {
    display: block;
  }
  .flex > p {
    width: 100% !important;
  }
  .flex .w50 {
    width: 50%;
    margin: 30px auto;
  }
  .flex figure {
    width: 100%;
    margin: 30px auto !important;
  }
  .content-2 .flex figure img {
    display: block;
    margin: auto;
  }
  .content-2 figure.graph_img {
    margin-top: 60px;
  }
  .content-2 .flex figure {
    flex-shrink: 0;
  }
  /*content-3.html*/
  body.content-4 header.cont_header {
    align-items: center;
    display: flex;
  }
  .content-3 .graph_img {
    width: 100%;
  }
  .content-3 .half_block_wrap div {
    width: 100%;
    margin: 0px !important;
  }
  /*content-4.html*/
  .topics a {
    width: 100%;
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .gwcup_wrap {
    margin-bottom: 20px;
  }
  .div_point {
    padding-right: 15px;
    padding-left: 15px;
  }
  .voice .flex {
    padding: 18px;
  }
  .img-inner {
    content: '';
    display: block;
    background-size: contain !important;
  }
  .img-inner::before {
    padding-top: 65%;
  }
  .voice .flex > p {
    margin: 0px;
  }
  dl.cup_title dt {
    font-size: 34px;
  }
  table.gwcup td.viewers {
    padding: 15px 17px;
  }
  .cup_icon {
    margin-top: -60px;
  }
  td.viewers span {
    font-size: 20px;
  }
  .embrem_wrap {
    margin-top: 83px;
  }
  .plr15 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .div_point dt {
    margin-bottom: 5px;
  }
  dl.point3 dd {
    margin-bottom: 20px;
  }
  dl.point3 dd:last-child {
    margin-bottom: 47px;
  }
  figure.onlineshop {
    flex-wrap: wrap;
  }
  figure.onlineshop img, figure.onlineshop figure {
    width: 100%;
  }
  .div_point dt span {
    margin-left: 0px;
  }
  .present {
    padding: 7px;
  }
  .present_message {
    margin: 0 -21px;
    padding: 0 14px;
  }
  .present_image_wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .present_image_wrap div {
    width: calc(50% - 10px);
    flex-basis: unset;
    flex-grow: 0;
  }
  .present_image_wrap div p {
    font-size: 8px;
  }
  table.present_about th, table.present_about td {
    display: block;
    width: 100%;
    padding: 9px 13px;
  }
  table.present_about td:last-child {
    border-bottom: 0px;
  }
  /* reco.html トップページ */
  .reco .cont_header h1 {
    text-align: center;
  }
  .home_area ul {
    display: block;
  }
  body.content-4 ul.player li {
    display: block;
    width: calc(50% - 15px);
    vertical-align: middle;
    text-align: left;
    padding: 0px;
    margin: 10px;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 830px) {
  .div_point dt span {
    margin-left: 0px;
  }
}