@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.1.1
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/

/* 横スクロールを消す*/
html, body {
	overflow-x: hidden;
}


/*ボタン*/

.btn-entry {
    background-color: #FFF;
    border: 3px solid #005BAB;
	 border-radius:  20%; 
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0);
    color: #005BAB;
    display: inline-block;
    font-weight: 700;
    padding: 1.25rem 4rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: .3s;
}

.btn-entry:hover {
 background-color: #005BAB;
color: #FFF;
border: 3px solid #005BAB;
}


.btn-entry-sp {
    background-color: #FFF;
    border: 3px solid #005BAB;
	 border-radius:  20%; 
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0);
    color: #005BAB;
    display: inline-block;
    font-weight: 700;
    padding: 0.2rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: .3s;
}

.btn-entry:hover {
 background-color: #005BAB;
color: #FFF;
border: 3px solid #005BAB;
}



.btn-sp {
    background-color: #FFF;
    border: 2px solid #005BAB;
	 border-radius:  20%; 
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0);
    color: #005BAB;
    display: inline-block;
    font-weight: 500;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: .3s;
}

.btn-sp:hover {
 background-color: #005BAB;;
    color: #FFF;
	    border: 2px solid #005BAB;
}



/* — コンタクトフォーム7　送信ボタンのカスタマイズ — */
input.wpcf7-submit {
padding:1em !important;/* ボタン内の余白 */
margin:2em 0em !important;/* ボタンの上下の余白 */
background-color: #ff9d00 !important;/* 背景の色 */
border-radius: 5px !important;/* 角を丸く*/
color: #fff !important;/* 文字の色*/
font-size: 18px !important;/* 文字の大きさ */
font-weight: bold !important;/* 文字の太さ*/
width: 50%;/* ボタンの横幅*/
transition:0.5s;/* 背景色が変わるまでの時間*/
box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.10);/* 薄っすらとボタンにドロップシャドウをかける*/
}

input.wpcf7-submit:hover {
background-color:#f2d500 !important;/* マウスを乗せたときの背景色 */
color: #fff !important;/* マウスを乗せたときの文字の色 */
}

.btn-submit {
    width: 100%;
    text-align: center;
}


/*続きを読む*/
.accordion-003 {
    max-width: 100%;
    margin-bottom: 7px;
    border-bottom: 2px solid #d0d0d0;
}

.accordion-003 summary {
    display: flex;
    justify-content: left;
    align-items: center;
    position: relative;

    font-weight: 600;
    cursor: pointer;
	font-size:25px;
	font-weight:bold;
  color: #45a;/*文字色*/
  padding: 0.5em;/*文字周りの余白*/
  display: inline-block;/*おまじない*/
  line-height: 1.3;/*行高*/
  background: #dbebf8;/*背景色*/
  vertical-align: middle;
  border-radius: 25px 0px 0px 25px;/*左側の角を丸く*/
	margin-bottom:20px;
	border:none;
}


.accordion-003 summary::-webkit-details-marker {
    display: none;
}

.accordion-003 summary::before {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .3s;
}

.accordion-003[open] summary::after {
    transform: rotate(225deg);
}

.accordion-003 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.accordion-003[open] p {
    transform: none;
    opacity: 1;
}

/*目次*/
.toc{
 width:70%;
}





.sidebar h3{
  color: #005BA9;/*文字色*/
  background: #FFE102;/*背景透明に*/
	font-weight:bold;
		font-size:1em;
		text-align: center;
	display: block;
}

.fotter-menu{
  color: #005BA9;/*文字色*/
  background: transparent;/*背景透明に*/
	font-weight:bold;
		font-size:1em;
		text-align: center;
	display: block;
}
@media screen and (max-width: 960px) {
	.fotter-menu {
				font-size:0.7em;
	}
}

.y-radius {
 border: none;
 border-radius: 10px;
 margin-right: 10px;
background-color:#FFF9D4;
 padding: 10px;
 display: inline-block;
}

