/*==============================================================================================

  基本スタイル　PCデスクトップ上  #505050
  
==============================================================================================*/ 
::-moz-selection {
  background-color: #91D8f7;
  color: #fff;
}
::selection {
  background-color: #91D8f7;
  color: #fff;
}
.greenbond, .greenbond:after, .greenbond:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

}
.greenbond {
  position: relative;
}
 
.greenbond article {
  width: 60%;
  position: absolute;
  top: 40px;
  left: 40px;
  background: inherit;
  border-radius: 6px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
.greenbond article:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: inherit;
  -webkit-filter: blur(10px) saturate(2);
}
.greenbond article .title {
  padding: 1em;
	font-weight: bold;
	font-size:120%;
  background: rgba(225, 225, 225, 0.5);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  text-align: center;
}
.greenbond article .content {
  padding: 8px;
  background: rgba(255, 255, 255, 0.5);
}
	


.boxRed{background-color:#FDEDED; font-size:0.9em; line-height: 1.7; margin:2em 0;padding: 1em;}
.boxwaku{border: 1px solid #ccc; font-size:1em; line-height: 1.7; margin:2em 0 0 0;padding: 1em; list-style: none;}

.mainbg{background-image:url(../images/main_bg_zen.jpg);background-size:cover;}

}
article.tuyomiyowami{font-size:1.15em;}
article.tuyomiyowami > span {
	font-size: 1.5em;
	font-weight: bold;
	display: inline-block;
	margin: 0.5em 0;
}
article.tuyomiyowami aside {
    font-size:0.9em;
}

article.tuyomiyowami aside div {background: url(../../images/try_appeal/20.gif) no-repeat 0 0; text-indent: 1.5em; font-weight: bold;}
article.tuyomiyowami img.map {
    float:right;
}

a {
  outline: 0;
  color: #1111cc;
  text-decoration: underline;
}
a:hover {
  text-decoration: underline;
}
a:hover img.ro {
  opacity: 0.7;
  filter: brightness(110%);
  transition: 0.5s;
} /*イメージ透過*/
p a:hover {
  color: #27B3CF;
}
a:active {
  outline: none;
  position: relative;
  top: 2px;
}
.clearfix {
  clear: both;
}



/*--------------------------------------------------------------------------------*/
/*	メイン
/*--------------------------------------------------------------------------------*/
/*.imgmain{height:330px;object-fit: cover;object-position: 50% 50%; padding-top:70px;}*/
.acd-check, .acd-label {
  display: none;
}
.imgmain {
  padding-top: 70px;
  display: inline-block;
  
    
}



body {
  color: #222; /*font-family: 'Droid Serif',*/ serif;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  font-family: 'Noto Sans JP';
  font-weight:500;
  -webkit-transition-property: font-size;
  -moz-transition-property: font-size;
  transition-property: font-size;
  -webkit-transition-duration: 0.5s, 0.5s;
  -moz-transition-duration: 0.5s, 0.5s;
  transition-duration: 0.5s, 0.5s;
  -webkit-transition-timing function: linear, ease-in;
  -moz-transition-timing function: linear, ease-in;
  transition-timing function: linear, ease-in;
}
#wrapper,.wrapper {
  line-height: 1.6;
  margin: 0 auto;
  max-width: 980px;
  width: 960px; /*width: 90%;*/ background: #fff;
  padding: 0;
  /*border:1px #ccc solid;
border-radius:;
-webkit-border-radius:;
-moz-border-radius:;
  box-shadow: 0px 0px 25px 23px rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0px 0px 25px 23px rgba(255, 255, 255, 0.7);
  -moz-box-shadow: 0px 0px 25px 23px rgba(255, 255, 255, 0.7);*/
}
header {
  box-shadow: 0px 12px 10px -10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 12px 10px -10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 12px 10px -10px rgba(0, 0, 0, 0.2);
}
.main {
  width: 76%;
  float: left;
  margin: 0;
}
.side {
  width: 22%;
  float: left;
  margin-right: 10px; /*float: right; margin-bottom: 10px;*/
  -webkit-transition-property: width;
  -moz-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 0.5s, 0.5s;
  -moz-transition-duration: 0.5s, 0.5s;
  transition-duration: 0.5s, 0.5s;
  -webkit-transition-timing function: linear, ease-in;
  -moz-transition-timing function: linear, ease-in;
  transition-timing function: linear, ease-in;
}
.half_left {
  float: left;
  width: 49%;
}
.half_left02 {
  float: left;
  margin-left: 10px;
}
.half_right {
  float: right;
  width: 49%;
}
ul.lsn li{
	list-style: none;
	margin-bottom: 3px;
}
ul.lsn {
	margin-bottom: 20px;
	padding: 0;
}
.line_l {
  border-left: 1px solid #ccc;
  margin-bottom: 35px;
  padding: 0 10px;
}
.line_r {
  border-right: 1px solid #ccc;
  margin-bottom: 0px;
  padding: 0 10px;
}
/*#featured 			{ padding: 20px; }
#latest				{ padding: 20px; }
#about 				{ padding: 20px; }*/
.area_sp {
  display: none;
}
/*--------------------------------------------------------------------------------*/
/*	
/*--------------------------------------------------------------------------------*/
p {
  padding: 20px;
}
ul {
/*  list-style: none;*/
padding-left: 2.8em;
}
/*ul li 				{ margin: 0 5px; }*/
ul li {
  margin: 0 0px;
}
ul.lsn li {
  list-style: none;
}
footer {
  padding: 5px;
  text-align: center;
  font-size: 12px;
}
pre {
  overflow: scroll;
  font-size: 10px;
}
img {
  max-width: 90%;
  height: auto;
  margin: 5px auto;
  text-align: center;
  display: block;
}
/*-*-*-　リストで括弧「※」付の数字　*-*-*-*/
ol.list_kakkokome {
  padding: 0 0 0 3em;
  margin: 10px;
}
ol.list_kakkokome li {
  list-style-type: none;
  list-style-position: outside;
  counter-increment: cnt;
}
ol.list_kakkokome li:before {
  margin-left: -37px;
  display: marker;
  content: "(*"counter(cnt) ") ";
}
/*margin*/
.margin10 {
  margin: 10px;
}
.margin20 {
  margin: 20px;
}
.margin30 {
  margin: 30px;
}
.margin40 {
  margin: 40px;
}
.margin50 {
  margin: 50px;
}
/*フォントサイズ*/
.f10 {
  font-size: 10pt;
}
.f11 {
  font-size: 11px;
}
.f12 {
  font-size: 12px;
}
.f13 {
  font-size: 13px;
}
.f14 {
  font-size: 14px;
}
.f15 {
  font-size: 15px;
}
.f18 {
  font-size: 18px;
}
.f32 {
  font-size: 32px;
  font-weight: bold;
}
.fs22pt {
	font-size: 22pt;
}
.font-2em{
	font-size:2em; 
}
.font-1_3em{
	font-size:1.3em; 
}
.fbold {
  font-weight: bold;
}

/*フォントカラー*/
.red {
  color: #CC0000;
}
.blu {
  color: #1871B8;
}
.yellow{
 color: #ff9600;
}

.green{
 color: #128A70;
}
/*width*/
.width100per {
  width: 100%;
}
.width90per {
  width: 90%;
}
.width80per {
  width: 80%;
}
.width50per {
  width: 50%;
}


.tel {
  font-size: 32px;
  font-weight: bold;
  padding: 10px;
}
a.moreLink {
  padding: 2px 5px;
  font-size: 11px;
  background-color: #1e74bf;
  color: #f5f5f5;
  border-radius: 4px;
}
.moreLink a:hover {
  background-color: #1e73be;
  color: #f5f5f5;
}
.infoDate {
  margin: 5px;
  padding: 5px;
  font-size: 14px;
  color: #FF0000;
}
.infotext {
  margin: 5px;
  padding: 5px;
}
h1, h2, h3, h4, h4, h5, h6, p, footer, div, ul, li {}
/*--------------------------------------------------------------------------------*/
/*	hタグ
/*--------------------------------------------------------------------------------*/
h1 {
    text-align: center;
}
h1.blu {
  font-size: 38px;
  line-height: 75px;
  padding: 10px;
  -webkit-transition-property: font-size;
  -moz-transition-property: font-size;
  transition-property: font-size;
  -webkit-transition-duration: 0.5s, 0.5s;
  -moz-transition-duration: 0.5s, 0.5s;
  transition-duration: 0.5s, 0.5s;
  -webkit-transition-timing function: linear, ease-in;
  -moz-transition-timing function: linear, ease-in;
  transition-timing function: linear, ease-in;
  color: #1871B8;
}
h1 a:hover {
  text-decoration: none;
  color: #27B3CF;
}
/*h2 					{ font-family: 'Helvetica'; font-size: 18px; padding: 10px; 
	-webkit-transition-property: font-size;
	-moz-transition-property: font-size;
	transition-property: font-size;
	-webkit-transition-duration: 0.5s, 0.5s;
	-moz-transition-duration: 0.5s, 0.5s;
	transition-duration: 0.5s, 0.5s; 
	-webkit-transition-timing function: linear, ease-in;
	-moz-transition-timing function: linear, ease-in; 
	transition-timing function: linear, ease-in;
}*/

