@charset "UTF-8";
/*
Theme Name: ゲノム編集育種を考えるネットワーク
Theme URI: https://genome.t-pirc.tsukuba.ac.jp/
Description: ゲノム編集育種を考えるネットワーク
Author: AthreeLaugh
Author URI: http://athreelaugh.co.jp/
Version: 0.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* =Reset default browser CSS. Based on work by Eric Meyer.-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
font-size:62.5%;
	-webkit-text-size-adjust:100%;
	-moz-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
	-o-text-size-adjust:100%;
width:100%;
height:100%;
}
body {
	line-height: 1;
	height: 100%;
	width: 100%;
	position:relative;
	-webkit-text-size-adjust:100%;
	-moz-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
	-o-text-size-adjust:100%;
	text-size-adjust:100%;
-webkit-font-smoothing:antialiased;
/*-moz-font-smoothing:antialiased;
-ms-font-smoothing:antialiased;
-o-font-smoothing:antialiased;*/
font-smoothing:antialiased;
font-feature-settings : "palt"1;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}

blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* img markup -------------------------------------------------------------------------------------------------------*/
img {
	border: none;
	object-fit: cover;
}
/*ie,edge用*/
.object-fit-img {
	object-fit: cover;
	font-family: 'object-fit: cover;'
}
img:hover{
	opacity: 1;
	transition:0.3s ease-in-out;
	-moz-transition:0.3s ease-in-out;
	-webkit-transition:0.3s ease-in-out;
	-ms-transition:0.3s ease-in-out;
	-o-transition:0.3s ease-in-out;
}
img:hover{opacity: 0.5;
	transition:0.3s ease-in-out;
	-moz-transition:0.3s ease-in-out;
	-webkit-transition:0.3s ease-in-out;
	-ms-transition:0.3s ease-in-out;
	-o-transition:0.3s ease-in-out;
}

.page img:hover{
	opacity: 1.0;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

span.red{color: #f15a24;}

#content p.anno{font-size: 13px; font-size: 1.3rem;}
#content p{
    font-size: 14px;
    font-size: 1.4rem;
    text-align: justify;
    text-justify: inter-ideograph;
    letter-spacing: 1px;
}

.anno{
    display: block;
    clear: both;
    font-weight: normal !important;
    font-size: 13px;
    font-size: 1.3rem;
}

.pc {display:block;}
.tb {display:none;}
.sp {display:none;}
.br-sp{display: none;}
.br-pc{display: block;}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

article,
section{
	display: block;
	}

.section,
.article{
	margin-bottom: 5.0em;
	display: block;
    overflow: hidden;
    }

#container {
	float: left;
	margin: 0 -240px 0 0;
	width: 100%;
	margin-bottom: 0;
	}
#content {
	margin: 0 282px 0 0;
	}
.home #content{
	margin: 0 0 0 0;
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 220px;
	}
#secondary {
	clear: right;
	}
#footer {
	clear: both;
	width: 100%;
	}

.404{
	text-align: center;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 100%;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body {
	font-family:Helvetica,'YuGothic', 'Yu Gothic', '游ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'MS PGothic', 'ＭＳ Ｐゴシック', Arial, sans-serif;
	
}

@font-face {
font-family: 'FontAwesome';
src: url('fonts/fontawesome-webfont.eot?v=4.3.0');
src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'),
	url('fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), 
	url('fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), 
	url('fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}



/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
.inner {
	margin: 0 auto;
	width: 940px;
	padding: 0 20px;
	display: block;
	clear: both;
	position: relative;
}

.inner:after{content:""; overflow: hidden; clear: both; visibility: hidden; height: 0; display: block;}

.w740{
	margin: 0 auto;
	width: 740px;
	padding: 0 20px;
	display: block;
	clear: both;
	position: relative;
}

.w780{
	margin: 0 auto;
	width: 780px;
	padding: 0 20px;
	display: block;
	clear: both;
	position: relative;
}

/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: url(images/bg.png) no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    position: relative;
    z-index: 0;
    text-align: center;
}
body,
input,
textarea {
	color: #333;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 24px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 1.8em;
}
ul {
	list-style: none;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
}
cite,
i {}

b{font-weight: bold;}

em{
	font-style: normal;
	color: #f15a24;
	font-size: 12px;
	font-size: 1.2rem;
	float: right;
	margin-top: 2px;
}

big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	overflow: auto;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: smaller;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
textarea {
	background: #f6f6f6;
	border: none;
	/*box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);*/
}

a,
a:link,
a:visited,
a:hover,
a:active {
color:#1a0dab;
text-decoration:none;
	-webkit-transition:0.3s ease-in-out;
	-ms-transition:0.3s ease-in-out;
	-ms-transition:0.3s ease-in-out;
	-o-transition:0.3s ease-in-out;
	transition:0.3s ease-in-out;
}

a:hover {color: #f15a24;}

::selection{
background:#dcf1c5;
}
::-moz-selection{
background:#dcf1c5;
}

.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px;}
.mb40{margin-bottom: 40px;}
.mb50{margin-bottom: 50px;}
.mb60{margin-bottom: 60px;}
.mb70{margin-bottom: 70px;}
.mb80{margin-bottom: 80px;}
.mb90{margin-bottom: 90px;}
.mb100{margin-bottom: 100px;}


/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	position: absolute !important;
	height: 1px;
	width: 1px;
}

/*404
----------------------------*/
.error404{
	text-align: center;
}

#content .error404 .entry-title{
	margin-top: 80px;
	margin-bottom: 20px;
}

#content .error404 .entry-content{
	margin-bottom: 80px;
}

/* =Header
-------------------------------------------------------------- */

#header {
}

