@charset "UTF-8";
/*-------------------------------------------------------------------
	base
-------------------------------------------------------------------*/
html {
  font-size: 62.5%;
  box-sizing: border-box;
  width: 100%;
}

*, *::before, *::after {
  box-sizing: inherit;
}

body {
  font-family: 'Arial','Verdana','Helvetica','Helvetica Neue', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  color: #404040;
  line-height: 1.5;
  text-align: justify;
  text-justify: inter-ideograph;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  position: relative;
  padding-top: 53px;
}

@media print, screen and (min-width: 737px) {
  body {
    min-width: 1100px;
    font-size: 14px;
    line-height: 1.6;
    padding-top: 0;
  }
}

@media print, screen and (min-width: 737px) {
  #main .ls02 {
    letter-spacing: .2em;
  }
}

a {
  color: inherit;
  text-decoration: underline;
  word-break: break-all;
}

@media print, screen and (min-width: 737px) {
  a {
    text-decoration: none;
  }
  a:hover {
    text-decoration: underline;
  }
  a:hover img {
    opacity: 0.7;
  }
}

a.noLine {
  text-decoration: none;
}

a.icoPdfAfter:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background: url(../img/common/cmn_ico_pdf01.png) no-repeat left top;
  background-size: contain;
  width: 16px;
  height: 18px;
  margin-left: 0.2em;
}

a.hoverStyle02 {
  color: #6390c6;
}

a.hoverStyle02.icoPdf:before {
  content: '';
  display: block;
  vertical-align: middle;
  background: url(../img/common/cmn_ico_pdf01.png) no-repeat left top;
  background-size: contain;
  width: 16px;
  height: 18px;
  margin-left: 0.2em;
}

@media print, screen and (min-width: 737px) {
  a.hoverStyle02.icoPdf:before {
    display: inline-block;
    margin-left: 0;
    margin-right: 0.6em;
  }
}

a.hoverStyle02.icoLink {
  display: inline-block;
  margin-right: 0.5em;
}

a.hoverStyle02.icoLink:after {
  content: '';
  width: 14px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  background: url(../img/common/cmn_ico05_black.png) no-repeat left top;
  background-size: contain;
}

@media print, screen and (min-width: 737px) {
  a.hoverStyle01 {
    text-decoration: underline;
  }
  a.hoverStyle01:hover {
    color: #6390c6;
  }
  a.hoverStyle03:hover {
    color: #6390c6;
  }
}

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

img.w100Img {
  max-width: none;
  width: 100%;
}

/*-------------------------------------------------------------------
	common
-------------------------------------------------------------------*/
#container {
  width: 100%;
  position: relative;
}

@media screen and (max-width: 736px) {
  #container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

#content {
  width: 100%;
  position: relative;
  padding-top: 23px;
}

@media screen and (max-width: 736px) {
  #content {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
    padding-bottom: 50px;
  }
  .top #content {
    padding-bottom: 70px;
  }
}

@media print, screen and (min-width: 737px) {
  #content {
    padding-top: 7px;
  }
}

.contentIn {
  padding-left: 2.71%;
  padding-right: 2.71%;
  margin-left: auto;
  margin-right: auto;
}

.contentIn:after {
  content: "";
  display: block;
  clear: both;
}

.contentIn .inner {
  padding: 0;
}

@media print, screen and (min-width: 737px) {
  .contentIn {
    width: 1100px;
    padding-left: 0;
    padding-right: 0;
  }
  .contentIn .inner {
    width: 100%;
    padding: 0 20px;
  }
}

@media print, screen and (min-width: 737px) {
  .pcContentIn {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
}

/*-------------------------------------------------------------------
	header
-------------------------------------------------------------------*/
#header {
  background: #fff;
  width: 100%;
  height: 53px;
  position: fixed;
  top: 0;
  left: 0;
  padding: 18px 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 5000;
  border-bottom: 1px solid #e4e4e4;
}

.top #header {
  border-bottom: none;
}

.headerIn:after {
  content: "";
  display: block;
  clear: both;
}

#header .topLead {
  font-size: 11px;
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  line-height: 1.2;
  left: 112px;
}

@media screen and (max-width: 350px) {
  #header .topLead {
    font-size: 8px;
    font-size: 3.2vw;
    left: 99px;
  }
}

.hLogo {
  position: absolute;
  top: 19px;
  left: 11px;
  width: 85px;
  height: 15px;
  background: url(../img/common/cmn_logo01.png) no-repeat;
  background-size: 100%;
  text-indent: -9999px;
}

.hLogo a {
  display: block;
  height: 100%;
}

