﻿
/*-----global start-----*/

body, .txt_color_nomal {
    color: #212121!important;
}

::selection {
    background: #EDC2CD;
    color: #fff;
}


::-moz-selection {
    background: #EDC2CD;
    color: #fff;
}

.shadow {
    box-shadow: none;
}

.bg_color1 {
    background-color: #f1f1f1;
}

.bg_color3 {
    background-color: #dcdcdc;
}

.txt_white {
    color: #585858;
}

.txt_color2 {
    color: #00adcc;
}

.txt_color4 {
    color: #00adcc;
}

.bg_color3 {
    background-color: #f9f9f9;
    background-image: url(./Dup/img/paper.png);
    background-size: 270px;
}

.linehight_2-h {
    line-height: 1.7;
}

#main_img2 .page_title {
    background-color: transparent !important;
}

header{
    padding-top: 40px;
}

#main_menu{
    padding-bottom: 40px;
}

#main_menu.fixed{
    padding-bottom: 0;}

header h1#logo img{
    width:220px;
}

#main_img2 h2{
    background-color:white;
}

#page-top a{
        background-color: #c7c7c7;
    background-image: none;
}

.pager li a {
    color: white;
}

.linkStyle{
        color: #00adcc;
}

/*-----global end-----*/

/*----header start-----*/

#main_menu ul li a {
    color: #5d606f;
    padding: 10px;
}

/*-----header end------*/

/*-----footer start--------*/

#f_menu ul li a {
    color: #737582;
}

#info_map figure{
    border: 7px solid white;
    transform: rotate(-3deg) translate(-10px, -10px);
    box-shadow: 1px 1px 3px #b3b3b3;
}

/*-----footer end--------*/

/*-----top start------*/

#contents1 .contents_box {
    background-image: none;
}

#aisatsu > div {
    background-color: rgba(255,255,255,0.73) !important;
    background-image: url(./Dup/img/left1.png), url(./Dup/img/right1.png), url(./Dup/img/left2.png), url(./Dup/img/right2.png);
    background-repeat: no-repeat;
    background-position: 2% 2%, 98% 2%, 2% 98%, 98% 98%;
    background-size: 9%;
}

#contents1 .contents_box, #contents2 .contents_box, #contents3 .contents_box {
    background-image: url(./Dup/img/paper2.png) !important;
    padding: 60px 30px 40px;
    /*background-size: 300px;*/
}

.center_sou{
        max-width: 100px;
    display: block;
    margin: auto;
    margin-bottom: 30px;
}

#main_img{
    position: relative;
}

#main_img:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 43%;
    background-image: url(./Dup/img/font.png);
    background-position: center left;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: 60%;
    pointer-events: none;
}

#contents1 .contents_box, #contents2 .contents_box, #contents3 .contents_box {
    margin-left: 50%;
    margin-top: -350px;
    z-index: 2;
    width: 50% !important;
}

#top_cms .cms_title h2:before, #top_cms .cms_title h2:after {
    background-color: rgba(179, 177, 177, 0.7);
}

/*-----top end------*/

/*------page04 start-----*/

.umino{
    font-size: 16px;
    font-weight: bold;
    padding: 20px;
    border: 1px solid #dadada;
    background-color: rgba(255,255,255,0.2);
}

/*------page04 end-----*/

/*-------page08 start---------*/

.banner_pare{
        max-width: 1000px;
    margin: auto;
    margin-top: 50px;
}

/*-------page08 end---------*/


/*-------20210803 start--------*/

.banner{
    padding:10px;
}

/*-------20210803 end--------*/


@media all and (-ms-high-contrast: none){
  

}


@media screen and (max-width: 1280px){
#main_img:before{
    left: 50%;
}
}

@media screen and (max-width: 875px){
    #main_menu li:last-child{
    display: none;
}
}



/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){

header {
    padding-top: 30px;
}



}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){

#contents1 .contents_box, #contents2 .contents_box, #contents3 .contents_box {
    margin-left: 0;
    margin-top: 0;
    width: 100% !important;
 }
 
 header {
    padding-top: 0px;
}
 
 header h1#logo{
     margin-right:24%;
 }
 
 main{
     padding:10px;
 }
 
}



