@charset "UTF-8";
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

sup {
  vertical-align: super;
  font-size: 0.4em;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after, blockquote:before {
  content: '';
  content: none;
}

q:after, q:before {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*--------------- 以下common -----------------*/
.content_wrapper {
  line-height: 1.7;
  letter-spacing: 0.1em;
  padding-bottom: 90px;
}

.content_wrapper p {
  margin-bottom: 0.5rem;
}

section:last-child {
  border-bottom: none;
}

.title_bar {
  background-color: #04BEED;
  color: #fff;
  display: block;
  padding: 20px;
}

.content_wrapper {
  z-index: 1;
  position: relative;
}

.content_wrapper.half_btmpad {
  padding-bottom: 48px;
}

.top .pcnavi_nav_wrapper .logo_wrapper {
  margin-top: -200px;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}

.logo_toppage {
  position: relative;
  height: 240px;
}

.logo_toppage .toppage_logo_wrapper {
  z-index: 9999;
  width: 330px;
  position: absolute;
  left: 50%;
  top: 93px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.pcnavi_nav_wrapper {
  position: fixed;
  height: 64px;
  width: 100%;
  z-index: 9999;
  left: 0;
  top: 0;
  background-color: #ffffff;
}

.pcnavi_nav_wrapper .logo_wrapper {
  width: 138px;
  position: absolute;
  left: 50%;
  top: 20px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.pcnavi_nav_wrapper .logo_wrapper.logo_corporate {
  width: 220px;
}

.pcnavi_nav_wrapper .pcnavi_nav {
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.pcnavi_nav_wrapper .pcnavi_nav li {
  padding-right: 14px;
  margin: 0;
  letter-spacing: 0.1em;
}

.pcnavi_nav_wrapper .pcnavi_nav li a {
  letter-spacing: 1;
  font-weight: 600;
  display: inline-block;
  height: 64px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  line-height: 64px;
  color: #666;
  text-decoration: none;
}

.pcnavi_nav_wrapper .pcnavi_nav.navi_mark a.active {
  border-bottom: solid 4px #1695BB;
}

.pcnavi_nav_wrapper .pcnavi_lang {
  font-size: 1rem;
  position: absolute;
  top: 23px;
  padding: 0 16px;
  right: 0;
  display: none;
  list-style: none;
  margin: 0;
}

.pcnavi_nav_wrapper .pcnavi_lang a {
  color: #666;
  text-decoration: none;
}

.pcnavi_nav_wrapper .pcnavi_lang li.now {
  color: #1695BB;
}

.pcnavi_nav_wrapper .pcnavi_lang li:first-child:after {
  content: "｜";
  color: #666;
}

.pcnavi_nav_wrapper .pcnavi_lang li.active a {
  border-bottom: solid 2px #04BEED;
}

.top .pcnavi_nav_wrapper.on_scroll .logo_wrapper {
  margin-top: 0;
}

.pcnavi_nav_wrapper.on_scroll {
  -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.06), 0 4px 5px 0 rgba(0, 0, 0, 0.06), 0 1px 10px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.06), 0 4px 5px 0 rgba(0, 0, 0, 0.06), 0 1px 10px 0 rgba(0, 0, 0, 0.08);
}

.pcnavi_nav_wrapper.on_scroll.subpage {
  border-bottom: solid 16px #04BEED;
}

.pcnavi_nav_inner {
  position: relative;
}

@-webkit-keyframes pcmenu {
  0% {
    top: -100px;
  }
  100% {
    top: 0;
  }
}

@keyframes pcmenu {
  0% {
    top: -100px;
  }
  100% {
    top: 0;
  }
}

.box_top img {
  padding-top: 70px;
}

.splogo_wrapper {
  width: 138px;
  position: absolute;
  left: 50%;
  top: 20px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.splogo_wrapper.cp_logo {
  width: 180px;
}

.spnavi_menu {
  width: 100%;
  height: 64px;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  background-color: #ffffff;
}

.spnavi_menu.on_scroll {
  -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.06), 0 4px 5px 0 rgba(0, 0, 0, 0.06), 0 1px 10px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.06), 0 4px 5px 0 rgba(0, 0, 0, 0.06), 0 1px 10px 0 rgba(0, 0, 0, 0.08);
}

.spnavi_menu * {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: left;
  text-decoration: none;
  list-style: none;
}

.spnavi_menu a {
  text-decoration: none;
}

.spnavi_menu a:visited {
  color: inherit;
}

.spnavi_menu .spnavi_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99;
  background-color: rgba(51, 51, 51, 0.8);
  display: none;
  top: 0;
  left: 0;
}

.spnavi_menu .menu-trigger,
.spnavi_menu .menu-trigger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.spnavi_menu .menu-trigger {
  display: block;
  background: none;
  cursor: pointer;
  border: none;
  outline: none;
  position: fixed;
  top: 25px;
  left: 16px;
  z-index: 9999;
  width: 16px;
  height: 14px;
}

.spnavi_menu .menu-trigger.disabled {
  cursor: default;
}

.spnavi_menu .menu-trigger.disabled span {
  pointer-events: none;
  background-color: rgba(4, 190, 237, 0.2);
}

.spnavi_menu .menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #1695BB;
  border-radius: 2px;
}

.spnavi_menu .menu-trigger span:nth-of-type(1) {
  top: 0;
}

.spnavi_menu .menu-trigger span:nth-of-type(2) {
  top: 6px;
}

.spnavi_menu .menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.spnavi_menu .menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(6px) rotate(-45deg);
  -ms-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
}

.spnavi_menu .menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.spnavi_menu .menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-6px) rotate(45deg);
  -ms-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
}

.spnavi_menu .spnavi_nav_wrapper {
  width: 312px;
  height: 100%;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: translate(-312px);
  -ms-transform: translate(-312px);
  transform: translate(-312px);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: #ffffff;
}

.spnavi_menu .spnavi_nav_wrapper.open {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}

.spnavi_menu .spnavi_home {
  height: 20px;
  width: 20px;
  display: inline-block;
  position: absolute;
  left: 54px;
  top: 20px;
}

.spnavi_menu .spnavi_nav {
  letter-spacing: 0.1em;
  padding-top: 64px;
}

.spnavi_menu .spnavi_nav a {
  color: #666;
}

.spnavi_menu .spnavi_nav > li {
  border-top: solid 1px #E5E5E5;
}

.spnavi_menu .spnavi_nav > li > a {
  color: #666;
  text-decoration: none;
  display: block;
  padding: 0 16px;
  height: 48px;
  line-height: 48px;
  font-weight: 700;
}

.spnavi_menu .spnavi_nav .relate {
  padding: 16px 16px;
  font-weight: 700;
}

.spnavi_menu .spnavi_nav .relate ul {
  margin-left: 24px;
}

.spnavi_menu .spnavi_nav .relate ul li {
  font-size: 1rem;
}

.spnavi_menu .spnavi_nav .relate ul li > a {
  letter-spacing: 1;
  color: #666;
  text-decoration: none;
  display: block;
  padding-top: 16px;
  font-weight: 500;
  font-size: 0.85714rem;
}

.spnavi_menu .spnavi_nav .termlists {
  padding: 0 0 10px;
}

.spnavi_menu .spnavi_nav .termlists ul {
  padding: 12px 0 0 0;
}

.spnavi_menu .spnavi_nav .termlists ul li {
  font-size: 1rem;
}

.spnavi_menu .spnavi_nav .termlists ul li > a {
  letter-spacing: 1;
  color: #666;
  text-decoration: none;
  display: block;
  padding: 8px 0 8px 40px;
  font-weight: 400;
  font-size: 0.85714rem;
}

.spnavi_menu .spnavi_nav .policy a {
  padding-left: 39px;
  font-weight: 400;
}

.spnavi_menu .spnavi_lang {
  background-color: #F5F5F5;
  text-align: center;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.spnavi_menu .spnavi_lang li {
  width: 50%;
  display: inline-block;
  position: relative;
  height: 48px;
  line-height: 48px;
  font-size: 0.85714rem;
  text-align: center;
}

.spnavi_menu .spnavi_lang li.now {
  color: #1695BB;
}

.spnavi_menu .spnavi_lang li a {
  color: #666;
}

.spnavi_menu .spnavi_lang li:first-child:after {
  content: "｜";
  position: absolute;
  right: 0;
}

.spnavi_menu .spnavi_nav.navi_mark a.active {
  position: relative;
}

.spnavi_menu .spnavi_nav.navi_mark a.active:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: #1695BB;
}

.remodal-overlay {
  background: rgba(204, 204, 204, 0.75);
}

.footer_wrapper .container {
  padding-left: 0;
  padding-right: 0;
}

.footer_wrapper a {
  color: #666;
  text-decoration: none;
}

.footer_wrapper .footer_content {
  border-top: solid 4px #1695BB;
  padding: 45px 16px 45px;
  font-size: 0.85714285714286rem;
}

.footer_wrapper .footer_content dd,
.footer_wrapper .footer_content dl,
.footer_wrapper .footer_content li,
.footer_wrapper .footer_content ul {
  margin: 0;
  padding: 0;
}

.footer_wrapper .footer_content ul li {
  list-style-type: none;
  padding-bottom: 14px;
}

.footer_wrapper .footer_content dl dd,
.footer_wrapper .footer_content dl dt {
  list-style-type: none;
  padding-bottom: 14px;
}

.footer_wrapper .footer_copyright {
  border-top: solid 1px #E5E5E5;
  padding: 40px 16px;
  font-size: 0.71428571428571rem;
}

.footer_wrapper .footer_copyright .footer_logo_wrapper {
  width: 100px;
  display: inline-block;
}

.footer_wrapper .footer_copyright .copyright {
  margin: 0 16px;
}

.footer_wrapper .footer_copyright .footer_btmmenu {
  margin-right: 18px;
}

.submenu_navi {
  position: relative;
  right: 0;
  height: 100%;
}

