
.news_bg{
background-image: linear-gradient(45deg, transparent 0%, transparent 55%,rgba(64, 64, 64,0.04) 55%, rgba(64, 64, 64,0.04) 76%,transparent 76%, transparent 100%),linear-gradient(135deg, transparent 0%, transparent 14%,rgba(64, 64, 64,0.04) 14%, rgba(64, 64, 64,0.04) 41%,transparent 41%, transparent 100%),linear-gradient(45deg, transparent 0%, transparent 2%,rgba(64, 64, 64,0.04) 2%, rgba(64, 64, 64,0.04) 18%,transparent 18%, transparent 100%),linear-gradient(135deg, transparent 0%, transparent 61%,rgba(64, 64, 64,0.04) 61%, rgba(64, 64, 64,0.04) 71%,transparent 71%, transparent 100%),linear-gradient(90deg, rgb(255,255,255),rgb(255,255,255));
}

input{
	font-weight: 600 !important;
	color: #222 !important;
}

textarea{
	font-weight: 600 !important;
	color: #222 !important;
}

.bg-white02 {
	background: rgba(255,255,255,0.8);
	}
	
.hr1 {
  border-top: 2px dashed #5190d1;
  margin-bottom: 20px;
}

.simple-border01 {
	border-bottom: dotted 2px aqua;
	color: #f0e900;
 }

.osare3-table {
 width:100%;
 border-collapse: separate; 
 border: none;
 border-spacing: 0px 10px ;
}

.osare3-table tbody td, 
.osare3-table tfoot td {
 text-align: center;
}

/* 上部ヘッダー（背景：パステルカラー） */
.osare3-table thead th {
 color: #FFF; 
 font-weight: bold;
 background:#00BCD4;
 padding: 20px;
 text-align: center;
}

/* 上部ヘッダーの丸み */
.osare3-table thead th:nth-child(2) {
 border-radius: 10px 0 0 0;
}
.osare3-table thead th:last-child  {
 border-radius: 0 10px  0 0;
}

.osare3-table th,
.osare3-table td {
 border: 0 none !important;
 line-height: 1.8em;
 padding: 20px !important;
}



/* １行ずつ色変更　不要なら削除 even:奇数行　odd:偶数行 */
.osare3-table tr:nth-child(even) td { 
 background: #f5f5f5; 
} 
.osare3-table tr:nth-child(odd) td {
 background: #FDFDFD; 
}



/* ヘッダーセル先頭・ボディ項目・フッター項目 */
.osare3-table tbody th,
.osare3-table tfoot th,
.osare3-table thead th:first-child {
background-color: #3f5b78;
 color:#fff;
 font-weight: bold;
 line-height:1.8em;
 text-align:center;
 width: 10%;
}

.osare3-table thead th:nth-child(2) {
	background-color: #2584ba;
	font-size: 1.5em;
	
	}

.osare3-table tbody tr td:nth-child(2) {
	background-color: #2584ba;
	color: #fff;
	font-weight: 600;
	
	}

.osare3-table thead th:nth-child(2) {
	width: 50%;
	}

.osare3-table thead th:nth-child(3) {
	width: 20%;
	}
	
.osare3-table thead th:nth-child(4) {
	width: 20%;
	}


/*（共通）　項目の多いテーブルの幅を調整*/
@media (max-width: 767px) {
	
	
.smf-70{
	font-size: 70%;
	line-height: 1.8em
	
}
	
	
	
	
	
	
	
	
 .col6t th,
 .col6t td{
 font-size:0.4em;
 padding: 10px 0px;
 }
 .col5t th,
 .col5t td{
 font-size:0.6em;
 padding: 10px 0px;
 }
 .col4t th,
 .col4t td{
 font-size:0.7em;
 padding: 10px 5px;
 }
 .col3t th,
 .col3t td{
 font-size:0.8em;
 padding: 10px 10px;
 }
 
.osare3-table{
	width: 800px;
}
.tableRes{
	width: 100%;
	overflow-x: scroll;
}
}



.salesBox{
	border: #5d95aa 5px solid;
	border-radius: 6px;
	padding: 10px 20px 20px 20px;
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
	background-color: #fffef7;
}


