/*==============================================================================================

  	画面の横幅が640pxまで

==============================================================================================*/

img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

@media screen and (max-width: 640px) {
/*@media screen and (max-width: 480px) {*/
	
.greenbond article {
  width: 80%;
}
	
	
/*右サイド固定バナー*/
.nav-side .nav-side-group {
    display:none;
}
/*右サイド固定バナー*/
	
.w95per{width:100%;}
ul {
    padding-left: 1em;
}
ul li {
    margin-left:1em;
}
.mainbg{background-repeat: no-repeat;background-position: center;}
.btn_yel {font-size:0.9em;padding: 0.5em 1em 0.4em 1em ;margin-right:0.2em;}
i{vertical-align:middle;}
.riskjump {
    font-size: 6pt;
    letter-spacing: -0.1em;
}
.gaikapoint{margin:0 auto;}
.gaikapoint img{display: block; width:75%; margin:8px auto;}
.gaikasoukin h4 {margin: 3em 0 0 0 ; font-size:0.95em;}
.under_h1 {border-color: #444; padding: 0;border: none;border-top: solid 4px;text-align: center;max-width: 200px;margin: 0.5em auto 1em;}

.nagare_img{width:100%;}
.tbl_123plus td,.tbl_123plus th{display: block; font-size:0.95em !important;padding: 3px; line-height: 2 !important;}
.tbl_123plus td table td img {width:45px; float: left;}

.tbl_123plus td.pst_sp{display:block;}
.tbl_123plus td table td {
	padding: 1px;
	line-height: 1.2;
}

.chkicon li {font-size:0.75em;margin-left:3em;}

.tbl_d2 th{width:33%;padding:0.2em; font-size:0.8em;}
.tbl_d2 td{width:65%;padding:0.2em; font-size:0.8em;}
	
.tbl_f2 td{margin: 2px;padding:2px;border: 1px solid #D8D8D8;}
article.tuyomiyowami aside div {background: url(../../images/try_appeal/20.gif) no-repeat 0 0; text-indent: 2.5em; font-weight: bold; padding: 5px;}	
.imgmain{
	/*height:105px;
	object-fit: cover;
	object-position: 99% 0%;*/
	padding-top:30px;
	}
	
body {
	font-size: 13px;
	width: 100%;
	-webkit-text-size-adjust: 100%;
	word-break: break-all;
	height:auto;
}
ul.notice {
  line-height: 1.7;
}
ul.notice li {
  list-style-type: disc;
}
.pp_f img{
	float:none;
	margin-left:10px;
}	
	
#wrapper,.wrapper {
	margin: 2px auto;
	width: 100%;
	background: #fff;
	padding: 0;
	font-size: 13px;
	overflow: hidden;
	height:auto;
}
/*#main-content{
	display: flex;
    flex-direction: column;
    min-height: 100vh;
	overflow: hidden;
	width: 100%;
	}*/	
	#main-content{margin:3px;}
#dropmenu {
	display: none;
}
.half_left {
	float: none;
	width: 100%;
	margin-left: inherit;
}
.half_right {
	float: none;
	width: 100%;
}
.area_sp {
	display: inline;
}
.area_pc {
	display: none;
}
.line_l {
	border-left: none;
	margin-bottom: 35px;
	padding: 0;
}
.line_r {
	border-right: none;
	margin-bottom: 0px;
	padding: 0;
}
img {
	max-width: 100%;
	height: auto;
}
nav ul li {
	float: left;
	width: 50%;
}
.tel {
	font-size: 28px;
	font-weight: bold;
	padding: 10px;
}
	
h2.support {
  margin-top:0;
}
.contents3 {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background-color: #182E7A;
}

.gaisai_txt p.gaisai_in{
	padding: 20px 20px 0 20px;
	background-color: #fff;
}

.cam_box img {
    float: none !important;
    margin: 0px 0px 0px 75px !important;
}
.cam_box {
    padding:0 !important;
    height:300px !important;
    position: relative;
}
#left li {
    list-style: none;
    font-weight: bold;
    font-size: 14px !important;
    margin: 0px 0px 5px 0px !important;
}
.link {
    position: inherit !important;
}
.cam_box2 {
	padding: 0;
	margin-left:20px;
}
.cam_text{
	margin-top:15px;	
	}

.tab-switch:checked+.tab-label+.tab-content {
    height: auto;
    overflow: auto;
    padding:0 !important;
    opacity: 1;
    transition: .5s opacity;
    box-shadow: 0 0 3px rgba(0,0,0,.2);
}


