html{
    height:100%;
}
body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 100%;
    line-height: 1.75;
    letter-spacing:0.8pt;
    margin: 0;
    text-align: center;
    /* background-color: #7fcdba; */
    height:100%;
}
p {
margin:0px;
padding:0px;
}
img {
    border-style:none;
}
table{
    width: 100%;
    border-collapse: collapse;
}
th{
    padding: 6px;
    text-align: center;
    vertical-align: top;
    color: #333;
    background-color: #eee;
    border: 1px solid #b9b9b9;
}
td{
    padding: 6px;
    background-color: #fff;
    border: 1px solid #b9b9b9;
}
h1{
  text-align: center;
  font-size: 1.5em;
}
h1:first-letter {
  margin-right: .1em;
  font-size: 1.5em;
}
/*h2{
    font-size: 80%;
	font-weight:normal;
    margin-top: 0px;
}*/
h2 {
color:#00983C;
text-align: center;
padding: 0.25em;
border-top: solid 2px #00983C;
border-bottom: solid 2px #00983C;
background: -webkit-repeating-linear-gradient(-45deg, #C9FFE0, #C9FFE0 3px,#E5FFF1 3px, #E5FFF1 7px);
background: repeating-linear-gradient(-45deg, #C9FFE0, #C9FFE0 3px,#E5FFF1 3px, #E5FFF1 7px);
}
h3{
	font-weight: normal;
    margin-top: 0px;
	margin-bottom:0px;
}
ul{
    list-style:none;
    padding-left: 0;
}
ruby{
    position:relative;
}
.wsnw { white-space:nowrap; }
/*rb{
  font-size: 1em;
  line-height: 2;
}
rt
{
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  white-space: nowrap;
  font-size: 0.6em;
  text-align: center;
}
rp
{
  display: none;
}*/
#container{
    width: 100%;
    min-width:460px;
    position: relative;
    height:auto !important; /*IE6対策*/
    height: 100%; /*IE6対策*/
    min-height: 100%;
    position:relative;
    margin:0px auto;

	padding-bottom: 60px;
}
#toiawase{
	height: 60px;
	width:100%;
	position:fixed;
	bottom:0;
	background-color:#009E96;
}
#wrap{
	max-width: 100%;
	min-width: 460px;
	margin: 0 auto;
}
#spacer{
    height:20px;
}
#head_line{
	width: 960px;
    height:auto;
    background-color: #009E96;
    color:white;
    margin:0 auto;
}
#head{
    max-width:960px;
    height:auto;
    min-width: 460px;
	line-height: 0px;
    margin:50px auto 0 auto;
}
#foot{
    max-width:100%;
    bottom:0;
    color:white;
    height:auto;
    min-width: 460px;
    margin:0 auto;
    margin-top:20px;
    background-color: #009E96;
    font-size:80%;
}
#foot a{
    color:white;
}
#foot a:link{
    color:white;
}
#foot a:visited{
    color:white;
}
#foot a:hover{
    color:orange;
}
#foot a:active{
    color:red;
}
#contents{
	max-width: 960px;
	min-width: 460px;
	/*background-color: #7fcdba;*/
	text-align: left;
	margin: 0px auto;
}
.voice_img{
	    border: solid 10px #f90;
    box-shadow: 3px 3px 5px 5px rgba(0, 0, 0, 0.3);
}
.col_A{
	width: 28%;
	padding-right:2.5%;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
.col_B{
	width: 28%;
	padding-left: 2.5%;
	padding-right: 2.5%;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
.col_C{
	width: 28%;
	padding-left: 2.5%;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
.colimg{
	width:100%;
}
.col_text{
	color:#000;
}
/* ▽▽ハンバーガーメニュー▽▽
------------------------------------------------------- */
.hm_menu_check {/* チェックボックスを隠す */
  display: none;
}
.hm_wrap {
	display: none;
	position :fixed;
	top :0;
	left :0;
	width :100%;
	padding :10px;
	background :#009E96;
}

.hm_title {/* ハンバーガーメニューオープン時の見出し */
	position: relative;
	color: #fff;
	display: inline-block;
	float: left;
	font-weight: 100;
	line-height: 30px;
	margin: 0 0 0 -webkit-calc(100% - 275px);
	margin: 0 0 0 calc(100% - 275px);
	opacity: 0;
	-webkit-transform: translate3d(0, -15px, 0);
	transform: translate3d(0, -15px, 0);
	-webkit-transition: -webkit-transform 0.6s, opacity 0.5s;
	transition: transform 0.6s, opacity 0.5s;
	z-index: 2;
}

/* ▽▽メニューボタン▽▽ */
.hm_btn {
position: absolute;
top: 10px;
right: 40px;
width: 30px;
height: 30px;
cursor: pointer;
display: block;
float: left;
z-index: 2;
}
.hm_btn::before {
	-webkit-box-shadow: #fff 0 12px 0;
	box-shadow: #fff 0 12px 0;
}
.hm_btn::after {
	bottom: 0;
}
.hm_btn::before,
.hm_btn::after {
	width: 30px;
	height: 6px;
	background: #fff;
	display: block;
	content: '';
	position: absolute;
	-webkit-transition: -webkit-box-shadow 0.2s linear, -webkit-transform 0.2s 0.2s;
	transition: box-shadow 0.2s linear, transform 0.2s 0.2s;
}
/* △△メニューボタン△△ */

.hm_menu_wrap {
	width :300px;
	height :10000px;
	margin-left: -webkit-calc(100% - 300px) ;
	margin-left: calc(100% - 300px) ;
	background: #279E77;
	position: absolute;
	left: 100%;
	top: 0;
	-webkit-transition: left 0.4s;
	transition: left 0.4s;
}

/* ▽▽開閉時のアニメーション▽▽ */
.hm_menu_check:checked ~ .hm_title {
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}
.hm_menu_check:checked ~ .hm_btn::before {
	-webkit-box-shadow: transparent 0 0 0;
	box-shadow: transparent 0 0 0;
	-webkit-transform: rotate(45deg) translate3d(6px, 11px, 0);
	transform: rotate(45deg) translate3d(6px, 11px, 0);
}
.hm_menu_check:checked ~ .hm_btn::after {
	-webkit-transform: rotate(-45deg) translate3d(6px, -11px, 0);
	transform: rotate(-45deg) translate3d(6px, -11px, 0);
}
.hm_menu_check:checked ~ .hm_menu_wrap {
	left: 0;
}

/* △△開閉時のアニメーション△△ */

/* ▽▽メニュー内のリストスタイル▽▽ */
.hm_list {
	list-style-type: none;
	margin: 50px 0 0;
	padding: 0;
}
.hm_list li a {
	color: #fff;
	display: block;
	overflow: hidden;
	padding: 8px 22px;
	position: relative;
	text-decoration: none;
	z-index: 1;
}
.hm_list li a::before {/* aタグマウスオーバー時の背景 */
	background: #67C09E;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 100%;
	left: 0;
	-webkit-transition: bottom 0.4s;
	transition: bottom 0.4s;
	z-index: -1;
}

.hm_list li a:hover::before {
	bottom: 0;
}
.hm_list li a:hover::after {
	opacity: 0.5;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
/* メニュー内のリストスタイル△△ */
@media(max-width: 960px) {
	#menu{
		display: none;
	}
	.hm_wrap{
		display: inline-block;
	}
	#head{
		    margin:50px auto 0 auto;
	}
}
/* △△ハンバーガーメニュー△△
------------------------------------------------------- */
#menu{
	position :fixed;
	top :0;
	left :0;
    width:100%;
	height: 51px;
    background-color:#009E96;
    margin:0 auto;

}
#menu ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}  
  
#menu li{
	display: inline-block;
	height: 51px;
  /*float: right;*/  
  margin: 0;
  padding: 0;

}  
  
