@charset "utf-8";
/* ------------------------------------------------------------
body
------------------------------------------------------------ */
body {
  position:relative; 
  height: 100%; 
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック",  "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",sans-serif;
  font-size: 14px;
  line-height: 1.7;
  background: #fff;
  color: #343434;
}

a:link {

}
a:visited {

}
a:hover {

}
a:active {
}

img {
  vertical-align: bottom;
}

strong {
  color :#ee3986;
}

.cf:after,
.clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}

/* ------------------------------------------------------------
header
------------------------------------------------------------ */
#header {
  position:fixed;
  left: 0;
  top:0;
  width:100%;
  z-index:10;
  line-height:1;
  border-bottom: 1px solid #2c287f;
  background: #fff;
}
#header.header_nolink {
  position: relative;
}

#header a {
  display: block;
  color: #fff;
  text-decoration:none;
}

#header .logo {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -15px;
  z-index: 10;
}

#header #menu_cv {
  position: absolute;
  right: 60px;
  top: 0;
  width: 130px;
  height: 50px;
  color: white;
  background: #35318f;
  z-index: 10;
}
#header #menu_cv.open {
  background: #d4b463; 
}
#header #menu_cv p {
  position: relative;
  display: table-cell;
  height: 50px;
  padding-left: 10px;
  vertical-align: middle;
  font-size:12px;
  line-height: 1.4;
}

#header #menu_cv span {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 4px;
  background: #2c287f;
  font-size:12px;
  line-height: 50px;
}

#header #menu_gnav {
  position: absolute;
  right: 10px;
  top: 25%;
  width: 36px;
  height: 36px;
  margin-top: -7px;
  /* padding: 6px; */
  border: 1px solid #ccc;
  z-index: 10;
  background: url(/common/sp/img/common/menu.png) no-repeat center center;
  background-size: 22px 22px;
}
#header #menu_gnav.open {
  background-image: url(/common/sp/img/common/menu_close.png);
}


/* ------------------------------------------------------------
gnav
------------------------------------------------------------ */
/* 全体のレイアウト */
.header_inner {
  width: 100%;  
}

#gnav_header {
  position: relative;
  width: auto;
  height: 50px;
  top: 0;
  left: 0;
}

#gnav,
#gnav_cv {
  visibility: visible; 
  display: block;
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  padding: 50px 0 0;
}
#gnav {

}
#gnav_cvwrap,
#gnav_listwrap {
  position: absolute;
  width: 100%;
  z-index:10;  
}
#gnav_listwrap {
  overflow: scroll;
  display: none;
}

/* CVボタン */
#gnav_cvwrap {
  padding-bottom: 1px;
  border-bottom: 2px solid #35318f;
  background: #fff;
  box-shadow: 0 6px 6px rgba(0,0,0,0.2);
  display: none;
}

/* ナビゲーション */
#gnav ul {
  width: 100%;
  overflow: hidden;
    background: #35318f;

}
#gnav_listwrap li{
    position: relative;
    line-height: 50px;
    font-size: 18px;
    /* background: #35318f; */
    border-top: 1px solid #534fa7;
}
#gnav_listwrap li a{
    display: block;
    padding: 0 15px; 
}

#gnav_listwrap li .arrow {
  position: absolute;
  top: 24px;
  right: 20px;
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#gnav_listwrap .gnav_top {
  background: #d4b463;
}
#gnav_listwrap .gnav_top a{
  color: #35318f;
}
#gnav_listwrap .gnav_top .arrow{
  border-color: #35318f;
}
#gnav_listwrap .gnav_sub {
  background: #2c287f;  
}
#gnav_listwrap .gnav_sub li{
  float: left;
  width: 50%;
  line-height: 40px;
  font-size: 12px;
  background: #2c287f;
  border: none;
}
#gnav_listwrap .gnav_sub li a{
  padding-left: 30px;
}
#gnav_listwrap .gnav_sub li .arrow {
  position: absolute;
  top: 24px;
  left: 10px;
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  margin-top: -7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#gnav_listwrap .label {
  padding: 0 15px ;
  font-size: 14px;
  color: #35318f;
  line-height: 20px;
  background: #7282cf;
}

