@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 1em;
}
html {
  font-size: 62.5%;
}
body,
table,
input,
textarea,
select,
option {
  font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3",
    Hiragino Kaku Gothic Pro, " ＭＳ Ｐゴシック", MS PGothic, " sans-serif";
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
/*
a,
a:link {
  color: #333;
  text-decoration: none;
}
a:visited {
  color: #333;
}
a:hover {
  color: #333;
}
a:active {
  color: #333;
}
p.cp_breadcrumbs a{
  color:#12826c;
}
*/

p.cp_breadcrumbs,
p.cp_breadcrumbs span { color:#666;}
p.cp_breadcrumbs {width:1000px;margin:0 auto;padding:5px 0 10px 0;font-size:93%;text-align:left;}
p.cp_breadcrumbs a,
p.cp_breadcrumbs a:link,
p.cp_breadcrumbs a:visited,
p.cp_breadcrumbs a:active,
p.cp_breadcrumbs a:hover{color:#444;text-decoration:none;}

#gHeader .hBox .link a {
  padding: 14px 0 10px;
  display: block;
  text-align: center;
  background: #fff8dc url(/Portals/0/images/common/bg01.png) no-repeat center top / 187px;
  border-radius: 10px;
  color: #333;
  text-decoration: none;
}

a,
a:link,
a:visited,
a:active,
a:hover{color:#cf0010;text-decoration: underline;}
a:hover{text-decoration: none;}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
  min-width: 1000px;
  min-height: 500px;
  color: #333;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.5;
  background-color: #fff;
}
#container {
  text-align: left;
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
  margin-bottom: -1px;
}
#gHeader .topBox {
  background-color: #333333;
  min-width: 1046px;
}
#gHeader .topBox .subBox {
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
}
#gHeader .topBox .subBox .topList {
  padding: 10px 0px 9px 0px;
  width: auto;
  display: flex;
  justify-content: center;
}
#gHeader .topBox .subBox .topList li {
  margin: 0 12px;
}
#gHeader .topBox  .subBox .topList li a {
  color: #fff;
  font-size: 1.3rem;
  text-decoration: none;
}
#gHeader .topBox  .subBox .topList li a:hover {
  text-decoration: underline;
}
#gHeader .topBox .searchWrap {
  color: #fff;
  width: 200px;
  position: absolute;
  top: 0;
  right: 120px;
  height: 20px;
  border-left: 1px solid #888;
  padding: 8px 19px 10px 10px;
}
.searchWrap input[type="text"] {
  width: 164px;
  background: #222;
  border: 1px solid #888;
  padding: 5px 0 3px 5px;
  color: #eee;
  height: 15px;
}
.searchWrap input[type="button"] {
  position: absolute;
  top: 8px;
  right: 15px;
  width: 26px;
  height: 25px;
  background: url(../../img/common/btn_search.png) no-repeat #6a6a6a;
  border: none;
  text-indent: -9999em;
  overflow: hidden;
  cursor: pointer;
  color: #fff;
}
#gHeader .topBox .link {
  width: 120px;
  position: absolute;
  top: 0;
  right: 0;
}
#gHeader .topBox .link.mid {
  display: none;
}
#gHeader .topBox .link a {
  padding-left: 10px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: url("../../img/common/icon34.png") no-repeat left 20px center /
    12px;
  font-size: 1.2rem;
  border-left: 1px solid #888;
}
#gHeader .topBox .link a:hover {
  text-decoration: underline;
}
@media all and (max-width: 1050px) {
  #gHeader .topBox .topList li {
    margin: 0 5px;
  }
  #gHeader .topBox .searchWrap {
    width: 107px;
    right: 36px;
  }
  .searchWrap input[type="text"] {
    width: 70px;
  }
}
@media all and (max-width: 1635px) {
  #gHeader .topBox .link {
    width: 80px;
  }
  #gHeader .topBox .link.big {
    display: none;
  }
  #gHeader .topBox .link.mid {
    display: block;
  }
  #gHeader .topBox .searchWrap {
    width: 200px;
    right: 80px;
  }
}
@media all and (max-width: 1560px) {
  .searchWrap input[type="text"] {
    width: 110px;
  }
  #gHeader .topBox .searchWrap {
    width: 140px;
    right: 80px;
  }
}
@media all and (max-width: 1410px) {
  #gHeader .topBox .link.big,
  #gHeader .topBox .link.mid {
    display: none;
  }
  #gHeader .topBox .link.small {
    display: block;
  }
  #gHeader .topBox .link {
    width: 40px;
  }
  .searchWrap input[type="text"] {
    width: 124px;
  }
  #gHeader .topBox .searchWrap {
    width: 137px;
    right: 36px;
  }
  #gHeader .topBox .link a {
    background: url(../../img/common/icon34.png) no-repeat center / 12px;
  }
}