#site-description {
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 20px;
	line-height: 24px;
	text-align: center;
	background: #009245;
	margin-bottom: 130px;
}

#site-title {
    text-align: center;
	margin-bottom: 30px;
}

#site-title a {
    color: #009245;
    font-size: 34px;
    font-size: 3.4rem;
    line-height: 1.5;
        font-feature-settings : "palt" 1;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

#site-title a span.title_e{
    display: block;
    font-size: 21px;
    font-size: 2.1rem;
    color: #39b54a;
    font-weight: bold;
}

#h_link{
	float: right;
}

#h_link li{
	float: left;
	margin-left: 20px;
}



/* =Menu
-------------------------------------------------------------- */

#access {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 70px;
}
#access .menu-header,
div.menu {
	font-size: 15px;
	width: 940px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
	width: 100%;
	display: table;
}
#access .menu-header li,
div.menu li {
	width : -webkit-calc(100% / 6) ;
	width : calc(100% / 6) ;
	border-left: 1px solid #009245;
	display: table-cell;
	vertical-align: middle;
}

#access .menu-header li:last-child,
div.menu li:last-child{
	border-right: 1px solid #009245;
}

#access a {
    text-align: center;
 	color: #333;
	display: block;
	line-height: 24px;
	text-decoration: none;
	font-size: 16px;
	font-size: 1.6rem;
	background: #bde491;
	padding: 14px 0;
	font-weight: bold;
	line-height: 1.5;
	    font-feature-settings : "palt" 1;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

#access a span{
    display: block;
    color: #009245;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: normal;
}


#access li:hover > a,
#access ul ul :hover > a{
	color: #f15a24;
}
#access ul li:hover > ul {
	display: block;
}
#access a:hover{
    background: #96d450;
}
/*#access ul li.current_page_item > a,
#access ul li.current_page_ancestor > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a,
#access ul li.current-menu-item > a span,
#access ul li.current-menu-parent > a span {
	color: #fff;
	background: #009245;
}
* html #access ul li.current_page_item a,
* html #access ul li.current_page_ancestor a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}*/



/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
	padding: 40px 0 0 0;
}
#content {
	margin-bottom: 100px;
	overflow: hidden;
}

#content,
#content input,
#content textarea {
	color: #333;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 2.0em;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 14px;
	line-height: 1.8;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #333;
	font-weight: normal;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #333;
	line-height: 1.8;
	margin: 0 0 20px 0;
	box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-o-box-sizing:border-box;
    font-feature-settings : "palt" 1;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

#content table {
	border: 1px solid #bde491;
	text-align: left;
	width: 100%;
	box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-o-box-sizing:border-box;
}
#content tr th{
	border-right: 1px solid #bde491;
	border-bottom: 1px solid #bde491;
	color: #333;
	font-size: 14px;
	font-size: 14px;
	line-height: 1.8;
	padding: 10px 20px;
	vertical-align: middle;
	background: #dcf1c5;
	text-align: center;
}

#content #p_contact tr th{
    text-align: left;
}
#content .p_link tr th{
    width: 180px;
}
#content tr td {
	border-right: 1px solid #bde491;
	border-bottom: 1px solid #bde491;
	padding: 10px 20px;
	vertical-align: middle;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 48px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
	text-align: left;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #777;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #f15a24;
}
#content .entry-title {
	color: #333;
	font-size: 21px;
	line-height: 1.3em;
	margin-bottom: 0;
}

#content h3.entry-title,
h3.entry-title{
    text-align: center;
    font-size: 21px;
    font-size: 2.1rem;
    color: #009245;
    border-top: 2px solid #bde491;
    border-bottom: 2px solid #bde491;
    margin-bottom: 50px;
    padding: 20px 0;
}

.single #content h3.entry-title,
.category #content h3.entry-title{
    font-size: 18px;
    font-size: 1.8rem; 
    text-align: left;
    margin-bottom: 10px;
    border-left: 5px solid #009245;
    padding-left: 15px;
    line-height: 1.6;
    letter-spacing: 1px;
}


.entry-title a:link,
.entry-title a:visited {
	color: #009245;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #f15a24;
}
.entry-meta {
	color: #777;
	font-size: 12px;
	margin-bottom: 30px;
}


.single .entry-content a:link{
    text-decoration: underline;
}


span.meta-prep.meta-prep-author,
span.meta-sep,
span.author.vcard,
.entry-utility {
    display: none;
}

.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	text-align: left;
}
.entry-content .more-link {
	white-space: nowrap;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
	text-align: left;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #333;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 0 0;
	padding: 7px 10px;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #333;
	font-size: 14px;
}
.entry-content select {
	margin: 0 0 0 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #333;
	font-weight: bold;
	line-height: 48px;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #f15a24;
}
body.page .edit-link {
	clear: both;
	display: block;
	text-align: left;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #333;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #333;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #777;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #777;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #f15a24;
}
#content .video-player {
	padding: 0;
}
.format-standard .wp-video,
.format-standard .wp-audio-shortcode,
.format-audio .wp-audio-shortcode,
.format-standard .video-player {
	margin-bottom: 24px;
}