.submenu_navi .sp_subnavi_acc {
  position: relative;
  display: none;
  z-index: 9999;
}

.submenu_navi .sp_subnavi_acc:before {
  display: inline-block;
  position: relative;
  left: 0;
  margin-right: 18px;
  content: "";
  transition: -webkit-transform 0.3s linear;
  -webkit-transition: -webkit-transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  background-image: url("../img/arw_dec.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 12px;
  height: 12px;
}

.submenu_navi .sp_subnavi_acc.active:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.submenu_navi .sidebarlist {
  background-color: #fff;
  display: block;
  position: fixed;
  z-index: 999;
  top: 128px;
  right: 0;
  width: 400px;
  margin-left: 0;
  padding-left: 0;
}

.submenu_navi .sidebarlist.btm {
  position: absolute;
  top: unset;
  bottom: 50px;
}

.submenu_navi .sidebarlist li {
  letter-spacing: 0.1em;
  list-style-type: none;
}

.submenu_navi .sidebarlist li:last-child {
  border-bottom: solid 1px #E5E5E5;
}

.submenu_navi .sidebarlist li a {
  border-top: solid 1px #E5E5E5;
  display: block;
  font-weight: 700;
  padding: 0 16px;
  height: 48px;
  line-height: 48px;
  color: #666;
  text-decoration: none;
}

.submenu_navi .sidebarlist li.active {
  background-color: #04BEED;
}

.submenu_navi .sidebarlist li.accent_list {
  border-bottom: none;
}

.submenu_navi .sidebarlist li.accent_list a {
  background-color: #04BEED;
  border-top: none;
  color: #ffffff;
}

.submenu_navi .submenu_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9;
  background-color: rgba(51, 51, 51, 0.8);
  display: none;
  top: 0;
  left: 0;
}

a.link_card {
  position: relative;
  display: block;
  text-decoration: none;
  color: #666;
}

.sub_content .policy_content h2 {
  font-size: 1rem;
  margin: 2rem 0 0;
}

.sub_content .policy_content ul {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}

.cp_top {
  position: relative;
  margin-top: 64px;
  margin-bottom: 48px;
  background-color: #03c6f0;
  height: 500px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  /* background-image: url("../img/cp-top/kv_fl.jpg"); */
  background-position: center;
  background-size: 1280px auto;
  background-repeat: no-repeat;
}

.cp_top:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  content: "";
}

.cp_top .top_message {
  width: 720px;
  height: 270px;
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  text-align: left;
}

.cp_top .top_message .main_message {
  font-size: 110px;
  color: #fff;
  font-family: 'Roboto';
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.85;
  text-shadow: 1px 1px 16px rgba(4, 190, 237, 0.6);
}

.cp_top .top_message .sub_message {
  font-size: 24px;
  font-weight: 700;
  color: #666;
  letter-spacing: 1.5px;
  margin-left: 5px;
  margin-top: 26px;
  margin-bottom: 15px;
}

.cp_top .top_message .message_link {
  font-weight: 700;
  color: #666;
  margin-left: 5px;
}

.video-overlay {
  position: absolute;
  width: 1280px;
  height: 500px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  /* background-image: url("../img/cp-top/kv_fl.jpg"); */
  background-position: center;
  background-size: 1280px auto;
  background-repeat: no-repeat;
  z-index: 99;
}

#player {
  position: absolute;
  width: 1280px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.mainvisual__video {
  margin: 0 auto;
  height: 500px;
  width: 1280px;
  margin-top: -124px;
}

.inline-YTPlayer {
  width: 1280px;
  left: 50%;
  margin-left: -640px;
}

.cp_top_card {
  margin-bottom: 48px;
  display: inline-block;
}

a.cp_top_card_link {
  color: #666;
  text-decoration: none;
}

.top_inner {
  border-top: solid 4px #04BEED;
  padding: 32px 18px;
}

.top_inner .link_text {
  font-weight: 600;
  color: #04BEED;
  text-decoration: underline;
}

.top_category {
  color: #04BEED;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 0.85714rem;
}

.info_inner {
  border-top: solid 4px #04BEED;
  padding: 18px 16px;
  min-height: 293px;
}

a.info_card_link {
  color: #666;
  text-decoration: none;
}

.info_category {
  color: #04BEED;
  font-weight: 600;
  font-size: 0.85714rem;
  margin-bottom: 6px;
}

.info_category p {
  padding: 0;
  margin: 0;
}

.info_category p.date {
  margin-bottom: 6px;
}

.cp_box_top {
  margin-top: 48px;
}

.cp_border_mid {
  border-top: solid 48px #1695BB;
}

.cp_brand .content_wrapper {
  padding-bottom: 48px;
}

.cp_brand .content_wrapper a {
  font-weight: 600;
}

p.sentence {
  margin-bottom: 2rem;
}

.cp_brand .content_wrapper p.sentence:last-child {
  margin-bottom: 0;
}

.cp_brand section {
  padding-bottom: 48px;
}

.cp_sub_content {
  padding-bottom: 96px;
}

.cp_sub_content h1 {
  margin: 5px 0 14px;
}

.cp_sub_content h2 {
  font-size: 1.71429rem;
}

.sub_category {
  color: #04BEED;
  font-weight: 600;
  margin-top: 28px;
  font-size: 0.85714rem;
}

.cp_subtitle, .content_wrapper p.cp_subtitle {
  font-size: 1.85714rem;
  font-weight: 700;
  margin-bottom: 23px;
  line-height: 1;
}

