/*
Theme Name: ott1
Theme URI: http://www.tosho-c3.jp/
Author: Tosho Trading LLC.
Author URI: http://www.tosho-c3.jp/
Description: The lite version theme for WordPress.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: lite, one-column, fixed-width, custom-menu, editor-style, microformats, sticky-post, translation-ready
Text Domain: twentyeleven
*/



@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

/* Tag Rewrite */
body{
	background: #fff;
        color: #444;
        font-family: "Avenir Next", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic,'Yu Gothic', Verdana, Meiryo, sans-serif;
        font-size: 16px;
        margin: 0;
}

table{
	border-collapse: collapse;
	width:100%;
}

th, td{
	padding: 4px 8px;
}

p{
	line-height: 2em;
	margin: 1em 0;
}

a:hover, a:active:hover{
	color: red;
}

a img{
  border: none;
}

.clear{
	clear:both;
}
/* WP Styles*/
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 0.5em;
        box-shadow: 5px 5px 10px rgba(0,0,0,0.4);
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Common */
#page{
	margin: 0 auto;
	width:1000px;
}

#branding h1{
	color: #333;
	float: right;
	font-size: 11px;
	font-weight: normal;
	line-height: 30px;
	margin: 0;
}
#logo{
  display: block;
  float: left;
}

.menu-toggle{
  display:none;
}

div.menu-header{
	background:#fff;
	display: table;
	height: 40px;
	width: 100%;
	width:1000px;
}

#menu-top-menu{
  display: table-row;
  list-style: none;
  height: 13px;
  padding: 0;
}

#menu-top-menu>li{
  border-left: 1px dotted #dad7d0;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding:2px 0;
}

#menu-top-menu>li>a{
  color:#acaeae;
  font-size: 14px;
  font-weight: bold;
  line-height: 13px;
  padding-bottom: 10px;
  text-decoration: none;
}


#menu-top-menu>li>a:hover{
  border-bottom:3px solid #00a9b8;
  color:#00a9b8;
}

#menu-top-menu>li:nth-child(1){
  border-left: 0;
}

#main{
	clear: both;
        background-color: #f0ebeb;
}

.menu-sidebar{
  float: right;
  margin: 10px 0 0;
  width:254px;
  
}

#menu-sidebar{
  margin: 0;
  padding: 0;
}

#menu-sidebar li {
  list-style: none;
}

#menu-sidebar>li {
}

#menu-sidebar>li>a {
  background:#00a9b8;
  color: #fff;
  display: block;
  font-size: 14px;
  line-height:46px;
  height:46px;
  font-weight: bold;
  padding-left:20px;
}

#menu-sidebar>li>ul {
  background: #fff;
  margin: 0px 0px 8px;
  overflow: hidden;
  padding: 0;
  border-top:none;
  padding-bottom:10px;
}

#menu-sidebar>li>ul>li>a {
  background: url(images/list_item_head1.png) 10px center no-repeat #fff;
  display: block;
  font-size: 11px;
  line-height:48px;
  margin-top: 1px;
  padding-left: 20px;
}

#menu-sidebar>li>ul>li>a:hover {
  background: url(images/list_item_head.png) 10px center no-repeat #00a9b8;
  color: #fff;
}

#primary{
  float: left;
  width:721px;
}

article{
  margin-top: 10px;
}

/* tani arrange start */

article#index_r1 h2.entry-title{
    background: #fff;
    clear: both;
    color: #00a9b8;
    display: block;
    font-size: 1.6em;
    font-weight: bold;
    margin: 0 auto;
    padding: 15px;
    width: 680px;
    border-radius: 10px 10px 0 0;
}

article#index_r1 h2.entry-title::before{ 
    font-family: FontAwesome;
    content: "\f040";
    font-weight: normal;
}

article#index_r2 h2.entry-title{
    background: #fff;
    clear: both;
    color: #00a9b8;
    display: block;
    font-size: 1.6em;
    font-weight: bold;
    margin: 0 auto;
    padding: 15px;
    width: 680px;
    border-radius: 10px 10px 0 0;
}