#menu a{ 
	height: 35px;
	color:white;
  text-align: center;
  display:block;  
  padding: 0.5em 0;  
  width: 100%;  
  background-color:#009E96;  
	text-decoration: none;
 display: table-cell; /* IE8から使用可能 */
 vertical-align: middle;
}  
#menu a:hover{  
  background-color: orange;    
}
.top{
    width:100%;
    height:30px;
    margin-top: 10px;
    /*background-color: #7fcdba;*/
}
.top-l{
    width:30px;
    height:30px;
    background-image: url(img/kado1.png);
    float: left;
}
.top-c{
    width:auto;
    margin-left:30px;
    margin-right:30px;
    height:30px;
    background-color: white;
}
.top-r{
    width:30px;
    height:30px;
    background-image: url(img/kado2.png);
    float: right;
}
.bottom{
    width:100%;
    height:30px;
    /*background-color: #7fcdba;*/
}
.bottom-l{
    width:30px;
    height:30px;
    background-image: url(img/kado3.png);
    float: left;    
}
.bottom-r{
    width:30px;
    height:30px;
    background-image: url(img/kado4.png);
    float: right;
}
.box2 {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    color: #6091d3;/*文字色*/
    background: #FFF;
    border: solid 3px #6091d3;/*線*/
    border-radius: 10px;/*角の丸み*/
	max-width:500px;
	margin-left:auto;
	margin-right:auto;
}
.box2 p {
    margin: 0; 
    padding: 0;
}
.box27 {
	width:78%;
    position: relative;
	z-index: -1;
    margin: 3em 0;
    padding: 0.5em 1em;
    border: solid 3px #62c1ce;
	margin-left:auto;
	margin-right:auto;
}
.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #62c1ce;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box27 p {
    margin: 0; 
    padding: 0;
}
.box17{
	max-width:700px;
    margin:2em 0;
    position: relative;
    padding: 0.5em 1.5em;
    border-top: solid 2px black;
    border-bottom: solid 2px black;
	text-align: center;
	margin-left: auto;
	margin-right:auto;
	font-size:23px;
}
.box17:before, .box17:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: black;
}
.box17:before {left: 10px;}
.box17:after {right: 10px;}
.box17 p {
    margin: 0; 
    padding: 0;
}
.main{
	max-width: 960px;
	min-width: 460px;
	height: auto;
}
.main_con{
	padding-top: 10px;
	padding-bottom: 40px;
    margin-left: 10px;
    margin-right: 10px;
}
.menuT{
    height:17px;
    background-image: url(img/menuT.png);
    background-size:300px;
}
.menuM{
    background-image: url(img/menuM.png);   
    background-size:300px;
}
.menuB{
    height:17px;
    background-image: url(img/menuB.png);    
    background-size:300px;
}
.menubox{
    margin-left: 15px;
    width:300px;
    float:left;

}
.menuwrap{

}
.kaijyo{
    clear:both;
}
.mark{
    position: relative;
    left:15px;
    bottom:-5px;
}
#sentence_head{
    max-width:960px;
	background-color:#CDFFDD;
	overflow: hidden;
	margin: 0 auto;
}
#sentence_head1{
    width:65%;
    margin:0 auto;
	float: left;
	box-sizing:border-box;
    padding-top: 20px;
    padding-bottom: 20px;
	padding-left: 40px;
	padding-right: 20px;
	white-space:nowrap;
}
#sentence_head2{
    width:35%;
    margin:0 auto;
	float: left;
	box-sizing:border-box;
    padding-top: 20px;
    padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 40px;
	white-space:nowrap;
}
#sentence_head3{
    #width:100%;
    margin:0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	white-space:nowrap;
}
.sentence{
    max-width:960px;
    margin:0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
	padding-left:10px;
	padding-right:10px;
}
.sentence_A1{
    width:40%;
    margin:0 auto;
	float: left;
	box-sizing:border-box;
	padding-left: 20px;
	padding-right: 20px;
}
.sentence_A2{
    width:60%;
    margin:0 auto;
	float: left;
	box-sizing:border-box;
	padding-left: 20px;
	padding-right: 40px;
}
.sentence_B1{
    width:60%;
    margin:0 auto;
	float: left;
	box-sizing:border-box;
	padding-left: 40px;
	padding-right: 20px;
}
.sentence_B2{
    width:40%;
    margin:0 auto;
	float:right;
	box-sizing:border-box;
	padding-left: 20px;
	padding-right: 20px;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-wrapper {
    width: 640px;
    max-width: 100%;
    padding-top: 15px;
    padding-bottom: 50px;
}
.flex-direction-nav a:before {
  font-size: 30px;
}
.flexslider{
    border: 0;
}


.line_bt{
    background-color:#5ae628;
    background-image: url(img/line_bt.png);
}
.twitter_bt{
    background-color: #00aced;
    background-image: url(img/twitter_bt.png);
}
.fb_bt{
    background-color: #305097;
    background-image: url(img/fb_bt.png);
}
.hatena_bt{
    background-color: #008fde;
    background-image: url(img/hatena_bt.png);
}
.mini_share_bt{
    width:40px;
    height:40px;
    background-size: 40px;
}
.mline_bt{
    background-color:#5ae628;
    background-image: url(img/line_bt.png);
}
.mtwitter_bt{
    background-color: #00aced;
    background-image: url(img/twitter_bt.png);
}
.mfb_bt{
    background-color: #305097;
    background-image: url(img/fb_bt.png);
}
.mgoogle_bt{
    background-color: #dd4b39;
    background-image: url(img/google_bt.png);
}
.mhatena_bt{
    background-color: #008fde;
    background-image: url(img/hatena_bt.png);
}
.goods{
    font-size:0.9em;
}
h3{
    /*padding-top:40px;*/
    padding-bottom: 0px;
    margin-bottom: 5px;
}
.accordion {
  min-width: 300px;
  margin: 0 auto;
  padding: 0;
}
.accordion .ac-content {
  margin: 0;
  padding: 0;
}
.accordion input {
  display: none;
}
.accordion label {
  display: block;
  cursor: pointer;
  padding: 10px;
    background: #f4f4f4;
    border-left: solid 6px #5bb7ae;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33);
  /*border-bottom: 3px solid #fff;*/
	margin-bottom: 5px;
  box-sizing: border-box;
}
.accordion label:hover {
  background: #ccc;
}
.accordion .ac-cont {
  transition: 0.2s;
  height: 0;
  overflow: hidden;
  padding: 0 10px;
  box-sizing: border-box;
	margin-bottom: 5px;
}
.accordion input:checked + .ac-cont {
  height: auto;
  padding: 10px;
  box-sizing: border-box;
}
.org_wrap{
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
	max-width: 960px;
}
.org_con{
	width:205px;
	height:320px;
	margin:10px;
	display:inline-block;
	vertical-align: top;
	background-color:#00A0E9;
	color: white;
}
.org_text{
	text-align: left;
	font-size:98%;
	padding-left:10px;
	padding-right:10px;
}

@media(max-width: 650px) {
	#sentence_head1{
	  width: 100%;
	  float: none;
	}
	#sentence_head2{
		width: 100%;
		padding-left: 40px;
		float: none;
	}
	.sentence_A1{
	  width: 100%;
	  float: none;
	}
	.sentence_A2{
		width: 100%;
		padding-left: 20px;
		float: none;
	}
	.sentence_B1{
	  width: 100%;
		padding-left: 20px;
	  float: none;
	}
	.sentence_B2{
		width: 100%;
		float: none;
	}
.col_A{
	width: 100%;
	height: 100%;
	padding-right: 0;
	padding-top:40px;
	vertical-align: top;
	text-align: left;
}
.col_B{
	width: 100%;
	height:100%;
	padding-left: 0;
	padding-right: 0;
	padding-top:40px;
	vertical-align: top;
	text-align: left;
}
.col_C{
	width: 100%;
	height: 100%;
	padding-left: 0;
	padding-top:40px;
	vertical-align: top;
	text-align: left;
}
	.colimg{
		width:180px;
		float:left;
	}
	.col_text{
		width:calc(100% - 200px);
		margin-left:20px;
		float:left;
	}
}