.cp_subtitle_alt {
  font-size: 1.28571rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.table_field.csr_table th {
  min-width: 180px;
}

.table_field.csr_table tr td:last-child {
  min-width: 180px;
}

.csr_tablefollow {
  margin-top: 48px;
}

.cp_brand .content_wrapper .table_recruit {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 48px;
}

.cp_brand .content_wrapper .table_recruit li {
  list-style-type: none;
}

.cp_brand .content_wrapper .table_recruit li a {
  display: block;
  height: 40px;
  width: 100%;
  background-color: #F5F5F5;
  color: #666;
  font-weight: 400;
  line-height: 40px;
  padding-left: 50px;
  margin-bottom: 8px;
  text-decoration: none;
  position: relative;
}

.cp_brand .content_wrapper .table_recruit li a:after {
  content: "";
  width: 5px;
  height: 10px;
  background-image: url("/img/arw_right.svg");
  position: absolute;
  left: 23px;
  top: 15px;
}

.cp_brand .content_wrapper .table_recruit li a:hover {
  background-color: rgba(245, 245, 245, 0.59);
}

.sub_content .terms_content h2 {
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
}

.checklist_img {
  margin: 1rem 0;
}

.checklist_img img {
  border: solid 1px #F5F5F5;
}

.footer_wrapper .footer_logo_wrapper.cp_footerlogo {
  width: 165px;
  display: inline-block;
}

.sub_content .news_content .date {
  margin-top: 48px;
  margin-bottom: 10px;
  color: #04BEED;
  font-weight: 600;
  font-size: 0.85714rem;
}

.sub_content .news_content .info_category {
  color: #04BEED;
  font-weight: 600;
  font-size: 0.85714rem;
}

.sub_content .news_content h1 {
  margin: 10px 0;
}

.sub_content .news_content h2 {
  margin: 0;
}

.sub_content .news_content p {
  margin-bottom: 2rem;
}

.sub_content .news_content .news_img {
  margin: 1rem 0;
}

.info_wrap {
  margin-bottom: 48px;
}

.no_pad {
  padding-left: 0;
}

.container.no_sidepad {
  max-width: 1232px;
}

.container.no_sidepad_pro {
  max-width: 1232px;
}

.cp_text_lead {
  font-size: 1.28571rem;
}

.top_bg_image {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: relative;
  background-position: center center;
}

.text_normal {
  line-height: 1.7;
}

.text_lead {
  font-size: 1.28571rem;
  line-height: 1.7;
}

.text_annotation {
  line-height: 1.7;
  font-size: 0.71429rem;
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}

.text_annotation.preimg {
  margin-bottom: 24px;
}

.wrap_card h1 {
  margin: 56px 0;
}

.wrap_card h2 {
  margin: 12px 0 10px;
  padding: 0;
}

.cp_wrap_card h1 {
  margin: 48px 0;
  padding-left: 16px;
}

.cp_wrap_card h2 {
  margin: 16px 0 12px;
  padding: 0;
}

.top_separate {
  border-bottom: solid 4px #F5F5F5;
  padding-bottom: 48px;
  margin-bottom: 48px;
}

.blank_card {
  background-color: #F3F9FB;
  height: 100%;
}

.sub_content h1 {
  margin: 48px 0;
  line-height: 1.5;
}

.sub_content h2 {
  margin: 56px 0;
  font-size: 1.71429rem;
}

.sub_content h2.feature_title {
  font-weight: 500;
  margin: 46px 0 20px;
}

.top_col {
  padding-left: 20px;
  padding-right: 20px;
}

.border_card {
  border-bottom: solid 4px #04BEED;
  height: 206px;
  text-align: center;
}

.border_card img {
  max-width: 256px;
}

.border_top {
  border-top: solid 48px #04BEED;
}

.border_subpage_top {
  border-top: solid 80px #04BEED;
}

.border_mid {
  border-top: solid 48px #F5F5F5;
}

.border_mid_form {
  border-top: solid 48px #1695BB;
}

.border_mid_form:after {
  content: "";
  width: 100%;
  height: 48px;
  position: absolute;
  top: -48px;
  left: 0;
  background-color: #1695BB;
  -webkit-transform: translateX(-99%);
  -ms-transform: translateX(-99%);
  transform: translateX(-99%);
  z-index: 9999;
}

.list_bullet {
  margin-left: 0;
  padding-left: 0;
}

.list_bullet li {
  font-weight: 700;
  list-style-type: none;
  margin-bottom: 1rem;
}

.list_bullet li:before {
  margin-right: 6px;
  content: "";
  background-image: url("../img/bullet.svg");
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  display: inline-block;
}

.list_bullet li p {
  font-weight: 500;
}

.list_nobullet {
  margin-left: 0;
  padding-left: 0;
}

.list_nobullet li {
  list-style-type: none;
  line-height: 1.8;
}

.checklist_img,
.img_fit,
.news_img {
  text-align: center;
}

.checklist_img img,
.img_fit img,
.news_img img {
  -webkit-transform: scale(1.043);
  -ms-transform: scale(1.043);
  transform: scale(1.043);
  padding-top: 1%;
  padding-bottom: 1%;
}

.table_field {
  margin-bottom: 1rem;
  /* margin-left: -16px; */
  border: solid 1px #F3F9FB;
  width: 100%;
}

.table_field th {
  min-width: 150px;
}

.table_field tr.head th {
  min-width: auto;
}

.table_field tr:nth-child(even) {
  background-color: #F3F9FB;
}

.table_field tr td,
.table_field tr th {
  vertical-align: top;
  padding: 9px 17px;
}

.table_devine {
  width: 100%;
  border: solid 1px #F3F9FB;
}

.table_devine tr:first-child td,
.table_devine tr:first-child th {
  padding-top: 8px;
}

.table_devine tr:last-child th {
  padding-bottom: 10px;
}

.table_devine tr:last-child td {
  padding-bottom: 10px;
}

.table_devine tr th {
  width: 35%;
}

.table_devine tr td {
  background-color: #F3F9FB;
}

.table_devine tr td,
.table_devine tr th {
  padding: 3px 17px 0;
}

.table_devine_price {
  margin-bottom: 8px;
  width: 100%;
  margin-left: -16px;
  border: solid 1px #F3F9FB;
}

.table_devine_price tr:last-child th {
  padding-bottom: 17px;
}

.table_devine_price tr:last-child td {
  padding-bottom: 17px;
}

.table_devine_price tr th {
  width: 130px;
}

.table_devine_price tr td {
  background-color: #F3F9FB;
}

.table_devine_price tr td,
.table_devine_price tr th {
  line-height: 1.3;
  padding: 10px 17px 0;
}

.box_field {
  margin-left: -16px;
  background-color: #F3F9FB;
  padding: 20px 20px 35px;
}

.box_field_ex {
  margin-left: -16px;
  background-color: #F3F9FB;
  padding: 11px 18px;
  margin-bottom: 8px;
}

.box_field_ex h3 {
  font-size: 1rem;
  margin: 0;
}

.service_flow {
  margin-left: -16px;
  padding-left: 0;
  counter-reset: number 0;
}

.service_flow h3 {
  font-size: 1rem;
  margin: 0;
}

.service_flow li {
  list-style-type: none;
  position: relative;
  background-color: #F3F9FB;
  margin-bottom: 8px;
  padding: 16px 18px 16px 50px;
  line-height: 1.7;
  border: solid 1px #F3F9FB;
}

.service_flow li:before {
  counter-increment: number 1;
  content: counter(number);
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 100%;
  background-color: #ffffff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
}

.box_img_kit {
  width: 100%;
  background-color: #F3F9FB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px;
}

.left_c {
  float: left;
  width: 100%;
  margin-left: -400px;
  padding-left: 400px;
}

.right_c {
  float: right;
  width: 400px;
}

.container_full {
  width: 100%;
  overflow: hidden;
}

.sub_inner {
  width: 800px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}

.sub_inner_nopad {
  max-width: 800px;
  margin: 0 auto 96px;
}

.sub_inner_nopad.cp_sub_content {
  margin: 0 auto;
}

.sub_inner_nopad.content_wrapper {
  padding-bottom: 0;
}

.sub_inner_nopad h1,
.sub_inner_nopad h2 {
  padding-left: 16px;
}

.text_bold {
  font-weight: 600;
}

.content_wrapper p.cap_text {
  font-weight: 600;
  margin: 8px 8px 24px;
}

.container.innnercont {
  padding-right: 32px;
  padding-left: 32px;
}

.mg_btm0 {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.mg_btm8 {
  margin-bottom: 8px !important;
}

.mg_btm48 {
  margin-bottom: 48px !important;
}

.mg_btm30 {
  margin-bottom: 30px !important;
}

.mg_btm16 {
  margin-bottom: 16px !important;
}

.mg_btm96 {
  margin-bottom: 96px;
}

.pad16 {
  padding: 0 16px;
}

form#mail_form dl {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

form#mail_form dl dt {
  clear: both;
  overflow: hidden;
}

form#mail_form dl dd {
  margin-bottom: 20px;
}

form#mail_form dl dt span {
  display: block;
  font-size: 85%;
  color: #3377ff;
}

form#mail_form li.disabled > ul {
  opacity: 0.2;
  position: relative;
}

form#mail_form li.disabled > ul:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 999;
}

form#mail_form .single_select_wrap > ul {
  margin-left: 0;
  padding-left: 0;
}

form#mail_form .single_select_label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-height: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #F5F5F5;
  width: 100%;
  display: inline-block;
  margin-bottom: 0;
  padding-left: 18px;
  cursor: pointer;
}

form#mail_form .single_select_label input[type="radio"] {
  margin-right: 16px;
}

form#mail_form .single_select_content {
  background-color: #FCFCFC;
  border: solid 1px #F5F5F5;
  margin-bottom: 6px;
  padding: 16px 16px 40px 50px;
}

form#mail_form .single_select_content ul {
  margin-left: 0;
  padding-left: 0;
}

form#mail_form .single_select_content ul label {
  min-height: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #F5F5F5;
  width: 100%;
  display: inline-block;
  margin-bottom: 0;
  padding-left: 18px;
}

form#mail_form .submit_wrap {
  margin-top: 48px;
  padding-left: 0;
}

form#mail_form .submit_wrap ul {
  padding-left: 0;
}

form#mail_form .submit_wrap label {
  min-height: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #F5F5F5;
  width: 100%;
  display: inline-block;
  margin-bottom: 0;
  padding-left: 18px;
}

/* -- for JavaScript ここから -------------------------------------------------------------------------------- */
form#mail_form dl dt span.optional,
form#mail_form dl dt span.required {
  line-height: 1;
  display: none;
}

form#mail_form dl .req_mk:after {
  content: "必須";
  color: #1695BB;
  margin-left: 1rem;
}

form#mail_form dl dt span.optional {
  background: #337ab7;
  border: 1px solid #2e6da4;
  display: none;
}

form#mail_form dl dd span.error_blank,
form#mail_form dl dd span.error_format,
form#mail_form dl dd span.error_match {
  display: block;
  color: #E1754F;
  margin-top: 6px;
  font-weight: 600;
}

form#mail_form dl dd span.error_blank {
  position: relative;
  padding-left: 30px;
  /* background-image: url("../../img/alert.svg"); */
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px;
}

span.loading {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border-top: 5px solid rgba(255, 255, 255, 0.2);
  border-right: 5px solid rgba(255, 255, 255, 0.2);
  border-bottom: 5px solid rgba(255, 255, 255, 0.2);
  border-left: 5px solid #ffffff;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load-circle 1.0s linear infinite;
  animation: load-circle 1.0s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
}

@-webkit-keyframes load-circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load-circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* -- for JavaScript ここまで -------------------------------------------------------------------------------- */
form#mail_form input[type="text"],
form#mail_form input[type="email"],
form#mail_form input[type="tel"],
form#mail_form textarea {
  width: 100%;
  height: 40px;
  padding: 2px 2%;
  border-radius: 3px;
  background: #F5F5F5;
  border: 1px solid #E5E5E5;
  -webkit-appearance: none;
  font-size: 100%;
  font-family: inherit;
  margin-top: 7px;
}

form#mail_form input[type="text"]:focus,
form#mail_form input[type="email"]:focus,
form#mail_form input[type="tel"]:focus,
form#mail_form textarea:focus {
  background: #ffffff;
}

form#mail_form ul li input[type="radio"],
form#mail_form ul li input[type="checkbox"] {
  margin-right: 10px;
  margin-top: 7px;
}

form#mail_form ul li:first-child input[type="radio"],
form#mail_form ul li:first-child input[type="checkbox"] {
  margin-top: 0;
}

form#mail_form select {
  font-size: 100%;
  font-family: inherit;
  margin-top: 10px;
}

form#mail_form textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 200px;
  padding: 2px 2%;
  resize: vertical;
  border-radius: 3px;
  background: #fafafa;
  -webkit-appearance: none;
  font-size: 100%;
  font-family: inherit;
}

form#mail_form ul {
  list-style-type: none;
}

form#mail_form ul li label:hover {
  cursor: pointer;
}

form#mail_form input#company {
  width: 100%;
}

form#mail_form input#samplenum {
  width: 160px;
}

form#mail_form input#postal + a {
  display: inline-block;
  padding: 9px 15px;
  vertical-align: middle;
  line-height: 1;
  background: #5bc0de;
  border: 1px solid #46b8da;
  border-radius: 3px;
  color: #ffffff;
  font-family: inherit;
  text-decoration: none;
  position: relative;
  top: -1px;
}

form#mail_form input#postal + a:hover {
  cursor: pointer;
  background: #31b0d5;
  border: 1px solid #269abc;
}

form#mail_form input#address {
  width: 100%;
}

form#mail_form p#form_submit {
  width: 100%;
  margin: 0 auto;
  padding: 15px 0;
}

form#mail_form input[type="button"] {
  vertical-align: middle;
  font-weight: 700;
  background: #04BEED;
  border: 1px solid #04BEED;
  border-radius: 6px;
  color: #ffffff;
  font-family: inherit;
  -webkit-appearance: none;
  width: 100%;
  height: 48px;
}

form#mail_form input[type="button"].disabled {
  background-color: rgba(4, 190, 237, 0.2);
  border: 1px solid rgba(4, 190, 237, 0.2);
}