article#index_r2 h2.entry-title::before{ 
    font-family: FontAwesome;
    content: "\f040";
    font-weight: normal;
}

article#index_r3 h2.entry-title{
    background: #fff;
    clear: both;
    color: #00a9b8;
    display: block;
    font-size: 1.6em;
    font-weight: bold;
    margin: 0 auto;
    padding: 15px;
    width: 680px;
    border-radius: 10px 10px 0 0;
}

article#index_r3 h2.entry-title::before{ 
    font-family: FontAwesome;
    content: "\f040";
    font-weight: normal;
}

div#content h2.entry-title {
    color: #00a9b8;
    font-size: 1.8em;
    margin: 10px 5px;
    border-radius: 10px 10px 0 0;
}

div#content h2.entry-title::before{ 
    font-family: FontAwesome;
    content: "\f040";
    font-weight: normal;
}

article h3{
    background: #00a9b8;
    clear: both;
    color: #fff;
    display: block;
    font-size: 1.4em;
    font-weight: bold;
    margin: 40px 0 30px;
    padding: 12px;
}

article h4{
    clear: both;
    color: #00a9b8;
    display: block;
    font-size: 1.12em;
    font-weight: bold;
    margin: 30px 10px;
    padding: 10px;
    border: 5px double #00a9b8;

}

article h5{
    clear: both;
    color: #00a9b8;
    display: block;
    font-size: 1em;
    font-weight: bold;
    margin: 20px 0 20px 13px;
    padding-left: 8px;
    border-left: 4px solid #00a9b8;
}

article h6{
    color: #00a9b8;
    font-size: 1em;
    font-weight: bold;
    margin: 10px 5px;
    padding: 10px;
}

article　ul{
　　padding-left: 10px;
}

.box {
    background-color: #e8f7f9;
    border: 2px solid #fff;
    box-shadow: 0 0 0 2px #e8f7f9;
    color: #00a9b8;
    margin: 2em 0;
    padding: 10px;
    font-size: 1.1em;
}

.pointbox {
    border: 2px solid #e21111;
    border-radius: 4px;
    margin: 2em;
    padding: 10px;
    position: relative;
}
.pointbox::before {
    background-color: #fff;
    color: #e21111;
    content: "ここをチェック";
    font-weight: bold;
    left: 1em;
    padding: 0 .5em;
    position: absolute;
    top: -1em;
}

/* tani arrange end */


#column h2.entry-title{
	background:#00a9b8;
	clear: both;
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height:30px;
	line-height:30px;
	margin: 0;
	padding: 0 0 0 20px;
}
.entry-content{
	background:#FFF;
}
.entry-content table,
.entry-content tr,
.entry-content th,
.entry-content td{
	width:auto;
	height:auto;
}
#column .entry-content{
	background:#FFF;
	margin:0;
	padding:0;
}

#sidebar{
  float: right;
  width:254px;
}

/* tani arrange start */


.entry-title2{
    background: #00a9b8;
    color: #ffff89;
    display: block;
    font-size: 1.3em;
    font-weight: bold;
    margin-top: 10px;
    margin-right: 20px;
    padding: 15px 0;
    width: 236px;
    border: 9px double #fff;
    word-break: normal;
    text-align: center;
}



/* tani arrange end */


