@charset "utf-8";
.table td, .table th,
table.bycolor td,table.bycolor th{
    padding: 10px;
    border:1px solid #898989;
    vertical-align: middle;
    text-align: left;
    font-weight: normal;
}
.table th{
    white-space: nowrap;;
}
table.bycolor tr.bg{
    background: #F0F0F0;
}
table.bycolor th{
   background: #999;
   color: #fff!important;
   font-weight: normal;
  text-align: center;
}
table.bycolor th:first-child{
    width:35%;
}
table.bycolor th:first-child + th{
    width:35%;
}
table.bycolor td a{
    word-break:break-all;
     color: #00a0ea;
     text-decoration: underline;
}
table.bycolor td:last-child{
    text-align: center;

}
table.bycolor strong{
    font-size: 18px;
}
td.telno dt {
    color: #FFF;
    background-color: #EE7800;
    white-space: nowrap;
    line-height: 120%;
    margin: 5px 0 5px 0;
    padding: 3px 5px;
}
table.type3 th{
    font-size:16px;
    color:#009EE7;
}
table.type2 th{
    text-align: center;
}
table.type2 thead th:first-child + th,
table.type2 thead th:first-child {
    width: 30%;
}
table.type2 thead th:first-child + th{
    background-color: #EE7800;
    color: #FFF!important;
}
table.type2 tbody tr td:first-child + td {
    background-color: #FCE4CC;
    font-size: 16px;
    color: #EE7800;
    text-align: center;
}
table.type2 tbody tr:first-child td:first-child + td{
    background-color: #FCE4CC !important;
}
table.type2 tbody tr:nth-child(2n+1) td:first-child + td {
    background-color: #F9CB9D;
}
table.type2 tbody tr.col td:first-child + td {
     background: none!important;
    color: #231815;
    width:20%;
}
table.type2.bycolor .telno .email{
    font-size: 13px;
    display: inline-block;
}
table.type2.bycolor .telno {
    font-size: 18px;
    font-weight: bold;
}
.h4{
     background:#F3F4F4;
     font-size:16px;
     padding:10px 3%;
     margin:10px 0!important;
}
.ecocute strong{
    color: #EE7800;
}
.ecocute p{
    text-align:center;
    font-size:16px;
}
.ecocute{
    margin-top:0!important;
}
table.bycolor.type2 td, table.bycolor.type2  th {
    padding: 5px;
}
div.basepage .contents-page h3 {
    color: #EE7800;
}
.bnrbox._ess {
	width: 100%;
	margin: 20px auto;
}
.bnrbox._ess a img {
	border: 1px solid #ccc;
	max-width: 520px;
	transition: .5s;
}
.bnrbox._ess a:hover img {
	opacity: .7;
}

div.basepage .contents-page .caution_box {
	background: #ffd966;
	border-radius: 15px;
	padding: 2em;
	font-size: 14px;
	margin-top: 3em;
}
div.basepage .contents-page .caution_box ._tit {
	color: #000;
	border-bottom: none;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1.6;
	text-align: center;
	margin-bottom: 1em;
	padding: 0;
}
div.basepage .contents-page .caution_box ._tit ._icon {
	display: block;
	width: 3em;
	margin: 0 auto 1em;
}
div.basepage .contents-page .caution_box ._body {
	background: #fff;
	border-radius: 10px;
	padding: 1em 1.5em;
}
div.basepage .contents-page .caution_box ._body > * + * {
	margin-top: 1em;
}
div.basepage .contents-page .caution_box a {
	color: #005bac;
	text-decoration: underline;
}
div.basepage .contents-page .caution_box a:hover {
	text-decoration: none;
}
.table_h {
	text-align: right;
	margin: 2em 0 .25em;
}

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
  Media Queries による切り替え
@media only screen and (max-width: 960px) {
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/
/* スマホ向けのスタイル：960px */
@media only screen and (max-width: 768px) {
  div.basepage .main_contents.contents-page .cln_2.wrap.box_green{
      width: 94%!important;
      margin-right: auto!important;
      margin-left: auto!important;
          padding: 14px 3%!important;
  }
      .h4{
       margin-top: 30px!important;
  }
	.bnrbox._ess {
		margin-top: 10px;
	}
	.bnrbox._ess a img {
		max-width: 640px;
	}
	
	div.basepage .contents-page .caution_box {
		border-radius: 10px;
		padding: 1.5em 1em;
		margin: 2em 0;
	}
	div.basepage .contents-page .caution_box ._tit {
		font-size: 18px;
	}
	div.basepage .contents-page .caution_box ._tit ._icon {
		margin-bottom: .75em;
	}
	div.basepage .contents-page .caution_box ._body {
		border-radius: 5px;
		padding: 1em;
		margin: 0;
		width: 100%;
	}
	
    
}

/* タブレット＆PCのスタイル：768px */
@media only screen and (min-width: 769px) {
    .txt_right{
        margin-top: 50px!important;
    }
    .cln_2.wrap.box_green .txt_left{
        text-align: left;
    }
    table.bycolor td a:hover{
        opacity: .5;
    }
    table.bycolor td a{
        -webkit-transition: .5s ease;
        -moz-transition: .5s ease;
        -ms-transition: .5s ease;
        -o-transition: .5s ease;
    }
    
}