.spNavBtn {
  position: absolute;
  top: 9px;
  right: 10px;
  width: 30px;
  height: 35px;
  cursor: pointer;
  background: url(../img/common/spnavbtn01.svg) no-repeat center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
}

@media screen and (max-width: 736px) {
  .order #header {
    position: absolute;
    top: -53px;
  }
}

@media print, screen and (min-width: 737px) {
  #header {
    position: static;
    height: auto;
    padding: 4px 0 0;
  }
  .top #header {
    position: absolute;
    padding-bottom: 0;
  }
  .order #header {
    padding-bottom: 29px;
  }
  #header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 31px;
    background: #494b54;
    z-index: 0;
  }
  .english #header .hMenu {
    color: #404040;
  }
  .english #header:before {
    content: normal;
  }
  .english #header .order .hLogo {
    margin-top: 24px;
  }
  .english #header #gNavi {
    margin-top: 35px;
  }
  .english .order #header .hLogo {
    margin-top: 24px;
  }
  .headerIn {
    width: 1100px;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
  }
  .hLeft {
    float: left;
  }
  #header .topLead {
    font-size: 12px;
    position: static;
    padding-top: 10px;
    color: #fff;
  }
  .hLogo {
    position: static;
    width: 170px;
    height: 31px;
    margin-top: 26px;
  }
  .top .hLogo {
    margin-top: 26px;
  }
  .spNavBtn {
    display: none;
  }
  .hRight {
    float: right;
  }
  .hMenu {
    text-align: right;
    padding-right: 4px;
    font-size: 0;
    color: #fff;
	margin-bottom: 3px;
  }
  .hMenu li {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
  }
  .hMenu li + li:not(.search):before {
    content: '\007c';
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px;
  }
  .hMenu .icoLink:after {
    content: '';
    width: 16px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    margin-bottom: 2px;
    background: url(../img/common/cmn_ico04_white.png) no-repeat;
    background-size: contain;
  }
  .hMenu .search {
    margin-left: 10px;
    width: 129px;
    position: relative;
    border: 1px solid #a4a4a4;
    font-size: 12px;
    padding: 0;
    background: none;
    height: 22px;
    /* テキスト入力フォームのボックス、テーブルセル */
    /* 「×」のテーブルセル */
    /* テキスト入力フォームとボタンの位置 */
    /* テキスト入力フォーム */
    /* テキスト入力フォームの影を消す */
    /* テキスト入力フォームの右余白を消す */
    /* テキスト入力フォームの背景画像位置調整 */
    /* ボタン */
    /* 入力時に出る「×」ボタン */
  }
  .hMenu .search .cse .gsc-control-cse, .hMenu .search .gsc-control-cse {
    padding: 0 !important;
    border: none !important;
  }
  .hMenu .search .gsc-search-box {
    margin-bottom: 0 !important;
  }
  .hMenu .search .gsib_a {
    border: none !important;
    width: 108px !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .hMenu .search .gsc-input-box {
    height: 20px !important;
    border: none !important;
  }
  .hMenu .search .gstl_50 {
    height: 20px;
  }
  .hMenu .search .gsib_b {
    width: 0 !important;
  }
  .hMenu .search .gsc-search-box td,
  .hMenu .search .gsc-search-box input {
    margin: 0 !important;
    vertical-align: top !important;
  }
  .hMenu .search .gsc-search-box input[type="text"] {
    width: 108px !important;
    height: 20px !important;
    padding: 0 4px !important;
    font-size: 100% !important;
    line-height: 20px !important;
    border: none !important;
  }
  .hMenu .search table.gsc-search-box input[type="text"]:focus {
    outline: 0;
  }
  .hMenu .search #gsc-iw-id1 {
    border: none !important;
  }
  .hMenu .search td.gsc-input {
    padding: 0 !important;
  }
  .hMenu .search div.gsst_b {
    padding: 0 !important;
  }
  .hMenu .search #gs_tti0 input {
    background-position: 5px 5px !important;
  }
  .hMenu .search .gsc-search-button {
    width: 20px;
    height: 20px;
    background: #fff url(../img/common/cmn_ico06.png) no-repeat 6px 5px !important;
    background-size: 9px 9px !important;
  }
  .hMenu .search input.gsc-search-button {
    padding: 0 !important;
    width: 20px;
    height: 20px;
    opacity: 0;
  }
  .hMenu .search .gsib_b a {
    display: none;
  }
  .hMenu .search .gsc-search-box input[type="text"]::-webkit-input-placeholder {
    color: #fff;
  }
  .hMenu .search .gsc-search-box input[type="text"]:-ms-input-placeholder {
    color: #fff;
  }
  .hMenu .search .gsc-search-box input[type="text"]::-moz-placeholder {
    color: #fff;
  }
  #gNavi {
    /*text-align: right;*/
    font-size: 0;
  }
  #gNavi li {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    font-size: 14px;
  }
  #gNavi li + li {
    margin-left: 38px;
  }
  #gNavi li a {
    display: inline-block;
    padding: 0 3px;
    position: relative;
	padding: 23px 0 22px;
  }
  #gNavi li a:after {
    content: '';
    display: block;
    background: #b5b5b5;
    position: absolute;
    bottom: 17px;
    left: 0;
    width: 0;
    height: 2px;
    transition: width 0.3s;
  }
  #gNavi li a:hover {
    text-decoration: none;
  }
  #gNavi li a:hover:after {
    width: 100%;
  }
  #gNavi li a.active:after {
    width: 100%;
  }
  #gNavi ul ul {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    min-width: 220px;
    box-shadow: 0 30px 50px -15px rgba(0,0,0,.35);
  }
  #gNavi ul .triangle {
    position: relative;
    display: block;
    opacity: 0;
    z-index: 1000;
  }
  #gNavi .open .triangle {
    opacity: 1;
  }
  #gNavi ul .triangle span {
    position: absolute;
    display: block;
    bottom: -24px;
    width: 0;
    height: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
  }
  #gNavi ul .open .triangle span {
      bottom: -1px;
  }
  #gNavi ul .triangle01 {
    border: solid 12px transparent;
    border-bottom: solid 12px #d8d8d8;
  }
  #gNavi ul .triangle02 {
    border: solid 11px transparent;
    border-bottom: solid 11px #fff;
  }
  #gNavi ul ul li {
    display: block;
    border-left: solid 1px #d8d8d8;
    border-right: solid 1px #d8d8d8;
  }
  #gNavi ul ul li:first-child {
      border-top: solid 1px #d8d8d8;
  }
  #gNavi ul ul li:last-child {
      border-bottom: solid 1px #d8d8d8;
      
  }
  #gNavi ul ul li + li {
    margin-left: 0;
  }
  #gNavi ul ul a {
    display: block;
    color: #1f1f1f;
    font-size: 13px;
    padding: 10px 19px 9px 19px;
  }
  #gNavi ul ul a:hover {
    color: #fff;
    background: #83858b;
  }
  #gNavi ul ul a:after {
    display: none;
  }
  #gNavi ul ul a.icoLink:after {
    content: "";
    display: inline-block;
    position: static;
    width: 14px;
    height: 13px;
    background: url(../img/common/cmn_ico05_black.png) no-repeat;
    background-size: 100%;
    margin-left: 7px;
  }
  #gNavi ul ul a.icoLinkmenu:after {
    content: "";
    display: inline-block;
    position: static;
    width: 14px;
    height: 13px;
    background: url(../img/common/cmn_ico05menu_black.png) no-repeat;
    background-size: 100%;
    margin-left: 7px;
  }
  #gNavi ul ul a.icoLink:hover:after {
    background: url(../img/common/cmn_ico04_white.png) no-repeat;
    background-size: 100%;
  }
  
  
  
  
  
	#new-dropmenu
	{
		list-style-type: none;
		padding: 0;
	}

	#new-dropmenu li
	{
		position: relative;
		display: inline-block;
		margin-left: 32px;
		
		text-align: center;
	}

	#new-dropmenu li a
	{
		display: block;
		margin: 0;
		padding: 25px 0 20px;
		
		color: #000;
		font-size: 14px;
		text-decoration: none;
	}

	#new-dropmenu li a .caption
	{
		position: relative;
	}

	#new-dropmenu li a.first-link .caption:after
	{
		content: '';
		display: block;
		position: absolute;
		bottom: -6px;
		left: 0;
		width: 0;
		height: 2px;
		
		background: #b5b5b5;
		transition: width 0.3s;
	}

	#new-dropmenu li.active a.first-link .caption:after
	{
		width: 100%;
	}


	/*
		open
	*/
	#new-dropmenu li ul
	{
		position: absolute;
		left: -16px;
		top: 100%;
		width: 240px;
		margin: 0;
		padding: 0;
		
		list-style: none;
		border: 1px solid #d8d8d8;
		background-color: #fff;
		box-shadow: 0 30px 50px -15px rgba(0,0,0,.35);
		
		display: none;
	}

	#new-dropmenu li ul li
	{
		display: block;
		margin: 0;
		padding: 0;
	}

	#new-dropmenu li ul li a
	{
		padding: 10px 15px;
		text-align: left;
		font-size: 13px;
		font-weight: normal;
	}

	#new-dropmenu li ul li a.popup span.caption:after
	{
		content: "";
		display: inline-block;
		position: static;
		width: 14px;
		height: 13px;
		background: url(../img/common/cmn_ico05_black.png) no-repeat;
		background-size: 100%;
		margin-left: 7px;
	}

	#new-dropmenu > li li:hover > a
	{
		color: #fff;
		background: #83858b;
	}

	#new-dropmenu li ul li ul
	{
		top: 0;
		left: 100%;
	}