.entry-content2{
	background:#FFF;
	margin:0;
	width:254px;
	padding:0;
}
	.entry-content2 .one{
		background: url(images/no.1.jpg) 4px 4px no-repeat;
		border:2px solid #f00;
		border-radius:10px;
		min-height:100px;
		margin-bottom:10px;
		margin-top:10px;
		padding:5px 5px 10px;
	}
	.entry-content2 .two{
		background: url(images/no.2.jpg) 4px 4px no-repeat;
		border:2px solid #f90;
		border-radius:10px;
		min-height:100px;
		margin-bottom:10px;
		padding:5px 5px 10px;
	}
	.entry-content2 .three{
		background: url(images/no.3.jpg) 4px 4px no-repeat;
		border:2px solid #9c0;
		border-radius:10px;
		min-height:100px;
		margin-bottom:10px;
		padding:5px 5px 10px;
	}
	.entry-content2 .four{
		background: url(images/no.4.jpg) 4px 4px no-repeat;
		border:2px solid #0bf;
		border-radius:10px;
		min-height:100px;
		margin-bottom:10px;
		padding:5px 5px 10px;
	}
	.entry-content2 .five{
		background: url(images/no.5.jpg) 4px 4px no-repeat;
		border:2px solid #7218e1;
		border-radius:10px;
		min-height:100px;
		margin-bottom:10px;
		padding:5px 5px 10px;
	}
	.entry-content2 .text_box{
		padding:10px 0 0 0;
		line-height:1.6em;
		font-size:12px;
	}
	.entry-content2 .text_box:after{
		content:'';
		display:block;
		clear: both;
	}
	.entry-content2 .text_box img{
		margin: 0 10px 10px 0;
		display:block;
		float:left;
	}
	.entry-content2 .text_box span{
	}
	.entry-content2 .one .text_box img{
		border:1px solid #f00;
	}
	.entry-content2 .two .text_box img{
		border:1px solid #f90;
	}
	.entry-content2 .three .text_box img{
		border:1px solid #9c0;
	}
	.entry-content2 .four .text_box img{
		border:1px solid #0bf;
	}
	.entry-content2 .five .text_box img{
		border:1px solid #7218e1;
	}
		.entry-content2 .menu_t a{
			font-size:16px;
			font-weight:bold;
			text-decoration:underline;
			padding-left:74px;
			padding-top:5px;
			display:block;
		}
		.entry-content2 .menu_t a:hover{
			text-decoration:none;
		}
		.entry-content2 a.pic{
			display:block;
			float:left;
			border:1px solid #F00;
		}
		.entry-content2 a.pic:hover{
			border:1px solid #fff;
		}


#column .category_list{
	margin:0;
	padding:10px 0 10px 30px;
}

article>div>ul{
  padding-left: 30px;
}

article>div>ul>li{
  line-height: 2em;
  list-style: url(images/list_item_head.png);
}

article>div>a.more{
  display: block;
  margin-right: 10px;
  text-align: right;
}

#gototop{
  clear: both;
}

#gototop a{
  background: url(images/gototop.png) no-repeat;
  display: block;
  float: right;
  height:12px;
  overflow: hidden;
  text-indent: -9999px;
  width:108px;
  margin-bottom:5px;
}

#gototop a:hover{
  background-position: 0 -12px;
}

#colophon{
	clear: both;
	margin-top: 10px;
	background:#00a9b8;
}

#bottommenu{
	padding: 10px 10px 0;
}
#bottommenu ul{
	padding: 0;
	list-style: none;
	margin: 0;
	text-align: center;
}

#bottommenu ul li{
	display: inline;
	padding: 0 5px;
	margin: 5px 0;
	border-left: 1px solid #fff;
}

#bottommenu ul li:nth-child(1){
	border-left: 0;
}

#bottommenu a{
  color: #FFF;
  font-size: 12px;
}

#colophon address{
	height: 40px;
	color: #FFF;
	line-height: 40px;
	text-align: center;
	font-size: 12px;
}

#down{
	background: url(images/down.png) top left repeat-x;
}

/* Index */

.column h2{
	background: url(images/title_bg3.png) top left no-repeat;
	border-bottom: none;
	color:#fff;
	text-align:center;
	font-size: 16px;
	font-weight: bold;
	display: block;
	height: 32px;
	line-height: 32px;
	clear: both;
}

.column a.more{
	display: block;
	text-align: right;
}

#position{
  margin-top: 10px;
}

ul.category_list li a img{
  vertical-align: middle;
}
#index_r1 .entry-content,
#index_r2 .entry-content{
    width: 710px;
    margin: auto;
    padding: 0;
    border-top: none;
}
#index_r1 .entry-content p,
#index_r2 .entry-content p{
	padding:10px 30px;
	margin:0px;
	background-color:#FFF;
}
#column{
	width:721px;
	margin:10px 0;
}
#content .entry-content{
	width:721px;
	margin: 5px;
	border-top:none;
	background-color:#FFF;
        border-radius: 10px 10px 0 0;
}
#content .entry-content p{
	margin:0;
	padding:10px 20px;;
}

