@charset "utf-8";

@media screen,print and (min-width: 769px) {
/*横幅769px以上に適応*/
.top_font-b {
    color: rgba(40,99,149,1.00);
    font-family: "Sawarabi Mincho";
    font-size: 220%;
    text-align: center;
    padding-top: 35px;
    padding-bottom: 5px;
}
.top_font-bk {
    color: rgba(0,0,0,1.00);
    font-family: "Sawarabi Mincho";
    font-size: 200%;
    text-align: center;
}
/*---------------------------------
    h2
------------------------------------*/    
h2 {
    display: block;
    width: 55%;
    letter-spacing: 2px;
    margin-bottom: 30px;
    background-color: #0D326F;
    float: left;
    padding-left: 8%;
    padding-right: 1%;
}   
.h2_in {
    width: 100%;
    background-image: url(../images/h2_bg.png);
    background-repeat: no-repeat;
    background-position: right center;
    font-family: 'Kosugi Maru', sans-serif;
    color: #FFFFFF;
    text-decoration: none;
    letter-spacing: 2px;
    text-align: left;
    max-width: 1000px;
    padding-left: 10px;
    padding-top: 45px;
    padding-bottom: 45px;
    float: right;
    font-size: 25px;
}
/*---------------------------------
    h3
------------------------------------*/    
h3 {
    display: block;
    width: 55%;
    letter-spacing: 2px;
    margin-bottom: 30px;
    background-color: #0D326F;
    float: right;
    padding-left: 10%;
    padding-bottom: 0px;
}   
.h3_in {
    width: 100%;
    background-image: url(../images/h2_bg.png);
    background-repeat: no-repeat;
    background-position: right center;
    font-family: 'Kosugi Maru', sans-serif;
    color: #FFFFFF;
    text-decoration: none;
    letter-spacing: 2px;
    text-align: left;
    max-width: 1000px;
    padding-left: 10px;
    padding-top: 45px;
    padding-bottom: 40px;
    font-size: 25px;
    float: left;
}

.header2 {
    width: 100%;
    text-align: center;
    height: 680px;
    }

.header2 a:hover img {
 opacity: 0.5;
}
 
.header2 a img {
 transition: opacity 0.3s ease-out;
}

.header2-in {
    max-width: 1000px;
    width: 95%;
    height: 230px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -450px;
    text-align: center;
    z-index: 3;
    position: relative;
}
.green-text {
	color: #7BBE57;
	margin-right: 10px;
	float: left;
}
.red-text {
	color: #FF001A;
	margin-left: 10px;
	float: left;
}

.title {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}


/*---------------------------------
.contents2
------------------------------------*/ 
.contents2 {
}
.contents2-in {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
    padding-top: 2em;
}
.contents2-in_tex {
    margin-left: auto;
    margin-right: auto;
    width: 96%;
    padding-top: 2em;
    padding-bottom: 1em;
}
/*---------------------------------
youtube
----------------------------------- */
.mouvie-youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.mouvie-youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}    
.top_youtube {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-top: auto;
    padding-bottom: auto;
}
.top_youtube_left{
    width: 50%;
    float: left;
	}
.top_youtube_right{
    width: 48%;
    float: right;
}
	
/*---------------------------------
Iinformation
----------------------------------- */
.information_boxl {
	width: 100%;
}
    
.information_box {
	width: 100%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
	padding-bottom: 25px;
}
.information_box-in1 {
	width: 50%;
    float: left;
	text-align: center;
}
.information_box-in2 {
	width: 50%;
    float: right;
	text-align: center;
}
.information_box-in3 {
	width: 33.333%;
    float: left;
	text-align: center;
}
.information {
	overflow: hidden;
}
.information img {
-webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
    display: block;
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}
.information img:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
    transform: scale(1.1);	/*画像の拡大率*/
	transition-duration: 0.3s;	/*変化に掛かる時間*/
} 