/*
	#new-dropmenu li li a.has-children:before
	{
		position: absolute;
		content: "";
		right: 8px;
		top: 14px;
		width: 0;
		height: 0;
		border: 5px solid transparent;
		border-left-color: #000;
	}
*/

	#new-dropmenu li li a.has-children:before
	{
    content: '';
    width: 7px;
    height: 7px;
    border: 0px;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 14px;
    margin-top: -4px;
	}



	#new-dropmenu li li:hover a.has-children:before
	{
		border-left-color: #fff;
	}



	/*
		triangle
	*/
	#new-dropmenu ul .triangle
	{
		position: relative;
		display: block;
		opacity: 1;
	}

	#new-dropmenu .active .triangle span
	{
		position: absolute;
		display: block;
		left: 32px;
		bottom: -1px;
		width: 0;
		height: 0;
		
		transform: translateX(-50%);
		z-index: 1;
	}

	#new-dropmenu .active .triangle01
	{
		border: solid 12px transparent;
		border-bottom: solid 12px #d8d8d8;
	}

	#new-dropmenu .active .triangle02
	{
		border: solid 11px transparent;
		border-bottom: solid 11px #fff;
	}

}

@media screen and (max-width: 736px) {
  .hRight {
    display: none;
  }
}

@media print, screen and (min-width: 737px) {
  .top2 #header {
    position: absolute;
  }
  .top2 #content {
    padding-top: 0;
  }
}

