html{
    scroll-behavior: smooth;
}
h2.rayboh01{
  padding-bottom: .2em;
  border-bottom: 2px solid #1D2089;
  font-size: 18pt;
  letter-spacing: 2.5px;
  margin: 2em 0 .5em 0;
}
h3.rayboh01{
  padding: .25em 0 .2em .7em;
  border-left: 6px solid #1D2089;
  border-bottom: 1px solid #ccc;
  font-size: 16pt;
  line-height: 180%;
  letter-spacing: 2.5px;
  margin: 2em 0 .5em 0;
}
h4.rayboh01 {
	border: solid 2px #347CB0;/*線色*/
	padding: .7em;/*文字周りの余白*/
	border-radius: 0.5em;/*角丸*/
	font-size: 14pt;
	letter-spacing: 2.5px;
	background-color: #347CB0;
	text-align: center;
	color: #fff;
	margin-top: 1em;
}
h5.rayboh01 {
	position:relative;
	padding-left: 2.3em;
	font-weight: bold;
	line-height: 38px;
	font-size: 12pt;
	line-height: 180%;
	letter-spacing: 2.5px;
	margin: 1em .2em .5em 0;
}
h5.rayboh01:before{
  display: block;
  content: '';
  position: absolute;
  top: .2em;
  left: .4em;
  width: 17px;
  height: 7px;
  border-left: 5px solid #D22419;
  border-bottom: 5px solid #D22419;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

div.rayboh_Box01 {
    display: table;
    width: 100%;
	align-items: center;
}
div.rayboh_Box_in01 {
    display: table-cell;
    text-align: center;
    vertical-align: top;
    width: 30%;
}
div.rayboh_Box_in01 img{
    text-align: center;
    vertical-align: top;
    width: 95%;
	margin-bottom: 1em;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.22);
}

div.rayboh_Box_in02 {
    display: table-cell;
    width: 70%;
}
div.rayboh_Box_in02 h3 {
  position: relative;
  padding: .5em .75em;
  letter-spacing:1.8px;
  font-size: 14pt;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  width: 90%;
  text-align: center;
  margin: 0 auto .7em auto;
}
div.rayboh_Box_in02 h3::before,
div.rayboh_Box_in02 h3::after {
  position: absolute;
  top: 100%;
  left: 30px;
  content: '';
  height: 0;
  width: 0;
  border: 10px solid transparent;
}
div.rayboh_Box_in02 h3::before {
  border-top: 15px solid #ccc;
}
div.rayboh_Box_in02 h3::after {
  margin-top: -2px;
  border-top: 15px solid #fff;
}
div.rayboh_Box_in02 p{
    text-align: left;
	line-height: 190%;
	letter-spacing:1.8px;
	font-size: 10.7pt;
	padding: .1em 0 .1em 1em;
	margin-bottom: 1em;
}

div.rayboh_Box_in03 {
    display: table-cell;
    width: 70%;
}
div.rayboh_Box_in03 img{
    text-align: center;
    vertical-align: top;
    width: 98%;
	margin-bottom: 1em;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.22);
}

div.rayboh_Box_in04 {
    display: table-cell;
    width: 30%;
}
div.rayboh_Box_in04 p{
    text-align: left;
	line-height: 190%;
	letter-spacing:1.8px;
	font-size: 10.7pt;
	padding: 0 0 .1em 1em;
	margin-bottom: 1em;
}

div.rayboh_Box_in05 {
    display: table-cell;
    width: 40%;
}
div.rayboh_Box_in05 img{
    text-align: center;
    vertical-align: top;
    width: 98%;
	margin-bottom: 1em;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.22);
}

div.rayboh_Box_in06 {
    display: table-cell;
    width: 60%;
}
div.rayboh_Box_in06 p{
    text-align: left;
	line-height: 190%;
	letter-spacing:1.8px;
	font-size: 10.7pt;
	padding: 0 0 .1em 1em;
	margin-bottom: 1em;
}

div.rayboh_text{
	line-height: 190%;
	letter-spacing:1.8px;
	font-size: 10.7pt;
	margin: .5em .3em 1.5em .3em;
}
div.rayboh_text02 {
    text-align: center;
	line-height: 190%;
	letter-spacing:1.8px;
	font-size: 13pt;
	margin: 1em auto;
	font-weight: bold;
	color: #347CB0;
}