.risk_sec {
  margin: 15px;
}
.risk_sec h2 {
  color: initial;
  font-size: initial;
  text-shadow: initial;
  background: initial;
  font-weight: initial;
  font-size: initial;
  margin: initial;
  padding: initial;
}
.risk_sec p {
  padding: 5px 5px 0px 5px;
}
.risk_sec ul {
  margin: 20px;
}
.riskjump{
	padding: 0 0 10px;
}
h2.1 {
  margin: 0 0 30px 0;
  padding: 16px 10px;
  border: 1px solid #1871B8;
  background: #1D8ADE;
  color: #FFF;
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.4);
}
h3 {
  font-size: 1.3em;
	font-weight: 900;
  /*text-align: center;*/
  /*border-left: 0.6em solid #193155;*/
  padding: 0 0 0 0.2em;
  margin: 1em 0 1em 0;
  /*color: #193155;*/
}
h3 span {
  font-size: 0.41em;
	font-weight: 400;
	display: block;
}


h3.t2 {
  font-size: 20px;
  border-left: 0px solid #1871B8;
  border-top: 10px solid #014585;
  border-bottom: 1px solid #014585;
  border-right: 0px solid #1871B8;
  padding: 5px 10px 5px 15px;
  margin: 20px 2px;
  background-color: #DEDEDE; /*背景色（古いブラウザだとここの色のみが出ます）*/
  background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#cecece)); /*背景画像の読み込み,グラデーション*/
  background: -webkit-linear-gradient(#fefefe, #cecece); /*同上*/
  background: linear-gradient(#fefefe, #cecece); /*同上*/
}
h3.t3 {
  font-size: 20px;
  border-left: 10px solid #1871B8;
  padding: 5px 10px 5px 15px;
  margin: 20px 2px;
  background-color: #DEDEDE;
}
.purpleBorder_TB-L {
  font-size: 16px;
  border-left: 10px solid #1871B8;
  padding: 5px 10px 5px 15px;
  margin: 20px 2px 20px -5px;
  background-color: #DEDEDE;
}
h4.graph {
	font-size: 16px;
	font-weight: bold;
	padding: 3px;
	margin: 0;
	text-align: center;
	margin-top: 5em;
}

h2.midasi {
    color: #0F2547;
    border-bottom: 1px dashed #0F2547;
    border-left: 0.7em solid #0F2547;
    font-size:1.6em;
    padding-left:0.6em;
}

/*--------------------------------------------------------------------------------*/
/*	gaika
/*--------------------------------------------------------------------------------*/

.fs9pt {
font-size:9pt;
margin-bottom: 30px;	
}

.gaikasoukin {

}

.gaikasoukin_2 {
  /*padding: 0;
  margin: 5em 0 0 0;
  text-align: center;
  font-size: 1.3em;*/
  background-image: url(../images/2_w910.gif);
  height: 21px;
  margin: 0px;
  padding-top: 6px;
  padding-left: 5px;
  background-repeat: no-repeat;
  font-size: 17px; 
  font-weight: bold;
  color:#0A0040;
  line-height: 100%;
}

.gaikapoint {
  margin: 2em auto;
}
.gaikapoint img {
  display: inline-block;
}
.under_h1 {
  border-color: #444;
  padding: 0;
  border: none;
  border-top: solid 5px;
  text-align: center;
  max-width: 250px;
  margin: 1em auto 1.5em;
}
.nagare_img {
  width: 85%;
}
ul.notice {
  line-height: 1.7;
  padding:20px;
}
ul.notice li {
  list-style-type: disc;
}
.tbl_f2 th{margin: 2px;padding:2px;border-top: 2px solid #1D5C79;border-bottom: 1px solid #FFF;background-color: #E0E0E0; width:185px;}
.tbl_f2 td{margin: 2px;padding:2px;border: 1px solid #D8D8D8; }

.pp_f{
    line-height:1.5;
	padding:20px;
	font-size: 12pt;
	font-weight: bold; 
	margin:1em auto;
}
.pp_f img{
	float:left;
}
h2.support {
  font-size: 24px;
  color: #333;
  text-align: center;
  line-height: 24px;
  font-family: 'Noto Serif JP', serif;
  padding-top:2em;
  color:#FFFFFF;
  margin-top:30px;
}
.contents3 {
  width: 100%;
  margin: 0 auto;
  padding: 0 40px 20px 40px;
  background-color: #182E7A;
}
.inner {
  position: relative;
  margin: 0 auto;
}
.inner img{
  display: block;
	}
.gaisai_txt{
	color: #182E7A;
	background-color: #fff;
	font-family: 'Noto Serif JP', serif;
	font-weight:bold;
	font-size: 1.5em !important;
}
.gaisai_txt p.gaisai_in{
	padding:40px 0 0;
	margin-top:-25px;
}
/*--------------------------------------------------------------------------------*/
/*	サイドパーツ
/*--------------------------------------------------------------------------------*/
.side_title {
  font-size: 120%;
  margin: 0;
  padding: 10px 10px 8px 10px;
  /*background: #1D8ADE;*/
  border-left: 1px solid #1871B8;
  border-right: 1px solid #1871B8;
  border-top: 1px solid #1871B8;
  border-bottom: 6px solid #1871B8;
  color: #1871B8;
  font-weight: bold;
  background: rgb(255, 255, 255); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(225, 225, 225, 1) 51%, rgba(246, 246, 246, 1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(50%, rgba(241, 241, 241, 1)), color-stop(51%, rgba(225, 225, 225, 1)), color-stop(100%, rgba(246, 246, 246, 1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(225, 225, 225, 1) 51%, rgba(246, 246, 246, 1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(225, 225, 225, 1) 51%, rgba(246, 246, 246, 1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(225, 225, 225, 1) 51%, rgba(246, 246, 246, 1) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(225, 225, 225, 1) 51%, rgba(246, 246, 246, 1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0); /* IE6-9 */
  text-shadow: 1px 1px 2px #fff;
  -webkit-box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.1);
}
.side_title2 {
  margin: 0 0 0 0;
  padding: 12px 10px;
  border: 1px solid #1871B8;
  background: #0164B7;
  color: #FFF;
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.4);
}
.side_title3 {
  padding: 12px 10px;
  background-color: #333; /*背景色（古いブラウザだとここの色のみが出ます）*/
  background-image: -webkit-gradient(linear, left top, left bottom, from(#222), to(#333)); /*グラデーション*/
  background-image: -webkit-linear-gradient(#222, #333); /*同上*/
  background-image: linear-gradient(#222, #333); /*同上*/
  color: #FFF; /*文字色*/
  font-weight: bold;
}
/*--------------------------------------------------------------------------------*/
/*	ヘッダーの右にメニュー
/*--------------------------------------------------------------------------------*/
.header1 {
  margin-right: 5px;
  /* background: -webkit-gradient(linear, left top, left bottom, from(#ececec),to(#fff));　
 background: linear-gradient(#ececec, #fff);
 background-size: 100% 100%;*/
  height: 55px;
  border-bottom: 1px solid #dadada;
}
.header1 h1 {
  display: block;
  height: 30px;
  width: 110px;
  line-height: 30px;
  font-weight: bold;
  margin-left: 5px;
  float: left;
}
.header1 h1.text1 {
  font-size: 80%;
  height: 30px;
  color: #666;
  width: 26%;
  line-height: 20px;
  font-weight: bold;
  margin-left: 10px;
  float: left;
}
.header1 nav.head {
  float: right;
}
.header1 nav.head li {
  float: left;
  width: 160px;
}
.header1 nav.head li > a {
  display: block;
  height: 38px;
  width: 160px;
  color: #fff;
  line-height: 30px;
  /*background: -webkit-gradient(linear, left top, left bottom, from(#fff),to(#ececec));
 background: linear-gradient(#fff #ececec);*/
  text-align: center;
  text-decoration: none;
  border: 1px solid #dadada;
  /*margin-top: 7px;*/
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6), -1px -1px 1px rgba(255, 255, 255, 0.5);
  font-weight: bold;
}
.header1 nav.head li:first-child > a {
  border-radius: 4px 0 0 4px;
}
.header1 nav.head li:last-child > a {
  border-radius: 0 4px 4px 0;
  border-left: none;
  margin-right: 5px;
  border-left: 1px solid #FFF;
}
/*2月6日作成*/
header .bg-wrap {
  width: 100%;
  max-width: 1366px;
  min-width: 960px;
  margin: 0 auto;
  position: relative;
}
header #logo {
  width: 100%;
  background: #FFF;
  text-align: left;
}
header #logo-wrap {
  max-width: 1366px;
  min-width: 960px;
  margin: 0 auto;
  position: relative;
}
header #logo-wrap img {
  width: 12.66471%;
}
header .visual {
  max-width: 1366px;
  min-width: 960px;
  padding-top: 47.58%;
  margin: 0 auto;
  position: relative;
}
header .visual .txt {
  position: absolute;
  top: 10%;
  left: 5.85652%;
  width: 47.58419%;
  -webkit-filter: drop-shadow(50px 50px 50px rgba(255, 255, 255, 0.2));
  filter: drop-shadow(50px 50px 50px rgba(255, 255, 255, 0.2));
}
img{
-webkit-backface-visibility: hidden;
}

.w95per{width:95%;margin:1em auto;}


.circle {	
  position: relative;
  display: inline-block;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: skyblue;
}

.circle span {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width :180px;
  text-align:center;
}



/*右サイド固定バナー*/
.nav-side .nav-side-group {
    height: 0;
}
.nav-side .nav-side-item {
    height: 0;
    text-indent: -9999px;
    list-style: none;
}
.nav-side .nav-side-item-01 .anc-elm {
    position: fixed;
    top: 140px;
    right: 0;
    width: 76px;
    height: 450px;
    background: url(../images/kobetusoudan.png) no-repeat;
    z-index: 5;
}

/*右サイド固定バナー*/

/*アンカーリンクとび先、固定ヘッダー分を調整*/
.anchor-adjust{
    padding-top: 30px;
    margin-top:-30px;
}
.bt_gaikasoukin img{
	width:100%;
}

.bg_orange{background-color: #FFB600;}
.tac{text-align: center;}

i.material-iconmedia (min-width: 0px) and (max-width: 980px) {
  header .visual .txt {
    left: 5.12445%;
  }
}
@media (min-width: 0px) and (max-width: 1020px) {
  header .sub {
    bottom: 1.53846%;
  }
}
ul.target {
  position: absolute;
  bottom: 3%;
  right: 1%;
  width: 41%;
  max-width: 320px;
}
header .sub h1#lead {
  text-align: center;
  color: #FFF;
  text-shadow: 1px 2px 3px #222;
  margin-bottom: 10px;
}
header .sub h1#lead em {
  font-size: 25px !important;
  /*	font-size: ($num / 16) + rem!important;*/
  line-height: 1;
}
@media (min-width: 0px) and (max-width: 1120px) {
  header .sub h1#lead em {
    font-size: 23px !important;
    /*	font-size: ($num / 16) + rem!important;*/
  }
}
header .sub h1#lead em span.red {
  color: #FFF;
}
header .sub h1#lead em span span {
  font-size: 40px !important;
  /*	font-size: ($num / 16) + rem!important;*/
}
@media (min-width: 0px) and (max-width: 1120px) {
  header .sub h1#lead em span span {
    font-size: 30px !important;
    /*	font-size: ($num / 16) + rem!important;*/
  }
}
header .sub h1#lead .sml {
  font-size: 16px !important;
  /*	font-size: ($num / 16) + rem!important;*/
  display: block;
}
header .sub nav li {
  margin-bottom: 10px;
}
ul.target li a {
  display: block;
  width: 100%;
  position: relative;
  color: #0f2547;
  text-align: left;
  background: #fcf8e6;
  border: 3px solid #f4f4f4;
  text-decoration: none;
  -webkit-transition: 1.0s;
  -o-transition: 1.0s;
  transition: 1.0s;
  margin-bottom: 8px;
}
ul.target li a p.nop {
  padding: 0;
  letter-spacing: -0.05em;
  margin-bottom: 10px;
}
ul.target li a p.nop1 {
  padding: 0;
  letter-spacing: -0.1em;
  margin-bottom: 10px;
}
@media (min-width: 0px) and (max-width: 1120px) {
  ul.target li a:before, ul.target li a dl {
    height: 80px;
  }
}
ul.target li a:before {
  content: "";
  width: 90px;
  height: 90px !important;
  text-align: center;
  background-color: #FFF !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
}
ul.target li a dl {
  padding: 6px 30px 0 10px;
  position: relative;
}
ul.target li a dl:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 2.66667%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: 2px solid #0f2547;
  border-right: 2px solid #0f2547;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
ul.target li a dl dt {
  font-size: 16.5px !important;
  /*	font-size: ($num / 16) + rem!important;*/
  font-weight: bolder;
  color: 0f2547;
}
ul.target li a dl dt.space {
  letter-spacing: -0.5px;
}
ul.target li a dl dd {
  font-size: 12px !important;
}
/*@media (min-width: 0px) and (max-width: 1020px) {
	  ul.target li a dl dt {
		font-size: 18px !important;
		 } }*/
/*ul.target li a:hover {
  background-color: rgba(216, 165, 0, 0.6); }*/
ul.target li a:hover {
  opacity: 0.5;
}
ul.target li.contents01 a {
  background: #d9340a;
  border: 1px solid #d9340a;
}
ul.target li.contents01 a:hover {
  background-color: rgba(217, 52, 10, 0.5);
}
ul.target li.contents01 a:before {
  background-image: url(../images/01/ic.png);
}
header .sub nav li.contents02 a:before {
  background-image: url(../images/02/ic.png);
}
header .sub nav li.contents03 a:before {
  background-image: url(../images/03/ic.png);
}
header .sub nav li.contents04 a:before {
  background-image: url(../images/04/ic.png);
}
@media screen and (max-width: 640px) {

	
article.tuyomiyowami img.map {
    float:none;
}
article.tuyomiyowami{font-size:1em;}
/*SPもトグル非表示にする　2020.5.12*/	
/*  h3 {
    display: none;
  }*/
/*SPもトグル非表示にする　2020.5.12*/
  .line_pc {
    display: none;
  }
  .acd-check {
    display: none;
  }
  .acd-label {
    background: #fcf8e6;
    color: #0f2547;
    display: block;
    margin: 0 0 3px 0;
    text-align: left;
    font-weight: bold;
    cursor: pointer;
    height: auto;
    border: 3px solid #f4f4f4;
    padding: 5px 60px 5px 10px;
    position: relative;
  }
  .acd-label:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 5%;
    width: 8px;
    height: 8px;
    margin-top: -10px;
    border-top: 2px solid #0f2547;
    border-right: 2px solid #0f2547;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .five_box input:checked + .acd-label::after {
    margin-top: -3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

/*SPもトグル非表示にする　2020.5.12*/	
 /* .acd-content {
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
    border: 1px solid #f0f1f2;
  }
  .acd-label p.enter {
    font-size: 18px;
    font-weight: bolder;
    padding: 5px 0;
  }
  .acd-label p.enter_s {
    font-size: 12px;
    font-weight: lighter;
    margin: 0;
    padding: 5px 0;
  }
  .acd-label p.enter_ss{
	font-size: 11.5px;
	font-weight: lighter;
    margin: 0;
    padding: 5px 0;
	}
  .acd-label p.enter_s.rl {
    letter-spacing: -0.07em;
  }
  .acd-content {
    border: 1px solid #f0f1f2;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
  }
  .acd-check:checked + .acd-label + .acd-content {
    height: auto;
    opacity: 1;
    padding: 10px;
    visibility: visible;
    overflow: hidden;
  }*/
/*SPもトグル非表示にする　2020.5.12*/	
  .tab-contents {
    display: none;
  }
  .btn_yel {
    font-size: 0.9em;
    padding: 0.5em 0.5em 0.35em 0.5em;
  }
}
/*2月6日作成*/
/*--------------------------------------------------------------------------------*/
/*	nav メインメニュー
/*--------------------------------------------------------------------------------*/
/*メニューブロックの設定*/
nav ul {
  background-color: #FFF; /*背景色*/
  height: 64px; /*高さ*/
  -webkit-box-shadow: 0px 0px 8px #999; /*影の設定。それぞれ右へ､下へ､ぼかし幅､色の設定。*/
  box-shadow: 0px 0px 8px #999; /*同上*/
  /*margin-bottom: 30px;*/ /*メニューと､下の左右コンテンツとの間に空ける余白*/
}
/*メニュー１個ごとの設定*/
nav ul li {
  float: left;
  width: 33.3%; /*メニュー幅*/
}
nav ul li a {
  height: 48px;
  padding-top: 15px;
  line-height: 1.4; /*行間*/
  text-decoration: none;
  display: block;
  font-size: 14px; /*文字サイズ*/
  font-weight: bold; /*文字を太字にする設定。通常がいいならこの１行削除。*/
  letter-spacing: 0.1em; /*文字間隔を少し広めにとる設定。*/
  -webkit-transition: 0.5s; /*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
  transition: 0.5s; /*同上*/
  background-color: #012D5C; /*背景色（古いブラウザだとここの色のみが出ます）*/
  background-image: url(../images/bg1.png), -webkit-gradient(linear, left top, left bottom, from(#0164B7), to(#012D5C)); /*背景画像の読み込み,グラデーション*/
  background-image: url(../images/bg1.png), -webkit-linear-gradient(#0164B7, #012D5C); /*同上*/
  background-image: url(../images/bg1.png), linear-gradient(#0164B7, #012D5C); /*同上*/
  text-align: center; /*文字をセンタリング*/
  color: #FFF; /*文字色*/
  border-bottom: 1px solid #FFF; /*下側の線の幅､線種､色*/
  border-top: 1px solid #FFF; /*上側の線の幅､線種､色*/
  border-left: 1px solid #FFF; /*左側の線の幅､線種､色*/
  text-decoration: none;
}
/*最初のメニューの設定*/
nav ul li:first-child a {}
/*マウスオン時と､current(表示中のメニュー)の設定*/
nav ul li a:hover, nav ul li#current a {
  background: #0164B7;
  text-decoration: none;
}
/*英語表記の設定*/
nav ul li a span {
  font-size: 9px; /*文字サイズ*/
  display: block;
  font-weight: normal;
}
/*--------------------------------------------------------------------------------*/
/*	リスト
/*--------------------------------------------------------------------------------*/
/*------------------*/
/* ※リスト */
/*------------------*/
.list_box {
  padding: 10px;
  font-size: 14px;
}
.list_box ul {
  list-style-position: inside;
}
.list_box ul li {
  padding-left: 1em;
  text-indent: -1em;
}
/*------------------*/
/* 矢印つきリスト */
/*------------------*/
.list1 ul {
  margin: 0;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.list1 ul li {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0));
  background: linear-gradient(#fff, #f0f0f0);
  border-bottom: 1px solid white;
  border-top: 1px solid #ccc;
  height: 44px;
  margin: 0;
}
.list1 ul li a {
  color: #333;
  display: block;
  height: 44px;
  margin: 0;
  padding: 0 0 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  font-weight: bold;
  white-space: nowrap;
  line-height: 44px;
}
.list1 ul li a::after {
  content: url(../images/list_mark1.png);
  float: right;
}
/*------------------*/
/* 矢印つきリスト2 */
/*------------------*/
.list2 ul {
  border-bottom: 1px solid #ccc;
}
.list2 ul li {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0));
  background: linear-gradient(#fff, #f0f0f0);
  border-bottom: 1px solid white;
  border-top: 1px solid #ccc;
  /* height: 44px;*/
  padding-top: 10px;
}
.list2 ul li a {
  color: #333;
  display: block;
  /*height: 44px;
 margin: 0;*/
  margin-bottom: 0;
  padding: 10px 10px 0px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  font-weight: bold;
  white-space: nowrap;
  /*line-height: 44px;*/
}
.list2 ul li a::after {
  /* content: url(../images/list_mark1.png);*/
  float: right;
}
/*------------------*/
/* サムネイルつき矢印リスト */
/*------------------*/
.list3 ul {
  border-bottom: 1px solid #ccc;
}
.list3 ul li {
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f0f0f0));
  background: linear-gradient(#fff, #f0f0f0);
  border-top: 1px solid #ccc;
  height: 70px;
  margin: 0px;
}
.list3 ul li a {
  background: url(list_mark1.png) no-repeat 100% 50%;
  color: #666;
  display: block;
  height: 70px;
  margin: 0;
  padding: 0 20px 0 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: none;
}
.list3 ul li img {
  float: left;
  height: 70px;
  width: 70px;
  margin-right: 10px;
}
.list3 ul li a strong {
  color: #000;
  display: block;
  font-weight: bold;
  padding-top: 17px;
}
/*------------------*/
/* リストボックス5 */
/*------------------*/
.list_box {
  padding: 10px;
  font-size: 14px;
}
.list_box ul {
  list-style-position: inside;
}
.list_box ul li {
  padding-left: 1em;
  text-indent: -1em;
}
/*--------------------------------------------------------------------------------*/
/*	Btn
/*--------------------------------------------------------------------------------*/
.btn {
  background: -moz-linear-gradient(top, #BFD9E5, #3D95B7 50%, #0080B3 50%, #0099CC);
  background: -webkit-gradient(linear, left top, left bottom, from(#BFD9E5), color-stop(0.5, #3D95B7), color-stop(0.5, #0080B3), to(#0099CC));
  color: #FFF;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 1px solid #0099CC;
  -moz-box-shadow: 1px 1px 1px rgba(000, 000, 000, 0.3), inset 0px 0px 3px rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 1px 1px 1px rgba(000, 000, 000, 0.3), inset 0px 0px 3px rgba(255, 255, 255, 0.5);
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  width: 100px;
  padding: 10px 0;
}
.btn2 {
  background: -moz-linear-gradient(top, #0099CC 0%, #006699);
  background: -webkit-gradient(linear, left top, left bottom, from(#0099CC), to(#006699));
  border: 2px solid #FFF;
  color: #FFF;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-box-shadow: 1px 1px 1px rgba(000, 000, 000, 0.3);
  -webkit-box-shadow: 1px 1px 1px rgba(000, 000, 000, 0.3);
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  width: 100px;
  padding: 10px 0;
}
/*--------------------*/
/*　ボタン　イエロー　*/
/*--------------------*/
.btn_yel {
  -moz-box-shadow: inset 2px 2px 2px 2px #cccccc;
  -webkit-box-shadow: inset 2px 2px 2px 2px #cccccc;
  box-shadow: 2px 2px 10px rgba(51, 51, 51, 0.55);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
  background: -moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
  background: -webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
  background: -o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
  background: -ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
  background: linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23', GradientType=0);
  background-color: #ffec64;
  -moz-border-radius: 0.2em;
  -webkit-border-radius: 0.2em;
  border-radius: 0.2em;
  border: 1px solid #ffaa22;
  display: inline-block;
  cursor: pointer;
  color: #333333;
  font-size: 1.2em;
  padding: 0.4em 1em;
  text-decoration: none;
  margin: 0.3em 0;
}
.btn_yel:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
  background: -moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
  background: -webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
  background: -o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
  background: -ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
  background: linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64', GradientType=0);
  background-color: #ffab23;
  text-decoration: none;
  color: #F90;
}
.btn_yel:active {
  position: relative;
  top: 1px;
}
/*------------------*/
/*　ボタン　レッド　*/
/*------------------*/
.btn_red {
  -moz-box-shadow: inset 2px 2px 2px 2px #cccccc;
  -webkit-box-shadow: inset 2px 2px 2px 2px #cccccc;
  box-shadow: 2px 2px 10px rgba(51, 51, 51, 0.55);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f));
  background: -moz-linear-gradient(top, #f24537 5%, #c62d1f 100%);
  background: -webkit-linear-gradient(top, #f24537 5%, #c62d1f 100%);
  background: -o-linear-gradient(top, #f24537 5%, #c62d1f 100%);
  background: -ms-linear-gradient(top, #f24537 5%, #c62d1f 100%);
  background: linear-gradient(to bottom, #f24537 5%, #c62d1f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f', GradientType=0);
  background-color: #f24537;
  -moz-border-radius: 0.2em;
  -webkit-border-radius: 0.2em;
  border-radius: 0.2em;
  border: 1px solid #d02718;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-size: 0.9em;
  padding: 0.5em;
  text-decoration: none;
  margin: 0.3em 0;
}
.btn_red:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537));
  background: -moz-linear-gradient(top, #c62d1f 5%, #f24537 100%);
  background: -webkit-linear-gradient(top, #c62d1f 5%, #f24537 100%);
  background: -o-linear-gradient(top, #c62d1f 5%, #f24537 100%);
  background: -ms-linear-gradient(top, #c62d1f 5%, #f24537 100%);
  background: linear-gradient(to bottom, #c62d1f 5%, #f24537 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537', GradientType=0);
  background-color: #c62d1f;
  text-decoration: none;
  color: #F99;
}
.btn_red:active {
  position: relative;
  top: 1px;
}
.btn_buy a {
  /*position: relative;*/
  display: inline-block;
  padding: 1.1em;
  color: #fff !important;
  text-align: center;
  text-decoration: none !important;
  -moz-transition: 0.5s !important;
  -webkit-transition: 0.5s !important;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
  background: #D72729;
  font-size: 1.3em;
  font-weight: bold;
}
.btn_buy a:hover {
  color: #fff;
  background: #AD1517;
}
/*--------------------*/
/*　ボタン　グリーン　*/
/*--------------------*/
.btn_gre {
  -moz-box-shadow: inset 0px 1px 0px 0px #a4e271;
  -webkit-box-shadow: inset 0px 1px 0px 0px #a4e271;
  box-shadow: inset 0px 1px 0px 0px #a4e271;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809));
  background: -moz-linear-gradient(top, #89c403 5%, #77a809 100%);
  background: -webkit-linear-gradient(top, #89c403 5%, #77a809 100%);
  background: -o-linear-gradient(top, #89c403 5%, #77a809 100%);
  background: -ms-linear-gradient(top, #89c403 5%, #77a809 100%);
  background: linear-gradient(to bottom, #89c403 5%, #77a809 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809', GradientType=0);
  background-color: #89c403;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #74b807;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: arial;
  font-size: 18px;
  font-weight: bold;
  padding: 6px 10px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #528009;
}
.btn_gre:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77a809), color-stop(1, #89c403));
  background: -moz-linear-gradient(top, #77a809 5%, #89c403 100%);
  background: -webkit-linear-gradient(top, #77a809 5%, #89c403 100%);
  background: -o-linear-gradient(top, #77a809 5%, #89c403 100%);
  background: -ms-linear-gradient(top, #77a809 5%, #89c403 100%);
  background: linear-gradient(to bottom, #77a809 5%, #89c403 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403', GradientType=0);
  background-color: #77a809;
}
.btn_gre:active {
  position: relative;
  top: 1px;
}
/*------------------*/
/*　ボタン　ブルー　*/
/*------------------*/
.btn_blu {
  -moz-box-shadow: inset 0px 1px 0px 0px #97c4fe;
  -webkit-box-shadow: inset 0px 1px 0px 0px #97c4fe;
  box-shadow: inset 0px 1px 0px 0px #97c4fe;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0));
  background: -moz-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
  background: -webkit-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
  background: -o-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
  background: -ms-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
  background: linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0', GradientType=0);
  background-color: #3d94f6;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #337fed;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: arial;
  font-size: 15px;
  font-weight: bold;
  padding: 6px 10px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #1570cd;
}
.btn_blu:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6));
  background: -moz-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
  background: -webkit-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
  background: -o-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
  background: -ms-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
  background: linear-gradient(to bottom, #1e62d0 5%, #3d94f6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6', GradientType=0);
  background-color: #1e62d0;
}
.btn_blu:active {
  position: relative;
  top: 1px;
}
/*------------------*/
/*　ボタン　オレンジ　*/
/*------------------*/
.btn_ore {
  -moz-box-shadow: inset 0px 1px 0px 0px #fff6af;
  -webkit-box-shadow: inset 0px 1px 0px 0px #fff6af;
  box-shadow: inset 0px 1px 0px 0px #fff6af;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f5b556), color-stop(1, #f27f05));
  background: -moz-linear-gradient(top, #f5b556 5%, #f27f05 100%);
  background: -webkit-linear-gradient(top, #f5b556 5%, #f27f05 100%);
  background: -o-linear-gradient(top, #f5b556 5%, #f27f05 100%);
  background: -ms-linear-gradient(top, #f5b556 5%, #f27f05 100%);
  background: linear-gradient(to bottom, #f5b556 5%, #f27f05 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5b556', endColorstr='#f27f05', GradientType=0);
  background-color: #f5b556;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #e69112;
  display: inline-block;
  cursor: pointer;
  color: #333333;
  font-family: arial;
  font-size: 15px;
  font-weight: bold;
  padding: 6px 10px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #ffee66;
}
.btn_ore:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f27f05), color-stop(1, #f5b556));
  background: -moz-linear-gradient(top, #f27f05 5%, #f5b556 100%);
  background: -webkit-linear-gradient(top, #f27f05 5%, #f5b556 100%);
  background: -o-linear-gradient(top, #f27f05 5%, #f5b556 100%);
  background: -ms-linear-gradient(top, #f27f05 5%, #f5b556 100%);
  background: linear-gradient(to bottom, #f27f05 5%, #f5b556 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f27f05', endColorstr='#f5b556', GradientType=0);
  background-color: #f27f05;
}
.btn_ore:active {
  position: relative;
  top: 1px;
}
/*--------------------------------------------------------------------------------*/
/*	pagetop
/*--------------------------------------------------------------------------------*/
/*　ページトップへ戻るボタン　*/
.pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 20px;
}
.pagetop a {
  display: block;
  background-color: #eee;
  border: #555 1px solid;
  text-align: center;
  color: #222;
  font-size: 11px;
  text-decoration: none;
  padding: 5px;
}
.pagetop a:hover {
  display: block;
  background-color: #222;
  text-align: center;
  color: #fff;
  font-size: 11px;
  text-decoration: none;
  padding: 5px;
}
/*--------------------------------------------------------------------------------*/
/*	table
/*--------------------------------------------------------------------------------*/
table.kakumaru {
  width: auto;
  border-spacing: 0;
  font-size: 17.5px;
  width: 100%;
  margin: 0 auto;
  background-color:transparent;
  /*font-weight: bold;*/
}
table.kakumaru th {
  color: #ffffff;
  padding: 0.5em;
  background: #0F2547;
  /*background: -moz-linear-gradient(rgba(22, 51, 76, 1), rgba(22, 51, 76, 0.9) 50%);
  background: -webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(22, 51, 76, 1)), to(rgba(22, 51, 76, 0.9)));
  background: -ms-linear-gradient(top, rgba(22, 51, 76, 1), rgba(22, 51, 76, 0.9));*/
  border-left: 1px solid #999999;
  border-bottom: 1px solid #999999;
  line-height: 1.4;
  text-align: center;
  /*  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;*/
  white-space: nowrap;
  vertical-align: middle;
  font-weight: normal;
}
table.kakumaru tr:first-child th {
  border-top: 1px solid #999999;font-weight: normal;
}
table.kakumaru tr:first-child th:first-child {
  border-radius: 5px 0 0 0;
}
table.kakumaru tr:first-child th:last-child {
  border-radius: 0 5px 0 0;
  border-right: 1px solid #999999;
}
table.kakumaru tr:last-child th:first-child {
  border-radius: 0 0 0 5px;
}
table.kakumaru tr:last-child th:last-child {
  border-right: 1px solid #999999;
}
table.kakumaru tr td {
  padding: 0.5em;
  border-bottom: 1px solid #999999;
  border-left: 1px solid #999999;
  color: #333333;
  text-align: center;
}
table.kakumaru tr:first-child td {
  border-top: 1px solid #999999;
}
table.kakumaru tr:first-child td:last-child {
  border-radius: 0 5px 0 0;
}
table.kakumaru tr td:last-child {
  border-right: 1px solid #999999;
  /*box-shadow: 2px 2px 1px rgba(0,0,0,0.8);*/
}
table.kakumaru tr {
  background: rgba(255,255,255,0.2);
}
table.kakumaru tr:nth-child(2n+1) {
  background: rgba(134, 164, 183, 0.22);
}
table.kakumaru tr:last-child td {
  /*  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);*/
}
table.kakumaru tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}
table.kakumaru tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}
/*table.kakumaru tr:hover {
  background: #bbd4ee;
  cursor:pointer;
}*/
table.tate {
  border-collapse: separate;
  border-spacing: 1px;
  text-align: left;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  margin: 0 auto;
  width: 98%;
  font-weight: normal;
}
table.tate th {
  padding: 10px;
  vertical-align: top;
  border-bottom: 1px solid #ccc;
  white-space: nowrap;
  background-color: #505050;
  color: #FFFFFF;
  text-align: center;
  font-weight: normal;
}
table.tate td {
  padding: 10px;
  vertical-align: top;
  border-bottom: 1px solid #ccc;
  text-align: center;
  color: #333333;
}
/*角丸かげなし*/
table.kakumaru-kagenasi {
  width: auto;
  border-spacing: 0;
  font-size: 18px;
  width: 100%;
  margin: 30px auto;
  font-weight: bold;
}
table.kakumaru-kagenasi th {
  color: #fff;
  padding: 15px 8px;
  background: #05223f;
  background: -moz-linear-gradient(rgba(34, 85, 136, 0.7), rgba(34, 85, 136, 0.9) 50%);
  background: -webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(34, 85, 136, 0.7)), to(rgba(34, 85, 136, 0.9)));
  border-left: 1px solid #05223f;
  border-top: 1px solid #05223f;
  border-bottom: 1px solid #05223f;
  line-height: 120%;
  text-align: center;
  box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.3) inset;
  white-space: nowrap;
}
table.kakumaru-kagenasi th:first-child {
  border-radius: 5px 0 0 0;
}
table.kakumaru-kagenasi th:last-child {
  border-radius: 0 5px 0 0;
  border-right: 1px solid #05223f;
  /*box-shadow: 2px 2px 1px rgba(0,0,0,0.1),0px 1px 1px rgba(255,255,255,0.3) inset;*/
}
table.kakumaru-kagenasi tr td {
  padding: 15px 4px;
  border-bottom: 1px solid #05223f;
  border-left: 1px solid #05223f;
  vertical-align: middle;
  color: #369;
  text-align: center;
}
table.kakumaru-kagenasi tr td:last-child {
  border-right: 1px solid #05223f;
  /*border-top: 1px solid #05223f;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.8);*/
}
table.kakumaru-kagenasi tr {
  background: #fff;
}
table.kakumaru-kagenasi tr:nth-child(2n+1) {
  background: #f1f6fc;
}
table.kakumaru-kagenasi tr:last-child td {
  /*box-shadow: 2px 2px 1px rgba(0,0,0,0.1);*/
}
table.kakumaru-kagenasi tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}
table.kakumaru-kagenasi tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}
/*ドロップダウンメニュー 未使用*/
#dropmenu {
  list-style-type: none;
  height: 40px;
  margin: 30px auto 30px;
  padding: 0;
  background: #0164B7;
  border-bottom: 5px solid #012D5C;
  border-radius: 3px 3px 0 0;
}
#dropmenu li {
  position: relative;
  width: 20%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
#dropmenu li a {
  display: block;
  margin: 0;
  padding: 15px 0 11px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}
#dropmenu li:hover > a {
  background: #012D5C;
  color: #fff;
}
#dropmenu > li:hover > a {
  border-radius: 3px 3px 0 0;
}
#dropmenu li ul {
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  border-radius: 0 0 3px 3px;
}
#dropmenu li:last-child ul {
  left: -100%;
  width: 100%
}
#dropmenu li ul li {
  overflow: hidden;
  width: 200%;
  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
#dropmenu li ul li a {
  padding: 13px 15px;
  background: #012D5C;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
}
#dropmenu li:hover ul li {
  overflow: visible;
  height: 38px;
  border-top: 1px solid #f9f9f9;
  border-bottom: 1px solid #FFF;
}
#dropmenu li:hover ul li:first-child {
  border-top: 0;
}
#dropmenu li:hover ul li:last-child {
  border-bottom: 0;
}
#dropmenu li:hover ul li:last-child a {
  border-radius: 0 0 3px 3px;
}
input[type="button"] {
  padding: 7px 20px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 170%;
  font-weight: bold;
  margin: 10px;
}
#QandA-1 {
  max-width: 95%;
  margin: 0 auto;
}
#QandA-1 dt {
  background: #1871B8; /* 「Q」タイトルの背景色 */
  color: #fff; /* 「Q」タイトルの文字色 */
  padding: 1vw;
  border-radius: 5px;
}
#QandA-1 dt:before {
  content: "Q.";
  font-weight: bold;
  margin-right: 8px;
}
#QandA-1 dd {
  margin: 20px 20px 40px 100px;
  text-indent: -33px;
}
#QandA-1 dd:before {
  content: "A.";
  font-weight: bold;
  margin-right: 15px;
}
.button02 {
  display: inline-block;
  margin: 15px auto;
  padding: 1%;
  width: 80%;
  /*height: 100px;*/
  text-align: center;
  text-decoration: none;
  outline: none;
  background-color: #E92D30;
  color: #fff;
  border-radius: 5px;
  box-shadow: 2px 5px 10px rgba(136, 136, 136, 1);
  font-size: 130%;
  line-height: 2;
}
.button02 span {
  font-weight: bold;
  font-size: 130%;
}
.button02 span:before {
  content: url("../images/icon_input.png");
}
.button02::before, .button02::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button02, .button02::before, .button02::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button02:hover {
  background-color: #F90;
  box-shadow: 0 1px 0 rgba(136, 136, 136, 1);
  text-decoration: none;
}
.defaultlist, .defaultlist li {
  padding: 0px;
  margin: 0px;
}
.defaultlist li {
  list-style-type: none !important;
  list-style-image: none !important;
  margin: 5px 0px 5px 0px !important;
}
ul.chkicon {
  list-style: none;
  list-style-type: none;
  list-style-position: initial;
  list-style-image: initial;
  padding: 0;
  margin: 0.8em 0.8em 0.8em 3em;
}
.chkicon li {
  position: relative;
  /*padding-left: 2em;*/
  margin-left: 2em;
  margin-bottom: 1.5em;
  color: #505050;
  font-weight: bold;
  font-size: 1em;
}
.chkicon li:last-child {
  margin-bottom: 3em;
}
.chkicon li:after, .chkicon li:before {
  content: '';
  display: block;
  position: absolute;
  top: 0.1em;
  ;
  left: -1.65em;
  height: 1.2em;
  width: 4px;
  background: #505050;
  border-radius: 10px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.chkicon li:before {
  top: 0.5em;
  left: -2.23em;
  height: 0.8em;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.list7 li {
  position: relative;
  display: block;
  padding: 5px 0px 5px 40px;
  background: #ddd;
  color: #444;
  border-radius: 23px 0px 0px 23px;
  font-weight: bold;
}
.list7 li:after {
  content: '';
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 8px;
  left: 13px;
  background: #fff;
  border-radius: 10px;
}
.halftbl_around0 {
  overflow: hidden;
}
.halftbl_around {
  width: 47%;
  float: left;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: #EFEFEF;
  margin-left: 25px;
  padding-bottom: 305px;
  margin-bottom: -300px;
}
.syussyo {
  font-size: 10pt;
  text-align: right;
  margin: 5px 15px 15px 0;
}
.yokonarabi {
  margin-left: 30px;
}
.yokonarabi p {
  display: table-cell;
  vertical-align: middle;
  background-color: #EAE3DF;
  padding: 10px;
}
div#footermenu {
  display: none;
}
.area_sp {
  display: none;
}
.area_pc {
  display: block;
}
article {
  width: 98%;
  margin: 0 auto;
}
article img {
  display: block;
  margin: 0 auto;
}
#risk #floatbox .leftbox {
  float: left;
}
#floatbox .rightbox {
  float: right;
  width: 60%;
}
#floatbox img {
  float: left;
  margin: 0;
  padding: 0;
  width: 40%;
}
.header2 {
  margin-right: 5px;
  /*width:960px;
	height: 2.5em;
	border-bottom: 1px solid #dadada;*/
}
.logo {
  padding: 0;
  margin: 0;
  width: 165px;
  margin-left: 5px;
  float: left;
}
/*.header2 figure {
	display: block;
	width: 165px;
	font-weight: bold;
	margin-left: 5px;
	float: left;
}
*/
/*暖色カラー各色指定*/
table.tate_o {
  border-collapse: separate;
  border-spacing: 1px;
  text-align: left;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  margin: 0 auto;
  width: 95%;
  font-weight: normal;
}
table.tate_o th {
  padding: 10px;
  vertical-align: top;
  border-bottom: 1px solid #ccc;
  white-space: nowrap;
  background-color: #193155;
  color: #FFFFFF;
  text-align: center;
  font-weight: normal;
}
table.tate_o td {
  padding: 10px;
  vertical-align: top;
  border-bottom: 1px solid #ccc;
  text-align: center;
  color: #333333;
  vertical-align: middle;
}
table.tblmini td {
  padding: 5px;
  vertical-align: top;
  border-bottom: 1px solid #ccc;
  color: #333333;
}
h1.ore {
  font-size: 38px;
  line-height: 1.3em;
  color: #193155;
  ;
  border-bottom: #193155 10px dotted;
  -webkit-transition-property: font-size;
  -moz-transition-property: font-size;
  transition-property: font-size;
  -webkit-transition-duration: 0.5s, 0.5s;
  -moz-transition-duration: 0.5s, 0.5s;
  transition-duration: 0.5s, 0.5s;
  -webkit-transition-timing function: linear, ease-in;
  -moz-transition-timing function: linear, ease-in;
  transition-timing function: linear, ease-in;
  margin-top: 4em;
  padding-left: 10px;
}
.fuwatAnime {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: fuwatAnime;
  -ms-animation-name: fuwatAnime;
  animation-name: fuwatAnime;
  visibility: visible !important;
}
/*トルコの投資環境について用css*/
.left {
  float: left;
  width: 48%;
  margin: 0 2% 0 0;
}
.right {
  float: left;
  width: 48%;
  margin: 0 0 0 2%;
}
.left60 {
  float: left;
  width: 58%;
  margin: 0 2% 0 0;
}
.right40 {
  float: left;
  width: 38%;
  margin: 0 0 0 2%;
}
/*年表用テーブル*/
table.tblmini {
  border-collapse: separate;
  border-spacing: 1px;
  margin: 0 auto;
  width: 98%;
  text-align: left;
  font-weight: normal;
}
table.tblmini th {
  padding: 5px;
  vertical-align: top;
  border-bottom: 1px solid #ccc;
  white-space: nowrap;
  background-color: #505050;
  color: #FFFFFF;
  text-align: right;
  font-weight: normal;
}
table.tblmini td {
  padding: 5px;
  vertical-align: top;
  border-bottom: 1px solid #ccc;
  color: #333333;
}
table.tblmini1 {
  border-collapse: separate;
  border-spacing: 1px;
  margin: 0 auto;
  width: 98%;
  text-align: left;
  font-weight: normal;
  font-size: 12px;
}
table.tblmini1 th {
  padding: 5px;
  vertical-align: top;
  border-bottom: 1px solid #ccc;
  white-space: nowrap;
  background-color: #9dacd6;
  color: #FFFFFF;
  text-align: right;
  font-weight: normal;
}
table.tblmini1 td {
  padding: 5px;
  vertical-align: top;
  border-bottom: 1px solid #ccc;
  color: #333333;
}
table.tblmini2 {
  border-collapse: separate;
  border-spacing: 1px;
  margin: 0 auto;
  width: 98%;
  text-align: left;
  font-weight: normal;
  font-size: 12px;
}
table.tblmini2 th {
  padding: 5px;
  vertical-align: top;
  border-bottom: 1px solid #ccc;
  white-space: nowrap;
  background-color: #88caf5;
  color: #FFFFFF;
  text-align: right;
  font-weight: normal;
}
table.tblmini2 td {
  padding: 5px;
  vertical-align: top;
  border-bottom: 1px solid #ccc;
  color: #333333;
}
/*紺色カラー各色指定*/
table.tate_kon {
  border-collapse: separate;
  border-spacing: 1px;
  text-align: left;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  margin: 0 auto;
  font-weight: normal;
}
table.tate_kon th {
  padding: 10px;
  vertical-align: top;
  border-bottom: 1px solid #ccc;
  white-space: nowrap;
  background-color: #505050;
  color: #FFFFFF;
  font-weight: normal;
}
table.tate_kon td {
  padding: 10px;
  vertical-align: top;
  border-bottom: 1px solid #ccc;
  color: #333333;
}
/*-----lp\index_bond_sp　のstyle----------------*/
#flow {
  font-size: 1.4rem;
  line-height: 1.5;
}
#flow ol {
  width: 92%;
  margin: 0 auto;
  padding: 0 0 3.62319%;
  list-style: none;
}
#flow ol li {
  padding: 6.52174% 0 4.34783%;
}
#flow ol li + li {
  padding-top: 8.4058%;
  background: url(../images/index_bg05.png) no-repeat 0 0;
  background-size: 100% auto;
}
#flow ol li > p:first-child {
  margin: 0 0 -1em;
  color: #1d2088;
  font-weight: bold;
  font-size: 2rem;
}
#flow ol li > p:first-child > span:first-child {
  display: table-cell;
  padding-right: 2.17391%;
  width: 7rem;
  vertical-align: middle;
}
#flow ol li > p:first-child > span:first-child + span {
  display: table-cell;
  vertical-align: middle;
}
.cv {
  padding: 3.33333% 0;
}
.cv li {
  width: 94.8%;
  margin: 0 auto;
}
.cv li + li {
  padding-top: 2.53165%;
}
/*-----/lp\index_bond_sp　のstyle----------------*/
@-webkit-keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.yajirusibg {
  height: 0;
  /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  padding-top: 56.25%;
  background: url('../images/arrow_ff3300.gif') 0 0 no-repeat;
  background-size: 100% 100%;
}
.linktxt {
  font-size: 1.05em;
  font-weight: bold;
  text-align: center;
  margin: 2em 0;
}
.shadow {
  margin-top: 5px; /* 画像の上の余白*/
  display: inline-block;
  box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8); /*横方向　下方向　ぼかし　広がり　色 */
}
.shadow_mini {
  margin-top: 2px; /* 画像の上の余白*/
  display: inline-block;
  box-shadow: 0px 2px 6px -2px rgba(0, 0, 0, 0.6); /*横方向　下方向　ぼかし　広がり　色 */
}
/* 通常時のスタイル定義
******************************/
header {
  background-color: #FFFFFF; /*display:none;*/
}
header .child { /*通常時のheaderタグ内の子要素*/
}
/* スクロールした場合のスタイル定義
******************************/
header.fixed { /*スクロール時のheaderタグ*/
  position: fixed;
  top: 0px;
  display: block;
  z-index: 999;
  height: 73px;
  overflow: hidden;
  /*width: 960px;*/
}
header.fixed .child { /*スクロール時のheaderタグ内の子要素*/
}
/*シミュレーション*/
/* table d */
.tbl_d2 {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0px;
  padding: 0px;
  border: 1px solid #ccc; /*color:#444;*/
  font-size: 1.07em;
	width: 100%;
}
.tbl_d2 th, .tbl_d2 td {
  padding: 1em;
  border-bottom: 1px solid #ccc;
  font-weight: normal;
  width: 50%;
}
.tbl_d2 th {
  background-color: #efefef;
}
.tbl_d2 th.sub {
  background-color: #F5F5F5;
}
.tbl_d2 th.gray {
  background-color: #07549b;
  color: #FFF;
}
.tbl_d2 th.pink {
  background-color: #FBDBDC;
}
.tbl_d2 th.blue {
  background-color: #dbfbfa;
}
.tbl_d2 th.green {
  background-color: #dbfbea;
}
/*.tbl_d2 th.soli,td.soli{border-bottom: 1px solid #ccc;}*/
.tbl_d2 th.doub, td.doub {
  border-bottom: 3px double #ccc;
}
.tbl_d2 th.dot, td.dot {
  background-image: url(../images_home/dotline-bg.gif);
  background-repeat: repeat-x;
}
.flow_rainbow {
  font-size: 1rem;
}
.flow_rainbow ol {
  width: 92%;
  margin: 0 auto;
  padding: 0 0 3.62319%;
  list-style: none;
  /*text-align: center;*/
}
.flow_rainbow ol li {
  padding: 2.52174% 0 1.34783%;
  line-height: 1.5;
}
.flow_rainbow ol li + li {
  padding-top: 4.4058%;
  background: url(../images/index_bg05.png) no-repeat 0 0;
  background-size: 100% auto;
}
.flow_rainbow ol li > p:first-child {
  margin: 0 0 0.2rem;
  color: #1d2088;
  font-weight: bold;
  font-size: 2rem;
}
.flow_rainbow ol li > p:first-child > span:first-child {
  display: table-cell;
  padding-right: 2.17391%;
  width: 7rem;
  vertical-align: middle;
}
.flow_rainbow ol li > p:first-child > span:first-child + span {
  display: table-cell;
  vertical-align: middle;
}
.result {
    font-size: 20pt;
    font-weight: bold;
}