.category_list0{
	border-top:none;
	margin:0;
	padding:0 4px 0 20px;
	list-style-type:none;
	background:#FFF;
}
#bian{
	margin:0;
	padding:0;
}
ul.category_list0>li{
	line-height: 2em;
	list-style: url(images/list_item_head.png);
	padding:0 4px 0 5px;

}

img.m_af{
  width: 100%;
}

.school_title{
	background-image: url('/wp-content/uploads/bg.jpg');
	font-size: 18px;
	font-weight: bold;
	height: 100px;
	line-height: 100px;
	padding-left: 320px;
}

@media screen and (max-width: 593px) {
  img{
    max-width:100%;
  }
  .entry-content img{
    height:auto!important;
  }
  .entry-content table{
    width:auto!important;
  }

  #page{
    width: 100%;
  }

  #branding{
    overflow:hidden;
  }

  #logo {
    float: none;
    height: auto;
  }

  #branding h1{
    background: #00a9b8;
    color: #fff;
    display: block;
    float: none;
    font-size: 0.8em;
    line-height: 1.5em;
    padding: 10px 0;
  }


  .menu-toggle:before{
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font: normal 16px/1 Genericons;
    text-decoration: inherit;
    vertical-align: text-bottom;
    color: #fff;
    content: "\f419";
    margin-top: 11px;
  }
  .menu-toggle {
    cursor: pointer;
    display:block;
    font-size: 0;
    height: 38px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    width: 48px;
    z-index: 999;
  }

  div.menu-header{
    background:#fff;
    border:1px solid #00a9b8;
    border-top:none;
    display:block;
    margin:0 auto;
    max-height:400px;
    overflow:hidden;
    width:auto;
    height:auto;
    -webkit-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
  }
  div.menu-header.collapse{
    max-height:0;
  }

  #menu-top-menu{
    display:block;
    height:auto;
    margin:0;
  }
  #menu-top-menu>li{
    border:none;
    display:list-item;
    height:auto;
    padding:0 13px;
    text-align:left;
  }
  #menu-top-menu>li>a{
    color:#00a9b8;
    font-size:1.2em;
    line-height:2em;
  }
  #menu-top-menu>li:hover{
    background:none;
    color:#00a9b8;
  }
  #menu-top-menu>li>a:hover{
    color:#00a9b8;
  }


  #primary{
    width: 100%;
    float: none;
  }

  #index_r1 .entry-content,
  #index_r2 .entry-content,
  #content .entry-content {
    width: 100%;
  }

  #column {
    width: 100%;
  }


  #sidebar{
    width: 100%;
    float: none;
    display: none;
  }

article#index_r1 h2.entry-title {
   width: 90%;
   font-size: 1.3em;
    border-radius: 10px;
    margin: 10px auto;
}

article#index_r2 h2.entry-title{
    width: 90%;
   font-size: 1.3em;
    border-radius: 10px;
    margin: 10px auto;
}

article#index_r3 h2.entry-title{
    width: 90%;
   font-size: 1.3em;
    border-radius: 10px;
    margin: 10px auto;
}

div#content h2.entry-title {
    color: #00a9b8;
    font-size: 1.8em;
    margin: 10px 5px;
}

  .entry-title2 {
    padding: 0;
    text-align: center;
    width: 100%;
  }

  .entry-content2{
    width: 100%;
  }

  .entry-content2 .one{
    border: 2px solid #f00;
    border-radius: 10px;
  }

  .entry-content2 .two{
    border: 2px solid #f90;
    border-radius: 10px;
  }

  .entry-content2 .three{
    border: 2px solid #9c0;
    border-radius: 10px;
  }

  .entry-content2 .four{
    border: 2px solid #0bf;
    border-radius: 10px;
  }

  .entry-content2 .five{
    border: 2px solid #7218E1;
    border-radius: 10px;
  }
  .request_btn{
    background:none!important;
    padding:0!important;
    height:auto!important;
    line-height:1.5em!important;
  }

  .school_title{
    background: none;
    border:2px solid #01A8B8;
    border-radius: 0.2em;
    font-size: 18px;
    height:auto;
    padding:0.5em;
    line-height:1.5em;
  }