div.rayboh_text_box {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #95ccff;
    border-radius: 8px;
}
div.rayboh_text_box .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: .1em .5em;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #95ccff;
    font-weight: bold;
}
div.rayboh_text_box p {
    margin: 0; 
    padding: .3em;
	line-height: 190%;
	letter-spacing:1.8px;
	font-size: 10.7pt;
}

span.linem {
	background: linear-gradient(transparent 30%, #fbd 30%);
	font-weight: bold;
}

span.caution{
	font-size: .8em;
	font-weight: bold;
	color: #ff0f00;
}

span.emphasis{
	font-size: 1.5em;
	margin: .2em;
	font-weight: bold;
	color: #ff0f00;
}

/* <a href="#" class="rayboh_btn01">ぼたん</a> */
.rayboh_btn01 {
    display: inline-block;
    padding: 1em;
    text-decoration: none;
    color: #1D2089;
    border: solid 2px #1D2089;
    border-radius: 3px;
    transition: .4s;
	font-size: 11pt;
	font-weight: bold;
	margin: .3em 1em;
	letter-spacing:1.8px;
}

.rayboh_btn01:hover {
    background: #1D2089;
    color: #FCD131;
}
.rayboh_btn02 {
    display: inline-block;
    padding: 1em;
    text-decoration: none;
    color: #EFB22B;
    border: solid 2px #EFB22B;
    border-radius: 3px;
    transition: .4s;
	font-size: 11pt;
	font-weight: bold;
	margin: .3em 1em;
	letter-spacing:1.8px;
}

.rayboh_btn02:hover {
    background: #EFB22B;
    color: #fff;
}

ol.rayboh_list,
ol.rayboh_list ol{
  counter-reset: list;
  list-style: none;
  padding: 0;
  width:100%;
  font: 14px/1.6 'arial narrow', sans-serif;
}
ol.rayboh_list ol{
  margin: 0 0 0 35px;
  width:95%;
}
 
.rayboh_list a{
  position: relative;
  display: block;
  text-decoration: none;
  padding: 3px 3px 3px 8px;
  margin: 8px 0 8px 30px;
  background: #c3dbff;
  color: #333;
  font-weight: bold;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out; 
}
 
.rayboh_list a:hover{
  background: #ffd9d3;
}   
 
.rayboh_list a:before{
  content: counter(list);
  counter-increment: list;
  position: absolute;   
  left: -35px;
  top: 50%;
  height: 28px;
  width: 28px;
  margin-top: -1em;
  background: #196EEB;
  line-height: 28px;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
 
.rayboh_list a:after{   
  content: '';
  position: absolute;
  left: -28px;
  top: 50%;
  margin-top: -6px;
  border: 6px solid transparent;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.rayboh_list a:hover:after{
  left: -6px;
  border-left-color: #196EEB;               
}

table.rayboh01 {
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 100% !important;
	table-layout: fixed;
}
table.rayboh01 caption{
  padding: .5em auto .1em auto;
  font-size: 12pt;
  line-height: 180%;
  letter-spacing: 2.5px;
  font-weight: bold;
}
table.rayboh01 th{
	width: 20% !important;
	padding: .3em;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #eee;
	letter-spacing:1.8px;
	font-size: 10.7pt;
	font-weight: bold;
    text-align: center;
    vertical-align: middle;
	word-wrap: break-word;
	white-space: normal;
}
table.rayboh01 td {
	width: 20% !important;
	padding: .3em;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	letter-spacing:1.8px;
	font-size: 10.7pt;
	text-align: center;
	vertical-align: middle;
	word-wrap: break-word;
	white-space: normal;
}
table.rayboh02 {
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 100% !important;
	table-layout: fixed;
}
table.rayboh01 caption{
  padding: .5em auto .1em auto;
  font-size: 12pt;
  line-height: 180%;
  letter-spacing: 2.5px;
  font-weight: bold;
}
table.rayboh02 th{
	width: 16.6% !important;
	padding: .3em;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #eee;
	letter-spacing:1.8px;
	font-size: 10.7pt;
	font-weight: bold;
    text-align: center;
    vertical-align: middle;
	word-wrap: break-word;
	white-space: normal;
}
table.rayboh02 td {
	width: 16.6% !important;
	padding: .3em;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	letter-spacing:1.8px;
	font-size: 10.7pt;
	text-align: center;
	vertical-align: middle;
	word-wrap: break-word;
	white-space: normal;
}

a:hover img {
  opacity: .5;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
	transition: .3s ease-in-out;
}
