@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.2
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*------トリートメント上----*/

.o_form {}
.o_form dl {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.o_form dt {
	width: 20%;
	background: #d0ffff;
	text-align: center;
}
.o_form dd {
	width: 75%;
}
.o_form dl p {
	margin: 0 !important;
}


.box_center {
	text-align: center;
	margin-bottom: 80px;
}


.box_point_mail {
    margin: 1em 1em 80px 1em;
    padding: 1.5em;
    border: 3px solid #0099cc;
    border-radius: 8px;
	text-align: left;
}
.box_point_mail span {color: #cc3333;}
.box_point_mail p {margin: 0 !important;}


.o_form_tbale {
width: 100%;
border: 1px #fff solid;
border-collapse: collapse;
}

.o_form_tbale td {
border: 5px #fff solid;
padding: 10px 10px;
}

.o_form_tbale th {
border: 5px #fff solid;
padding: 10px 10px;
	background: #d0ffff;
vertical-align: middle;
}
.o_form_tbale th p,
.o_form_tbale td p {margin: 0!important;}
.o_form_tbale tr:nth-of-type(2n+1) {background: none !important;}
.wpcf7-list-item {display: block;}
.email_confirm {margin-top: 10px;}


/** コンテンツ青枠 **/
.box_point_001 {
    position: relative;
    margin: 1em 1em 80px 1em;
    padding: 1.5em;
    border: 3px solid #0099cc;
    border-radius: 8px;
}
.box_point_001 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: none 0% 0% / auto auto repeat scroll padding-box border-box #ffffff;
    color: #0099cc;
    font-weight: bold;
}

.y_3b {
	display: flex;
	margin-bottom: 80px;
}
.y_3b div {
	width: 33%;
	text-align: center;
}

.img_right {
    padding: 0px 5px 20px 0px;
    float: right;
    margin-left: 30px;
    margin-top: 5px;
}
.img_left {
    padding: 0px 30px 20px 0px;
    float: left;
    margin-left: 5px;
}

.o_top_news {
	width: 100%;
	height: 250px;
	overflow-y: scroll;
}

.top_news_table {}
.top_news_table tr:nth-of-type(2n+1) {background: none !important;}
.top_news_table td {border: none !important;}


.top_newpost {list-style: none; padding: 0 !important;}



/** パネル：移植 **/
#panel > dt{
  border-bottom: solid 1px white;
  background-color: #00BCD4;
  color: white;
  cursor: pointer;
  padding: 10px;
  font-weight : normal;
font-size : 18px;
}
 
#panel > dd{
  border: solid 1px Silver;
  margin: 0px;
  padding: 10px;
font-size : 14px;
line-height : 140%;
overflow: hidden;
}


.top_blog_link {
	width: 100%;
	max-width: 500px;
	height: 60px;
	line-height: 60px;
	position: relative;
	display:block;
	font-weight: bold;
	color: #fff;
	border-radius: 0.2em;
	border: none;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .09);
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	text-align: center;
	text-decoration: none;
	font-size: 90%;
	background: #5EA9DD;
	box-shadow: 0 4px 0 rgba(64, 139, 221, 1);
	margin: 0 auto;
}
.top_blog_link:hover {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
	box-shadow: none;
	color: #fff;
}



.o_flexslider {
	width: 100%;
	max-width: 860px;
	margin: 30px auto;
}
.o_flexslider ul {
	margin: 0 !important;
	padding: 0 !important;
}

.slick01 .slick-arrow {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  z-index: 1;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
.slick01 .slick-arrow::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #09000d;
  border-width: 3px 3px 0 0;
  position: absolute;
top: 8px;
  transform: rotate(45deg);
}
.slick01 .slick-next {
  right: 0;
}
.slick01 .slick-prev {
  left: 0;
}
.slick01 .slick-next::before {
  left: 5px;
}
.slick01 .slick-prev::before {
  border-width: 0 0 3px 3px;
  right: 4px;
}




.search-menu-button.menu-button,
.navi-menu-button.menu-button{
	background-color: #1e7cd1;
	color: #FFFFFF;
}
.logo-menu-button.menu-button{
	background-color: #1e7cd1;
}


@media screen and (max-width: 799px) {
.s_table {
overflow: auto; /* 横スクロールバーを表示 */
}
}

.menu-drawer li li a {font-weight: normal;}
.menu-drawer li a {font-weight: bold;}

.navi-menu-content a {color: #fff;}
.navi-menu-content {background: #1e73be;}


@media screen and (max-width: 799px) {
.img_right,
.img_left {
	display: block;
    padding: 0;
    float: none;
margin: 0 auto 20px auto;
}
}

.o_c_footer {
	background: #1e73be;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 10px;
}
.o_c_footer iframe {margin-right: 20px;}
@media screen and (max-width: 799px) {
.o_c_footer {
	display: block;
	text-align: center;
}
.o_c_footer iframe {
	margin:0 auto 20px auto;
}
.o_c_footer img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
	width /***/:auto;
}
}

.jyugyouryou_table table {
	width: 800px !important;
	max-width: 800px !important;
}
.jyugyouryou_table table td {width: 264px !important; word-wrap: break-word;}

.copyright {font-size: 80% !important;}


#pager-post-navi figure {display: none;}