/*-------------------------------------------------------------------
	spNavi
-------------------------------------------------------------------*/
.spNavi {
  background: #fff;
  font-size: 16px;
  z-index: 9999;
  text-align: left;
  padding-bottom: 70px;
}

.spNavi li {
  border-top: 1px solid #d7d7d7;
  position: relative;
}

.spNavi li a {
  position: relative;
  line-height: 1.3;
  padding: 20px;
  text-decoration: none;
}

.spNavi li > button {
  width: 55px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  outline: none;
  background: #fff;
  padding: 0;
  border-left: 1px solid #d7d7d7;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.spNavi li > button:after {
  content: '';
  display: block;
  height: 13px;
  width: 1px;
  position: absolute;
  top: 23px;
  right: 29px;
  background: #2b2d35;
  transition: opacity 0.2s,transform 0.2s;
}

.spNavi li > button:before {
  content: '';
  display: block;
  height: 1px;
  width: 13px;
  position: absolute;
  top: 29px;
  right: 23px;
  background: #2b2d35;
  transition: opacity 0.2s;
}

.spNavi li > button.active:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.spNavi li > button + a {
  width: 265px;
  background-image: none !important;
}

.spNavi li ul {
  width: 100%;
  transition: max-height 0.5s ease-in-out,visibility 0.5s ease-in-out;
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
}

.spNavi li ul.open {
  max-height: 3000px;
  visibility: visible;
}

.spNavi > ul {
  border-bottom: 1px solid #d7d7d7;
}

.spNavi > ul .under > a {
  width: 265px;
}

.spNavi > ul > li > ul > li {
  background: #f3f3f3;
}

.spNavi > ul > li > ul > li > button {
  background: #f3f3f3;
}

.spNavi > ul > li > ul > li a {
  background-image: url(../img/common/cmn_ico02_black.png);
  background-repeat: no-repeat;
  background-position: right 26px center;
  background-size: 5px;
  -webkit-transition: all .1s;
  -moz-transition: all .1s;
  transition: all .1s;
}

.spNavi > ul > li > ul > li a.blankLinkItem:after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 10px;
  background-image: url(../img/common/cmn_ico05_black.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  margin: 0 0 3px 7px;
}

.spNavi > ul > li > ul > li > ul > li {
  background: #e4e4e4;
}

.spNavi > ul > li > ul > li > ul > li > a {
  padding-left: 32px;
}

.spNavi > ul > li > ul > li > ul > li > button {
  background: #e4e4e4;
}

.spNavi .logo {
  width: 110px;
  padding: 13px 0 16px 10px;
}