/*シミュレーション*/
.result {
    font-size: 15pt;
    font-weight: bold;
	}
	
/*--------------------------------------------------------------------------------*/
/*	
/*--------------------------------------------------------------------------------*/
p {
	padding: 10px;
	font-size: 13px
}
/*フォントサイズ*/

.f10 {
	font-size: 7px;
}
.f11 {
	font-size: 8px;
}
.f12 {
	font-size: 9px;
}
.f13 {
	font-size: 10px;
}
.f14 {
	font-size: 11px;
}
.f15 {
	font-size: 12px;
}
.f18 {
	font-size: 14px;
}
.f32 {
	font-size: 24px;
	font-weight: bold;
}
/*--------------------------------------------------------------------------------*/
/*	hタグ
/*--------------------------------------------------------------------------------*/
/*h1 	{ font-size: 30px; 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;  
}*/
/*h1 {
	font-size: 1.3em;
	line-height: 1;
	color: #07549b;
	border-bottom: #07549b 0.3em dotted;
	margin-top: 3em;
	padding-left: 0.1em;
	-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;
}*/
h1.ore{font-size:1.2em; padding-left:0;}
h2 {
	font-size: 140%;
	padding: 8px;
}
h3 {
	font-size: 1.3em;
	border-bottom: 4px solid #193155;
	padding: 0.4em;
	margin: 1.2em 0 0 0;
}
	h3 span {font-size:0.7em;}
h3.t2 {
	font-size: 18px;
	border-left: 0px solid #1871B8;
	border-top: 10px solid #1871B8;
	border-bottom: 1px solid #1871B8;
	border-right: 0px solid #1871B8;
	padding: 5px 10px 5px 15px;
	margin: 20px 0px;
	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: 18px;
	border-left: 10px solid #1871B8;
	padding: 5px 10px 5px 15px;
	margin: 20px 0px;
	background-color: #DEDEDE;
}
h4 {
	font-size: 12px;
	padding: 3px;
	margin: 0;
	text-align: center;
}


/*--------------------------------------------------------------------------------*/
/*	ヘッダーの右にメニュー
/*--------------------------------------------------------------------------------*/
header{background-color:#333333; width:100%;}
/* ヘッダーの右にメニュー */
.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: 55px;
	width: 110px;
	line-height: 50px;
	font-weight: bold;
	margin-left: 5px;
	float: left;
}
.header1 h1.text1 {
	/*	font-size:11.5px;
	height: 30px;
	color:#666;
 width: 170px;
 line-height: 16px;
 font-weight: bold;
 margin-left: 0px;
 float: left;*/
	display: none;
}
.logo	{width: 35%}
.header1 nav.head {
	float: right;
}
.header1 nav.head li {
	float: left;
	width: 80px;
}
.header1 nav.head li>a {
	display: block;
	height: 38px;
	width: 80px;
	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;
}
    header.fixed {width: 100%; height:auto;}
/*.header2 {
	height: 2.3em;
}
.header2 figure {
	width: 5em;
}
	*/

/*--------------------------------------------------------------------------------*/
/*	リスト
/*--------------------------------------------------------------------------------*/

/*------------------*/
 /* ※リスト */
 /*------------------*/

.list_box {
	padding: 10px;
	font-size: 10px;
}
.list_box ul {
	list-style-position: inside;
}
.list_box ul li {
	padding-left: 1em;
	text-indent: -1em;
}
/* サムネイルつき矢印リスト */
.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: 10px;
}
.list_box ul {
	list-style-position: inside;
}
.list_box ul li {
	padding-left: 1em;
	text-indent: -1em;
}
table.kakumaru {
	border-spacing: 0;
	width: 99%;
	font-size: 11px;
	margin: 10px auto;
}
table.kakumaru tr th, table.kakumaru tr td {
	/*border-top: none;*/
	box-shadow: none;
    padding:4px;
margin-right:2px;
}
/*table.kakumaru tr td:first-child {
  border-top:1px solid #999999;
}*/
/*table.kakumaru tr:last-child td {
  border-right:none;
}*/
	
/*table.kakumaru tr:last-child td {
border-right:1px solid #CCC;
}*/
table.kakumaru tr td:last-child {
    /*padding-bottom: 1px;
	border-right:1px solid #999999;*/
    }

table.kakumaru tr:first-child th{
        border-bottom:1px solid #ffffff;;
    }