#gHeader .hBox {
  margin: 0 auto;
  max-width: 1400px;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #e7e7e7;
}
#gHeader .hBox h1 {
  padding: 33px 50px 0 0;
}
#gNavi ul {
  display: flex;
  justify-content: center;
  border-left: 1px solid #e7e7e7;
}
#gNavi ul li {
  width: 190px;
}
#gNavi ul li a {
  padding: 50px 0 12px;
  display: block;
  position: relative;
  color: #111111;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  border-right: 1px solid #e7e7e7;
  border-bottom: 4px solid #604287;
  background: url("../../img/common/icon01.png") no-repeat center top 12px /
    21px;
}
#gNavi ul li a:hover,
#gNavi ul li.on a {
  background-color: rgba(17, 92, 158, 0.1);
}
#gNavi ul li a:hover::after,
#gNavi ul li.on a::after {
  width: 100%;
  height: 6px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("../../img/common/icon18.png") no-repeat center / 16px;
  content: "";
}
#gNavi ul li:first-of-type a:hover,
#gNavi ul li:first-of-type.on a {
  background-color: rgba(96, 66, 135, 0.1);
}
#gNavi ul li:first-of-type a:hover::after,
#gNavi ul li:first-of-type.on a::after {
  width: 100%;
  height: 6px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("../../img/common/icon24.png") no-repeat center / 16px;
  content: "";
}
#gNavi ul li:last-of-type a:hover,
#gNavi ul li:last-of-type.on a {
  background-color: rgba(32, 170, 142, 0.1);
}
#gNavi ul li:last-of-type a:hover::after,
#gNavi ul li:last-of-type.on a::after {
  width: 100%;
  height: 6px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("../../img/common/icon32.png") no-repeat center / 16px;
  content: "";
}
#gNavi ul li:nth-of-type(2) a {
  background-image: url("../../img/common/icon02.png");
  background-size: 24px;
  background-position: center top 15px;
  border-bottom-color: #115c9e;
}
#gNavi ul li:nth-of-type(3) a {
  background-image: url("../../img/common/icon03.png");
  background-size: 27px;
  background-position: center top 18px;
  border-bottom-color: #12826c;
}
#gNavi ul li a .sml {
  margin-bottom: 4px;
  display: block;
  color: #333333;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.33;
}
#gHeader .hBox .link {
  margin: 12px 0 0 12px;
  width: 187px;
}
#gHeader .hBox .link a {
  padding: 14px 0 10px;
  display: block;
  text-align: center;
  background: #fff8dc url("../../img/common/bg01.png") no-repeat center top /
    187px;
  border-radius: 10px;
}
#gHeader .hBox .link a:hover {
  opacity: 0.8;
}
#gHeader .hBox .link a .sml {
  margin-bottom: 26px;
  display: block;
  font-size: 1.1rem;
  line-height: 1.45;
}
#gHeader .hBox .link a .en {
  font-size: 1.6rem;
  font-weight: 600;
}
#gHeader .topBox01 {
  padding: 11px 0;
  background-color: #ffd21c;
}
#gHeader .topBox01 h1 {
  font-size: 1.2rem;
  font-weight: 400;
  text-align: center;
}
#gHeader .hBox01 {
  margin: 0 auto;
  max-width: 1000px;
  padding: 28px 15px 20px;
  display: flex;
  justify-content: space-between;
}
#gHeader .hBox01 .logo {
  margin-top: 4px;
}
#gNavi01 ul {
  margin: 24px 40px 0 0;
  display: flex;
}
#gNavi01 ul li:not(:last-of-type) {
  margin-right: 44px;
}
#gNavi01 ul li a {
  padding-left: 25px;
  font-size: 1.6rem;
  font-weight: 700;
  background: url("../../img/common/icon35.png") no-repeat left center / 18px;
}
#gNavi01 ul li a:hover {
  opacity: 0.7;
}
#gNavi01 ul li:nth-of-type(2) a {
  background: url("../../img/common/icon36.png") no-repeat left center / 16px;
}
#gHeader .naviBox {
  display: flex;
}
#gHeader .hBox01 .link {
  width: 240px;
}
#gHeader .hBox01 .link a {
  display: block;
  text-align: center;
  border: 2px solid #cc0000;
  border-radius: 4px;
  box-sizing: border-box;
}
#gHeader .hBox01 .link a:hover {
  opacity: 0.7;
}
#gHeader .hBox01 .link .sml {
  padding: 5px 0;
  display: block;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.27;
  background-color: #cc0000;
}
#gHeader .hBox01 .link .en {
  padding: 5px 0 6px;
  display: block;
}