span.author{display: none;}

/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-container img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
	max-width: 622px; /* caption width - 10px */
}
.wp-caption p.wp-caption-text {
	color: #777;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #777;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #333;
	font-size: 12px;
	font-size: 1.2rem;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #333;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #f15a24;
}
.nav-previous {
	float: left;
}
.nav-next {
	float: right;
	text-align: right;
}

.nav-next a,
.nav-previous a{
	background: #96d450;
	color: #fff !important;
	padding: 8px 12px;
	display: block;
	border-radius: 5px;
	font-weight: bold;
}

.nav-next a:after{
	font-family: 'FontAwesome';
	content:"\f0da";
	display: inline-block;
	margin: 0 0 0 0.5em;
}

.nav-previous a:before{
	font-family: 'FontAwesome';
	content:"\f0d9";
	display: inline-block;
	margin: 0 0.5em 0 0;
}

#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: 60px 0 30px 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #333;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #333;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #777;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #f15a24;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #777;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #f15a24;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #777;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type="submit"] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #f15a24;
	font-weight: bold;
}
#respond label {
	color: #777;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #777;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin: 0 0 18px 0;
}
.widget-container .wp-caption img {
	margin: auto;
}
.widget-title {
	color: #009245;
	font-weight: bold;
	background: #dcf1c5;
	padding: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: left;
}
.widget-area a:link,
.widget-area a:visited {
    color: #49ac35;
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: none;
	color: #f15a24;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #333;
}
.widget_rss a.rsswidget:hover {
	color: #f15a24;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 0 0 0;
}
#main .widget-area ul ul {
	border: none;
	padding: 0;
	margin-bottom: 30px;
}

#main .widget-area ul ul li{
	margin-bottom: 5px;
	border-bottom: 1px dotted #cbcbcb;
	text-align: left;
	padding-bottom: 8px;
}
#primary {
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
    
}

#footer-widget-area ul li ul{
	list-style: none;
	margin: 0;
	width: 100%;
	display: table;    
}

#footer-widget-area ul li ul li{
	width : -webkit-calc(100% / 4) ;
	width : calc(100% / 4) ;
	border-left: 1px solid #009245;
	display: table-cell;
	vertical-align: middle;
}

#footer-widget-area ul li ul li:last-child{
    border-right: 1px solid #009245;
}

#footer-widget-area ul li ul li a{
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    color: #333;
}

#footer-widget-area ul li ul li a:hover{
    color: #f15a24;
}

#footer-widget-area ul li ul li span{
    display: block;
    color: #71b057;
    font-size: 13px;
    font-size: 1.3rem;
}


/*pager
----------------------------*/
.wp-pagenavi{
	display: block;
	clear: both;
	text-align: center;
	margin-bottom: 100px;
}

.page-numbers{
	background: #96d450;
	padding: 6px 10px;
	margin: 0 4px;
	color: #fff;
}

.current{
	background: #009245;
}

.next{
	background: none;
}

a.page-numbers{
	color: #fff;
}

a.next{
	color: #333;
}

.wp-pagenavi a:hover{
	color: #f15a24;
}

/* =Pagetop
-------------------------------------------------------------- */
#pagetop {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: all .5s;
    transition: all .5s
}

#pagetop a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    font-size: 0;
    text-align: center;
    text-decoration: none;
    transition: all 2s ease;
    -webkit-transition: all 2s ease;
}

#pagetop.show {
    z-index: 50;
    opacity: 1;
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0)
}

/* =Footer
-------------------------------------------------------------- */
.toTop {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    margin-bottom: 60px;
    margin-top: 80px;
}


#footer {
	overflow: hidden;
	display: block;
}

#colophon {
    border-top: 1px solid #009245;
	padding: 40px 0 30px 0;
}

#site-info {
	width: 240px;
	height: 116px;
	display: block;
	clear: both;
	margin: 0 auto;
	margin-bottom: 30px;
}

#site-info a {
	background: url(images/f_logo.png) 0 0 no-repeat;
	background-size: cover;
	width: 240px;
	height: 116px;
	display: block;
	text-indent: -9999px;
}

p.add{
	margin-bottom: 10px;
}

#site-generator {
	background: #009245;
	line-height: 30px;
	color: #fff;
	font-size: 11px;
	font-size: 1.1rem;
}

#site-generator a{color: #fff;}
#site-generator a:hover {color: #f15a24;}

.f_add{
    text-align: center;
}


.copyright{
    text-align: center;
}

.f_img{
    line-height: 0;
}

.f_contact{
    background: url(images/f_c_bg.png) no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 240px;
    position: relative;
    z-index: 0;
    text-align: center;
    padding-top: 84px;
    box-sizing:border-box;
    	-webkit-box-sizing:border-box;
    	-moz-box-sizing:border-box;
    	-ms-box-sizing:border-box;
    	-o-box-sizing:border-box;
    margin-bottom: 18px;
}

