body {
	font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
	background-image: url(parts/bg.gif);
	background-position: center top;
	background-repeat: repeat-y;
	margin: 0;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.sticky {
    z-index: 2;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.M-01 {font-size: 12px;line-height: 150%;}
.M-02 {
	font-size: 14px;
	line-height: 150%;
}
.M-03 {font-size: 12px;line-height: 200%;}
.B-01 {
	font-size: 14px;
	line-height: 150%;
	font-weight: bold;
}
.R-01 {
	font-size: 14px;
	line-height: 150%;
	font-weight: bold;
	color: #FF0000;
}
.R-02 {
	font-size: 12px;
	line-height: 150%;
	color: #FF0000;
}
.d_red {
	color: #D6000F;
}
.L-01 {
	font-size: 14px;
	color: #FFFFFF;
	line-height: 120%;
}
.L-01s {
	font-size: 12px;
	color: #FFFFFF;
	line-height: 150%;
}
.title-1 {font-size: 24px;line-height: 150%;}
.title-2 {font-size: 18px;line-height: 150%;}

.bar_blue {
    background: #0099CC;
    border-radius: 1px;
    position: relative;
    right: 0px;
    display: flex;
    justify-content: start;
    align-items: start;
    margin: 0 auto;
    max-width: 100%;
    padding: 5px 10px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 800;
}

.bar_purple {
    background: #AF84B2;
    border-radius: 1px;
    position: relative;
    right: 0px;
    display: flex;
    justify-content: start;
    align-items: start;
    margin: 0 auto;
    max-width: 100%;
    padding: 5px 10px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 800;
}

.bar_alpha {
  position: relative;
  display: inline-block;
  padding: 4px 1em 4px 1em;
  color: #fff;
  border-radius: 4px;
  margin-bottom: 10px;
  background: #E17B1B;
  font-weight: 800;
}

.text_redbg {
	font-size: 14px;
	background: #FF0000;
    border-radius: 4px;
    margin: 0 auto;
    padding: 0px 4px;
    color: #FFF;
    font-weight: 600;
}

.wrap2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.item2 {
  padding: 0px;
  width: 50%;
}

  .item:not(:last-child) {
    margin-bottom: 30px;
  }

.zup_title {font-size: 24px;line-height: 125%;}
.zup_title_red {font-size: 24px;line-height: 125%; color: #FF0000;}
.Phi {
	font-size: 18px;
}
.Phi-02 {
	font-size: 20px;
	font-weight: bold;
}

.container {
  display:flex;
}

.break{
  word-wrap:break-word;
  min-width:20%;
}

.margin5{
  margin    : 5px;
}

.margin10{
  margin    : 10px;
}

.flex{
    display: flex;
    align-items: flex-start;
}

h2 {
  position: relative;
  display: inline-block;
  padding: 1ex 1em 1ex 1em;
  color: #fff;
  border-radius: 1vh 1vh 1vh 1vh;
  background: #d90606;
}

h3 {
  position: relative;
  display: inline-block;
  padding: 1ex 1em 1ex 1em;
  color: #fff;
  border-radius: 1vh 1vh 1vh 1vh;
  background: #000000;
}

h4 {
  position: relative;
  display: inline-block;
  padding: 1em 1em 1em 1em;
  color: #fff;
  border-radius: 1vh 1vh 1vh 1vh;
  background: #000000;
}

.button001 a {
    background: #AF84B2;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 160px;
    padding: 10px 25px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.button001 a:hover {
    background: #DCC7E1;
    color: #FFF;
}
.button00x a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #313131;
    border-right: 3px solid #313131;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 10px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button001 a:hover:after {
    border-color: #FFF;
}

.button002 a {
    background: #000000;
    border-radius: 0px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 400px;
    padding: 8px 15px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.button002 a:hover {
    background: #999999;
    color: #FFF;
}
.button002 a:hover:after {
    border-color: #FFF;
}

ul {
  list-style: none;
}

.img_mo a:hover{ 
	opacity:0.6;
	transition:0.1s;
}



.gnavi__wrap {
    width: auto;
    margin: 0 auto;
}
.gnavi__lists {
    display: flex;
}
.gnavi__list {
    height: 40px;
    width: auto;
    position: relative;
    transition: all .3s;
}
.gnavi__list:hover {
    background-color: #0071BB;
}
.gnavi__list:not(:first-child)::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s;
}
.gnavi__list:hover::before {
    background-color: #0071BB;
}
.gnavi__list a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #1b4059;
    font-size: 14px;
    letter-spacing: 0.05em;
    font-weight: 400;
    transition: all .3s;
}
.gnavi__list:hover a {
    color: #fff;
}

.dropdown__lists {
    display: none;/*デフォルトでは非表示の状態にしておく*/
    width: 100%;
    position: absolute;
    top: 40px;
    left: 0;
}
.gnavi__list:hover .dropdown__lists {
    display: block;/*Gナビメニューにホバーしたら表示*/
}
.dropdown__list {
    background-color: #004d80;
    height: 40px;
    transition: all .3s;
    position: relative;
}
.dropdown__list:not(:first-child)::before{
    content: "";
    width: 100%;
    height: 1px;
    background-color: #3492d1;
    position: absolute;
    top: 0;
    left: 0;
}
.dropdown__list:hover {
    background-color: #003558;
}
.dropdown__list a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    position: relative;
}
.dropdown__list a::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(135deg);
    position: absolute;
    right: 15px;
    top: calc(50% - 5px);
}