.bluemidashi a {
    display: flex;
	justify-content: center;
	  padding: 0.25em 2em;/*上下 左右の余白*/
  color: #005BA9;/*文字色*/
  background: transparent;/*背景透明に*/
	text-align:left;
	font-weight:bold;
		font-size:1.7em;
}

.bluemidashi :hover{
    display: flex;
	justify-content: center;
	  padding: 0.25em 2em;/*上下 左右の余白*/
  color: #005BA9;/*文字色*/
  background: transparent;/*背景透明に*/
	text-align:left;
	font-weight:bold;
	border-bottom:solid 3px #005BA9;
}

.bluemidashi-sp a {
    display: flex;
	justify-content: center;
	  padding: 0.25em 1em;/*上下 左右の余白*/
  color: #005BA9;/*文字色*/
  background: transparent;/*背景透明に*/
	text-align:left;
	font-weight:bold;
		font-size:1.2em;
}

.bluemidashi-sp :hover{
    display: flex;
	justify-content: center;
	  padding: 0.25em 1em;/*上下 左右の余白*/
  color: #005BA9;/*文字色*/
  background: transparent;/*背景透明に*/
	text-align:left;
	font-weight:bold;
	border-bottom:solid 3px #005BA9;
}



.underbar-sp{
    display: flex;
	justify-content: center;
	  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #005BA9;/*文字色*/
  background: transparent;/*背景透明に*/
	text-align:center;
	font-weight:bold;
		font-size:1.3em;
	border-bottom:solid 3px #005BA9;
}

.underbar{
    display: flex;
	justify-content: center;
	  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #005BA9;/*文字色*/
  background: transparent;/*背景透明に*/
	text-align:center;
	font-weight:bold;
		font-size:1.7em;
	border-bottom:solid 3px #005BA9;
}

.top-menu{
    display: flex;
	justify-content: center;}

	
.top-menu2{
	  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #005BA9;/*文字色*/
  background: transparent;/*背景透明に*/
	text-align:left;
	font-weight:bold;
		font-size:1.3em;
	padding:30px 30px 0px 30px;
}

.center-block{
  display: block;
  justify-content: center;
  align-items: center;
}

.center-center{
  display: block;
  justify-content: center;
  align-items: left;
}
.sp-midashi {
  display: inline-block;
 padding: 10px 40px;
	font-size: 1em;
	    font-weight: bold;
  text-decoration: none;
 background-color: #005BAB;/*ボタン色*/
  color: #FFF;
  border: solid 1px #005BAB;
  border-radius: 5px;
}

.box27 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #62c1ce;
	width:400px;
}
.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #62c1ce;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box27 p {
    margin: 0; 
    padding: 0;
}

.box27-sp {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #62c1ce;
	width:95%;
}
.box27-sp .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #62c1ce;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box27-sp p {
    margin: 0; 
    padding: 0;
}


.left-border{
  border-left: solid 10px #005BAB;
	width:100%;
}

.left-border-red{
  border-left: solid 10px #EB252E;
	width:100%;
	padding:0 30px;
	line-height:50px;
	    font-weight: bold;
}

.left-border-red-sp{
  border-left: solid 10px #EB252E;
	width:100%;
	padding:0 5px;
	line-height:40px;
	    font-weight: bold;
}

.under3 {
  border-bottom: dotted 4px #005BAB;
	font-size:  17px;           /* 文字サイズ指定 */
	font-weight:  bold;       /* 文字の太さ調整 */
	padding-left: 0px; 
		padding-bottom: 0px; 
	width:70%;
}

.under2 {
  border-bottom:solid 4px #005BAB;
	font-size:  20px;           /* 文字サイズ指定 */
	font-weight:  bold;       /* 文字の太さ調整 */
	padding-left: 0px; 
	width:50%;
}


.under {
  border-bottom: dotted 4px #005BAB;
	width:100%;
}