form#mail_form input[type="button"]:hover {
  cursor: pointer;
  background: #29d1fb;
  border: 1px solid #29d1fb;
}

form#mail_form input[type="button"]:hover.disabled {
  background-color: rgba(4, 190, 237, 0.2);
  border: 1px solid rgba(4, 190, 237, 0.2);
}

/* --responsive----------------------------------------------------------------------------------------------------------------- */
/* 640pixel start */
@media screen and (max-width: 640px) {
  form#mail_form dl {
    overflow: visible;
  }
  form#mail_form dl dt {
    width: auto;
    float: none;
    text-align: left;
    padding: 10px 0 5px;
    font-weight: bold;
  }
  form#mail_form dl dd {
    width: auto;
    float: none;
    border-top: none;
  }
  form#mail_form dl dt span {
    font-weight: normal;
  }
  /* -- for JavaScript ここから -------------------------------------------------------------------------------- */
  form#mail_form dl dt span.optional,
  form#mail_form dl dt span.required {
    margin-right: 1em;
    margin-bottom: 2em;
  }
  /* -- for JavaScript ここまで -------------------------------------------------------------------------------- */
  form#mail_form input[type="text"],
  form#mail_form input[type="email"],
  form#mail_form input[type="tel"] {
    margin-top: 0;
  }
  form#mail_form input#form_submit_button {
    margin-left: 0;
  }
  form#mail_form select {
    margin-top: 0;
  }
  form#mail_form input#phone,
  form#mail_form input#schedule {
    width: 50%;
  }
}