/*---------------------------------
.contents3
------------------------------------*/   
.contents3 {
    width: 100%;
    padding-bottom: 100px;
    padding-top: 130px;
    background-image: url(../images/contents_bg_34.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 80px;
}
.contents3-in {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    background-color: hsla(0,0%,100%,0.85);
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 80px;
}
.contents3-in_list {
    width: 100%;
    } 
.contents3-in_list ul {
    width: 100%;
    padding: 0;
    margin: 0;
    display: block;
    } 
.contents3-in_list ul li {
    width: 46.5%;
    float: left;
    margin-bottom: 5px;
    background-image: url(../images/arrow2.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 3.5%;
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight: bold;
    font-size: 1.25em;
    } 
    
/*---------------------------------
.contents4
------------------------------------*/    
.contents4 {
    width: 100%;
    background-color: #F7F7F7;
    padding-bottom: 50px;
    margin-top: 100px;
    padding-top: 80px;
}    
 .contents4-in {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
} 
.contents4-in_list {
    width: 100%;
    } 
.contents4-in_list ul {
    width: 100%;
    padding: 0;
    margin: 0;
    display: block;
    } 
.contents4-in_list ul li {
    width: 46.5%;
    float: left;
    margin-bottom: 5px;
    background-image: url(../images/arrow1.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 3.5%;
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight: bold;
    font-size: 1.25em;
    }
/*---------------------------------
.contents5
------------------------------------*/  
.contents5 {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(../images/conte_bg_34.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 80px;
    margin-bottom: -22px;
}

.contents5-in {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

/*---------------------------------
.contents6
------------------------------------*/  
.contents6 {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-top: 17px;
}

.contents6-in {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
}    
/*---------------------------------
.contents7
------------------------------------*/  
.contents7 {
    width: 100%;
    padding-top: 100px;
}

.contents7-in {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
    padding-bottom: 100px;
} 
.contents7-in-left {
    width: 40%;
    float: left;
} 
.contents7-in-right {
    width: 55%;
    float: right;
    padding-top: 15px;
}     
/*---------------------------------
.contents8
------------------------------------*/  
.contents8 {
    width: 100%;
    padding-top: 100px;
}

.contents8-in {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
} 

/* -----------------------------------
　　お知らせここから
 ----------------------------------- */
.news-box {
    border-left-color: #B1CBE3;
    border-right-color: #B1CBE3;
    border-top-color: #B1CBE3;
    background-color: #FFFFFF;
    padding-bottom: 5px;
}

.news-box a:hover img {
 opacity: 0.5;
}
 
.news-box a img {
 transition: opacity 0.1s ease-out;
}

.news-box-in {
    padding: 2%;
}
.news-title {
	padding-top: 15px;
	padding-bottom: 10px;
}
.news-title{
    padding-top: .5em;
    /* [disabled]padding-right: .5em; */
    padding-left: .5em;
    padding-bottom: .5em;
    position: relative;
}
.news-title:after {
    content: "";
    display: block;
    height: 5px;
    background-image: linear-gradient(90deg,rgba(41,137,216,1.00) 0%,rgba(35,84,188,1.00) 31.47%,rgba(52,95,188,1.00) 72.46%,rgba(47,91,188,1.00) 100%);
}    

.news-title-left {
    float: left;
    width: 70%;
    text-align: left;
    font-size: 140%;
    font-weight: bold;
    color: #383636;
}
.news-title-left-en {
    color: #848484;
    font-size: 70%;
    font-weight: normal;
    }    
    
.news-title-right {
    width: 25%;
    padding-top: 15px;
    text-align: right;
    float: right;
}
/*----------------------------------------------------
  もっと見る（ブログ）
----------------------------------------------------*/
.button1 {
    display: inline-block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    outline: none;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 3%;
    padding-right: 3%;
    font-size: 0.75em;
}
.button1::before,
.button1::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button1,
.button1::before,
.button1::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button1 {
    color: #9E9E9E;
}
.button1:hover {
    color: #161514;
    border-color: #181000;
}    
    

.news-list-box {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}

.news-list-box a {
	color: #666666;
	text-decoration: none;
}

.news-list-box a:hover {
    color: #458FCD;
}


.news-list-box ul {
	padding: 0px;
margin: 0px;
list-style-type: none;
}
.news-list-box li {
    border-bottom: 1px dotted #C4C4C4;
    float: none;
    width: 100%;
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
}

.news-list-box  li:last-child {
	border:0; /* リストの最後のボーダーを消す */
}


.news-list-date {
    float: left;
    width: 10%;
    font-size: 88%;
    text-align: left;
    color: #7BBE57;
}
.news-list-title {
    width: 88%;
    text-align: left;
    font-size: 88%;
    float: left;
}
.news-list-new {
	width: 5%;
    text-align: left;
    font-size: 88%;
	float: left;
	}

.news-list-box-box {
	width: 97%;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 3%;
}
 
 /* -----------------------------------
voice
 ----------------------------------- */
.voice {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../images/paper.jpg);
    background-repeat: repeat;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    /*--背景の影--*/
    position: relative;
    -webkit-box-shadow: 0 0 7px 1px hsla(0,0%,76%,1.00);
    box-shadow: 0 0 7px 1px hsla(0,0%,76%,1.00);
}
.voice_in {
    margin-left: auto;
    padding: 25px;
    margin-right: auto;
}
.voice-1 {
    width: 12%;
    float: left;
}
.voice-2   {
    width: 82%;
    float: right;
    color: #514F4F;
    padding-top: 50px;
    border-bottom: thin dotted hsla(0,0%,76%,1.00);
}
.voice-2_title-s   {
    font-size: 16px;
}
.voice-2_title-l   {
    font-size: 23px;
    padding-top: 15px;
}
.voice-3   {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    color: #514F4F;
    padding-bottom: 25px;
}

/*-ー便箋風線--*/

.line02 {
    line-height: 36px;
    background-position: bottom;
    background-image: url(../images/bg-note.png);
    margin: 0;
    padding: 0;
}

/*--便箋end--*/
.voice-1 li {
	width: 280px;
	text-align: right;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 20px;
	float: left;
	color: #777575;
}
}