@media all and (max-width: 1333px) {
  #gHeader .topBox .subBox {
    justify-content: left;
    padding-left: 13vw;
  }
}
@media all and (max-width: 1288px) {
  #gHeader .topBox .subBox {
    justify-content: left;
    padding-left: 11vw;
  }
}
@media all and (max-width: 1272px) {
  #gHeader .topBox .subBox {
    justify-content: left;
    padding-left: 10vw;
  }
  #gHeader .topBox .subBox .topList li {
    margin: 0 10px;
  }
}

@media all and (max-width: 1254px) {
  #gHeader .topBox .subBox {
    justify-content: left;
    padding-left: 7vw;
  }
  #gHeader .topBox .subBox .topList li {
    margin: 0 7px;
  }
}
@media all and (max-width: 1121px) {
  #gHeader .hBox {
    margin: 0 0.8vw;
  }
  #gHeader .topBox .subBox {
    justify-content: left;
    padding-left: 3vw;
  }
}

@media all and (max-width: 1070px) {
  #gHeader .topBox .subBox {
    justify-content: left;
    padding-left: 1vw;
  }
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
  margin-top: 4px;
  padding-top: 26px;
  background-color: #f2f2f2;
}
#gFooter .pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  border-radius: 50%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
#gFooter .pageTop a:hover {
  opacity: 0.8;
}
#gFooter .fBox {
  margin: 0 auto;
  padding: 0 10px;
  max-width: 1000px;
}
#gFooter .fBox .linkBox {
  margin-bottom: 32px;
  display: flex;
  justify-content: space-between;
}
#gFooter .fNavi {
  width: 20%;
}
#gFooter .fNavi li.ttl {
  margin-bottom: 9px;
}
#gFooter .fNavi li.ttl a {
  font-size: 1.6rem;
  font-weight: 700;
}
#gFooter .fNavi li.ttl01 a {
  padding-left: 26px;
  color: #604287;
  background: url("../../img/common/icon12.png") no-repeat left center / 20px;
}
#gFooter .fNavi li.ttl02 a {
  padding-left: 26px;
  color: #115c9e;
  background: url("../../img/common/icon13.png") no-repeat left center / 20px;
}
#gFooter .fNavi li.ttl03 a {
  padding-left: 26px;
  color: #137c67;
  background: url("../../img/common/icon14.png") no-repeat left center / 20px;
}
#gFooter .fNavi li a {
  font-size: 1.4rem;
  line-height: 2;
}
#gFooter .fNavi li a:hover {
  text-decoration: underline;
}
#gFooter ul:nth-child(2).fNavi {
  width: 15%;
}
#gFooter ul:nth-child(3).fNavi {
  width: 25%;
}
#gFooter .fNavi li.blank a:after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-image: url(../../img/common/icon42.png);
  background-size: contain;
  vertical-align: middle;
  margin-left: 10px;
}
#gFooter .address {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
}
#gFooter .address .lBox {
  width: 500px;
  height: 100px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #cccccc;
  box-sizing: border-box;
}
#gFooter .address .lBox .title {
  padding-left: 25px;
  font-size: 1.6rem;
  font-weight: 700;
  background: url("../../img/common/icon15.png") no-repeat left center / 20px;
}
#gFooter .address .lBox .txt {
  width: 275px;
  line-height: 2;
}
#gFooter .address .rBox {
  margin-right: 40px;
  width: 360px;
}
#gFooter .address .rBox .title {
  margin-bottom: 11px;
  font-size: 1.6rem;
  font-weight: 700;
}
#gFooter .address .rBox .snsList {
  display: flex;
  justify-content: space-between;
}
#gFooter .address .rBox .snsList li {
  width: 50%;
}
#gFooter .address .rBox .snsList li a {
  display: flex;
  align-items: center;
  font-weight: 700;
}
#gFooter .address .rBox .snsList li a:hover {
  opacity: 0.8;
}
#gFooter .address .rBox .snsList li span {
  margin-right: 14px;
}
#gFooter .address .rBox .snsList li span img {
  width: 48px;
}
#gFooter .btnBox {
  padding: 24px 0 46px;
  text-align: center;
  background-color: #474747;
}
#gFooter .btnBox .linkList {
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
}
#gFooter .btnBox .linkList li {
  margin: 0 21px;
}
#gFooter .btnBox .linkList li a {
  color: #fff;
  font-size: 1.4rem;
  text-decoration: none;
}
#gFooter .btnBox .linkList li a:hover {
  text-decoration: underline;
}
#gFooter .btnBox p {
  margin-bottom: 10px;
  color: #fff;
  font-size: 1.6rem;
}
#gFooter address {
  color: #fff;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 1.5;
}

#ContentPane h1{
  background: url("../../img/common/bg_h1_2.jpg")  bottom repeat-x !important;
  font-size:180%;
  padding:15px 0 10px 10px; 
  margin-bottom:20px;
}

#gNavi a{
  text-decoration: none;
}