table.kakumaru tr:first-child th:last-child {
    border-radius: 0 ;
    border-right: none;
}
table.kakumaru tr:first-child th:first-child {
    border-radius: 0 ;
    border-right: 1px solid #999999;
padding:6px 1px;
}
table.kakumaru td.border_r{
    border-right: 1px solid #999999;
}
.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: 80%;
	line-height: 2;
}
.syussyo {
	font-size: 7pt;
	text-align: right;
	margin: 5px 5px 5px 0;
}
.scroll table {
	display: block;
	position: relative;
	font-size: 13px;
}
.scroll table thead {
	display: block;
	float: left;
}
.scroll table tbody {
	display: block;
	width: auto;
	position: relative;
	overflow-x: auto;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}
.scroll table th, .scroll table td {
	display: block;
	font-si: 13px;
}
.scroll table tr {
	display: inline-block;
}
.scroll table tbody tr {
	margin-right: -5px;
}
div .yokonarabi p {
	display: block;
	margin-right: 20px;
}
.kaiten {
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}
.syukusyou {
	width: 20%;
	margin: 1vh auto;
}
table.tate th, table.tate td {
	font-size: 80%;
}
div#headermenu {
	display: block;
	position: fixed;
	top: 2px;
	right: 5px;
	width: 100%;
	z-index: 99999;
}
div#footermenu {
	display: block;
	position: fixed;
	bottom: 0;
	width: 100%;
	background: #F1F3F1;
}
#footermenu ul {
	position: relative;
	overflow: hidden;
	width: 100%;
	border-top: 1px solid #cfcfcf;
	padding: 0.8em 0;
}
#footermenu ul li {
	float: left;
	width: 33%;
	text-align: center;
}
#footermenu ul li img {
	height: 2.4em;
	float: left;
	margin: 0 0.1em 0 1.2em;
}
#footermenu ul li a {
	text-decoration: none;
	color: #595858;
	font-weight: bold;
}
#footermenu ul li a div {
	font-size: 0.9em;
	height: 2.4em;
	display: flex;
	align-items: center;
	line-height:1.2;
}



#headermenu ul {
	padding: 0.2em 0 0 0;margin:0;
}
#headermenu ul li {
	float: right;
	width: 25%;
	text-align: center;
}
#headermenu ul li img {
	width: 2em;
	float: left;
	margin: 0 0.1em 0 1.2em;
}
#headermenu ul li a {
	text-decoration: none;
	font-weight: bold;
		color:#FFFFFF;
}
#headermenu ul li a div {
	font-size: 0.9em;
	height: 2.4em;
	display: flex;
	align-items: center;
poadding-top:1.2em;
	line-height:1.2;
}table.tate_o th , table.tate_o td {
	font-size: 0.8em;
	padding:0.5em 0;
	line-height:1.4;
}
.linktxt {
	font-size: 0.85em;
	font-weight: normal;
	text-align:center; margin:2em 0;
}
#flow {
	font-size: 0.7rem;
	line-height: 1.2;
}
#flow ol {
	width: 98%;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
#flow ol li > p:first-child {
	margin: 0 0 0.1rem;
	color: #1d2088;
	font-weight: bold;
	font-size: 1.1rem;
}
.flow_rainbow {
	font-size: 0.7rem;
	line-height: 1.2;
}
.flow_rainbow ol {
	width: 98%;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
.flow_rainbow ol li > p:first-child {
	margin: 0 0 0.1rem;
	color: #1d2088;
	font-weight: bold;
	font-size: 1.1rem;
}
    
.flow_rainbow ol li p span img{width:70%;}
.margin20 {
	margin:0.1em;
}
.risk_sec {
	font-size:0.7em;
}
.risk_sec ul {
	margin:0.1em;
}
.risk_sec p {
	padding:0;
}
.gaikammf{font-size:1.05em;
}
figure.main_ig {
	min-width: 100%;
}
	
/*動画再生*/
.modal-wrapper .modal-window {
    width: 100%;
    padding: 3px;
}
	
/*初回モーダル*/
.btn_area {
width: 98%;
height:auto;
	padding-bottom:1em;
}
.btn_area img{width:98%;}
.btn_area button {
padding: 5px;
}

.btn_soudan a {
    margin:0.5em 0.25em 1em 0.25em;
	font-size:0.8em;
}
	
	.boxwaku{padding:1em 0.2em;}

/*初回モーダル*/
}
}
}
/*END　　@media screen and (max-width: 480px)*/