@media only screen and (max-device-width: 480px) {
  .area_sp {
    display: block;
  }
  .area_pc {
    display: none;
  }
  h1.ore {
    font-size: 26px;
  }
  h3 {
    font-size: 20px;
    line-height: 1.3em;
  }
}
@media screen and (max-width: 640px) {
  .br-sp {
    display: none;
  }
/*  h1 {
    font-size: 26px;
  }*/
  h3 {
    font-size: 20px;
  }
}
/*SPもトグル非表示にする　2020.5.12*/	
.acd-check, .acd-label {
  display: none;
}
/*SPもトグル非表示にする　2020.5.12*/

#page-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	font-size: 100%;
	z-index: 999999; /* 他の要素の下に隠れないように フローティングバナー（z-index: 99999;）より上に */
}
#page-top a {
	background: #a9a9a9;
	text-decoration: none;
	color: #fff;
	padding: 1.2em 0.4em;
	text-align: center;
	display: block;
	border-radius: 0.8em;
}
/* スマホ　start　++++++++++++++++++++++++++++++++++++++++++++ */
@media only screen and (max-width: 767px) {
#page-top {
	bottom: 0;
	right: 0;
}
#page-top a {
	padding: 1em 0.2em;
	font-size: 0.9em;
}
}/* スマホ end　++++++++++++++++++++++++++++++++++++++++++++++ */