/* 640pixel end */
@media screen and (max-width: 1230px) {
  .right_c {
    width: 30%;
  }
  .left_c {
    width: 70%;
    padding-left: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .sub_inner {
    width: 100%;
  }
  .submenu_navi .sidebarlist {
    width: 30%;
  }
}

.spnavi_menu {
  display: none;
}

@media screen and (max-width: 768px) {
  #player, .video-overlay {
    display: none;
  }
  .cp_top {
    position: relative;
    margin-top: 64px;
    margin-bottom: 48px;
    background-color: #04BEED;
    height: 375px;
    width: 100%;
    overflow: hidden;
    text-align: center;
    /* background-image: url("../img/cp-top/kv_fl.jpg"); */
    background-position: center;
    background-size: cover;
  }
  .cp_top .top_message {
    width: 343px;
    height: 128px;
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    text-align: left;
  }
  .cp_top .top_message .main_message {
    font-size: 52px;
    color: #fff;
    font-family: 'Roboto';
    font-weight: 900;
    letter-spacing: 0;
    line-height: 0.85;
  }
  .cp_top .top_message .sub_message {
    font-size: 14px;
    font-weight: 700;
    color: #666;
    letter-spacing: 0.5px;
    margin-left: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .cp_top .top_message .message_link {
    font-weight: 700;
    color: #666;
    margin-left: 5px;
  }
  .outside {
    margin-top: 64px;
  }
  .top_separate {
    border-bottom: solid 0 #fff;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .link_card .text_normal {
    margin-bottom: 48px;
  }
  .link_card .text_normal.btm {
    margin-bottom: 0;
  }
  .blank_card {
    display: none;
  }
  .logo_toppage {
    display: none;
  }
  h1 {
    font-size: 1.28571rem;
  }
  .spnone {
    display: none;
  }
  .spnavi_menu {
    display: block;
  }
  .pcnavi_nav_wrapper {
    display: none;
  }
  .submenu_navi {
    z-index: 99;
    position: absolute;
    top: 64px;
    left: 0;
    width: 100%;
    background-color: #04BEED;
    height: 40px;
    margin: 0;
    padding: 0;
  }
  .submenu_navi .sp_subnavi_acc {
    font-size: 0.85714285714286rem;
    font-weight: 700;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    cursor: pointer;
    background-color: #04BEED;
    color: #fff;
    height: 48px;
    padding: 0 18px;
    line-height: 48px;
  }
  .submenu_navi .sidebarlist {
    width: 100%;
    max-width: 100%;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: translateY(-500px);
    -ms-transform: translateY(-500px);
    transform: translateY(-500px);
  }
  .submenu_navi .sidebarlist.active {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
  .submenu_navi .sidebarlist li {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .submenu_navi .sidebarlist li a {
    display: block;
    background-color: #fff;
  }
  .submenu_navi .sidebarlist li a.active {
    background-color: #fff;
  }
  .left_c {
    width: 100%;
  }
  .sub_inner_nopad {
    padding-left: 8px;
    padding-right: 8px;
  }
  .business h2 {
    font-size: 1.14286rem;
    margin-top: 24px;
  }
  .no_sidepad {
    padding-left: 8px;
    padding-right: 8px;
  }
  .no_sidepad .row {
    margin-left: -8px;
    margin-right: -8px;
  }
  .no_sidepad .row > div {
    padding-left: 8px;
    padding-right: 8px;
  }
  .no_sidepad_pro .row {
    margin-left: -8px;
    margin-right: -8px;
  }
  .no_sidepad_pro .row > div {
    padding-left: 8px;
    padding-right: 8px;
  }
  .top_inner {
    border-top: solid 4px #04BEED;
    padding: 26px 8px 24px;
  }
  .info_inner {
    min-height: auto;
    padding: 18px 8px 48px;
  }
  .info_inner .info_category {
    margin-bottom: 0;
  }
  .info_inner .info_category p {
    margin-bottom: 0;
  }
  .info_inner h2 {
    margin: 3px 0 5px;
    font-size: 1.14286rem;
  }
  .text_lead {
    font-size: 1.1428571428571rem;
  }
  .sub_content h1 {
    margin: 80px 0 48px;
  }
  .sub_content h2 {
    font-size: 1.14286rem;
  }
  .sub_content h3 {
    font-size: 1rem;
  }
  .scroll {
    width: 100%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .table_field {
    width: 800px;
  }
  .box_field, .box_field_ex, .service_flow,
  .table_devine_price,
  .table_field {
    /* margin-left: -16px; */
    /* -webkit-transform: translateX(8px);
    transform: translateX(8px); */
  }
  .scroll {
    position: relative;
    /* right: -8px;
    margin-left: -16px;
    width: 106%; */
  }
  .table_field.table_break {
    width: 100%;
  }
  .table_field.table_break td,
  .table_field.table_break th {
    display: block;
  }
  .table_field.table_break th {
    padding: 9px 17px 0;
  }
  .table_field.table_break td {
    padding: 5px 17px 9px;
  }
  .box_top img {
    padding-top: 0;
    max-width: 300px;
    margin: 0 auto;
    display: block;
  }
  .border_card {
    margin-left: -8px;
    margin-right: -8px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .footer_wrapper .container {
    padding-left: 8px;
    padding-right: 8px;
  }
  .footer_wrapper .footer_copyright {
    padding: 24px 16px;
  }
  .footer_wrapper .footer_copyright .copyright {
    display: block;
    margin: 14px 0;
  }
  .cp_brand {
    margin-top: 24px;
    top: 0;
    position: relative;
  }
  .top_category {
    margin-bottom: 8px;
  }
  .cp_text_lead {
    font-size: 1.14286rem;
  }
  .cp_subtitle_alt {
    font-size: 1.14286rem;
  }
  .footer_wrapper .footer_content {
    padding: 45px 16px;
  }
  .table_devine tr th {
    width: auto;
  }
  .box_img_kit {
    padding: 16px 8px 8px;
  }
  .recruit_content h3 {
    font-size: 1.14286rem;
  }
}

/*--------------- 以上common -----------------*/
.title_primary {
  font-size: 28px;
  text-align: center;
  margin-bottom: 48px;
  position: relative;
  /* border-bottom: solid 4px #1695BB; */
  display: inline-block;
  letter-spacing: 3px;
}

.content_wrapper a {
  color: #04BEED;
  text-decoration: underline;
}

.text_inner_brand {
  max-width: 640px;
  margin: 0 auto;
}

.table_field {
  margin-left: 0;
}

.table_field th {
  text-align: left;
}

.title_secondary {
  color: #1695BB;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
}

.text-small {
  font-size: 10px;
}

body {
  font-family: 'Roboto','Noto Sans JP';
  font-size: 13px;
  color: #262626;
}

.icon {
  cursor: pointer;
}

/* ---リンク設定--- */
a {
  color: #006699;
  cursor: pointer;
  text-decoration: underline;
}

a:hover {
  color: #006699;
}

/* ---ラップ設定--- */
.wrap {
  max-width: 950px;
  margin: 0 auto;
  /*overflow: hidden;*/
}

.cfx {
  overflow: hidden;
}

.text_small {
  font-size: 0.8em;
}

.center {
  text-align: center;
}

.bold {
  font-weight: 700;
}

.mg_btm {
  margin-bottom: 2em;
}

h2 {
  font-size: 20px;
  font-weight: 700;
  border-bottom: solid 1px #CCC;
  line-height: 1.6;
  margin: 30px 0;
  color: #262626;
}

h3 {
  font-size: 18px;
  font-weight: 700;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.row .col {
  width: 50%;
}

.row .col.imgcont {
  width: 60%;
}

.row .col.textcont {
  padding-left: 32px;
}

.text_description {
  line-height: 1.6;
}

.main_header {
  width: 100%;
  border-bottom: 1px solid #CCC;
  height: 50px;
  clear: both;
  background-color: #F4F4F4;
}

.main_header.active:before {
  content: "";
  -webkit-animation: fade-in 0.3s forwards;
  animation: fade-in 0.3s forwards;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}

.main_header .main_header_logo {
  background-color: #262626;
  padding: 0 10px;
  height: 50px;
  float: left;
}

.main_header .main_header_logo img {
  margin-top: 10px;
  width: 150px;
  cursor: pointer;
}

.main_header .main_header_menu {
  background-color: #F4F4F4;
  position: absolute;
  left: 50%;
  margin-left: -475px;
  top: 0;
  width: 950px;
  display: table;
}

.main_header .main_header_menu > li {
  display: table-cell;
  padding: 0 10px;
  height: 50px;
  vertical-align: middle;
}

.main_header .main_header_menu > li a {
  display: block;
  color: #262626;
  text-decoration: none;
}

.main_header .main_header_menu > li a:hover {
  text-decoration: underline;
}

.main_header .main_header_menu > li.main_header_person {
  background-image: url("../image/person.png");
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center left 10px;
  padding-left: 45px;
  line-height: 1.4;
}

.main_header .main_header_menu > li.main_header_gender {
  text-align: center;
  font-size: 0.85em;
  width: 150px;
}

.main_header .main_header_menu > li.main_header_gender .gender_text {
  font-size: 0.8em;
  margin-top: 5px;
}

.main_header .main_header_menu > li.main_header_gender .gender_text a {
  color: #006699;
}

.main_header .main_header_menu > li.main_header_gender ul.gender {
  display: table;
  width: 100%;
  border-collapse: collapse;
}

.main_header .main_header_menu > li.main_header_gender ul.gender li {
  display: table-cell;
  border: 1px solid #CCC;
  background-color: #fff;
  vertical-align: middle;
}

.main_header .main_header_menu > li.main_header_gender ul.gender li a {
  display: block;
  padding: 3px 6px;
}

.main_header .main_header_menu > li.main_header_gender ul.gender li.active {
  background-color: #006699;
}

.main_header .main_header_menu > li.main_header_gender ul.gender li.active a {
  color: #fff;
}

.main_header .main_header_menu > li.menu_results {
  border-left: 1px solid #CCC;
  position: relative;
  /*background-image: url("../image/arw.png");
        background-size: 12px;
        background-repeat: no-repeat;
        background-position: center right 10px;*/
  padding-left: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100px;
}

.main_header .main_header_menu > li.menu_results .menu_results_sub {
  display: none;
  position: absolute;
  z-index: 99;
  top: 50px;
  left: -1px;
  border: 1px solid #CCC;
  background-color: #F4F4F4;
}

.main_header .main_header_menu > li.menu_results .menu_results_sub.active {
  display: block;
}

.main_header .main_header_menu > li.menu_results .menu_results_sub li {
  padding: 5px 10px;
  width: 150px;
}

.main_header .main_header_menu > li.menu_results .menu_results_sub li a:before {
  content: "-";
  margin-right: 5px;
}

.main_header .main_header_menu > li.menu_results_search {
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.main_header .main_header_menu > li.menu_results_search .menu_results_sub {
  display: none;
  position: absolute;
  z-index: 99999;
  top: 50px;
  left: -1px;
  border: 1px solid #CCC;
  background-color: #F4F4F4;
}

.main_header .main_header_menu > li.menu_results_search .menu_results_sub.active {
  display: block;
}

.main_header .main_header_menu > li.menu_results_search .menu_results_sub li {
  padding: 5px 10px;
  width: 150px;
}

.main_header .main_header_menu > li.menu_results_search .menu_results_sub li a:before {
  content: "-";
  margin-right: 5px;
}

.main_header .main_header_menu > li.menu_results_search .search_input {
  position: relative;
  width: 200px;
}

.main_header .main_header_menu > li.menu_results_search .search_input input {
  border: solid 1px #CCC;
  padding: 5px 10px;
  width: 153px;
}

.main_header .main_header_menu > li.menu_results_search .searchbtn {
  position: absolute;
  right: 0;
  top: 0;
  width: 27px;
  height: 27px;
  background-color: #CCC;
  text-align: center;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.menu_help a {
  padding-left: 10px;
}

.main_header .main_header_menu > li.menu_results_search .searchbtn img {
  width: 17px;
  margin-top: 5px;
}

.spmenu {
  display: none;
  position: absolute;
  width: 35px;
  height: 45px;
  top: 15px;
  right: 10px;
}

.spmenu .spmenuin {
  width: 35px;
  height: 45px;
  position: relative;
  margin: 0 auto;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.spmenu .spmenuin span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #eee;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.spmenu .spmenuin span:nth-child(1) {
  top: 0;
}

.spmenu .spmenuin span:nth-child(2) {
  top: 9px;
}

.spmenu .spmenuin span:nth-child(3) {
  top: 18px;
}

.spmenu .spmenuin.active span:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.spmenu .spmenuin.active span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.spmenu .spmenuin.active span:nth-child(3) {
  top: 9px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.footer {
  background-color: #262626;
  height: 50px;
  text-align: center;
  color: #fff;
}

.footer p {
  padding: 20px;
}

.top_gelogo {
  text-align: center;
  padding: 20px 0;
}

.top_gelogo img {
  width: 500px;
}

.top_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top_menu li {
  background-color: #F4F4F4;
  text-align: center;
  width: 290px;
}

.top_menu li img {
  width: 186px;
}

.top_menu li a{
  color: #262626;
  text-decoration: none;
}
.top_menu li span {
  border: solid 1px #CCC;
  border-radius: 6px;
  width: 290px;
  height: 200px;
  padding: 20px 0;
  display: block;
  color: #262626;
  cursor: pointer;
  -webkit-box-shadow: 0 4px 15px -1px rgba(0, 0, 0, 0.66);
  -moz-box-shadow: 0 4px 15px -1px rgba(0, 0, 0, 0.66);
  box-shadow: 0 4px 15px -1px rgba(0, 0, 0, 0.66);
}

.top_menu li span:hover {
  text-decoration: none;
  background-color: #fcfcfc;
}

.top_menu li span p {
  line-height: 1.8;
}

.top_menu li span.top_l {
  border-bottom: solid 8px #6ECDE2;
}

.top_menu li span.top_c {
  border-bottom: solid 8px #F79476;
}

.top_menu li span.top_r {
  border-bottom: solid 8px #FFF02F;
}



.extra_view  {
  background-color: #F4F4F4;
  text-align: center;
  width: 100%;
  margin-top: 30px;
}

.extra_view  img {
  width: 186px;
}

.extra_view  a{
  color: #262626;
  text-decoration: none;
}
.extra_view  span {
  border: solid 1px #CCC;
  border-radius: 6px;
  width: 100%;
  /* height: 200px; */
  padding: 20px 0;
  display: block;
  color: #262626;
  cursor: pointer;
  -webkit-box-shadow: 0 4px 15px -1px rgba(0, 0, 0, 0.66);
  -moz-box-shadow: 0 4px 15px -1px rgba(0, 0, 0, 0.66);
  box-shadow: 0 4px 15px -1px rgba(0, 0, 0, 0.66);
  border-bottom: solid 8px #03b7b9;
}

.extra_view  span:hover {
  text-decoration: none;
  background-color: #fcfcfc;
}

.extra_view span p {
  line-height: 1.8;
}
.extra_view h3{
  font-size: 24px;
  margin-bottom: 12px;
}


.top_popular {
  margin-top: 30px;
  width: 100%;
  /*border: solid 1px #CCC;*/
  text-align: center;
  padding: 20px 0;
}

.top_popular ul li {
  display: inline-block;
  padding: 20px;
}

.top_popular h3 {
  background-color: #fcfcfc;
  border-bottom: solid 8px #80B539;
  padding: 15px 0 10px;
  border-top: solid 1px #CCC;
  border-left: solid 1px #CCC;
  border-right: solid 1px #CCC;
}

.app_link {
  margin-top: 30px;
  background-color: #F4F4F4;
  width: 100%;
  padding: 10px 0;
}

.app_link ul {
  width: 370px;
  margin: 0 auto;
}

.app_link ul li {
  width: 180px;
  display: inline-block;
  text-align: center;
}

.app_link ul li img {
  width: 150px;
}

.top_info {
  padding-bottom: 20px;
  margin: 20px 0;
  line-height: 1.4;
}

.top_info h3 {
  border-bottom: solid 1px #CCC;
  line-height: 1.4;
}

.top_info ul {
  margin-top: 10px;
}

.top_info ul li {
  padding: 5px;
  list-style-type: disc;
  list-style-position: inside;
}

.category_icon {
  margin-top: 40px;
}

.category_icon ul {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.category_icon ul li {
  display: table-cell;
  text-align: center;
}

.category_icon ul li.active {
  background-color: #d5d5d5;
  border-radius: 6px;
  position: relative;
}

.category_icon ul li.active:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #d5d5d5 transparent transparent transparent;
}

.category_icon ul li span {
  display: block;
  font-size: 9px;
  line-height: 1.3;
}

.category_icon .icon {
  margin: 0 auto;
  padding-top: 5px;
  padding-bottom: 5px;
}

.category_icon .icon img {
  width: 50px;
}

.summary_table {
  margin: 20px 0 50px;
}

.inddata table {
  width: 100%;
  border-collapse: collapse;
}

.inddata table th {
  border-right: solid 1px #fff;
  padding: 10px;
  background-color: #727172;
  text-align: center;
  color: #fff;
}

.inddata table th > a {
  color: #fff;
}

.inddata table th.updown {
  background-repeat: no-repeat;
  background-size: 9px;
  background-position: center right 10px;
}

.inddata table th:last-child {
  border-right: solid 1px #727172;
}

.inddata table td {
  border: solid 1px #727172;
  padding: 10px;
  line-height: 1.6;
  vertical-align: middle;
}

.inddata table td.name {
  background-color: #F4F4F4;
}

.inddata table td.riskrevel {
  text-align: center;
  width: 220px;
}

.inddata table td.top_riskrevel {
  width: 10px;
  padding: 10px 15px;
  font-size: 1.2em;
}

.inddata table td.cans_riskrevel {
  text-align: center;
  width: 150px;
}

.inddata table td.top_riskrevel_list {
  padding: 20px;
}

.inddata table td.top_riskrevel_list ul li {
  display: inline-block;
  padding: 5px 0;
  width: 47%;
}

.inddata table td.top_riskrevel_list ul li:before {
  content: "●";
  margin-right: 5px;
}

.inddata table td.detail {
  text-align: center;
  width: 100px;
  padding: 5px;
}

.inddata table.noseparate {
  border-bottom: solid 1px #727172;
}

.inddata table.noseparate td {
  border-top: none;
  border-bottom: none;
  padding: 10px;
}

.color_low {
  background-color: #65bfd6;
}

.color_low_mid {
  background-color: #8dd0b9;
}

.color_mid {
  background-color: #f2dc88;
}

.color_high_mid {
  background-color: #eeb880;
}

.color_high {
  background-color: #e49c8b;
}

.top_riskrevel_list.color_low {
  background-color: #c8e3ea;
}

.top_riskrevel_list.color_low_mid {
  background-color: #d8efe7;
}

.top_riskrevel_list.color_mid {
  background-color: #fff4d4;
}

.top_riskrevel_list.color_high_mid {
  background-color: #fae8d4;
}

.top_riskrevel_list.color_high {
  background-color: #f8dbd5;
}

.show_detail {
  display: inline-block;
  color: #262626;
  padding: 6px 12px;
  background: -moz-linear-gradient(top, #ffffff 0%, #ebebeb 50%, #f0f0f0 50%, #cccccc);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(0.5, #ebebeb), color-stop(0.5, #f0f0f0), to(#cccccc));
  border-radius: 3px;
  border: 1px solid #949494;
  cursor: pointer;
}

.show_detail:hover {
  text-decoration: none;
}

.titlearea {
  position: relative;
}

.printbtn {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  color: #262626;
  padding: 6px 12px;
  background: -moz-linear-gradient(top, #ffffff 0%, #ebebeb 50%, #f0f0f0 50%, #cccccc);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(0.5, #ebebeb), color-stop(0.5, #f0f0f0), to(#cccccc));
  border-radius: 3px;
  border: 1px solid #949494;
}

.printbtn:hover {
  text-decoration: none;
}

.about_canser {
  padding: 20px 0 0 40px;
}

.about_canser p {
  margin: 1em 0;
}

.geno_contents {
  border: solid 1px #CCC;
  padding: 20px;
  margin-bottom: 40px;
}

.geno_contents ul {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

.geno_contents ul li {
  margin: 15px 0;
  width: 50%;
  overflow: hidden;
}

.geno_contents ul li h4 {
  font-size: 16px;
  font-weight: 800;
}

.geno_contents ul li p {
  padding: 10px 20px;
  line-height: 1.6;
}

.geno_contents ul li img {
  width: 100px;
  float: left;
  margin-right: 10px;
}

.desease_table table {
  width: 100%;
}

.desease_table table th {
  font-weight: 700;
  background-color: #F4F4F4;
}

.desease_table table td,
.desease_table table th {
  text-align: center;
  border: solid 1px #ccc;
  padding: 10px;
  line-height: 1.6;
}

.modalwin {
  width: 700px;
  position: fixed;
  top: 40%;
  left: 50%;
  margin-left: -350px;
  line-height: 1.6;
  z-index: 9999999;
}

.modalwin .inner {
  background-color: #fff;
  padding: 20px;
  position: relative;
}

.modalwin p {
  margin-top: 20px;
}

.modalwin h3 {
  padding-right: 25px;
}

.modalwin .del {
  width: 25px;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

.boder_box {
  border: solid 1px #ccc;
  border-radius: 6px;
  padding: 20px;
  margin: 30px 0;
}

.boder_box h3 {
  margin-bottom: 10px;
}

.boder_box ul li {
  list-style-type: disc;
  list-style-position: inside;
  padding: 5px 10px;
}

.detail_header {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 12px 12px -11px #a8a8a8;
  -moz-box-shadow: 0 12px 12px -11px #a8a8a8;
  -webkit-box-shadow: 0 12px 12px -11px #a8a8a8;
  padding: 10px 0;
}

.detailwrap {
  padding: 40px 0;
}

.detailwrap h3 {
  line-height: 1.3;
  border-bottom: solid 1px #ccc;
  margin-bottom: 1em;
}

.wrap_detail {
  width: 950px;
  margin: 0 auto;
}

.header_title {
  background-image: url("../image/diamond.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 30px;
  padding-left: 36px;
  float: left;
  margin: 0;
  border: none;
}

table td {
  word-break: break-all;
}

.subtext {
  padding: 20px 0 10px;
  line-height: 1.8;
}

.header_btnwrap {
  float: right;
  /*width: 500px;*/
}

.canvaswrap {
  margin: 20px 0;
}

.btn {
  display: inline-block;
  border-radius: 4px;
  background-color: #727172;
  padding: 10px 15px;
  margin: 0 0 0 8px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.btn:hover {
  background-color: #ccc;
  color: #fff;
  text-decoration: none;
}

.descrpt {
  line-height: 1.8;
}

.detail_risk_result {
  font-size: 2em;
  font-weight: 800;
  text-align: center;
  margin: 40px 0;
}

.detail_risk_result_sub {
  font-size: 1.4em;
  text-align: center;
  margin-top: 20px;
}
.detail_notes{
  text-align: center;
}
.your_risk {
  color: #fff;
  background-color: #FF8159;
  padding: 0 15px;
  margin: 0 6px;
}

.inddata table {
  width: 100%;
  border-collapse: collapse;
}

.inddata table th {
  border-right: solid 1px #fff;
  padding: 10px;
  background-color: #727172;
  text-align: center;
  color: #fff;
}

.inddata table th:last-child {
  border-right: solid 1px #727172;
}

.inddata table td {
  border: solid 1px #727172;
  padding: 10px;
  line-height: 1.6;
  vertical-align: middle;
}

.inddata_part {
  width: 150px;
  text-align: center;
}

.inddata_descript {
  width: 400px;
  text-align: left;
}

.nomcell {
  text-align: center;
}

.cell_select {
  background-color: #FFF2CD;
}

.sect {
  margin-bottom: 60px;
}

.indicate_low {
  font-size: 16px;
  font-weight: 700;
  float: left;
  padding: 4px;
}

.indicate_high {
  font-size: 16px;
  font-weight: 700;
  float: right;
  padding: 4px;
}

.sp_only {
  display: none;
}

img {
  max-width: 100%;
}

/*▼ヘルプページ▼ */
.helppage {
  min-height: calc(100vh - 50px);
  line-height: 1.8;
  padding: 50px 0;
}

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

.helppage h2 {
  font-size: 2rem;
  border: none;
}

.helppage h3 {
  border-bottom: solid 1px #ccc;
  margin-top: 3em;
  margin-bottom: 1.5em;
}

.helppage h4 {
  font-weight: 700;
  margin-bottom: 0.5em;
}

.helppage p {
  padding-bottom: 1em;
}

.helppage_menu {
  margin: 4em 0 1em;
  width: 100%;
  display: table;
  table-layout: fixed;
}

.helppage_menu li {
  display: table-cell;
}

.helppage_menu li.help_result a {
  background-image: url("../image/help/result.svg");
  background-repeat: no-repeat;
  background-position: center top 10px;
  background-size: 30px 30px;
}

.helppage_menu li.help_qa a {
  background-image: url("../image/help/qa.svg");
  background-repeat: no-repeat;
  background-position: center top 10px;
  background-size: 30px 30px;
}

.helppage_menu li.help_terms a {
  background-image: url("../image/help/terms.svg");
  background-repeat: no-repeat;
  background-position: center top 10px;
  background-size: 30px 30px;
}

.helppage_menu li a {
  text-align: center;
  font-weight: 700;
  background-color: #fff;
  margin: 10px;
  border-radius: 4px;
  font-size: 1.2em;
  display: block;
  border: solid 1px #4f4f4f;
  padding: 40px 0 10px;
  color: #4f4f4f;
}

/*▲ヘルプページ▲ */
@media screen and (max-width: 1300px) {
  .main_header .main_header_menu {
    position: absolute;
    left: 200px;
    margin-left: 0;
    width: auto;
  }
}

@media screen and (max-width: 1018px) {
  html {
    -webkit-overflow-scrolling: touch !important;
  }
  body {
    -webkit-overflow-scrolling: touch !important;
    position: relative;
    min-height: 100%;
  }
  h2 {
    font-size: 18px;
    margin: 20px 0;
  }
  .wrap {
    /* overflow-x: hidden; */
    width: 100%;
    margin: 65px auto 0;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    /*z-index: -1;*/
  }
  .c-modal__content {
    padding: 0 16px 16px;
  }
  .c-modal__content .wrap {
    margin: 0;
    padding: 0 10px;
  }
  .c-modal__header {
    padding: 5px 10px;
    margin-top: 60px;
  }
  .row {
    display: inline-block;
  }
  .row .col {
    width: 100%;
  }
  .row .col.imgcont {
    width: 100%;
  }
  .row .col.textcont {
    padding-left: 0;
    padding-top: 15px;
  }
  .spmenu {
    display: block;
  }
  .main_header {
    position: fixed;
    left: 0;
    top: 0;
    border-bottom: none;
    height: auto;
    z-index: 99999999;
  }
  .main_header.active:before {
    content: "";
    -webkit-animation: fade-in 0.3s forwards;
    animation: fade-in 0.3s forwards;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    left: 0;
    top: 50px;
    width: 100%;
    height: 100%;
  }
  .main_header .main_header_logo {
    float: none;
  }
  .main_header .main_header_menu {
    -webkit-transform: translateX(100%);
    /*transform: translateX(100%);*/
    left: auto;
    display: none;
    right: 0;
    top: 50px;
    height: 100%;
    float: none;
    width: 220px;
  }
  .main_header .main_header_menu.active {
    display: block;
    -webkit-animation: slide-in 0.3s forwards;
    animation: slide-in 0.3s forwards;
    position: fixed;
    z-index: 999;
  }
  .main_header .main_header_menu > li {
    display: block;
    padding: 10px;
    height: auto;
  }
  .main_header .main_header_menu > li a {
    display: block;
  }
  .main_header .main_header_menu > li.main_header_gender {
    text-align: center;
    width: 150px;
    margin: 0 auto;
  }
  .main_header .main_header_menu > li.main_header_gender .gender_text {
    font-size: 0.8em;
    margin-top: 5px;
  }
  .main_header .main_header_menu > li.main_header_gender .gender_text a {
    color: #006699;
  }
  .main_header .main_header_menu > li.menu_results {
    border-left: none;
    border-right: none;
    position: relative;
    background-image: none;
    padding-right: 0;
  }
  .main_header .main_header_menu > li.menu_results .menu_results_sub {
    display: block;
    position: relative;
    top: 5px;
    left: 0;
    border: none;
    background-color: #F4F4F4;
  }
  .main_header .main_header_menu > li.menu_results .menu_results_sub li {
    padding: 5px 0;
    width: 150px;
  }
  .main_header .main_header_menu > li.menu_results_search .search_input {
    position: relative;
    width: 200px;
  }
  .main_header .main_header_menu > li.menu_results_search .search_input input {
    border: solid 1px #CCC;
    padding: 5px 10px;
    width: 153px;
  }
  @-webkit-keyframes slide-in {
    100% {
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
    }
  }
  @keyframes slide-in {
    100% {
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
    }
  }
  .top_gelogo {
    text-align: center;
    padding: 20px 0;
  }
  .top_gelogo img {
    width: 70%;
  }
  .top_menu {
    display: block;
  }
  .top_menu li {
    border-bottom: none;
    background-color: #F4F4F4;
    text-align: center;
    width: 100%;
    margin: 3px auto;
    font-size: 0.8em;
  }
  .top_menu li span {
    width: auto;
    height: auto;
    padding: 5px 0;
    margin-bottom: 10px;
  }
  .top_menu li img {
    width: 100px;
  }
  .top_menu li a {
    width: 100%;
    height: auto;
    padding: 0;
    display: block;
    color: #262626;
    margin-bottom: 5px;
  }
  .top_menu li a:hover {
    text-decoration: none;
    background-color: #fcfcfc;
  }
  .top_menu li a p {
    line-height: 1.8;
  }

  .extra_view {
    margin-top: 0;
  }
  .extra_view a{
    width: 100%;
    height: auto;
    padding: 0;
    display: block;
    color: #262626;
    margin-bottom: 5px;
    font-size: 0.8em;
  }
  .extra_view h3{
    font-size: 16px;
    margin-top: 20px;
  }

  .top_popular {
    margin-top: 30px;
    width: 100%;
    text-align: center;
    padding: 20px 0;
  }
  .top_popular ul li {
    display: inline-block;
    padding: 10px;
  }
  .app_link {
    margin-top: 30px;
    background-color: #F4F4F4;
    width: 100%;
    padding: 10px 0;
  }
  .app_link ul {
    width: 100%;
    margin: 0 auto;
    display: table;
  }
  .app_link ul li {
    width: 50%;
    display: table-cell;
    text-align: center;
  }
  .app_link ul li img {
    width: 80%;
    max-width: 150px;
  }
  .top_info {
    margin: 20px 0;
  }
  .top_info h3 {
    border-bottom: solid 1px #CCC;
  }
  .top_info ul {
    margin-top: 10px;
  }
  .top_info ul li {
    padding: 5px;
    list-style-type: disc;
    list-style-position: inside;
  }
  .category_icon {
    margin-top: 10px;
  }
  .category_icon ul {
    display: inline-block;
    width: 100%;
  }
  .category_icon ul li {
    display: inline-block;
    text-align: center;
    float: left;
  }
  .category_icon ul li.active {
    background-color: #d5d5d5;
    border-radius: 6px;
    position: relative;
  }
  .category_icon ul li.active:after {
    content: none;
  }
  .category_icon .icon {
    width: 40px;
    height: 70px;
    margin: 0 auto;
    padding: 5px;
  }
  .category_icon .icon img {
    width: 40px;
  }
  .summary_table {
    margin: 10px 0 50px;
  }
  .inddata table {
    font-size: 0.85em;
  }
  .inddata table th {
    border-right: solid 1px #fff;
    padding: 5px;
    background-color: #727172;
    text-align: center;
    color: #fff;
    vertical-align: middle;
    line-height: 1.2;
  }
  .inddata table th.updown {
    padding-right: 20px;
  }
  .inddata table th:last-child {
    border-right: solid 1px #727172;
  }
  .inddata table td {
    border: solid 1px #727172;
    padding: 5px;
    line-height: 1.6;
    vertical-align: middle;
  }
  .inddata table td.name {
    background-color: #F4F4F4;
  }
  .inddata table td.riskrevel {
    text-align: center;
    width: 120px;
  }
  .inddata table td.detail {
    text-align: center;
    width: 60px;
  }
  .show_detail {
    width: 30px;
    line-height: 1.3;
    font-size: 9px;
    padding: 3px 10px;
  }
  .titlearea {
    position: relative;
  }
  .printbtn {
    display: none;
  }
  .about_canser {
    padding: 20px 0;
  }
  .geno_contents {
    border: solid 1px #CCC;
    padding: 20px;
    margin-bottom: 40px;
  }
  .geno_contents ul {
    margin-top: 10px;
    display: inline-block;
  }
  .geno_contents ul li {
    margin: 15px 0;
    width: 100%;
  }
  .geno_contents ul li img {
    float: left;
  }
  .modalwin {
    width: 100%;
    top: 20%;
    left: 0;
    margin-left: 0;
  }
  .modalwin .inner {
    background-color: #fff;
    padding: 20px;
    margin: 20px;
  }
  .detail_header {
    width: 100%;
    box-shadow: 0 12px 12px -11px #a8a8a8;
    -moz-box-shadow: 0 12px 12px -11px #a8a8a8;
    -webkit-box-shadow: 0 12px 12px -11px #a8a8a8;
    padding: 10px 0;
    height: auto;
    margin-bottom: 20px;
  }
  .detail_header .wrap_detail {
    padding: 0;
  }
  .detail_header .header_title {
    display: block;
    float: none;
    margin-left: 10px;
  }
  .detail_header .header_btnwrap {
    display: block;
    float: none;
    text-align: center;
    width: auto;
    font-size: 0.8em;
  }
  .detail_header .header_btnwrap .btn {
    margin: 3px;
    width: 70%;
  }
  .wrap_detail {
    width: auto;
    margin: 0 auto;
    padding: 30px 10px;
  }
  .detailwrap {
    padding: 0;
  }
  .detail_risk_result {
    font-size: 1.5em;
    line-height: 1.4;
    margin: 20px 0;
  }
  .detailwrap .inddata table {
    border: none;
    border-collapse: collapse;
  }
  .detailwrap .inddata table thead {
    display: none;
  }
  .detailwrap .inddata table tr {
    display: block;
    margin-bottom: 20px;
  }
  .detailwrap .inddata table td {
    border-right: 1px solid #999;
    border-left: 1px solid #999;
    border-bottom: 1px solid #999;
    border-top: none;
    text-align: left;
    display: block;
    padding: 10px;
    width: auto;
  }
  .detailwrap .inddata table td:first-child {
    background-color: #727172;
    color: #fff;
    border-bottom: none;
    padding: 6px 10px;
  }
  .detailwrap .inddata table td p {
    overflow: auto;
  }
  .detailwrap .inddata table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    width: 80px;
    text-align: left;
    margin-right: 20px;
  }
  .indicate_high,
  .indicate_low {
    font-size: 13px;
  }
  .detail_print {
    display: none;
  }
  .footer {
    font-size: 0.8em;
  }
  .sp_only {
    display: block;
    font-size: 0.8em;
    line-height: 1.4;
  }
  .sp_only h4 {
    font-weight: 700;
    font-size: 1.2em;
  }
  .helppage {
    padding: 30px 0;
  }
  .helppage h2 {
    text-align: center;
    font-size: 1.3rem;
    border: none;
  }
  .helppage h3 {
    border-bottom: solid 1px #ccc;
    margin-top: 3em;
    margin-bottom: 1.5em;
  }
  .helppage_menu {
    margin: 2em 0 1em;
    width: 100%;
    display: block;
  }
  .helppage_menu li {
    display: block;
    width: 100%;
  }
  .helppage_menu li a {
    display: block;
  }
}

.evidence_rank_text,
.tooltip_gender {
  text-align: left;
  line-height: 170%;
}

.cancer_rink {
  display: inline-block;
  margin: 0 80px;
}

.detail_odds {
  text-align: right;
}

.odds_text {
  text-align: left;
  line-height: 170%;
}

.haplo_tree {
  max-width: 65%;
  margin: 0 auto;
}

/* TOP下段 */
.specific_view {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.8;
  margin: 2rem 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.specific_view h3 {
  text-align: center;
}

.specific_view_contents {
  padding: 7px 14px;
  margin-right: 1rem;
  border: solid 3px #ccc;
 
}





.specific_view_contents ul li a {
  border-radius: 4px;
  background-color: #eee;
  display: block;
  padding: 4px 12px;
  margin: 0.5rem;
  border: solid 1px #ccc;
}

.specific_view_contents.single {
  margin-right: 0;
}

.specific_view_popular {
  /* background-color: #F4F4F4; */
  padding: 0.5rem;
  margin-left: 1rem;
  border: solid 3px #ccc;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.specific_view_popular ul li {
  border-top: dashed 1px #ccc;
  padding: 7px;
}

/* LSC */
.lscwrap {
  background-image: url("../image/paper.png");
  line-height: 1.8;
  padding: 2rem;
  margin: 2rem auto;
}

.lsc_toplogo {
  border: solid 1px #333;
  padding: 2rem 0;
  text-align: center;
  font-size: 2rem;
  line-height: 1.1;
  font-weight: 800;
  margin: 1rem 0;
  /* font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif; */
}

.lsc_toplogo_l {
  font-size: 5rem;
}

.lsc_toplogo_m {
  font-size: 3rem;
  font-weight: 700;
}

.lsc_cards ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lsc_cards ul li {
  padding: 0.5rem;
  margin: 0.2rem;
  border: solid 1px #d2d2d2;
  border-radius: 6px;
  background-color: #F4F4F4;
}

.lsc_cards ul li:hover {
  opacity: 0.8;
}

.lsc_cards ul li img {
  margin: 1rem;
}

.lsc_cards ul li h3 {
  text-align: center;
}

.lsc_cards_tab {
  margin-top: 3rem;
  /* border-top: solid 3px #696969; */
}

.lsc_cards_tab ul {
  width: 100%;
  display: table;
  table-layout: fixed;
}

.lsc_cards_tab ul li {
  display: table-cell;
  margin: 0.5rem;
  background-color: #eee;
  border-radius: 3px;
  border: solid 1px transparent;
}

.lsc_cards_tab ul li h3 {
  text-align: center;
  margin: 0.2rem;
}

.lsc_cards_tab ul li p {
  text-align: center;
}

.lsc_cards_tab img {
  width: 60px;
}

.lsc_cards_tab .active {
  background-color: #ffd6e5;
  position: relative;
}

.lsc_cards_tab .active:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-color: #ffd6e5 transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}

.lsc_table {
  width: 100%;
  margin-bottom: 0.5rem;
}

.lsc_table th {
  background-color: #e2e2e2;
}

.lsc_table td,
.lsc_table th {
  border: solid 1px #ccc;
  padding: 0.5rem;
  vertical-align: middle;
  text-align: center;
  line-height: 1.8;
}

.lsc_table td.lsc_advice_comment {
  font-size: 1.2rem;
  color: #ff0000;
  width: 200px;
}

.lsc_table td.lsc_advice {
  width: 500px;
  text-align: left;
}

.lsc_advice_item {
  background-color: #dbeef4;
  font-size: 1.2rem;
}

.lsc_advice_item_title {
  font-weight: 700;
}

.lsc_table_sect {
  border-bottom: solid 4px #ccc;
}

.lsc_cards_tab button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  padding: 10px 20px;
  margin: 0;
  border: none;
  cursor: pointer;
  display: block;
  width: 100%;
}

/* UI制御のための指定 */
.app_tab [aria-hidden="true"] {
  display: none;
}

.app_tab [aria-hidden="false"] {
  display: block;
}

.app_tab [aria-selected="true"] {
  background-color: #71bbee;
  color: white;
  position: relative;
}

.app_tab [aria-selected="true"] :before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-color: #71bbee transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}

.lscwrap [aria-hidden="true"] {
  display: none;
}

.lscwrap [aria-hidden="false"] {
  display: block;
}

.top_b_repo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.btrepo {
  text-align: center;
  padding: 10px;
}

.btrepo img {
  background-color: #fff;
  border: solid 1px #ccc;
  width: 100px;
}

.btrepo_box {
  background-color: #f5f5f5;
  margin-bottom: 2rem;
}

.btrepo_box p {
  padding-top: 20px;
}

.btrepo_box .btrepo {
  padding-bottom: 20px;
}

/* トップ案内 */
.mypage_infoarea {
  background-color: #f5f5f5;
  padding: 10px 15px 30px;
  margin: 40px auto 30px;
}

.content_wrapper {
  margin: 55px auto 0;
  line-height: 1.7;
  letter-spacing: 0.1em;
  padding-bottom: 90px;
}

.btn_wrap_fix {
  max-width: 400px;
  margin: 0 auto;
}

.btn_wrap_fix.belowtext {
  margin-top: 48px;
}

a.btn_pry {
  margin: 0 auto;
  border-radius: 8px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  background-color: #04BEED;
  display: block;
  text-decoration: none;
}

a.btn_pry:hover {
  background-color: #42d6fc;
}

.title_primary {
  font-size: 28px;
  text-align: center;
  margin-bottom: 48px;
  position: relative;
  border-bottom: solid 4px #1695BB;
  display: inline-block;
  letter-spacing: 3px;
}

h2.title_primary {
  margin-top: 0;
}

.content_in {
  line-height: 1.6;
}

.content_in.single {
  max-width: 640px;
  margin: 0 auto;
  padding: 0 16px;
}

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

a.btn_pry.red-info {
  background-color: #EF3B7E;
}

.title_primary.red-info {
  border-bottom: 4px solid #EF3B7E;
}

.title_primary.red-info::after {
  content: "";
  position: absolute;
  left: -55px;
  top: 10px;
  width: 40px;
  height: 40px;
  background-image: url("../image/attention.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

.cap-text {
  margin-top: 2rem;
  font-size: 0.9em;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .title_primary.red-info::after {
    left: -40px;
    top: 10px;
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 1018px) {
  .specific_view {
    display: block;
  }
  .specific_view_contents {
    margin: 1rem auto;
  }
  .specific_view_contents ul {
    display: block;
  }
  .specific_view_contents ul li a {
    display: block;
    padding: 0.5rem;
    margin: 0.5rem;
    border: solid 1px #ccc;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .specific_view_popular {
    margin: 1rem auto;
  }
  .lsc_toplogo {
    font-size: 1.3rem;
  }
  .lsc_toplogo_l {
    font-size: 3rem;
  }
  .lsc_toplogo_m {
    font-size: 1.2rem;
  }
  .lsc_table {
    margin-bottom: 0.5rem;
    display: block;
  }
  .lsc_table th {
    display: none;
  }
  .lsc_table td {
    border: solid 1px #ccc;
    padding: 0.5rem;
    vertical-align: middle;
    text-align: center;
    line-height: 1.8;
    display: block;
  }
  .lsc_table td.lsc_advice_comment {
    font-size: 1.2rem;
    color: #ff0000;
    width: auto;
    border-top: none;
    border-bottom: none;
  }
  .lsc_table td.lsc_advice {
    width: auto;
    text-align: left;
  }
  .lsc_table_sect {
    border-bottom: solid 4px transparent;
  }
  .lsc_cards ul {
    display: inline-block;
    text-align: center;
  }
  .lsc_cards ul li {
    display: inline-block;
    width: 25%;
  }
  .lsc_cards_tab {
    margin-top: 1rem;
  }
  .lsc_cards_tab button {
    font-size: 8px;
    padding: 5px;
  }
  .lsc_cards_tab img {
    width: 20px;
  }
  [aria-selected="true"] {
    background-color: #71bbee;
    color: white;
    position: relative;
  }
  [aria-selected="true"] :before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -10px;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-color: #71bbee transparent transparent transparent;
    border-width: 10px 10px 0 10px;
  }
  .haplo_tree {
    max-width: 100%;
  }
  .title_primary {
    font-size: 18px;
  }
  .inddata .nutrition_tbl th {
    border: none;
    text-align: left;
  }
  .inddata .nutrition_tbl td.nutrition_name {
    width: 28%;
    border-right: none;
    border-bottom: solid 1px #727172;
  }
  .inddata .nutrition_tbl td.nutrition_discription {
    border-left: none;
    border-bottom: solid 1px #727172;
  }
}

.text-caution {
  color: #ff0000;
}

/* おすすめ栄養素紹介 */
.nutrient_box {
  background-color: #f5f5f5;
  margin: 10px 0;
  padding: 15px;
}

.check_agrees {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  margin: 15px 15px 0;
}

.check_agrees input {
  position: relative;
  top: 2px;
}

.nutrient_btn {
  text-align: center;
}

.nutrient_btn a {
  max-width: 500px;
  border-radius: 4px;
  background-color: #eee;
  display: inline-block;
  padding: 0.5rem;
  margin: 0.5rem;
  border: solid 1px #ccc;
  text-align: center;
}

.nutrition_name {
  width: 230px;
}

/* top-info */
.box_infoarea {
  background-color: #f5f5f5;
  padding: 32px 15px;
  margin: 48px auto;
}

.box_infoarea h3 {
  color: #1695BB;
}

.box_infoarea_content {
  max-width: 728px;
  margin: 0 auto;
}

.box_infoarea_info {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: solid 1px #666;
}

.box_infoarea_info:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

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

.abovelink_text {
  line-height: 1.6;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

.attention_text {
  line-height: 1.6;
  margin-top: 1rem;
  font-size: 0.9em;
}
.img_undertext{
  font-size: 0.9em;
}

.c-btn-default--flat {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #04BEED;
  border-radius: 6px;
  color: #fff;
  text-align: center;
  padding: 10px 18px;
  vertical-align: middle;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.c-btn-default--flat:hover {
  background-color: #42d6fc;
}

.c-btn-default--flat.decline {
  background-color: #727172;
}

.c-btn-default--flat.decline:hover {
  background-color: #989798;
}

.modal_dialog {
  max-width: 570px;
}

.dialog_header {
  text-align: center;
  padding-top: 32px;
}

.dialog_content {
  padding: 16px 32px;
  line-height: 1.6;
}

.dialog_close {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 10px;
  font-weight: 700;
  font-size: 28px;
}

.dialog_bottom {
  text-align: center;
  padding: 0 15px 32px;
}

.dialog_bottom .c-btn {
  margin: 0 10px;
}
.nut_bn{
  margin-top: 48px;
  display: inline-block;
}

.c-container { display: flex; flex-direction: column;
  min-height: 100vh; }



.modal_footer{
  margin-top: auto;
  position: relative;
}
.modal_footer .footer{
height: 40px;
}
.modal_footer:after{
  content: "";
  width: 100%;
  background-color: #262626;
  height: 20px;
  position: absolute;
  bottom: -20px;
  left: 0;
}