.f_contact h3 a{
    background: #009245;
    font-size: 21px;
    font-size: 2.1rem;
    padding: 10px;
    color: #fff;
    letter-spacing: 3px;
    padding: 24px 0;
    display: block;
    width: 40%;
    margin: 0 auto;
    border-radius: 8px;
}

.f_contact h3 a:hover{
    background: #f15a24;
}

/* =Slider
-------------------------------------------------------------- */
#slider {
	position: relative;
	height:400px;
	width:100%;
	overflow: hidden;
	margin-bottom: 40px;
}
.slide-wrap {
	width:6580px;
	height:360px;
	position:absolute;
	left:50%;
	margin-left:-3290px;
}
.bx-wrapper {width:100%; max-width:100% !important;}
#slider li {
	width: 940px;
	float: left;
	height: 360px;
	margin-top: 0px;
	padding: 0;
	z-index:100;
}
/* コントローラー */
.bx-controls {
	position:absolute;
	width:940px;
	top:0;
	left:50%;
	margin-left:0;
}
.bx-controls-direction a {
position:absolute;
width:100%;
height:360px;
top:0;
display:block;
color:transparent;
background: rgba(255,255,255,0.5);
}

.bx-controls-direction a:hover {background-color:rgba(255,255,255,0.5); }

a.bx-prev {left:-1410px;}
a.bx-next {right:-470px; }

a.bx-prev:before {content:"test"; position:absolute; width:50px; height:78px; display:inline-block; background:url(images/arrow_left.png); background-size: cover; top:50%; margin-top: -39px; right: 60px; z-index: 100;}
a.bx-prev:before:hover {opacity:1;} 
a.bx-next:before {content:"test"; position:absolute; width:50px; height:78px; display:inline-block; background:url(images/arrow_right.png); background-size: cover; top:50%; margin-top: -39px; left: 60px; z-index: 100;}
a.bx-next:before:hover {opacity:1;}

/* PAGER top
-------------------------------------------------------------- */
.bx-pager{
position: absolute;
    top: 350px;
    width: 940px;
    left: -470px;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}



/* News &  single
-------------------------------------------------------------- */
.fb_event{
    overflow: hidden;
    margin-bottom: 20px;
}

.f_news_l,
.f_news_r{
    width: 47%;
	margin-right: 6%;
	float: left;
}

.f_news_r{
    float: right;
    margin-right: 0;
}

.f_news{
	margin-bottom: 30px;
	display: block;
	overflow: hidden;
}

.f_news li.news,
.f_news li.news-en,
.f_news li.event,
.f_news li.event-en{
	float: left;
	width: 30%;
	background: #C0AC49;
	padding: 5px 10px;
	box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-o-box-sizing:border-box;
	text-align: center;
	color: #fff;
}


#content .f_news ul{
    border-bottom: 1px dotted #cbcbcb;
    overflow: hidden;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

#content .f_news ul:nth-child(3n){margin-right: 0;}

#content .news-img{
	line-height: 0;
}

.entry-date{
	font-size: 14px;
	font-size: 1.4rem;
	color: #333;
}

.date {
    color: #333;
    float: left;
    text-align: left;
    margin-right: 10px;
    margin-top: -1px;
}

.single .date{
	margin-bottom: 40px;
}

.f_news .blog-title{
    text-align: justify;
    text-justify: inter-ideograph;
    float: right;
    width: 350px;
}

.f_news .blog-title a,
.p_news .blog-title a{
	color: #009245;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 1px;
}

.f_news .blog-title a:hover,
.p_news .blog-title a:hover{
    color: #f15a24;
}

.single #content p{
	font-size: 14px;
	font-size: 1.4rem;
	text-align: justify;
}

#content .p_news ul{
	width: 100%;
	float: none;
	height: auto;
	margin-right: 0%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	vertical-align: top;
	box-sizing: border-box;
	overflow: hidden;
    padding-bottom: 0;
    border-bottom: 1px dotted #cbcbcb;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.p_news .date{
    margin-right: 6px;
    line-height: 32px;
}

.caname{
    float: left;
    background: #009245;
    color: #fff;
    padding: 4px 6px;
    width: 54px;
    text-align: center;
    margin-right: 10px;
    font-size: 13px;
    font-size: 1.3rem;
}

.p_news .blog-title{
    float: none;
    width: 500px;
    margin-left: 160px;
    line-height: 32px;
}

.blog img:hover{
	opacity: 1.0;
}

.news-more a{color: #f15a24; font-weight: bold;}

.single #content img{
	margin-bottom: 20px;
}
.single img:hover{
	opacity: 1.0;
}

#content .single-title{
	border-top:1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px 0 10px 5px;
	margin-bottom: 10px;
}

.more{
	display: block;
	clear: both;
	width: 50%;
	margin: 0 auto;
	margin-bottom: 40px;
}

.more a{
    font-size: 16px;
    font-size: 1.6rem;
    color: #009245;
    background: #bde491;
    padding: 10px 50px;
    border-radius: 8px;
    display: block;
}

.more a:after{
    font-family: 'FontAwesome';
    content:"\f138";
    display: inline-block;
    margin-left: 10px;
    font-size: 14px;
    font-size: 1.4rem;
}

.more a:hover{
    background: #f15a24;
    color: #fff;
}

