﻿@charset "utf-8";

body {
  font-family: "メイリオ", "Meiryo", Osaka, 'MS PGothic', arial,helvetica,clean,sans-serif;
  background: rgba(255, 255, 255, 1);
  font-size: 16px;
  color: rgba(51, 51, 51, 1);
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
}
img {
  border: none;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}
a {
  color: rgba(0, 104, 183, 1);
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}
dl, dt, dd {
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
p {
  margin-top: 0.8125rem;
  line-height: 1.4;
}
form {
  margin: 0;
  padding: 0;
}
input[type="text"],
input[type="search"] {
  border: none;
  background: rgba(255, 255, 255, 1);
  border-radius: 3px;
  padding: 7px 8px;
  font-size: 1rem;
}

/*** コンテンツ横幅 ***/
.m-w1200,
.contentbase {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
/*** clearfix ***/
.clearfix::after,
.m-w1200::after,
.search::after,
.maincontent_top h2::after,
.maincontent_top h3::after,
.maincontent_34th h2::after,
.maincontent_34th h3::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  margin: 0;
  padding: 0;
}

/*** PrivacyPolicyBanner ***/
#our_policy {
    width: 100%;
    min-width: 1200px;
    background-color: white;
    display: none;
    border:1px solid #d9d9d9;

}
.our_policy_content {
    width: 1200px;
    margin: 0px auto;
    position: relative;

}
#our_policy_btn {
   text-align: center;
   margin-bottom: 10px;
}
.understandPolicy:enabled {
    cursor: pointer;
}
.displayPolicy:enabled {
    cursor: pointer;
}
.our_policy_title {
    font-size: 16px;
    font-weight: bold;
    background: linear-gradient(transparent 60%, rgba(0, 104, 183, 0.5) 60%);
}

/*** siteheader ***/
.siteheader {
  width: 100%;
  min-width: 1200px;
}
.siteheader_title {
  background: rgba(0, 104, 183, 1);
  width: 100%;
  min-width: 1200px;
  margin: 0;
  padding: 0;
}
.siteheader_title div {
    display: table;
    width: 1200px;
    margin: 0 auto;
    line-height: 1;
    padding: 6px 0;
}
.siteheader_title div > span {
    display: table-cell;
    color: rgba(255, 255, 255, 1);
    font-size: 0.75rem;
}
.siteheader_title div > span:last-child {
    text-align: right;
}

.header_logo_banner {
  width: 100%;
  min-width: 1200px;
  background: rgba(51, 51, 51, 1);
}
.header_logo_banner h1 {
  float: left;
  width: 226px;
  margin: 0 57px 0 0;
  padding: 18px 0 0 2px;
}
.header_banner {
  display: block;
  float: left;
  width: 728px;
  margin: 11px 0;
}
.header_language {
    width: 120px;
    float: left;
    margin: 24px 0 0 60px;
    padding: 8px 15px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    border: solid 1px rgba(255, 255, 255, 1);
}
.header_language span {
  display: block;
  font-size: 0.75rem;
  padding-bottom: 4px;
}
.header_language ul {
  display: table;
  margin: 0 auto;
}
.header_language ul li {
  display: table-cell;
}
.header_language ul li:nth-child(1) {
  padding-right: 7px;
}
.header_language ul li a {
  display: inline-block;
  font-size: 0.6875rem;
  padding: 1px 5px;
  color: rgba(255, 255, 255, 1);
  background: rgba(0, 104, 183, 1);
}
.header_search {
  width: 100%;
  min-width: 1200px;
  background: url(../Content/themes/base/images/header/bg_search.png);
}
.search {
  width: 620px;
  margin: 0 auto;
  padding: 9px 0;
  background: rgba(102, 102, 102, 1);
}
.search label {
  display: inline-block;
  float: left;
  width: 85px;
  font-size: 1rem;
  line-height: 2;
  padding: 0 0 0 23px;
  color: rgba(255, 255, 255, 1);
}
.search input[type="text"].required {
  display: inline-block;
  float: left;
  width: 430px;
}
#search-btn {
  float: left;
  border: 0px;
  width: 64px;
  height: 32px;
  margin-left: 12px;
  background: url(../Content/themes/base/images/header/btn_search.png) left no-repeat;
  cursor: pointer;
}

/*** breadcrumb ***/
.breadcrumb {
  width: 1200px;
  margin: 0 auto;
  height: 27px;
  font-size: 0.75rem;
}
.breadcrumb ul {
  display: table;
}
.breadcrumb ul li {
  display: table-cell;
  position: relative;
  padding: 4px 18px 0 0;
}
.breadcrumb ul li::after {
  content: ">";
  position: absolute;
  right: 5px;
  top: 3px;
}
.breadcrumb ul li:last-child::after {
  content: "";
}
.breadcrumb ul li a {
  color: rgba(0, 104, 183, 1);
  text-decoration: underline;
}

/*** contents ***/
.contentbase {
  display: table;
}
.subcontent_top,
.maincontent_top,
.adcontent_top {
  display: table-cell;
  vertical-align: top;
  padding-bottom: 115px;
}

/** subcontent_top **/
.subcontent_top {
  width: 265px;
  padding-right: 15px;
}

/* 3rd 4th layout */
.content_2column_once{float:right;width:935px; display:table-cell;}
.subcontent_34th{float:left; width:265px; padding-right:15px; }

.maincontent_34th{width:635px;padding-right:15px;}
.adcontent_34th{width:300px;}

.subcontent_34th,
.maincontent_34th,
.adcontent_34th{
    display:table-cell;
    vertical-align:top;
    padding-bottom:115px;
}