.spNavi .close {
  position: absolute;
  top: 11px;
  right: 12px;
  width: 30px;
  height: 35px;
  cursor: pointer;
  background: url(../img/common/spnavbtn02.svg) no-repeat center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
}

.spNavi .close2 {
  width: 120px;
  height: 40px;
  border: solid 1px #2f2f2f;
  color: #2f2f2f;
  background: url(../img/common/cmn_pushy_ico_close01.jpg) no-repeat left 16px center;
  background-size: 20px;
  padding: 6px 0 0 44px;
  margin: 20px auto;
  cursor: pointer;
}

.spNavi li .subList {
  border-top: 1px solid #c7c7c7;
  background: #d7d7d7;
}

.spNavi li .subList a {
  padding-left: 2em;
}

@media print, screen and (min-width: 737px) {
  .spNavi,
  .site-overlay {
    display: none;
  }
}

/*-------------------------------------------------------------------
	footer
-------------------------------------------------------------------*/
@media print, screen and (min-width: 737px) {
  .spFnavi, .spSocial {
    display: none;
  }
}

@media screen and (max-width: 736px) {
  .pcFnavi {
    display: none;
  }
}

.pageTop {
  display: none;
  position: fixed;
  bottom: 0%;
  right: 2.71%;
  z-index: 900;
}

.pageTop a {
  display: block;
  width: 40px;
  height: 36px;
}

@media print, screen and (min-width: 737px) {
  .pageTop {
    bottom: 10px;
    right: 10px;
  }
  .pageTop a {
    width: 48px;
    height: 44px;
  }
}

#footer {
  background: #f7f7f7;
  width: 100%;
}

@media screen and (max-width: 736px) {
  #footer {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
}

.fCatch {
  padding: 15px 5%;
}

.spFnavi {
  background: #d7d7d7;
  overflow: hidden;
}

.spFnavi ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  padding-top: 1px;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.spFnavi li {
  width: 50%;
  background: #f2f2f2;
  margin-bottom: 1px;
  position: relative;
}

.spFnavi a {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  width: 100%;
  height: 100%;
  font-size: 16px;
  padding: 17px 10%;
  background-image: url(../img/common/cmn_ico02_black.png);
  background-repeat: no-repeat;
  background-position: right 7% center;
  background-size: 5px auto;
  text-decoration: none;
}

.spFnavi li:nth-child(even) {
  border-left: solid 1px #d7d7d7;
}

.spFnavi li.searchBtn {
  height: 100%;
}

.spFnavi li.searchBtn a {
  background-image: url(../img/common/cmn_ico06.png);
  background-size: 16px auto;
  background-position: right 8% center;
  height: 100%;
  cursor: pointer;
  padding-bottom: 18px;
}

.spFnavi li.searchBtn.active {
  margin-bottom: -1px;
}

.spFnavi li.searchBtn.active a {
  background: #ebebeb;
}

.spFnavi li.searchBtn.active a:before, .spFnavi li.searchBtn.active a:after {
  content: '';
  display: block;
  position: absolute;
  right: 10px;
  width: 25px;
  height: 2px;
  top: 30px;
  background: #404040;
}

.spFnavi li.searchBtn.active a:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.spFnavi li.searchBtn.active a:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.spSocial {
  position: relative;
  overflow: hidden;
  background: #e3e3e3;
  padding: 10px 2.71%;
}

.spSocial p {
  position: absolute;
  font-size: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.spSocial ul {
  width: 35.5%;
  float: right;
}

.spSocial li {
  max-width: 37px;
  width: 24.6%;
  float: left;
}

.spSocial li.tw {
  max-width: 41px;
}

.spSocial li + li {
  margin-left: 13.1%;
}

.spSearch {
  padding: 20px 17px;
  display: none;
  background: #ebebeb;
  /* テキスト入力フォームのボックス、テーブルセル */
  /* 「×」のテーブルセル */
  /* テキスト入力フォームとボタンの位置 */
  /* テキスト入力フォーム */
  /* テキスト入力フォームの影を消す */
  /* テキスト入力フォームの右余白を消す */
  /* テキスト入力フォームの背景画像位置調整 */
  /* ボタン */
  /* 入力時に出る「×」ボタン */
}

.spSearch.open {
  max-height: 200px;
  visibility: visible;
}

.spSearch .cse .gsc-control-cse, .spSearch .gsc-control-cse {
  padding: 0 !important;
  border: none !important;
}

.spSearch .gsc-search-box {
  margin-bottom: 0 !important;
  border: 1px solid #737373;
}

.spSearch .gsib_a {
  border: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.spSearch .gsc-input-box {
  height: 35px !important;
  border: none !important;
}

.spSearch .gstl_50 {
  height: 35px;
}

.spSearch .gsib_b {
  width: 0 !important;
}

.spSearch .gsc-search-box td,
.spSearch .gsc-search-box input {
  margin: 0 !important;
  vertical-align: top !important;
}

.spSearch .gsc-search-box input[type="text"] {
  width: 100% !important;
  height: 35px !important;
  padding: 0 6px !important;
  font-size: 100% !important;
  line-height: 35px !important;
  border: none !important;
}

.spSearch table.gsc-search-box input[type="text"]:focus {
  outline: 0;
}

.spSearch #gsc-iw-id1 {
  border: none !important;
}

.spSearch td.gsc-input {
  padding: 0 !important;
}

.spSearch div.gsst_b {
  padding: 0 !important;
}

.spSearch #gs_tti0 input {
  background-position: 5px 5px !important;
}