#page-top a:hover {
	text-decoration: none;
	background: #999;
}
.tbl_123plus {
	color: #333;
	border-collapse: collapse;
}
.tbl_123plus th {
	background: #EFEFEF;
	padding: 15px;
	border: 1px #c3bfbf solid;
	border-collapse: collapse;
}
.tbl_123plus td {
	background: #FFF;
	padding: 15px;
	border: 1px #c3bfbf solid;
}
.tbl_123plus_sen {
	color: #333;
	border: solid 1px #333;
}
.tbl_123plus_sen th {
	background: #F3E0DD;
	padding: 15px;
	border-bottom: #333 1px solid;
}
.tbl_123plus_sen td {
	background: #FFF;
	padding: 15px;
	color: #000;
	border-bottom: #333 1px solid;
	border-right: #333 1px solid;
}
.tbl_123plus td table {
	width: 100%;
}
.tbl_123plus td table td {
	padding: 5px;
	margin: 10px 0;
	border: none;
	line-height: 1.8;
	font-size: 15px;
	width: 143px;
}
.tbl_123plus td table td.list_f {
	line-height: 1;
}
.nagare img {
	width: 100% !important;
}
.tbl_123plus img {
	width: 45px;
	float: left;
	margin-right: 5px;
}
.w80per {
	width: 80%;
}
.w90per {
	width: 90%;
}
/* 右が三角のテキストBOX */
.hendoukawase_tbl {
	float: right;
	width: 56%;
	margin-right: 3em;
}
.hendoukawase_kwd {
	float: right;
	width: 37%;
	padding: 1.2em 0 1.2em 0.5em;
	font-weight: bold;
	color: #504944;
	font-size: 1.2em;
}
.step {
	list-style-type: none;
	display: table;
	width: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
	margin-bottom: 0.2em;
	font-size: 1.15em;
	font-weight: bold;
}
.step li {
	display: table-cell;
	position: relative;
	padding: 0.5em 0.3em 0.3em 0.5em;
	color: #fff;
	width: 45%;
	font-weight: bold;
	text-align: center;
	border: 2px #504944 solid;
}
.step li span {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	font-size: 0.9em;
}
.step li:last-child {
	width: 55%;
	font-size: 1.4em;
	background: #0467BB;
}
.step li:last-child:before, .step li:last-child:after {
	display: none;
}
.step li:before, .step li:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	margin: auto;
}
.step li:before {
	top: -10px;
	right: -1em;
	border-style: solid;
	border-color: transparent transparent transparent #0467BB;
	border-width: 40px 0 40px 1em;
	z-index: 10;
}
.step li:after {
	top: -10px;
	right: -.8em;
	border-style: solid;
	border-color: transparent transparent transparent #504944;
	border-width: 40px 0 40px 1em;
	z-index: 10;
}
.step li.is-current {
	border-left: 2px #FFF solid;
	border-top: 2px #FFF solid;
	border-left: 2px #FFF solid;
	background: #FFF;
	color: #504944;
	padding-bottom: 0.2em;
}
.step li.is-current:after {
	border-color: transparent transparent transparent #FFF;
}
/* ／右が三角のテキストBOX */