.head_circle {
    margin:  0;                 /* デフォルトCSS打ち消し */
    font-size:  24px;           /* 文字サイズ指定 */
    position:  relative;        /* 位置調整 */
    font-weight:  normal;       /* 文字の太さ調整 */
    display:  inline-block;     /* インラインブロックにする */
    padding-top: 40px;          /* 余白指定 */
    padding-left: 40px;         /* 余白指定 */
    padding-bottom: 20px;       /* 余白指定 */
}
.head_circle　p {
    margin:  0;                 /* デフォルトCSS打ち消し */
    line-height: 2;             /* 行間調整 */
    padding-left: 40px;         /* 余白指定 */
}
.head_circle:before {
    content:  '';               /* 空白の要素を作る */
    background-color: #FFE102;  /* 背景色指定 */
    display:  block;            /* ブロック要素にする */
    position:  absolute;        /* 位置調整 */
    left:  0;                   /* 位置調整 */
    height: 50px;               /* 高さ指定 */
    width: 50px;                /* 幅指定 */
    border-radius:  50%;        /* 丸くする */
    top: 0;                     /* 位置調整 */
    z-index:  -1;               /* 重なり調整 */
}

.white-shadow {
 border: none;
 margin-right: 10px;
background-color:#fff;
 padding: 10px;
 display: inline-block;
box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);   
}


.white-radius {
 border: none;
 border-radius: 10px;
 margin-right: 10px;
background-color:#fff;
 padding: 10px;
 display: inline-block;
}


/*テーブル背景色*/
table td{
background-color: #fff;
}

a {
  text-decoration: none;
}

ul.red-dot{
  list-style:none;
}