.spSearch .gsc-search-button {
  width: 38px;
  height: 35px;
  background: #fff url(../img/common/cmn_ico06.png) no-repeat center center;
  background-size: 15px !important;
}

.spSearch input.gsc-search-button {
  padding: 0 !important;
  width: 38px;
  height: 35px;
  opacity: 0;
}

.spSearch .gsib_b a {
  display: none;
}

.spSearch .gsc-search-box input[type="text"]::-webkit-input-placeholder {
  color: #fff;
}

.spSearch .gsc-search-box input[type="text"]:-ms-input-placeholder {
  color: #fff;
}

.spSearch .gsc-search-box input[type="text"]::-moz-placeholder {
  color: #fff;
}

@media screen and (max-width: 736px) {
  .spSearch .gsc-results-wrapper-overlay {
    width: 94% !important;
    left: 3%;
  }
}

.fMenu {
  padding: 15px 0;
  font-size: 13px;
  text-align: center;
  background: #f2f2f2;
}

.fMenu li {
  display: inline-block;
  vertical-align: middle;
  margin: 1px 5px;
}

.fMenu li a {
  text-decoration: underline;
}

.order .fMenu {
  background: #40424a;
}

.order .fMenu li a {
  color: #fff;
}

.english .fMenu {
  background: #e3e3e3;
}

.english .fMenu li {
  margin: 0px 12px;
}

.fCopy {
  font-size: 10px;
  text-align: center;
  background: #141b1f;
  color: #fff;
  padding: 4px;
}

@media print, screen and (min-width: 737px) {
  #footer {
    margin-top: 70px;
  }
  .footerIn {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
  .fCatch {
    padding: 0;
    line-height: 2;
  }
  .fCatch .footerIn {
    padding: 30px 10px;
  }
  .pcFnavi {
    padding: 30px 0;
    background: #494b54;
    color: #fff;
  }
  .pcFnavi:after {
    content: "";
    display: block;
    clear: both;
  }
  .pcFnavi dl {
    float: left;
    width: 275px;
    padding-left: 5px;
  }
  .pcFnavi dl dt {
    font-weight: bold;
  }
  .pcFnavi dl dt + dt {
    margin-top: 40px;
  }
  .pcFnavi dl dd {
    font-size: 12px;
    margin-top: 8px;
  }
  .pcFnavi dl dd + dt {
    margin-top: 40px;
  }
  .pcFnavi dl dd.dd1 {
    margin-top: 30px;
  }
  .pcFnavi dl ul {
    padding-left: 15px;
  }
  .pcFnavi dl ul li {
    margin-top: 8px;
  }
  .pcFnavi dl ul li.subList {
    text-indent: 1em;
  }
  .pcFnavi .icoLink:after {
    content: '';
    width: 16px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
    margin-bottom: 4px;
    background: url(../img/common/cmn_ico04_white.png) no-repeat;
    background-size: contain;
  }
  .pcFnavi .social a {
    display: inline-block;
    vertical-align: top;
  }
  .pcFnavi .social a.tw {
    width: 42px;
  }
  .pcFnavi .social a.fb {
    width: 34px;
    margin-left: 15px;
    margin-top: 4px;
  }
  .pcFnavi .social a[target$="_blank"]:after {
    content: normal;
  }
  .fMenu {
    background: #40424a;
    padding: 22px 0;
    font-size: 12px;
    color: #fff;
  }
  .fMenu li {
    margin: 0px 7px;
  }
  .fMenu li a {
    text-decoration: none;
  }
  .fMenu li a:hover {
    text-decoration: underline;
  }
  .english .fMenu {
    background: #e7e7e7;
    color: #404040;
  }
  .fCopy {
    font-size: 8px;
    letter-spacing: 0.1em;
  }
}