.tryflagtd {
	padding: 0.3em;
	margin: 0;
	background: url(../../bond/img/ic_try.gif) 35% center no-repeat;
}
.usdflagtd {
	padding: 0.3em;
	margin: 0;
	background: url(../../bond/img/ic_usd.gif) 35% center no-repeat;
}
.arrow {
	position: relative;
	display: inline-block;
	padding: 0 0 0 32px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 16px;
}
.arrow::before, .arrow::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.sample3-2::before {
	left: 30px;
	box-sizing: border-box;
	width: 12px;
	height: 12px;
	border: 12px solid transparent;
	border-left: 12px solid #4F81BD;
}
.sample3-2::after {
	left: 0;
	width: 16px;
	height: 12px;
	border-left: 32px solid #4F81BD;
}
.sample3-2hanten::before {
	left: -15px;
	box-sizing: border-box;
	width: 12px;
	height: 12px;
	border: 12px solid transparent;
	border-right: 12px solid #4F81BD;
}
.sample3-2hanten::after {
	left: -8px;
	width: 16px;
	height: 12px;
	border-right: 32px solid #4F81BD;
}
.block_h5px_cl {
	height: 5px;
	clear: both;
	line-height: 0;
}
.block_h10px_cl {
	height: 10px;
	width: 100%;
	clear: both;
	line-height: 0;
}
.block_h20px_cl {
	height: 20px;
	clear: both;
	line-height: 0;
}
.block_h40px_cl {
	height: 40px;
	clear: both;
	line-height: 0;
}
.inputstyle {
	padding: 0.3em;
	box-sizing: border-box;
	border-radius: 5px;
	border: 1px solid #d5d5d5;
	margin-right: 5px;
	font-size: 1.5em;
	outline: none;
	width: 8.3em;
	text-align: right;
}
/*.sliderstyle {padding:8px 10px 8px 10px;border: 4px solid #246ED3; font-size:20pt; text-align:right;}*/
.bL_Ora {
	padding: 8px 5px 8px 10px;
	border-left: 6px solid #FF6600;
	font-weight: bold;
}
.bL_Gre {
	padding: 10px 5px 8px 10px;
	border-left: 6px solid #519F27;
	font-size: 12pt;
	font-weight: bold;
	background-color: #CCFF99
}
.bL_Pin {
	padding: 10px 5px 8px 10px;
	border-left: 6px solid #F47686;
	font-size: 12pt;
	font-weight: bold;
	background-color: #FFCCCC;
}
.bL_purple {
	padding: 3px 2px 3px 5px;
	border-left: 6px solid #666699;
}
#slider {
	margin: 20px;
	width: 400px;
}
.output {
	font-size: 1.5em;
	margin-left: 5px;
	margin-top: -2em;
	vertical-align: top;
}
.slider {
	display: inline-block;
}
input::-ms-clear {
visibility:hidden;
}
.area_sp {
	display: none;
}
.area_pc {
	display: block;
}
.right {
	width: 40%;
}
ul.other_list li {
	list-style-type: none;
	padding: 10px 0 10px 25px;
	background: url(../images/tri_list.gif) no-repeat 0 10px;
	border-bottom: 1px solid #d9deed;
	margin-bottom: 10px;
	font-size: 100%;
}
/*キャンペーン実施中*/
.cam_box {
	padding: 15px;
	height: 151px;
	position: relative;
	border-bottom: 1px solid #d9deed;
}
.cam_box img {
	float: left;
	margin: 0px 20px 0px 0px;
}
#left img {
	border: 1px #999 solid;
}
#left li {
	list-style: none;
	font-weight: bold;
	font-size: 18px;
	margin: 0px 0px 15px 0px;
}
#left {
	list-style: none;
}
.link {
	position: absolute;
	bottom: 15px;
	right: 15px;
}
.cam_icon1 {
	border-radius: 3px;
	background-color: #3399FF;
	display: inline-block;
	color: #ffffff;
	font-family: arial;
	font-size: 10px;
	padding: 1px 3px;
	text-decoration: none;
}
.cam_icon2 {
	background-color: #FF9933;
	border-radius: 3px;
	display: inline-block;
	color: #ffffff;
	font-family: arial;
	font-size: 10px;
	padding: 1px 3px;
	text-decoration: none;
}
.cam_icon3 {
	background-color: #FF99CC;
	border-radius: 3px;
	display: inline-block;
	color: #ffffff;
	font-family: arial;
	font-size: 10px;
	padding: 1px 3px;
	text-decoration: none;
}
.cam_icon4 {
	background-color: #999;
	border-radius: 3px;
	display: inline-block;
	color: #ffffff;
	font-family: arial;
	font-size: 10px;
	padding: 1px 3px;
	text-decoration: none;
}
.cam_icon5 {
	background-color: #ff4500;
	border-radius: 3px;
	display: inline-block;
	color: #ffffff;
	font-family: arial;
	font-size: 11px;
	padding: 1px 3px;
	text-decoration: none;
}
.big_info {
	font-size: 20px;
	text-decoration-line: underline;
	font-weight: bold;
}
figure.main_ig {
	min-width: 980px;
}