ul.red-dot li{
		position: relative;
  background:url(https://fuji-kindergarten.com/wp-content/uploads/2023/10/dot-1.png) no-repeat 0 0;
  background-size:auto 17px;
  　　padding-top:30px;
	padding-left: 30px;

}


/*tableをプレーンにする*/

table, th, td,tr {
    border: none;
}
table, th, td,tr {
  background-color: none;
	  border: 0;
}



.yellow-title{
	position: relative;
		color: #005BA9;/*文字色*/
		font-weight:bold;
　　　　font-size:1.5em;
}
.yellow-title::before {
	display: block;
	content: "";
	width: auto;
	height: 10px;/* 任意 */
	background-color: #FFDF02;/* 任意の色 */
	position:absolute;
	bottom: 12.5%;/* 任意 */
	left: 0;
	border-radius: 10px;/* heightと同値 */
	z-index: -1;


	
}
.yellow-midashi {
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #005BA9;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #FFDF02;/*左線*/
	text-align:left;
	font-weight:bold;
		font-size:1.5em;
	
}

.red-midashi {
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #005BA9;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #E9252E;/*左線*/
	text-align:left;
	font-weight:bold;
		font-size:1.5em;
	
}

.marker-white {
  background-color: #fff;
	border-radius: 10px;   
	padding:10px;
	
}

/*追従するボタン*/

.side-entrybtn
{
position:fixed;
bottom:50px;
right:0px;
	background:none;
	border:none;
	width:200px;
}

.side4-btn
{
position:fixed;
bottom:500px;
right:0px;
	background:none;
	border:none;
	width:30px;
}

.side-entrybtn-sp
{
position:fixed;
bottom:50px;
right:0px;
	background:none;
	border:none;
	width:80px;
}

.side4-btn-sp
{
position:fixed;
bottom:230px;
right:0px;
	background:none;
	border:none;
	width:20px;
}


.side-recruit-btn
{
position:fixed;
bottom:350px;
right:0px;
	background:none;
	border:none;
	width:40px;
}

.side-recruit-btn-sp
{
position:fixed;
bottom:150px;
right:0px;
	background:none;
	border:none;
	width:25px;
}



/*centerbox*/
.centerbox {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #2c2c2f;

	    text-align:  center;  
	    margin:  0 auto;   
}


/*ニュース背景*/

.news {
width: 1000px;
height:250px;
  background-image: url("https://fuji-kindergarten.com/wp-content/uploads/2023/10/news.png");
  background-repeat: no-repeat;
background-position: center;
    text-align:  center;  
	    margin:  0 auto;            /* 中央寄せ */
}

.news-item {
 width: 700px;
height:250px;
    text-align:  center;  
	    margin:  0 auto;   
}

/*丸が重なる見出し*/

.head_test {
    margin:  0;                 /* デフォルトCSS打ち消し */
    font-size:  24px;           /* 文字サイズ指定 */
    position:  relative;        /* 位置調整 */
    font-weight:  normal;       /* 文字の太さ調整 */
    display:  inline-block;     /* インラインブロックにする */
    padding-top: 40px;          /* 余白指定 */
    padding-left: 40px;         /* 余白指定 */
    padding-bottom: 20px;       /* 余白指定 */
}
.head_test p {
    margin:  0;                 /* デフォルトCSS打ち消し */
    line-height: 2;             /* 行間調整 */
    padding-left: 40px;         /* 余白指定 */
}
.head_test:before {
    content:  '';               /* 空白の要素を作る */
    background-color: #FFE102;  /* 背景色指定 */
    display:  block;            /* ブロック要素にする */
    position:  absolute;        /* 位置調整 */
    left:  0;                   /* 位置調整 */
    height: 90px;               /* 高さ指定 */
    width: 90px;                /* 幅指定 */
    border-radius:  50%;        /* 丸くする */
    top: 0;                     /* 位置調整 */
    z-index:  -1;               /* 重なり調整 */
}


/*エントリーカード*/


.entry-card-title, .related-entry-card-title {
    font-size: 18px;
    margin: 0 0 5px 0;
    line-height: 1.2;
    font-weight: bold;
	text-align:left;
}


.cat-label {
  position: absolute;
  top: 0.3em;
  left: 0.3em;
  border: 1px solid #000;
  font-size: 11px;
  color: #000000;
  background-color: rgba(254, 254, 254, 0.7);
  padding: 1px 5px;
  max-width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


/*縦罫線*/
.yellow {
border-left:2px solid #FFA104; /*線の設定*/
padding:2px 8px; /*余白の設定*/
}

/*ボタン*/

.btn {
    background-color: #FFF;
    border: 3px solid #005BAB;
	 border-radius:  20%; 
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0);
    color: #005BAB;
    display: inline-block;
    font-weight: 700;
    padding: 1.25rem 4rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: .3s;
}

.btn:hover {
 background-color: #005BAB;;
    color: #FFF;
	    border: 3px solid #005BAB;
}

.btn-sp {
    background-color: #FFF;
    border: 2px solid #005BAB;
	 border-radius:  20%; 
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0);
    color: #005BAB;
    display: inline-block;
    font-weight: 500;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: .3s;
}

.btn-sp:hover {
 background-color: #005BAB;;
    color: #FFF;
	    border: 2px solid #005BAB;
}

/*box幅を揃える３列*/

ul.samp {
    margin:0 0 10px;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    width:1500px;
}
 
    ul.samp li {

        border:none;
        width:30%;
        background-color:none;
        list-style:none;
    }
/*中心よせ*/

.inner{
  width: 80%;
  margin: 0 auto;
  max-width: 900px;
}

/*box幅を揃える*/

ul.sample {
    margin:0 0 10px;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    width:900px;
}
 
    ul.sample li {

        border:none;
        width:48%;
        background-color:#fff;
        list-style:none;
    }


/*box幅を揃える(赤背景）*/
ul.sampl {
    margin:0 0 10px;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    width:900px;
}
 
    ul.sampl li {

        border:none;
        width:48%;
        background-color:#fff;
        list-style:none;
    }

/*div全体をリンクにする*/

.linkbox {
    position: relative;
	  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .3);
	 border-radius: 3px;
	margin:0px;
}
.linkbox a {
    position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
}
.linkbox:hover {
  box-shadow: 0 20px 35px 0 rgba(0, 0, 0, .5);
	 border-radius: 10px;
}

/*影付きボックス*/
.basic1 {
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
	 border-radius: 10px;
	margin:10px;
}