/* =contactform7
-------------------------------------------------------------- */
#p_contact{
	width: 620px;
	display: block;
	margin: 0 auto;
}

#content .p_contact p{
    text-align: center;
    font-size: 15px;
    font-size: 1.5rem;
}

#content #p_contact h4{
    text-align: center;
    font-weight: bold;
    color: #F15A24;
    font-size: 18px;
    font-size: 1.8rem;
}

.opinion{
    border: 1px solid #F15A24;
    padding: 12px 20px;
    text-align: center;
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 20px;
    display: none;
}

.opinion span{
    font-weight: bold;
    color: #F15A24;
}

.opinion a{
    text-decoration: underline;
}

.committee{
    border: 1px solid #bde491;
    padding: 12px 20px;
    text-align: center;
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 20px;   
}

.committee span{
    font-weight: bold;
    color: #009245;
}

#content p.gray{
    font-size: 13px;
    font-size: 1.3rem;
}

#content table.contact{
	margin-bottom: 20px;
}

#content table.contact tr th{
	width: 36%;
}

#content table.contact tr th,
#content table.contact tr td{
	padding: 12px 20px;
}

.entry-content .wpcf7 input{
	width: 100%;
	box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-o-box-sizing:border-box;
}

#content td.form_1 input{
    width: 24px;
}

#content td.form_2 .wpcf7-list-item-label,
#content td.form_4 .wpcf7-list-item-label{
    margin-right: 20px;
}

#content td.form_3 span{
    margin-bottom: 10px;
    display: block;
}

#content td.form_1 .wpcf7-list-item-label{
    margin-right: 20px;
}

#content td.form_1 span,
#content td.form_2 span,
#content td.form_4 span{
    font-weight: bold;
}

#content td.form_2 span.orange{
    color: #F15A24;
    margin-bottom: 10px;
    display: block;
}


textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    box-sizing:border-box;
    	-webkit-box-sizing:border-box;
    	-moz-box-sizing:border-box;
    	-ms-box-sizing:border-box;
    	-o-box-sizing:border-box;
    padding: 10px;
}

.center{
	text-align: center;
}

/* 送信ボタン */
#content input[type="submit"] {
    color: #fff;
    font-size: 17px;
    font-size: 1.7rem;
    -webkit-appearance: none;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    width: 50%;
    margin: 0 auto;
    background: #f15a24;
    cursor: pointer;
    font-weight: bold;
}

/* 送信ボタン - マウスオーバー時 */
#content input[type="submit"]:hover {
    background: #c6000b;
    transition: .4s;
}

/* 送信ボタン - 押せないとき */
#content input[type="submit"][disabled] {
    background: #e6e6e6;
    cursor: default;
}

.entry-content .wpcf7 input[type="checkbox"] {
    width: 17px;
    height: 17px;
    border: 1px solid #3c3c3c;
    border-radius: 4px;
    background: transparent;
    opacity: 0.8;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.entry-content .wpcf7 input[type="checkbox"] {
    display: inline-block;
    position: relative;
    margin-right: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: button;
    appearance: button;
    width: 18px;
    height: 18px;
    border: 1px solid #999;
    vertical-align: middle;
    padding: 0;
}

.entry-content .wpcf7 input[type="checkbox"]:checked::after {
    position: absolute;
    content: "";
    top: 0;
    left: 5.5px;
    width: 8px;
    height: 14px;
    border-right: 4px solid #F15A24;
    border-bottom: 4px solid #F15A24;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg); 
}

span.wpcf7-list-item-label,
.confirmation span{
    vertical-align: middle;
}

#b {
	font-weight: bold;
    background: #F15A24;
    color: #333;
    width: 50%;
    padding: 12px;
    border: 0px;
    line-height: 1.2em;
    cursor: pointer;
    display: block;
    margin: 0 auto;
}

#b:hover {
    background: #333;
    color: #e8615e;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

.wpcf7 input[name="your-zip"],
.wpcf7 input[name="your-pref"]{
	width: 40%;
}

.c-title {
    font-weight: bold;
    background:#e6e6e6;
    padding: 7px 15px;
    margin-bottom: 10px;
}

table.contact em{
	font-style: normal;
	color: #F15A24;
	font-size: 12px;
	font-size: 1.2rem;
	float: right;
	margin-top: 2px;
	font-weight: bold;
}

/*
.wpcf7 input[name="your-name"],
.wpcf7 input[name="your-name2"],
.wpcf7 input[name="your-email"],
.wpcf7 input[name="your-email_confirm"],
.wpcf7 input[name="your-subject"],
.wpcf7 input[name="your-message"] {
        width: 100%;
}
*/