/*動画　モーダル*/
	
.modal-wrapper {
	z-index: 999;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 60px 10px;
	text-align: center
}
.modal-wrapper:not(:target) {
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s, visibility .3s;
}
.modal-wrapper:target {
	opacity: 1;
	visibility: visible;
	transition: opacity .4s, visibility .4s;
}
.modal-wrapper::after {
	display: inline-block;
	height: 100%;
	margin-left: -.05em;
	vertical-align: middle;
	content: ""
}
.modal-wrapper .modal-window {
	box-sizing: border-box;
	display: inline-block;
	z-index: 20;
	position: relative;
	width: 70%;
	max-width: 800px;
	padding: 30px 30px 15px;
	border-radius: 2px;
	background: #fff;
	box-shadow: 0 0 30px rgba(0, 0, 0, .6);
	vertical-align: middle
}
.modal-wrapper .modal-window .modal-content {
	max-height: 80vh;
	overflow-y: auto;
}
.modal-overlay {
	z-index: 10;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .8)
}
.modal-wrapper .modal-close {
	z-index: 20;
	position: absolute;
	top: 0;
	right: 0;
	width: 35px;
	color: #95979C!important;
	font-size: 20px;
	font-weight: 700;
	line-height: 35px;
	text-align: center;
	text-decoration: none;
	text-indent: 0
}
.modal-wrapper .modal-close:hover {
	color: #2B2E38!important
}