/*影付きボックス*/
.basic2 {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .5);
	 border-radius: 10px;
	padding:20px;
}


/*フェードインアニメーションの指定*/
.scrollanime {opacity: 0;} /*一瞬表示されるのを防ぐ*/
.fadeInDown {
    animation-name: fadeInDown;
    animation-duration: 2.5s;
    animation-fill-mode: forwards;
}
@keyframes fadeInDown {
    0% {
        opacity: 0;         
    }
    100% {
    opacity: 1;
    transform: translate(0);
    }
}
 
/*上下の動きを指定*/
.updown {transform: translateY(-100px);}
.downup {transform: translateY(100px);}
 
/*左右の動きを指定*/
.sect02{overflow: hidden;} /*横スクロールバーを隠す*/
.slide-right {transform: translateX(200px);}
.slide-left {transform: translateX(-200px);}

.heading-002 {
  font-size: 2rem;
  position: relative;
  text-align: center;
margin-top:-0px;

}



.heading-002:before {
  position: absolute;
  bottom: -0px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #FFE102;

}

	



/* 画面いっぱい表示*/
.widthmax { /* 画面幅いっぱいにしたい要素にあてるクラス */
  margin: 0 calc(50% - 50vw);
}

/*top用ボタン*/
.btn-square {
  display: inline-block;
 padding: 10px 40px;
	font-size: 0.8125rem;
  text-decoration: none;
  background: none;/*ボタン色*/
  color: #FFA104;
  border: solid 1px #FFA104;
  border-radius: 3px;
}
.btn-square:hover{
  /*ボタンを押したとき*/
		transition: 0.5s ;
    background-color: #FFA104;
	  color: #FFF;
    }

.btn-square2 {
  display: inline-block;
 padding: 10px 40px;
	font-size: 0.8125rem;
  text-decoration: none;
 background-color: #005BAB;/*ボタン色*/
  color: #FFF;
  border: solid 1px #005BAB;
  border-radius: 5px;
}
.btn-square2:hover{
  /*ボタンを押したとき*/
   opacity: 0.3 ;
		transition: 0.5s ;
	  color: #FFF;
    }


.btn-square3 {
  display: inline-block;
 padding: 10px 40px;
	font-size: 0.8125rem;
  text-decoration: none;
 background-color: #FFA104;/*ボタン色*/
  color: #FFF;
  border: solid 1px #FFA104;
  border-radius: 3px;
}
.btn-square3:hover{
  /*ボタンを押したとき*/
   opacity: 0.3 ;
		transition: 0.5s ;
	  color: #FFF;
    }
}


/*コンテンツの間にスペース*/

.content {
 margin-top: 100px;
    } 

table, th, td {
    border: none;
}

table {
  background-color: none;
	  border: 0;
}

table th {
  background-color: none;
	  border:  0;
}
table tr:nth-of-type(2n+1) {
  background-color: none;
		  border: 0;
}
table th,
table td {
  border: none;
  padding: 6px;
}

/*位置中心・文章左寄せ*/
.top-catch{
	margin: 16px auto;
	text-align: center;
	display: block;
}
.top-catch .text {
	text-align: left;
	display: inline-block;
}


/*新着情報*/
.news_lists {
  font-size: 15px;
}

.list__body {
  display: block;
  margin: 10px 0 5px;
  line-height: 1.6;
}

.list__date {
  color: #9f5900;
  width: 100%;
  margin: 0;
  text-align: left;
}

.list__title a {
  color: #aaa;
  text-decoration: none;
}


@media screen and (max-width: 600px) {
  .list__ {
    /* @include mq(large) */
  }
  .list__date {
    float: left;
  }
  .list__title {
    display: block;
    width: 100%;
    margin-top: 5px;
  }
  .list__body {
    display: contents;
  }
}

.list__wordpress {/*.list__〇〇←カテゴリー名を変えて、カテゴリー別に色を修正可能*/
  background-color: #42b8ef;
}

