﻿.bg_color1 {background-color: #2ca9e1;}
.bg_color3 {
    background-color: #f4f4f4;
    color: #333;
}

.txt_color1 {color: #2ca9e1;}
.txt_color2 {color: #2ba9e1;}
.txt_color3 {color: #2ba9e1;}

.border_color1 {border-color: #2ba9e1;}
.border_color2 {border-color: #2ba9e1;}
.border_color3 {border-color: #c5c5c5;}
.border_color4 { border-color: #f4f4f4;}
.hvr_bg_color3:hover {
    background-color: #d9eef9;
    color: #333;
}
.hvr_txt_color3:hover {color: #c5c5c5;}
.hvr_border_color3:hover {border-color: #d9eef9;}

/* ----------　all　---------- */
.linkStyle{
	color:#2ca9e1;
}
.linkStyle:hover{
	color:#2ca9e1;
	opacity: 0.7;
	transition: all 0.5s;
}
.logo {
    width: 400px;
}
#page-top a {
    border-radius: 5%;
}
footer .bg_color1.width_100per.width_max_tb{
    background-color: #f4f4f4;
}
footer .bg-mask {
    background: transparent;
}

/* ----------　TOP　---------- */
#video video{
vertical-align: bottom;
}
#intro {
    padding-bottom: 100px;
    padding-top: 140px;
}
#intro .intro_dec{
    position: absolute;
    max-width: 700px;
    top: -35%;
    left: 50%;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
    opacity: 0.85;
}
#intro #intro_txt{
background-color: rgba(44 ,169 ,225 ,0.8);
    margin: 20px;
}
#intro_txt h2 span{
border-color: #cacaca;
    font-weight: bold;
    color: #ffffff;
}
#intro_txt p{
    color: #ffffff;
}
.contents_back{
    background-color: #F4F4F4;
    background-repeat: repeat-y;
    background-size: 100%;
    background-position: center;
    background-image: url(Dup/img/back4.png);
}
#contents .box h3 {
    font-weight: bold;
    position: relative;

    margin-right: 100px;
        padding: 1rem 2rem 1rem 2rem;
    word-break: break-all;
    color: #fff;
    background: #2ca9e1;
}
#contents .box h3:after {
    position: absolute;
    top: 0;
    right: -55px;
    width: 55px;
    height: 100%;
    content: '';
    /* border-width: 100px 55px 0 0; */
    /* border-style: solid; */
    /* border-color: #2ca9e1 transparent transparent transparent; */
    background: linear-gradient(to top left, rgba(255,255,255,0) 50%, #2ca9e1 50.5%) no-repeat top left/100% 100%;
}
#contents .box h3 span {
  font-size: 40px;
  font-size: 4rem;
  position: absolute;
  top: 0;
  right: -100px;
  display: block;
  padding-top: 3px;
  padding-left: 16px;
  color: #2ca9e1;
}
#top_cms .cms_title h2{
    font-weight: bold;
border-bottom: 2px solid #2ba9e1;
    padding-bottom: 10px;
}
#top_cms .cms_title h2 span{
    color: #c5c5c5;
    font-weight: normal;
    font-size: 14px;
    padding: 2px 15px;
    letter-spacing: 2px;
}
#info_title_box .bg_color3 {
    background-color: #2ca9e1;
    color: #fff;
}



/* ----------　下層ページ　---------- */
#page_title h2 span{
background-color: #2ca9e1;
    color: #fff;
}
.cate_list li a {
    color: #2ca9e1;
    font-weight: bold;
}
.cate_title{
    background-color: #2ca9e1;
    text-align: left;
    border-left: 10px solid #c5c5c5;
    color: white;
    padding: 10px;
}
#cms_1-a .cate_box p{
    opacity: 1;
}
#cms_2-b .cate_box{
    border-left: 1px solid #2ba9e1;
}

/* ----------　IE　---------- */
@media all and (-ms-high-contrast: none){
  .sample{

  }
}

/* ----------　タブレット　---------- */
@media screen and (max-width: 768px){
.logo {
    width: 350px;
}
#main_img {
    margin-top: 120px;
}
#intro {
    padding-bottom: 0px;
    padding-top: 0px;
}
#intro .intro_dec {
    max-width: 450px;
    top: -25%;
    width: 70%;
}
#intro #intro_txt {
    margin: 0px;
    background: -moz-linear-gradient(top left, #2ca9e1, #88daef);
    background: -webkit-linear-gradient(top left, #2ca9e1, #88daef);
    background: linear-gradient(to bottom right, #2ca9e1, #88daef);
}
#contents .box h3 {
    padding: 1rem 1rem 1rem 1rem;
    font-size: 16px;
}
#top_cms{
padding-top: 80px;
}
#tel_contact{
padding: 0px;
}
}


/* ----------　スマホ　---------- */
@media screen and (max-width: 667px){
.logo {
    width: 300px;
}
#main_img {
    margin-top: 70px;
}
#intro .intro_dec {
    top: 4%;
    max-width: 300px;
}
#intro #intro_txt {
    padding-bottom: 50px;
    padding-top: 110px;
}
#contents .box h3 span {
    font-size: 3rem;
    top: auto;
    bottom: 0;
    line-height: 40px;
}
#copyright{
padding-bottom: 70px;
}
#tel_contact{
padding: 20px;
}
}