/*初回モーダル*/
.overlay {
display: none;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.6);
position: fixed;
z-index: 1000;
}
.btn_area {
padding-top:0.7em;
width: 480px;
height: 470px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
background: #fff;
text-align: center;
z-index: 1001;
}
.btn_area button {
display: block;
margin: 0 auto;
background: #333;
color: #fff;
padding: 20px 40px;
border: none
}
.btn_area button:hover {
background: #777
}

.btn_soudan_parent{
	display:flex;
    	flex-wrap: nowrap;
	justify-content: space-around;}

.btn_soudan a {
    display: inline-block;
    padding:1em 2em;
    color: #fff;
	font-size:1.1em;
    text-align: center;
    text-decoration: none;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    background: #D72729;
    margin:1em 0.5em 0.8em 0.5em;
}
.btn_soudan a:link,.btn_soudan a:visited{text-decoration: none;}
i.material-icons{vertical-align: middle;display:inline-block;}
/*初回モーダル*/


/*-------------------------------------------------------------------------------------------------*/
/* tableデザイン5*/
/*-------------------------------------------------------------------------------------------------*/
/* PC　スマホ　タブレット　全て共通　++++++++++++++++++++++++++++ */

table.table-design {
	width: 100%;
	border-collapse: collapse;
	border: 0px;
	border-top: solid 1px #dfdfdf;
	border-left: solid 1px #dfdfdf;
	margin-top: -30px;
}
table.table-design th {
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background: #0F2547;
	border-bottom: solid 1px #dfdfdf;
	border-right: solid 1px #dfdfdf;
	padding: 20px;
	color: #fff;
}
table.table-design td {
	font-weight: normal;
	vertical-align: middle;
	border-bottom: solid 1px #dfdfdf;
	border-right: solid 1px #dfdfdf;
	padding: 20px;
	line-height: 1.6;
	background: #fff;
	margin: 0;
	text-align: right;
}
table.table-design.position-icon-point {
	position: relative;
}
table.table-design td span.position-icon{
	position: absolute;
	z-index: 100;
	left: 47%;
	top: 115px;
}
table.table-design td:first-child {
	  background: #d5fafe;
}
 table.table-design td:nth-child(4) {
	 color: #187d7b;
	 font-weight: bold;
  }
 table.table-design td:nth-child(5) {
	 color: #e6882e;
	 font-weight: bold;
  }