/*中寄せ*/

.section {
 margin-left: 20%;
    margin-right: 20%;
	text-align: center;
	display: block;
    } 

.section10 {
 margin-left: 10%;
    margin-right: 10%;
	display: block;
    } 

/*２０％マージン（上スペースあり）*/
.title {
	margin-top: 100px;
 margin-left: 5%;
    margin-right: auto;
	text-align: left
	display: block;
    }

/*リンク画像にオンマウスで透過*/
a img:hover {
	opacity: 0.5 ;
}

/*スクロールしたらふわっと表示*/
.js-animation {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 1s;
}
.js-animation.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}


/*==================================================
ふわっ
===================================*/


/*ふわっと表示*/
.js-animation {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 1s;
}
.js-animation.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}


/* その場で */
.fadeIn{
animation-name:fadeInAnime;
animation-duration:2s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}


/*box２列*/
*, *:before, *:after {
	box-sizing: border-box;
}
.col_2{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	position:center;
}
.col_2 > div{
	width: 50%;
	padding: 0 20px;
}
@media screen and (max-width: 960px) {
	.col_2 > div{
		width: 45%;
	}
}
@media screen and (max-width: 480px) {
	.col_2 > div{
		width: 45%;
	}
}


/*box２列-top用*/
*, *:before, *:after {
	box-sizing: border-box;
}
.col_2-top{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	position:center;
}
.col_2-top > div{
	width: 48%;
	padding: 0px;
	margin: 10px;
}
@media screen and (max-width: 960px) {
	.col_2 > div{
		width: 50%;
	}
}
@media screen and (max-width: 480px) {
	.col_2 > div{
		width: 100%;
	}
}




/*box3列*/
*, *:before, *:after {
	box-sizing: border-box;
}
.col_3{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_3 > div{
	width: 33.33333%;
	padding: 10px;
}
@media screen and (max-width: 960px) {
	.col_3 > div{
		width: 33.3333%;
	}
}

.col_3-2{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_3-2 > div{
	width: 33.3333%;
	padding: 30px;
}
@media screen and (max-width: 960px) {
	.col_3-2 > div{
		width: 33.3333%;
	}
}


/*スライドイン背景色（モバイル）*/
.mobile-footer-menu-buttons,
.navi-menu-content,
.mobile-footer-menu-buttons .menu-button > a,
.mobile-footer-menu-buttons .menu-button:hover,
.navi-menu-content a,
.navi-menu-content a:hover {
background-color: #005BAB;
color: #fff;
}


/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 1200px) {
.pc { display: none !important; }
.sp { display: block !important; }
}


/*文章背景色*/
.main {
   background-color: #FFF;
}
.footer {
   margin-top: 0;
	background-color: #005BAB;
}

.sidebar{
background-color:#D7E8F4;
border-radius:30px;

}
/* 見出しリセット */
/* 見出し1 */
.article h1{
border-top:none;
border-bottom:none;
border-left:none;
border-right:none;
padding: 0;
}

/* 見出し2 */
.article h2{
background: none;
border-top: 0;
border-right: 0;
border-bottom: 0;
border-left: 0;
padding: 0;
}

.article h2{
  font-size: 20px !important;/*文字のサイズ*/
  border-bottom: 2px solid #005BA9;/*下線*/
  color: #005BA9;
  padding-bottom: .5em;
  margin-bottom: 15px;
  border-top: none;
}

/* 見出し3 */
.article h3{
border-top:none;
border-bottom:none;
border-left:none;
border-right:none;
padding: 0;
font-size:none;
}

/* 見出し4 */
.article h4{
border-top:none;
border-bottom:none;
padding: 0;
}

/* 見出し5 */
.article h5{
border-bottom:none;
padding: 0;
}

/* 見出し6 */
.article h6{
border-bottom:none;
padding: 0;
}

/*ヘッダー用*/
header {
	display: flex;
	max-width: 1200PX;
	margin: 0px auto;
}
.logo {
	margin: 0;

	font-size: 0;
}
.mail{
	margin-top: auto;
	margin-left: auto;
}
nav {
	margin: 0 auto;
	max-width: 1200PX;
	border-bottom: dotted 1px #000;
}
nav ul {
	list-style: none;
	display: flex;
	flex-flow: row;
	justify-content: center;
	margin: 0;
	padding: 0;
}
nav li  {
	padding:20px 50px 0px;
	}
	nav li a {
	display: block;
	
	text-decoration: none;
	font-size: 14px;
	color: #222;
}
nav li :hover {
	opacity: 0.5 ;
	background-color: #FFD184;
	position:relative;
top: -5px;
}


/* ヘッダー編集ここまで */


.h3-title {
  color: #505050;/*文字色*/
  padding: 0.5em;/*文字周りの余白*/
  display: inline-block;/*おまじない*/
  line-height: 3;/*行高*/
  background: #dbebf8;/*背景色*/
  vertical-align: middle;
  border-radius: 25px 0px 0px 25px;/*左側の角を丸く*/
}

.h3-title :before {
  content: '●';
  color: white;
  margin-right: 8px;
}



/*==================================================
固定ページタイトル消し
===================================*/

.page .entry-title,
.page .sns-share,
.page .sns-follow,
.page .date-tags,
.page .author-info,
.page .breadcrumb{ display: none; }



/*==================================================
アコーディオンのためのcss
===================================*/

/*アコーディオン全体*/
.accordion-area{
    list-style: none;
    width: 96%;
    max-width: 900px;
    margin:0 auto;
}

.accordion-area li{
    margin: 10px 0;
}

.accordion-area section {
  border: 1px solid #ccc;
}

/*アコーディオンタイトル*/
.title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size:1rem;
    font-weight: normal;
    padding: 3% 3% 3% 50px;
    transition: all .5s ease;
}

