﻿.bg_color1 {
    background-color: #92dcec;
}

.bg_color2 {
    background-color: #92dcec;
}

.bg_color3 {
    background-color: #58bfed;
}

.txt_color1 {
        color: #53bbec;
}

.hvr_bg_color1:hover {
    background-color: #53bbec;
}

#header #logo {
      padding-bottom: 8vw;
}

#header .nami{
       margin-top: -8vw !important;
}


#header > div.bg_color1{
background-image:url(./Dup/img/head.jpg);
background-size:cover;
}

.title_bg{
background-image:url(./Dup/img/head.jpg);
}

.bg_white {
    background-color: #fbfbf1;
}

.foot_nami.txt_color1{
    color: #92dcec;
}

.date, figure {
    border-radius: 10px;
}

.cate_list li a {
    border-radius: 20px;
    color: white;
}

#main_img{
    border-radius: 10px;
}

#contents figure{
background-color: #e9eaea;
padding:0;
overflow:hidden;
}

#contents .box .d_table-cell h3 {
    border-radius: 30px;
    padding: 3%;
}

#intro h2:after{
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 50%;
    background-image: url(./Dup/img/hart.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: 100%;
    z-index: -1;
}

.toggle span {
    border-color: #69b1da;
}

.border_color3 {
    border-color: #53bbec;
}

.linkStyle{
color:#92dcec;
}


.youtube{
  position: relative;
	/*max-width: 780px;*/
	width: 70%;
	text-align: center;
	margin: 4% auto 4%;
}
.youtube:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 56.25%;
  }
.youtube iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media all and (-ms-high-contrast:none){
#contents .box_wrap .box .d_table-cell h3 {
    padding: 3%;
    padding-bottom: 2%;
}
}