/* PC　スマホ　タブレット　全て共通 end 　+++++++++++++++++++++++ */
/*タブレット　start　+++++++++++++++++++++++++++++++++++++++++ */
@media screen and (max-width: 999px) {
table.table-design th {
	padding: 20px;
}
table.table-design td span.position-icon{
	left: 47%;
	top: 120px;
}	
}/* タブレット end　++++++++++++++++++++++++++++++++++++++++++ */

/* スマホ　start　++++++++++++++++++++++++++++++++++++++++++++ */
@media only screen and (max-width: 767px) {
table.table-design {
	/*width: 94%;*/
  }
table.table-design .thead {
    display: none;
  }
table.table-design tr {
    width: 100%;
  }

table.table-design th {
	text-align: center;
	padding: 3%;
	width: auto;
}
table.table-design td {
	padding: 3%;
    display: block;
    text-align: right;
    /*width: 100%;*/
  }
	
 table.table-design td:first-child {
    background: #0F2547;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
 table.table-design td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
  }
 table.table-design td.after-year-sp {
	text-align: center;
  }
 table.table-design td:nth-child(2) {
	 border-bottom: none;
  }
}/* スマホ end　++++++++++++++++++++++++++++++++++++++++++++++ */


@media (min-width: 641px) and (max-width: 980px) {
  /*  .contents3 {max-width:500px}*/
}
    
/*フローティングバナー*/
.floating-banner {
    position: fixed; /* 追従 */
    z-index: 99999; /* 他の要素の下に隠れないように */
    top: 1vw; /* バナーの上下の位置 */
    right: 0; /* バナーの左右の位置 */
}
.floating-pc {
	height: 35vw;
    width: auto; /* バナーの横幅を指定 */
}
.floating-banner:hover {
    opacity: .7; /* ホバーで少し透過 */
}
.floating-sp {
    display: none; /* PCではスマホ用のバナーは非表示に */
}
@media screen and (max-width: 1200px) { /* タブレット用のブレイクポイントを指定 */
	.floating-pc {
		display: none; /* タブレットサイズ以下でPC用のバナーを非表示に */
	}
}

@media screen and (max-width: 1199px) { /* スマホ用のブレイクポイントを指定 */
    .floating-sp {
        display: inline-block; /* 消していたスマホ用のバナーを表示させる */
        width: 80vw; /* スマホの画面幅いっぱいにバナーを表示 */
		margin: 0 auto;
		float: left;
    }
    .floating-banner  {
        top: unset; /* PCで指定していた上下の位置指定をクリア */
        top: auto; /* PCで指定していた上下の位置指定をクリア */
        left:10px; /* 左右の隙間が空かないように */
        bottom: 10px; /* 画面の最下部にぴったりくっつくように指定 */
    }
}
/*フローティングバナー*/


#home{
    position: relative;
}
/*了承モーダル*/
/* モーダルウィンドウのcss設定 */
/* 一番上に表示させるdiv */
#modal-content {
	z-index: 2;
	display: block;
	position: absolute;
    top: 75px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	width: 90%;
    max-width:940px;
	padding: 1%;
	border: 5px solid #666666;
	background: #fff;
	box-shadow: 5px 5px 10px -1px rgba(0, 0, 0, 0.4); /*横方向　下方向　ぼかし　広がり　色 */
    
}
/* 2番目に表示させるdiv半透明の膜 */
#modal-overlay {
	/* ボックスの重なりの順序を指定 */
	z-index: 1;
	/* divをブロック表示します。何も表示しないときは、none */
	display: block;
	/* 位置の固定 */
	position: absolute;
	/* 位置 */
	top: 0;
	left: 0;
	/* 幅・高さ */
	width: 100%;
	height: 100%;
	/* 背景の色(半透明) */
	background-color: rgba(255,255,255,0.7);
	/* 外側の余白 */
	margin-top: 0px;
}
.button-link {
	display: inline-block;
	padding: 5px;
	margin: 20px;
	letter-spacing: 1px;
	font-size: 1.3em;
	border: solid 1px #EFEFEF;
	background-color: #666666;
}
.button-link span {
	font-size: 8pt;
}
a.button-link {
	text-decoration: none;
	color: #FFFFFF;
}
.button-link-open {
	padding: 5px 70px
}
@media only screen and (max-device-width: 800px) {
    #modal-content {
	    /* 位置 */
	    top: 0.4%;
	    }
    #modal-overlay {
    	/* 位置 */
    	top: 4%;
    	}
}
.discramer{
    width: 100%;
    max-width:960px;
	padding: 0.1%;
	background-color: #FDEDED;
    margin:1% auto;
    font-size:0.9em;
	line-height: 1.7;
}
.discramer p{padding:0.9em;}
@media only screen and (max-device-width: 800px) {
    .discramer{
        max-width:none;
    }
    .discramer ul li{
        font-size:1.15em;
    }
}