/*-------------------------------------------------------------------
	2カラムレイアウト
-------------------------------------------------------------------*/
#main {
  width: 100%;
}

#aside .defaultNavi {
  display: none;
}

#aside .interviewNavi, #aside .mystyleSidemenu {
  padding: 0 20px;
  margin: 20px 0;
}

@media print, screen and (min-width: 737px) {
  #aside .interviewNavi, #aside .mystyleSidemenu {
    padding: 0 0 0 10px;
  }
}

#aside .interviewNavi ul, #aside .mystyleSidemenu ul {
  padding: 0 20px;
}

@media print, screen and (min-width: 737px) {
  #aside .interviewNavi ul, #aside .mystyleSidemenu ul {
    padding: 0;
  }
}

#aside .interviewNavi li, #aside .mystyleSidemenu li {
  margin-top: 30px;
}

#aside .interviewNavi a, #aside .mystyleSidemenu a {
  font-size: 16px;
  color: #6390c6;
}

@media print, screen and (min-width: 737px) {
  #aside .interviewNavi a, #aside .mystyleSidemenu a {
    position: relative;
    display: inline-block;
    font-size: 13px;
  }
}

#aside .interviewNavi .current:before, #aside .mystyleSidemenu .current:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #b5b5b5;
}

#aside .interviewNavi-ttl, #aside .mystyleSidemenuTitle {
  font-size: 16px;
  color: #1f1f1f;
  line-height: 1;
}

@media print, screen and (min-width: 737px) {
  #aside .interviewNavi-ttl, #aside .mystyleSidemenuTitle {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 34px;
  }
}

@media print, screen and (min-width: 737px) {
  #main {
    float: left;
    padding: 0 20px;
    width: 860px;
    line-height: 1.8;
  }
  #aside {
    display: block;
    font-size: 13px;
    float: right;
    width: 220px;
    margin-top: 31px;
  }
  #aside .defaultNavi {
    display: block;
  }
  #aside .defaultNavi li {
    position: relative;
  }
  #aside .defaultNavi li > a {
    position: relative;
    display: block;
    padding: 20px 0 20px 12px;
  }
  #aside .defaultNavi li > a.current span {
    color: #404040;
    border-bottom: 2px solid #b5b5b5;
  }
  #aside .defaultNavi li > a.current span.noline {
    border-bottom: none;
  }
  #aside .defaultNavi li > a:hover {
    text-decoration: none;
    color: #6390c6;
  }
  #aside .defaultNavi li > button {
    width: 15px;
    height: 15px;
    position: absolute;
    right: 10px;
    top: 22px;
    border: 0;
    outline: none;
    background: #fff;
    padding: 0;
    border: 1px solid #282a32;
    cursor: pointer;
  }
  #aside .defaultNavi li > button:after {
    content: '';
    display: block;
    height: 7px;
    width: 1px;
    position: absolute;
    top: 3px;
    right: 6px;
    background: #282a32;
    transition: opacity 0.2s,transform 0.2s;
  }
  #aside .defaultNavi li > button:before {
    content: '';
    display: block;
    height: 1px;
    width: 7px;
    position: absolute;
    top: 6px;
    right: 3px;
    background: #282a32;
    transition: opacity 0.2s;
  }
  #aside .defaultNavi li > button.active:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  #aside .defaultNavi li ul {
    transition: max-height 0.5s ease-in-out,visibility 0.5s ease-in-out;
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    background: #f7f7f7;
  }
  #aside .defaultNavi li ul.open {
    max-height: 3000px;
    visibility: visible;
  }
  #aside .defaultNavi li ul li > a {
    text-indent: 1em;
  }
  #aside .defaultNavi li ul li > a.current span {
    color: #404040;
    border-bottom: 2px solid #b5b5b5;
  }
  #aside .defaultNavi li ul li > a:hover {
    background: #e7e5e6;
    text-decoration: none;
    color: #404040;
  }
  #aside .defaultNavi li ul li .subList a {
    background: #f0f0f0;
    text-indent: 2em;
  }
  #aside .defaultNavi li ul li .subList a:hover {
      background: #e7e5e6;
      text-decoration: none;
      color: #404040;
  }
  #aside .defaultNavi .icoLink:after {
    content: '';
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
    background: url(../img/common/cmn_ico05_black.png) no-repeat center top;
    background-size: contain;
  }
  #aside .relationNavi {
    margin-top: 30px;
  }
}