#gnav_footer {
  height: 40px;
  line-height: 40px;
  padding-bottom: 2px;
  background: #fff;
  border-bottom: 2px solid #35318f;
}
/* CLOSEボタン */
.gnav_close {
  font-size: 20px;
  color: #35318f;
  line-height: 40px;
  text-align: center;
  background: #fff;
  border-bottom: 1px solid #9897c2;
}
.gnav_close .close_icon{
  padding-left: 5px;
  vertical-align: middle;
}


/* ------------------------------------------------------------
cont_wrap
------------------------------------------------------------ */
#cont_wrap {
  position: relative;
  min-height: 100px;
  margin-top: 51px; 
  margin-bottom: 40px;
}

#cont {
  min-height:300px;  
}

#cont_wrap.cont_wrap_form {
  margin-top: 0;
}
#cont_wrap.gnav_open {
  position: fixed;
} 

/* ------------------------------------------------------------
footer
------------------------------------------------------------ */
#footer {
  position:relative;
  width:100%;
  padding-top: 1px;
  border-top: 1px solid #9897c2;
}
#footer a{
  text-decoration: none;
}

.branchnav_head {
  text-align: center;
  color: #fff;
  background: #35318f;
}

.branchnav li,
.fnav_small li,
.securitynav li {
  width: 50%;
  float: left;
}