/*アイコンの＋と×*/
.title::before,
.title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #333;
    
}
.title::before{
    top:48%;
    left: 15px;
    transform: rotate(0deg);
    
}
.title::after{    
    top:48%;
    left: 15px;
    transform: rotate(90deg);

}

/*　closeというクラスがついたら形状変化　*/

.title.close::before{
  transform: rotate(45deg);
}

.title.close::after{
  transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.box-ac {
    display: none;/*はじめは非表示*/
    background: #f3f3f3;
  margin:0 3% 3% 3%;
    padding: 3%;
}


/*========= レイアウトのためのCSS ===============*/

h2{

    margin: 30px 0;
    font-size:1rem;
}

.flip{
transform: translate3d(0, 0, 0);
}

/* 左上へ */
.flipLeftTop{
animation-name:flipLeftTopAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes flipLeftTopAnime{
  from {
   transform: translate(-20px,80px) rotate(-15deg);
 	opacity: 0;
  }

  to {
   transform: translate(0,0) rotate(0deg);
	opacity: 1;
  }
}


/*固定ページの投稿日・更新日を消す*/
.page .date-tags {
    display: none;
}
/*著者情報を消す場合*/
.page .author-info {
    display: none;
}

/*投稿ページの著者情報を消す場合*/
.post .author-info {
    display: none;
}

/*フロント固定ページのタイトルを非表示*/
/*全てをまとめて非表示*/
.home.page .entry-title,
.home.page .sns-share,
.home.page .sns-follow,
.home.page .date-tags,
.home.page .author-info{
  display: none;
}


/*TOPに戻る*/
.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
}
.pagetop a {
    display: block;
    background-color: none
    text-align: center;
    color: #222;
    font-size: 12px;
    text-decoration: none;
    padding: 5px 10px;
}
.pagetop a:hover {
    display: block;
    background-color: #b2d1fb;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding:5px 10px;
}

h3 {
  font-size : 25px;
 color: #fff;/*文字色*/
background: #005BA9; /*背景色*/
  padding: 5px;/*文字周りの余白*/
	margin-bottom:30px;
  border-radius: 0.5em;/*角の丸み*/
}



/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