@media print, screen and (min-width: 737px) and (min-width: 737px) {
  #aside .relationNavi {
    font-size: 14px;
  }
  #aside .relationNavi ul {
    font-size: 13px;
  }
}

@media print, screen and (min-width: 737px) {
  #aside .relationNavi p, #aside .relationNavi a {
    display: block;
    padding: 10px 12px;
  }
  #aside .relationNavi a {
    color: #6390c6;
  }
}

.asideBnr li {
  margin-bottom: 10px;
}

.spRelationNavi + .keyTypeLinks {
  margin-top: 50px;
  margin-bottom: 0 !important;
}

@media print, screen and (min-width: 737px) {
  .spRelationNavi {
    display: none;
  }
}

.relationArticles .ttl {
  position: relative;
  color: #2f2f2f;
  font-size: 15px;
  font-weight: bold;
  background: #f3f3f3;
  padding: 12px 0 10px 19px;
}

.relationArticles .ttl:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  background: #94b2d2;
}

.relationArticles ul {
  padding: 20px 3% 25px;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}

.relationArticles li {
  overflow: hidden;
}

.relationArticles li + li {
  padding-top: 15px;
}

.relationArticles + .keyTypeLinks {
  margin-top: 30px;
  margin-bottom: 0 !important;
}

.relationArticles + .spRelationNavi {
  margin-top: 22px;
}

.relationArticles a {
  display: block;
}

@media print, screen and (min-width: 737px) {
  .relationArticles a:hover .raText {
    text-decoration: underline;
  }
}

.raImage {
  position: relative;
  width: 37%;
  border: solid 1px #e8e8e8;
  float: left;
  display: block;
}

.raImage .icoFavorite {
  display: block;
  position: absolute;
  top: 3%;
  left: 3%;
  width: 23px;
  height: 23px;
  background-image: url("../img/common/cmn_badge06.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.raText {
  padding-left: 39.5%;
  font-size: 14px;
  color: #6390c6 !important;
  text-decoration: underline;
  display: block;
}

@media print, screen and (min-width: 737px) {
  .relationArticles ul {
    overflow: hidden;
  }
  .relationArticles .ttl {
    font-size: 20px;
    line-height: 1;
    padding: 26px 0 22px 24px;
  }
  .relationArticles li {
    width: 246px;
    float: left;
  }
  .relationArticles li + li {
    padding-top: 0;
    margin-left: 15px;
  }
  .raImage {
    width: 100%;
    margin-bottom: 11px;
  }
  .raImage .icoFavorite {
    width: 49px;
    height: 49px;
    top: 3px;
    left: 4px;
  }
  .raText {
    padding-left: 0;
    text-decoration: none;
  }
}

.sdBnr {
  margin-top: 20px;
  text-align: center;
}

.sdBnr li + li {
  margin-top: 9px;
}

@media print, screen and (min-width: 737px) {
  .sdBnr {
    margin-top: 10px;
  }
}

/*-------------------------------------------------------------------
	breadcrumb
-------------------------------------------------------------------*/
.breadcrumb {
  width: 100%;
  color: #6390c6;
  display: block;
  font-size: 10px;
  padding: 10px 2.71%;
  line-height: 1.4;
  background: #f2f2f2;
}

.breadcrumb a {
  text-decoration: underline;
}

.breadcrumb ol {
  padding: 0 5px;
  text-align: left;
}

.breadcrumb li {
  display: inline;
}

.breadcrumb li + li:before {
  content: "\00ff1e";
  color: #2f2f2f;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.1em;
  font-size: 70%;
}

@media print, screen and (min-width: 737px) {
  .breadcrumb {
    padding: 20px 0 15px;
    position: static;
    background: #fff;
    display: block;
    font-size: 12px;
  }
  .breadcrumb ol {
    padding: 0 1px;
  }
  .breadcrumb a {
    text-decoration: none;
  }
  .breadcrumb a:hover {
    text-decoration: underline;
  }
  .breadcrumb ol {
    width: 1100px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 736px) {
  .breadcrumb {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}

.english .order .fMenu li a {
  color: #404040;
}

.mapStyle01 {
  width: 619px;
  height: 474px;
}

.mapStyle01-images {
  position: relative;
}

.mapStyle01-images li {
  position: absolute;
}

.mapStyle01-image01 {
  top: 0;
  right: 0;
}

.mapStyle01-image02 {
  top: 122px;
  right: 62px;
}

.mapStyle01-image03 {
  top: 201px;
  right: 89px;
}

.mapStyle01-image04 {
  top: 201px;
  left: 108px;
}

.mapStyle01-image05 {
  top: 201px;
  left: 0;
}