.branchnav_wrap {
  padding: 15px 10px;
  background: #cfd5f1;  
}
.branchnav {
  border: 1px solid #999;
  border-bottom: none;
}
.branchnav li{
  position: relative;
  height: 50px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #dee0ea), color-stop(0.01, #fff));
  background: -webkit-linear-gradient(top, #fff 1%, #dee0ea 100%);
  background: -moz-linear-gradient(top, #fff 1%, #dee0ea 100%);
  background: linear-gradient(to bottom, #fff 1%, #dee0ea 100%); 
  border-bottom: 1px solid #999;
}
.branchnav li a{
  display: block;
  height: 50px;
  padding-left:15px;
  line-height: 1;
  font-size: 20px;
  color: #2c287f;
}
.branchnav li:nth-child(even) a{
  border-left: 1px solid #999;
}
.branchnav li a span{
  font-size: 12px;
}
.branchnav li .arrow {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: #d4b463;
  border-radius: 20px;
}
.branchnav li .arrow:after {
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  margin: 6px 0 0 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fnav li{
  position: relative;
  padding: 0 10px;
  line-height: 50px;
  background: #35318f;
  border-bottom: 1px solid #1a1666;
}
.fnav li a{
  display: block;
  color: #fff;
  font-size: 20px;
}
.fnav li:after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.typenav_wrap {
  padding-bottom: 20px;
  background: #cfd5f1;
}
.typenav {
  padding: 15px 0;
  text-align: center;
  background: #1a1666;
}
.typenav li{
  margin-bottom: 1px;
}

.fnav_small {
  border-top: 1px solid #35318f;
  border-bottom: 1px solid #35318f;
}
.fnav_small li {
  position: relative;
  line-height: 50px;
}
.fnav_small li a{
  padding-left: 10px;
  display: block;
  font-size: 12px;
  color: #434343;  
}
.fnav_small li:nth-child(even) a{
  border-left: 1px solid #35318f;
}
.fnav_small .pagetop {
  background: #35318f;
}
.fnav_small .sitetop {
  background: #2c287f;
}
.fnav_small .pagetop a,
.fnav_small .sitetop  a {
  color: #fff;
}
.fnav_small li:after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: 2px solid #35318f;
  border-right: 2px solid #35318f;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fnav_small .pagetop:after,
.fnav_small .sitetop:after {
  border-color: #fff;
}

.securitynav {
  margin: 10px 0 20px;
}
.securitynav li {
  line-height: 40px
}
.securitynav li a{
  padding-left: 10px;
  font-size: 12px;
  color: #434343;
}
.securitynav li img{
  vertical-align: middle;
  padding-right: 10px;
}

.copyright {
  padding: 6px 0 20px;
  text-align: center;
  font-size: 10px;
  color: #35318f;
  border-top: 1px solid #35318f;
}


/* ------------------------------------------------------------
common compornents
------------------------------------------------------------ */
/* セクション・テキストの基本スタイル
-------------------------------------------------- */
.section {
  margin: 10px 0  30px;
}

.box {
  margin: 10px 15px;
}

.img_responsibe {
  display: block;
  height: auto;
  width: 100%;
}

.img_center {
  display: block;
  margin: 10px auto;
}

/* btns_block  cvボタンのブロック
-------------------------------------------------- */
.btns_block {
  width: 290px;
  margin: 15px auto;
}
.btns_block .btn_s01 {
  float: left;
  padding-bottom: 6px;
}
.btns_block .btn_s02 {
  float: right;
  padding-bottom: 6px;
}
.btns_block .btn_l {
  clear: both;
}

.btns_border_wrap { /* 斜めボーターを背景にする場合、このクラスで.btns_block を囲う */
  border-top: 1px solid #d4d3e5;
  border-bottom: 1px solid #d4d3e5;
  background: url(/common/sp/img/common/bg_border.png) repeat left top;
}

/* headline  見出し共通デザイン
-------------------------------------------------- */
.headline01 {
  padding: 10px 15px;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  background: #35318f url(/common/sp/img/common/bg_header01.png) no-repeat right bottom;
  background-size: 95px 65px;  
  border-bottom: 2px solid #d4b463;
}

.headline02 {
  margin-top:10px;
  padding-bottom: 1px;
  border-bottom: 2px solid #35318f;  
}
.headline02_inner {
  padding: 5px 15px;
  color: #35318f;
  font-size: 16px;
  line-height: 1.2;
  border-bottom: 1px solid #9897c2;
}

.headline03 {
  padding: 7px 15px;
  color: #35318f;
  font-size: 18px;
  line-height: 1.2;
  border-bottom: 1px solid #d4b463;
}

.headline04 { /* 1行見出し専用 */
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 36px;
  padding: 7px 0;
  background: #cfd5f1;
}
.headline04:after {
  position: absolute;
  display: block;
  content: '';
  top: 50%;
  left: -50%;
  height: 36px;
  width: 200%;
  margin-top: -19px;
  background: #7282cf;  
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);  
}
.headline04_inner {
  position: relative;
  z-index: 1;
  display: block;
  padding: 0 15px;
  background:#35318f;
  color: #fff;
  font-size: 16px;
  line-height: 36px
}

.headline05 {/* 1行見出し専用 */
  overflow: hidden;
  position: relative;
  font-size: 14px;
  color:  #2c287f;
  line-height: 25px;
  text-align: center;
  background: #d4b463;
}
.headline05:before,
.headline05:after{
  position: absolute;
  content: '';
  width: 60px;
  height: 25px;
  background: #c19730;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);  
}
.headline05:before{
  top: 0;
  left: -35px;  
}
.headline05:after{
  top: 0;
  right: -35px;
}

.headline06 {
  font-size: 14px;
  padding: 5px 15px;
  color: #fff;
  line-height: 1.2;
  background: #35318f;
  border-bottom: 1px solid #d4b463;
}

/* readmore  「続きを読む」などのボタン
-------------------------------------------------- */
.readmore {
  position: relative;
  margin: 10px 15px;
  padding: 1px;
  border:  2px solid #35318f;
}
.readmore p{
  border: 1px solid #9897c2;
}
.readmore a{
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #35318f; 
}
.readmore .arrow {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: #d4b463;
  border-radius: 20px;
}
.readmore .arrow:after {
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  margin: 6px 0 0 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