/* 各ベンダープレフィックスが取れた標準版！！(http://caniuse.com/#search=placeholder-shown) */
:placeholder-shown {
    color: #ccc; }

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
    color: #bebebe; }

/* Firefox 18- */
:-moz-placeholder {
    color: #c6c6c6; opacity: 1; }

/* Firefox 19+ */
::-moz-placeholder {
    color: #c6c6c6; opacity: 1; }

/* IE 10+ */
:-ms-input-placeholder {
    color: #c6c6c6; }

#content table.contact tr td span.wpcf7-not-valid-tip{
    color: #c21a1f;
    font-size: 13px;
    font-size: 1.3rem;
    display: block;
    margin-top: 0.5em;
    clear: both;
    font-weight: bold;
}

span.wpcf7-not-valid-tip{
	color: #c21a1f;
    font-size: 13px;
    font-size: 1.3rem;
    margin-left: 1.0em;
    margin-top: 0.1em;
    display: inline-block;
    clear: both;
    font-weight: bold;
}

/* エラーメッセージ */
.wpcf7-validation-errors{
	margin-bottom: 15px;
	color: #c21a1f;
	font-weight: bold;
	text-align: center;
}

.screen-reader-response,
.wpcf7-mail-sent-ok{
	margin-bottom: 15px;
	color: #F15A24;
	font-weight: bold;
	text-align: center;
	font-size: 17px;
	font-size: 1.7rem;
}

.screen-reader-response ul{
    display: none;
}

div#wpcf7-f8-p4-o1 ul {
    display: none;
}

.wpcf7-list-item{
    display: block;
    float: left;
}


.confirmation {
    color: #F15A24;
    font-weight: bold;
    margin-bottom: 30px;
}

/* =Thaks
-------------------------------------------------------------- */
.thanksmail{
	margin-bottom: 120px;
	text-align: center;
}

#content .thanksmail p{
	margin-bottom: 60px;
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
}

#content .thanksmail2 p{
	text-align: center;
}

.thanks_mail{
	text-align: center;
	margin-bottom: 40px;
}

#content .thanks_mail .more{
    width: 40%;
}


/* breadcrumbs
-------------------------------------------------------------- */

.bread{
	margin-bottom: 30px;
}

ul.breadcrumbs {
	float: left;
	width: 100%;
	height: 1.4em;
}
ul.breadcrumbs li {
	float: left;
	padding-right: 0.5em;
	position: relative;
	font-size: 13px;
	font-size: 1.3rem;
}
ul.breadcrumbs li a {
	color: #333;
	text-decoration: none;
	font-size: 13px;
	font-size: 1.3rem;
}

ul.breadcrumbs li:before{
	font-family: 'FontAwesome';
	content:"\f101";
	display: inline-block;
	margin-right: 10px;
	font-size: 13px;
	font-size: 1.3rem;
	color: #c8c8c8;
}

ul.breadcrumbs li:nth-child(1):before{
	font-family: 'FontAwesome';
	content:"\f015";
	display: none;
	margin-right: 0;
	font-size: 17px;
	font-size: 1.7rem;
	color: #c8c8c8;
}


/* =Page
-------------------------------------------------------------- */

#content h4.title{
	background: #dcf1c5;
	font-size: 16px;
	font-size: 1.6rem;
	border-left: 6px solid #009245;
	padding: 10px 16px;
	box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-o-box-sizing:border-box;
	margin-bottom: 20px;
	text-align: left;
	color: #009245;
}

.privacy ul li {
    list-style: decimal;
    margin-bottom: 10px;
}

#content .policy p{
    text-align: justify;
    text-justify: inter-ideograph;
}

#content .privacy ul {
    margin-left: 1.5em;
    margin-bottom: 30px;
}

#content .privacy p{
	margin-bottom: 30px;
	text-align: justify;
}

/* =Front-page
-------------------------------------------------------------- */
#content h3.f-title {
    font-size: 18px;
    font-size: 1.8rem;
    border-top: 2px solid #009245;
    border-left: 6px solid #009245;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 20px;
    padding: 10px 0 10px 16px;
    text-align: left;
}

#content h3.f-title span a {
    font-size: 13px;
    font-size: 1.3rem;
    background: #bde491;
    color: #009245;
    padding: 4px 16px;
    border-radius: 5px;
    float: right;
    display: block;
    text-decoration: none;
}

#content h3.f-title span a:hover{
    background: #f15a24;
    color: #fff;
}

#content h3.f_title{
    text-align: center;
    font-size: 26px;
    font-size: 2.6rem;
    color: #009245;
    border-bottom: 1px solid #009245;
    border-top: 1px solid #009245;
    padding: 20px 0;
    margin-bottom: 30px;
}

#content h3.f_mtitle{
    text-align: center;
    font-size: 26px;
    font-size: 2.6rem;
    color: #009245;
    margin-bottom: 20px;
}

#content h3.h_title{
    text-align: center;
    font-size: 24px;
    font-size: 2.4rem;
    color: #009245;
    margin-bottom: 20px;
}

#content .f_about p{
    font-size: 14px;
    font-size: 1.4rem;
    text-align: justify;
    text-justify: inter-ideograph;
}

#content .f_about{
    margin-bottom: 60px;
}

#content h3.pr_title{
    text-align: center;
    font-size: 20px;
    font-size: 2.0rem;
    color: #009245;
    margin-bottom: 20px;
    border-top: 1px solid #bde491;
    border-bottom: 1px solid #bde491;
    padding: 10px 0; 
}

/* =video
-------------------------------------------------------------- */

#video{
    width:100%;
    height:auto;}


/* =page
-------------------------------------------------------------- */
.p_menu,
.forum_menu{
    width: 360px;
    display: block;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 50px;
}

.forum_menu{
    width: 930px;
}

.p_menu li,
.forum_menu li{
    float: left;
}