.t_m{	
	margin:8px 0;
	overflow:hidden;
}

.no123{	
	width:100%;
	margin:8px 0;
}
.noone{	
	border:2px solid #f00;
	border-radius:10px;
	float: left;
	width:31%;
 
}
.no01{
	padding:2px 0;
	display:block; 
	margin:0 auto;     
}
.notwo{	
	border:2px solid #f90;
	border-radius:10px;
	float: left;
	width:31%;
	margin-left:5px;
}
.nothree{	
	border:2px solid #9c0;
	border-radius:10px;
	float: left;
	width:31%;
	margin-left:5px;
}
.simg{
	padding:4px;
	width:90%;	
}
.t01{
	padding:4px;
}

.entry-content td { 
word-break: break-word;
}

#column h2.entry-title {
 	width:95%;
}

#main{
    padding-top: 5px;
}

header a#logo {
    font-size: 30px;
}
}

.gray{color:gray}
.gray2{color:#666}
.white{color:white}
.orange{color:orange}
.red{color:#e21111}
.green{color:green}
.blue{color:#003399}
.black{color:black}

.f10{font-size:10px}
.f11{font-size:11px}
.f12{font-size:12px}
.f14{font-size:14px}
.f16{font-size:16px}
.f18{font-size:18px}

.c{text-align:center}
.l{text-align:left}
.r{text-align:right}
.b{font-weight:bold}
.u{text-decoration:underline}
.nu{text-decoration:none}

strong {
    background: linear-gradient(transparent 60%, #ffff66 60%);
    font-weight: bold;
    font-size: 1.1em;
}

ins {
    text-decoration: none;
}


li.yoko {
 display: inline;}

/*　授業料表START　*/

table.jugyoryo { 
    border-collapse: collapse;
    width: 80%;
    margin-left: 20px;
}

table.jugyoryo tbody tr{
    border-collapse: collapse;
}

table.jugyoryo tbody tr:last-of-type { 
    background: #ffffb1; 
    border-collapse: collapse;
    padding: 10px; 
    width: 30%;
}

table.jugyoryo tbody tr td{
    border: 1px solid #666;
    border-collapse: collapse;
}

table.jugyoryo tbody tr td:first-child { 
    background: #dcf7f7; 
    border-collapse: collapse;
    font-weight: bold;
    padding: 10px; 
    text-align: center;
    width: 30%;
}

/*　授業料表END　*/


/*　hyou（一番上の行が背景付き＋左のセルが太字）　*/

table.hyou { 
    border-collapse: collapse;
    margin-left: 20px;
    width: 70%;
}

table.hyou tbody tr{
    border-collapse: collapse;
}

table.hyou tbody tr:first-child { 
    background: #dcf7f7; 
    border-collapse: collapse;
    font-weight: bold;
    padding:10px; 
    text-align:center;
    width:30%;
}

table.hyou tbody tr td{
border:1px solid #666;
border-collapse:collapse;
}

table.hyou tbody tr td:first-child { 
border-collapse:collapse;
padding:10px; 
text-align:center;
width:30%;
}

/*　hyou（一番上の行が背景付き＋太字）　*/




/*　hyou2（左のセルが背景色＋太字）　*/

table.hyou2 { 
    border-collapse: collapse;
    margin-left: 20px;
    width: 70%;
}

table.hyou2 tbody tr{
    border-collapse: collapse;
}

table.hyou2 tbody td{
    border: 1px solid #666;
    border-collapse: collapse;
}

table.hyou2 tbody tr td:first-child { 
    background: #dcf7f7; 
    border-collapse: collapse;
    font-weight: bold;
    text-align: center;
    padding: 10px; 
    width: 30%;
}

/*　hyou2（左のセルが背景色＋太字）END　*/



/*　kuchikomi　*/


table.kuchikomi { 
    border-collapse: collapse;
    margin-left: 20px;
    width: 70%;
}

table.kuchikomi tbody tr{
    border-collapse: collapse;
}

table.kuchikomi tbody tr:first-child { 
    background: #dcf7f7; 
    border-collapse: collapse;
    font-weight: bold;
    text-align: center;
    padding: 10px; 
    width: 50%;
}

table.kuchikomi tbody td{
    border: 1px solid #666;
    border-collapse: collapse;
}


/*　kuchikomi　*/


a#logo {
    font-family: 'Noto Sans JP';
    font-size: 40px;
    font-weight: 900;
    color: #00a9b8;
    text-decoration: none;
}




/* シェアボタン　*/

@font-face {
  font-family: 'fontello';
  src: url('https://dl.dropboxusercontent.com/s/f5upgc6jd0owl4g/fontello.eot');
  src: url('https://dl.dropboxusercontent.com/s/f5upgc6jd0owl4g/fontello.eot#iefix') format('embedded-opentype'),
       url('https://dl.dropboxusercontent.com/s/pdaki2hh7iyznir/fontello.woff2') format('woff2'),
       url('https://dl.dropboxusercontent.com/s/gcd6468xkeu4e50/fontello.woff') format('woff'),
       url('https://dl.dropboxusercontent.com/s/4queshzgx36kcse/fontello.ttf') format('truetype'),
       url('https://dl.dropboxusercontent.com/s/9tzn3rbh1fwec8t/fontello.svg#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
 
  font-variant: normal;
  text-transform: none;

  line-height: 1em;
  margin-left: .2em;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
}

.sns{display:-webkit-flex;display:flex;margin:.5em 0 1em 0;}
.sns a{display:block;padding:1em 1.1em 0.95em 1em;line-height:1;color:#fff;font-family:'Montserrat';text-align:center;text-transform:uppercase;transition:0.3s;flex:1 1;}
.sns a:hover{box-shadow:0px 0px 8px rgba(0,0,0,0.2);}
.sns .btn-fb{background:#465f8c;}
.sns .btn-tw{background:#3998d4;}
.sns .btn-po{background:#e35f71;}
.sns .btn-hb{background:#1f93d1;}
.sns .btn-gp{background:#db6d63;}
.sns .btn-li{background:#38ba38;}
.sns .btn-fd{background:#60b375;}
.sns .btn-bl{background:#505050;}
.sns .btn-fb:hover{background:#4267B2;}
.sns .btn-tw:hover{background:#31A3EA;}
.sns .btn-po:hover{background:#F65065;}
.sns .btn-hb:hover{background:#019FF7;}
.sns .btn-gp:hover{background:#DB4437;}
.sns .btn-li:hover{background:#00B900;}
.sns .btn-fd:hover{background:#2BB24C;}
.sns .btn-bl:hover{background:#333333;}
.sns a i{margin:0 0.15em 0 0;}

.icon-twitter:before {
    content: '\e806';
}
.icon-facebook:before {
    content: '\e802';
}

.icon-get-pocket:before {
    content: '\e801';
}

.icon-hatebu:before {
    content: '\e805';
}

.icon-gplus:before {
    content: '\e804';
}

.icon-line:before {
    content: '\e800';
}

@media screen and ( max-width: 700px ) {
.sns{display:-webkit-flex;display:flex;margin:0 0 1em 0;}
.sns a{display:inline-block;width:2.5em;overflow:hidden;line-height:2.5;color:#fff;font-family:'Montserrat';text-transform:uppercase;flex-basis:2.5em;white-space:nowrap;transition:0.3s;padding: 0;margin: auto;}
.sns a i{display:inline-block;width:2.5em;height:2.5em;line-height:2.5em;text-align:center;vertical-align:top;}
.sns a i:before{margin:0 0 0 0;}
.sns a:hover{flex-basis:150px;}
.sns .btn-fb{background:#365899;}
.sns .btn-tw{background:#1b95e0;}
.sns .btn-po{background:#EF4056;}
.sns .btn-hb{background:#008fde;}
.sns .btn-gp{background:#DB4437;}
.sns .btn-li{background:#00B900;}
.sns .btn-fd{background:#2BB24C;}
.sns .btn-bl{background:#333333;}
}

/* シェアボタン終わり　*/