.badge {

    display: inline-block;
    padding: 0.6rem 1.0rem;
    border-radius: 0.6rem;
    color: #fff; font-size: 1.0rem;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
}
.bg-blue {background-color: #3bc9e5;}
.bg-red {background-color: #e74c3c;}
.bg-green {background-color: #6ae840;}
.bg-yellow {background-color: #e5dd3b;}

.imgWrap01{
    border: 5px solid #FFF;
    box-shadow: 0 0 5px #999;
    margin-bottom: 30px;
}



.coment01{
	color: #fff;
	text-align: left;
}

.no_title {
  position: relative;
  overflow: hidden;
  padding: 1.5rem 2rem 1.5rem 130px;
  border-top: 3px solid #000;
  color: #fff;
  font-size: 22px;
  text-align: left;
  line-height: 1.5em;
  font-weight: 800;
}

span.marker {
      background: linear-gradient(to right, #f0e900 0%, #f0e900 100%);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% 50%;
    font-weight: 600;
}

.no_title:before {
  position: absolute;
  top: -150%;
  left: -100px;
  width: 200px;
  height: 300%;
  content: '';
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  background: #000;
}

.no_title span {
  font-size: 40px;
  font-size: 4rem;
  position: absolute;
  z-index: 1;
  top: 20;
  left: 0;
  display: block;
  padding-top: 3px;
  padding-left: 16px;
  color: #fff;
}

.bg01{
background-color: #2c585c;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='12' viewBox='0 0 20 12'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='charlie-brown' fill='%23436780' fill-opacity='0.58'%3E%3Cpath d='M9.8 12L0 2.2V.8l10 10 10-10v1.4L10.2 12h-.4zm-4 0L0 6.2V4.8L7.2 12H5.8zm8.4 0L20 6.2V4.8L12.8 12h1.4zM9.8 0l.2.2.2-.2h-.4zm-4 0L10 4.2 14.2 0h-1.4L10 2.8 7.2 0H5.8z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.bg02{
background-color: #fdfbff;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23a97eee' fill-opacity='0.4'%3E%3Cpath opacity='.5' d='M96 95h4v1h-4v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9zm-1 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9z'/%3E%3Cpath d='M6 5V0H5v5H0v1h5v94h1V6h94V5H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.bg03{
background-color: #384652;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Cg fill='%2327333c' fill-opacity='0.48'%3E%3Cpath fill-rule='evenodd' d='M0 0h40v40H0V0zm40 40h40v40H40V40zm0-40h2l-2 2V0zm0 4l4-4h2l-6 6V4zm0 4l8-8h2L40 10V8zm0 4L52 0h2L40 14v-2zm0 4L56 0h2L40 18v-2zm0 4L60 0h2L40 22v-2zm0 4L64 0h2L40 26v-2zm0 4L68 0h2L40 30v-2zm0 4L72 0h2L40 34v-2zm0 4L76 0h2L40 38v-2zm0 4L80 0v2L42 40h-2zm4 0L80 4v2L46 40h-2zm4 0L80 8v2L50 40h-2zm4 0l28-28v2L54 40h-2zm4 0l24-24v2L58 40h-2zm4 0l20-20v2L62 40h-2zm4 0l16-16v2L66 40h-2zm4 0l12-12v2L70 40h-2zm4 0l8-8v2l-6 6h-2zm4 0l4-4v2l-2 2h-2z'/%3E%3C/g%3E%3C/svg%3E");
}

.bg04{
background-color: #ffffff;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='32' viewBox='0 0 16 32'%3E%3Cg fill='%239C92AC' fill-opacity='0.34'%3E%3Cpath fill-rule='evenodd' d='M0 24h4v2H0v-2zm0 4h6v2H0v-2zm0-8h2v2H0v-2zM0 0h4v2H0V0zm0 4h2v2H0V4zm16 20h-6v2h6v-2zm0 4H8v2h8v-2zm0-8h-4v2h4v-2zm0-20h-6v2h6V0zm0 4h-4v2h4V4zm-2 12h2v2h-2v-2zm0-8h2v2h-2V8zM2 8h10v2H2V8zm0 8h10v2H2v-2zm-2-4h14v2H0v-2zm4-8h6v2H4V4zm0 16h6v2H4v-2zM6 0h2v2H6V0zm0 24h2v2H6v-2z'/%3E%3C/g%3E%3C/svg%3E");
}

.bg05{
background-color: #ffffff;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cg fill='%239C92AC' fill-opacity='0.4'%3E%3Cpath fill-rule='evenodd' d='M0 0h4v4H0V0zm4 4h4v4H4V4z'/%3E%3C/g%3E%3C/svg%3E");
}

.bg06{
background-color: #ffffff;
background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h16v2h-6v6h6v8H8v-6H2v6H0V0zm4 4h2v2H4V4zm8 8h2v2h-2v-2zm-8 0h2v2H4v-2zm8-8h2v2h-2V4z' fill='%23d9a9c9' fill-opacity='0.4' fill-rule='evenodd'/%3E%3C/svg%3E");
}
.bg07{
background-color: #3a3a3a;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23747474' fill-opacity='0.4'%3E%3Cpath d='M0 38.59l2.83-2.83 1.41 1.41L1.41 40H0v-1.41zM0 1.4l2.83 2.83 1.41-1.41L1.41 0H0v1.41zM38.59 40l-2.83-2.83 1.41-1.41L40 38.59V40h-1.41zM40 1.41l-2.83 2.83-1.41-1.41L38.59 0H40v1.41zM20 18.6l2.83-2.83 1.41 1.41L21.41 20l2.83 2.83-1.41 1.41L20 21.41l-2.83 2.83-1.41-1.41L18.59 20l-2.83-2.83 1.41-1.41L20 18.59z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.bg08{
background-color: #feffe7;
background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffec00' fill-opacity='0.56'%3E%3Cpath d='M50 50c0-5.523 4.477-10 10-10s10 4.477 10 10-4.477 10-10 10c0 5.523-4.477 10-10 10s-10-4.477-10-10 4.477-10 10-10zM10 10c0-5.523 4.477-10 10-10s10 4.477 10 10-4.477 10-10 10c0 5.523-4.477 10-10 10S0 25.523 0 20s4.477-10 10-10zm10 8c4.418 0 8-3.582 8-8s-3.582-8-8-8-8 3.582-8 8 3.582 8 8 8zm40 40c4.418 0 8-3.582 8-8s-3.582-8-8-8-8 3.582-8 8 3.582 8 8 8z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.silver-bg {
  background: linear-gradient(45deg, #a9a9a9 0%, #9E9E9E 45%, #E8E8E8 70%, #9E9E9E 85%, #a9a9a9 90% 100%);
}

.top-mail{
	padding: 20px;
}

.top-mail-m{
	display: none;
}

.toprefer{

}

.mobile-top{
	display: none;
}

.present{
	display: none;
}

.mobile-annotation{
	display: none;
	text-align: left;
}

.mobile-toiawse{
	display: none;
}

.btn-L{
	text-align: right;
}

.btn-R{
	text-align: left;
}


@media (max-width:980px) {
	
.btn-L,.btn-R{
	text-align: center;
}
.toiawase{
	display: none;
}

.mobile-toiawse{
	display: block;
}


.toprefer{
	margin-top: 60px;
}

.toprefer{
display: none;
	
}

.mobile-top{
	display: block;
	padding-top: 80px;
}
	
}


@media (max-width:760px) {


.mobile-annotation{
	display: block;
}
	




.present{
	display: block;
}

}


@media (max-width:768px) {
	

	

	
.top-mail{
	display: none;
}
	

.top-mail-m{
	display: block;
}
	}

h2.costTitle {
  position: relative;
  padding: 1rem 2rem calc(1rem + 8px);
  background: #bbb69c;
  font-size: 36px;
  color: #fff;
  font-weight: 600;
}

h2.costTitle:before {
  position: absolute;
  top: -5px;
  left: -5px;
  width: 100%;
  height: 100%;
  content: '';
  border: 4px solid #000;
}


h2.costTitle02 {
  position: relative;
  padding: 1rem 2rem calc(1rem + 8px);
  background: #ffabd6;
  font-size: 32px;
  color: #fff;
  font-weight: 600;
}

h2.costTitle02:before {
  position: absolute;
  top: -5px;
  left: -5px;
  width: 100%;
  height: 100%;
  content: '';
  border: 4px solid #000;
}

.testBg{
background-image:linear-gradient(140deg, rgba(255,255,255,0.0) 50%,
    rgba(255,255,255,0.4) 50%), url(img/base.jpg);
    padding: 60px 50px;
    }

.img-phone{
	position: absolute;
	left: 0px;
	max-height: 300px;
	bottom: -60px;
}

.nav-item a{
	color: #fff !important;
	font-weight: bold !important;
	font-size: 110% !important;
}

.nav-item a:hover{
	color: #4d90d2 !important;
}


.bottom-menu{
	display: none;
}

.phoneUnde{
	padding-bottom: 150px;
}

/*========================
　smartphone　bottom menu
　========================*/

@media (max-width: 991px) {
	

.mini-text{font-size:10px;}/*文字大きさ*/

.phoneUnde{
	padding-bottom: 100px;
}

.sm-margin-m20px-bottom{
	margin-bottom: -90px;
}


.img-phone{
	bottom: -45px;
}


ul.bottom-menu {
	display: block;
    position: fixed;
    left:0;
    bottom:0;
    width: 100%;
    height:80px;/*高さ*/
    margin:0;
    padding:0;
    background-color:#f5f5f5;/*背景色*/
    border-top:2px solid #ccc;/*バーの上の線*/
    z-index:30;}

ul.bottom-menu li {
    float:left;
    width:50%;
    background-color:#f2f2f2;/*背景色*/
    list-style-type:none;
    text-align:center;
    font-size:22px;/*アイコンのサイズ*/}

.bottom-menu li a {
    display: block;
    color:#808080;/*アイコン＆文字の色*/
    padding-top:10px;
    padding-bottom:20px;
    line-height:10px;
    text-decoration:none;}
    


.bottom-menu li a:hover {
    color:#187fad;/*マウスオーバー時の色*/}

/* === 展開メニュー === */

ul.menu-second-level {
    visibility: hidden;
    opacity: 0;
    z-index:1;}

ul.menu-second-level li a{
    border-top:1px dashed #a9a9a9;/*展開の枠点線*/
    background: #fff;
        font-size:16px;/*展開メニューの文字サイズ*/
        line-height:20px;/*文字の縦幅*/
        font-weight: 800;
        padding-top: 20px;}
  

.menu-second-level li a:hover {
    height:100%;
}

li.menu-width-max ul.menu-second-level {
    position: absolute;
    bottom: 78px;/*高さ*/
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding:0;}

li.menu-width-max:hover ul.menu-second-level {
    bottom: 78px;/*高さ*/
    visibility: visible;
    opacity: 1;}

li.menu-width-max ul.menu-second-level li {
    float: left;
    width: 100%;
    border: none;}
}