.p_menu li:nth-child(1),
.forum_menu li:nth-child(1){
    margin-right: 30px;
}

.p_menu li a,
.forum_menu li a{
    font-size: 16px;
    font-size: 1.6rem;
    color: #009245;
    background: #bde491;
    padding: 10px 50px;
    border-radius: 8px;
    display: block;
}

.forum_menu li a:after{
    font-family: 'FontAwesome';
    content:"\f138";
    display: inline-block;
    margin-left: 10px;
    font-size: 14px;
    font-size: 1.4rem;
}

.p_menu li a:hover,
.forum_menu li a:hover{
    background: #f15a24;
    color: #fff;
}

#content .p_about p{
   text-align: justify;
   text-justify: inter-ideograph; 
}

#content .p_about table{
    margin-bottom: 20px;
}

#content .p_link table{
    margin-bottom: 30px;    
}

#content .p_link table.mb100{
    margin-bottom: 100px;
}

.admission{
    border: 1px solid #bde491;
    padding: 24px;
    margin-bottom: 100px;
}

#content .p_about .admission p{
    text-align: center;
    margin-bottom: 0;
}

.agreement{
    margin-bottom: 40px;
}

.agreement a{
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}

.about_intro{
    margin-bottom: 50px;
}

.p_contact{
    text-align: center;
}

.agreement a{
    text-decoration: underline;
}

.agreement a:before {
    font-family: 'FontAwesome';
    content: "\f101";
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
    font-size: 1.4rem;
}

.agreement a:after {
    content: url(images/icon_pdf.png);
    display: inline-block;
    margin-left: 10px;
    vertical-align: top;
}

.f_briefing,
.f_forum,
.f_youtube{
    line-height: 0;
    margin-bottom: 30px;
}

.f_forum{
    margin-bottom: 60px;
}

.f_briefing a:hover,
.f_forum a:hover,
.f_youtube a:hover{
    opacity: 0.5;
}

.f_movie{
	overflow: hidden;
	margin-bottom: 50px;
}

#content .f_movie ul{
	margin-bottom: 0;
}

.f_movie ul li{
	margin-right: 35px;
	line-height: 0;
	float: left;
}

.f_movie ul li:nth-of-type(3){
	margin-right: 0;
}

.p_forum_1{
    line-height: 0;
    margin-bottom: 2.0em;
}

#content .p_forum table{
    margin-bottom: 40px;
}

#content h4.part_title{
    background:  #009245;
    color: #fff;
    padding: 12px 10px 12px 20px;
    font-weight: bold;
    border-left: 6px solid #bde491;
    font-size: 17px;
    font-size: 1.7rem;
}

#content .p_forum table tr th{
    width: 14%;
}

#content table.timeschedule{
    border: none;
    border-top: 1px solid #bde491;
    border-bottom: 1px solid #bde491;
}

#content table.timeschedule tr th,
#content table.timeschedule tr td{
    border: none;
    vertical-align: top;
    border-bottom: 1px solid #bde491;
}

#content table.timeschedule tr td span{
    color: #009245;
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
}

#content table.timeschedule tr td{
    text-align: justify;
    text-justify: inter-ideograph;
    padding: 10px 0 10px 20px;
}

#content table.timeschedule tr td p{
    margin-bottom: 1.0em;
}

#content table.timeschedule tr td p:last-child{
    margin-bottom: 0;
}

#content h5{
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #009245;
}

#content .p_forum_on h4.part_title{
    margin-bottom: 2.0em;    
}

#content .p_forum_on h5{
    font-size: 17px;
    font-size: 1.7rem;
    border-bottom: 1px solid #bde491;
    padding-bottom: 8px;
    margin-bottom: 16px;
}

/* =briefing
-------------------------------------------------------------- */
.briefing{
	margin-bottom: 60px;
}

.briefing img{
	margin-bottom: 40px;
}

#content .briefing_program table{
	margin-bottom: 50px;
}

#content .briefing_program table:nth-of-type(2),
#content .briefing_program table:nth-of-type(3){
	margin-bottom: 40px;
}

#content .briefing_program table:nth-of-type(4){
	margin-bottom: 60px;
}

#content .briefing_program tr th{
	width: 130px;
}

#content .briefing_program tr td span{
	color: #F15A24;
	font-weight: bold;
}

#content .briefing_program tr td a{
	text-decoration: underline;
}

#content .briefing_program tr td a:hover{
	color: #F15A24;
}

#content .briefing_program h4{
	color: #fff;
	background: #009245;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: bold;
	padding: 12px 0 12px 20px;
	border-left: solid 6px #BDE491;
}

#content .briefing_program p.to_form{
	font-weight: bold;
	margin-bottom: 40px;
	font-size: 17px;
	font-size: 1.7rem;
}

#content .briefing_program p.to_form a{
	text-align: center;
	width: 400px;
	margin: 0 auto;
	border-radius: 8px;
	background: #F15A24;
	display: block;
	padding: 10px 0;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
}

p.to_form{
    display: none;
}

#content .briefing_program p a:hover{
	background: #009245;
}

#content .briefing_program p a:after{
	font-family: 'FontAwesome';
    content: "\f138";
    display: inline-block;
    margin-left: 10px;
    font-size: 14px;
    font-size: 1.4rem;
}