.category_list {
  margin-bottom: 14px;
  background: rgba(236, 236, 236, 1);
}
.category_list h2 a {
  display: block;
  width: 100%;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  font-size: 1.125rem;
  line-height: 1;
  padding: 12px 0;
  background: rgba(51, 51, 51, 1);
}
.category_list ul {
  padding: 10px 0;
  text-align: center;
}
.category_list ul a {
  font-size: 0.75rem;
  line-height: 2;
}

.IP_Special{
    margin-bottom: 14px;
}
.news_and_chips {
  margin-bottom: 14px;
  padding: 16px 13px 10px 17px;
  background: rgba(0, 24, 48, 1);
}
.news_and_chips ul {
  border-top: solid 1px rgba(255, 255, 255, 1);
  padding-top: 15px;
}
.news_and_chips ul li {
  list-style: disc;
  margin: 0 0 7px 16px;
  color: rgba(255, 255, 255, 1);
}
.news_and_chips ul li a {
  font-size: 0.75rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 1);
}
.subcontent_btn li {
  margin-bottom: 14px;
}

/*** maincontent_top ***/
.maincontent_top {
  width: 635px;
  padding-right: 15px;
}
.maincontent_h2 {
  display: block;
  width: 100%;
  padding: 0 0 0 9px;
  font-size: 1.125rem;
  background: rgba(0, 104, 183, 1);
  border-bottom: solid 4px rgba(51, 51, 51, 1);
}
.maincontent_h2 span,
.maincontent_h3 span {
  display: inline-block;
  float: left;
}
.maincontent_h2 .h2_icon {
  width: 37px;
  height: 41px;
}
.maincontent_h2 .h2_txt {
  padding-top: 8px;
  color: rgba(255, 255, 255, 1);
}
.maincontent_h3 {
  font-size: 1.125rem;
  padding-left: 11px;
  background: rgba(236, 236, 236, 1);
}
.maincontent_h3 .h3_icon {
  width: 37px;
  height: 45px;
}
.maincontent_h3 .h3_txt {
  padding-top: 10px;
}

/*** adcontent_top ***/
.adcontent_top {
  width: 300px;
}
.adcontent_h3 {
  font-size: 1.1125rem;
  color: rgba(255, 255, 255, 1);
  padding: 7px 0;
  text-align: center;
  background: rgba(51, 51, 51, 1);
  border-bottom: solid 4px rgba(0, 104, 183, 1);
}
.square_banner li {
  margin-bottom: 11px;
  line-height: 1;
}
.square_banner li:last-child {
  margin-bottom: 0;
}
.image_and_text_31rectangle {
  margin-top: 18px;
  padding-bottom: 7px;
}
.image_and_text_31rectangle dl {
  margin-bottom: 18px;
  font-size: 0.75rem;
}
.image_and_text_31rectangle li {
  display: block;
  margin-bottom: 12px;
}
.image_and_text_31rectangle dt a {
  display: block;
  color: rgba(255, 255, 255, 1);
  background: rgba(51, 51, 51, 1);
  padding: 9px 0 9px 15px;
}
.maker_name {
  display: block;
  padding: 7px 0 7px 13px;
  background: rgba(236, 236, 236, 1);
}
.maker_name a {
  display: inline-block !important;
  color: rgba(51, 51, 51, 1) !important;
  background: none !important;
  padding: 0 !important;
}
.image_and_text_31rectangle dd {
  display: table;
  padding: 0 6px 6px 6px;
  background: rgba(236, 236, 236, 1);
  width:100%;
}
.image_and_text_31rectangle dd a,
.image_and_text_31rectangle dd p {
  display: table-cell;
  vertical-align: middle;
  background: rgba(255, 255, 255, 1);
}
.image_and_text_31rectangle dd p {
  font-size: 0.6875rem;
  padding: 13px 8px 11px 3px;
}

/*** btn_pagetop ***/
.btn_pagetop {
  display: block;
  position: absolute;
  left: 1082px;
  bottom: 0;
  width: 67px;
  height: 56px;
}
.btn_pagetop a {
  display: inline-block;
  width: 67px;
  height: 56px;
  background: url(../images/jp/btn/btn_pagetop.png) center no-repeat;
}

/*** footer ***/
.footer {
    width: 100%;
    min-width: 1200px;
    background: rgba(51, 51, 51, 1);
    padding: 25px 0;
    color: rgba(255, 255, 255, 1);
}
.footer .m-w1200 {
    display: flex;
    flex-direction: row;
}
.footer a {
    color: rgba(255, 255, 255, 1);
}
.footer ul {
    min-height: 160px;
    margin-left: 20px;
    padding: 8px 2px 0 10px;
}
.footer ul li {
    position: relative;
    list-style: disc;
}
.footer ul:last-child {
    border-right: none;
}
.footer ul li a {
    font-size: 0.85rem;
}
.footer_logo {
    display: inline-block;
}
.footer .m-group {
    padding-left: 85px;
    background: url(../images/jp/footer/icon_footer.png) left top no-repeat;
    width: 1070px;
    display: flex;
    flex-direction: row;
}
.footer .m-group dl {
    display: inline-block;
    margin-left: 20px;
    padding-left: 15px;
    border-left: solid 1px rgba(255, 255, 255, 1);
    width: 28%;
}
.footer div.left-end {
    width: 15%;
}
.footer div.left-end ul {
    padding-top: 0;
    padding-left: 0;
    margin-left: 0;
}
.footer div.left-end ul li {
    padding-bottom: 5px;
}
.footer div.left-end ul li a {
    font-size: 16px;
}
.thanks{
    width:100%;
    margin:0 auto;
}