#content .briefing_program p.no_form{
	font-weight: bold;
	margin-bottom: 40px;
	text-align: center;
	width: 400px;
	margin: 0 auto;
	border-radius: 8px;
	background: #f15a24;
	padding: 10px 0;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
}

/* =download
-------------------------------------------------------------- */
.p_download{
	width: 620px;
	margin: 0 auto;
}

#content .p_download table.contact tr th{
	text-align: left;
}

.dd_content{
	margin-bottom: 50px;
}

#content .dd_content h4{
	background: #e6e6e6;
	font-weight: bold;
	padding: 8px 0 7px 15px;
	margin-bottom: 10px;
}

#content .dd_content p,
.dd_content ul li{
	font-size: 13px;
	font-size: 1.3rem;
}

.dd_content label{
	font-weight: bold;
}

.dd_content_c{
	overflow-y: scroll;
	height: 210px;
	border: 1px solid #e6e6e6;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	padding: 20px;
	margin-bottom: 20px;
}

.dd_content_c::-webkit-scrollbar{
	width: 6px;
}
.dd_content_c::-webkit-scrollbar-track{
	background: #fff;
}
.dd_content_c::-webkit-scrollbar-thumb{
	background: #e6e6e6;
}

#content .dd_content_c h5{
	text-align: center;
	font-weight: normal;
	font-size: 14px;
	font-size: 1.4rem;
	color: inherit;
	margin-bottom: 15px;
}

#content .dd_content_c ul,
#content .dd_content_c p{
	margin-bottom: 0;
}

.p_download .mb50 span.wpcf7-list-item{
	margin-bottom: 50px;
	font-weight: bold;
	font-size: 14px;
	font-size: 1.4rem;
}

.p_download .confirmation{
	clear: both;
	margin-bottom: 70px;
}

.btn_info{
	clear: both;
	margin-bottom: 70px;
	font-weight: bold;
}

.btn_info label{
	color: #f15a24;
}

/* =communication
-------------------------------------------------------------- */
.comm_slider .f_movie{
	margin-bottom: 90px;
}

.slide_download{
	border: 5px solid #f15a24;
	width: 620px;
	margin: 0 auto;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	position: relative;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

.slide_download:hover{
	border-color: #009245;
	transition:0.3s ease-in-out;
	-moz-transition:0.3s ease-in-out;
	-webkit-transition:0.3s ease-in-out;
	-ms-transition:0.3s ease-in-out;
	-o-transition:0.3s ease-in-out;
}

.slide_download a{
	display: block;
	overflow: hidden;
	padding: 19px 0 15px 0;
}

.icon_pawapo{
	position: absolute;
	width: 72px;
	height: 70px;
	right: 110px;
	top: 18px;
}

#content .slide_download h4{
	margin-bottom: 0;
	letter-spacing: 1px;
	font-size: 19px;
	font-size: 1.9rem;
	color: #f15a24;
	font-weight: bold;
	text-align: left;
	margin-left: 110px;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

#content .slide_download a:hover h4{
	color: #009245;
	transition:0.3s ease-in-out;
	-moz-transition:0.3s ease-in-out;
	-webkit-transition:0.3s ease-in-out;
	-ms-transition:0.3s ease-in-out;
	-o-transition:0.3s ease-in-out;
}

#content .slide_download p{
	display: none;
}

.sd_p{
	margin-top: 10px;
}

#content .sd_p p{
	margin-bottom: 0;
	text-align: center;
	font-weight: bold;
	color: #f15a24;
	letter-spacing: 1px;
	font-size: 19px;
	font-size: 1.9rem;
}

/* =communication_slide
-------------------------------------------------------------- */
.comm_slider{
	text-align: center;
}

.comm_slider .w3eden .mr-3,
.comm_slider .w3eden .mx-3{
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.comm_slider .w3eden .img-48{
	margin: 0 auto !important;
}

.comm_slider .w3eden .media-body{
	margin-bottom: 20px;flex: inherit;
}

.comm_slider .w3eden .card{
	background: none;
	border: none;
	border-radius: inherit;
}

.comm_slider .w3eden .card-body{
	padding: 0;
}

.comm_slider .w3eden .media{
	display: inherit;
}

#content .comm_slider h3.package-title,
.comm_slider .text-muted{
	display: none;
}

.comm_slider .w3eden .ml-3,
.comm_slider .w3eden .mx-3{
	margin-left: 0 !important;
}

.comm_slider a.wpdm-download-link.btn.btn-primary{
	border-radius: 6px;
	background: #f15a24;
	font-weight: bold;
	width: 400px;
	padding: 15px 0;
	font-size: 14px;
	font-size: 1.4rem;
}

.comm_slider a.wpdm-download-link.btn.btn-primary:hover{
	box-shadow: inherit;
	background: #009245;
	transition:0.3s ease-in-out;
	-moz-transition:0.3s ease-in-out;
	-webkit-transition:0.3s ease-in-out;
	-ms-transition:0.3s ease-in-out;
	-o-transition:0.3s ease-in-out;
}

/* @media screen
-------------------------------------------------------------- */
@media screen and (min-width:670px) and ( max-width:1290px) {
    /*　画面サイズが670pxから1290pxまではここを読み込む　*/
html,body{
    width: 100%;
}
}
