@charset "UTF-8";
/*
Theme Name: Ai-watanabe
Description: This is our original theme.
Author: atinterface
Author URI:
Version:1.0
*/

@import url("css/bootstrap.min.css");
@import url("css/reset.css");
@import url("css/slider-pro.css");
@import url("css/slicknav.css");
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css");
/*::::::::::::::::::::::::::::::::::::::::::::::::::
base
::::::::::::::::::::::::::::::::::::::::::::::::::*/
body {
	font-size: 16px;
	line-height: 1.5;
	color: #333;
}

@media screen and (max-width:767px) {
body {
	font-size: 15px;
}
}
#wrapper {
	overflow: hidden;/*スマフォの画面右隙間削除*/
	background-color: #fff;
}
a {
	color: #333;
	transition: all 0.5s ease;
}
a:hover {
	text-decoration: none;
	color: #333;
}
a img {
}
a:hover img {
	opacity: 0.7;
}
a:hover img.rollover {
	opacity: 1;
}
strong {
	font-weight: bold;
}
/*reset.cssのカスタマイズ*/
.fl-l {
	margin-right: 10px;
	margin-bottom: 10px;
}
.fl-r, .alignright {
	margin-left: 10px;
	margin-bottom: 10px;
}
.alignleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.alignright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.mt80 {
	margin-top: 80px !important;
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::
ヘッダ
::::::::::::::::::::::::::::::::::::::::::::::::::*/
header {
/*border-bottom: 10px solid #96C31D;*/
}
header h1 {
	margin-bottom: 10px;
}
.header_address {
	text-align: right;
	margin-top: 40px;
	
}
.header_contact {
	text-align: right;
	margin-top: 5px;
	margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
header h1 img {
	margin: 10px auto;
}
.header_address {
	text-align: center;
	margin-top: 5px;
}
.header_address img {
	max-width: 100%;
	height: auto;
}
.header_contact {
	text-align: center;
}
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::
ナビゲーション
::::::::::::::::::::::::::::::::::::::::::::::::::*/
.nav_wrapper {
	background-color: #96C31D;
}
#global_nav {
}
#global_nav ul {
	text-align: center;
}
#global_nav ul li {
	float: left;
	width: 20%;
	padding: 20px 0;
	color: #FFF;
	font-size: 18px;
	text-align: center;
}
#global_nav ul li a {
	padding: 20px 0;
	color: #FFF;
}
#global_nav ul li a span {
	display: none;
}

@media screen and (max-width:991px) {
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::
SlickNav
::::::::::::::::::::::::::::::::::::::::::::::::::*/
.slicknav_menu {
	display: none;
}
/*slicknavスタマイズ*/
.slicknav_menu {
	background-color: #96C31D;
}
.slicknav_btn {
	background-color: rgba(0,0,0,0.2);
}
.slicknav_nav ul {
	margin-left: 0;
}
.slicknav_nav li {
	text-align: center;
	margin-bottom: 2px;
}
.slicknav_nav li:last-child {
	border-bottom: 0px;
}
.slicknav_nav li a img {
	display: none;
}
.slicknav_nav a {
	border-radius: 3px !important;
	font-size: 18px;
	padding: 10px 0px;
	color: #333;
	background-color: rgba(255,255,255,0.3);
}
.slicknav_nav a:hover {
	color: #fff;
	background-color: rgba(0,0,0,0.2);
}
.slicknav_nav li img {
	width: 140px;
}
a.slicknav_btn:hover {
	background-color: rgba(0,0,0,0.2);
}
.slicknav_menu .slicknav_menutxt {
	text-shadow: none;
}
.slicknav_menu .slicknav_icon-bar {
	box-shadow: none;
	color: #dc6b9a;
}

/*切り替え*/
@media screen and (max-width: 767px) {
#global_nav {
	display: none;
}
.nav_bg {
	display: none;
}
.slicknav_menu {
	display: block;
}
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::
スライド
::::::::::::::::::::::::::::::::::::::::::::::::::*/
.slider_wrapper {
}
.sp-horizontal .sp-next-arrow {
	margin-left: 580px;
}
.sp-horizontal .sp-previous-arrow {
	margin-left: -650px;
}
.sp-fade-arrows {
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::
トップページ
::::::::::::::::::::::::::::::::::::::::::::::::::*/
.sec01 {
}
.top_news {
	padding: 20px;
	max-width: 590px;
	margin: 0 auto 30px;
}
.top_news h2 {
	font-size: 48px;
	text-align: center;
	color: #0066cc;
	font-weight: bold;
}
.top_news table {
	margin: 40px 20px 0px;
}
.top_news th, .top_news td {
	padding-bottom: 30px;
	vertical-align: top;
	font-size: 14px;
}
.top_news th {
	padding-right: 20px;
}
.top_news td a {
	text-decoration: underline;
}
.top_news td a:hover {
	background-color: #ffd700;
	text-decoration: none;
}
.top_news p i {
	color: #0066cc;
}
.top_news p a:hover {
	background-color: #ffd700;
	text-decoration: none;
}

@media screen and (max-width:991px) {
.top_news th,  .top_news td {
	width: 100%;
	display: block;
}
.top_news th {
	padding-bottom: 5px;
}
.top_news td {
	padding-bottom: 15px;
}
}
.sec02 {
	margin-top: 50px;
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::
ページ共通
::::::::::::::::::::::::::::::::::::::::::::::::::*/
.inner_contents {
	margin-top: 2px;
	margin-bottom: 20px;
}
.page_header {
	background: url("img/ph.jpg") repeat-x scroll center top;
}
h2.h2_base {
	font-size: 48px;
	font-weight: bold;
	color: #4D4D4D;
	letter-spacing: 5px;
	margin-top: 80px;
	margin-bottom: 30px;
	text-align: center;
}
h2.h2_base:first-child {
	margin-top: 0;
}
h2.h2_base img {
	vertical-align: -8px;
	margin-right: 15px;
}

@media screen and (max-width: 767px) {
h2.h2_base {
	font-size: 30px;
	letter-spacing: 0px;
}
h2.h2_base img {
}
}
h3.h3_base {
	font-size: 34px;
	font-weight: bold;
	margin-top: 80px;
	margin-bottom: 30px;
	text-align: center;
	color: #006633;
}
.fz24 {
	font-size: 24px !important;
}

@media screen and (max-width: 767px) {
h3.h3_base {
	font-size: 24px;
	margin-top: 5px;
}
}
.table_01 {
	margin: 20px auto;
	width: 800px;
}
.table_01 th, .table_01 td {
	border-bottom: 1px solid #fff;
	padding: 10px 0 10px 20px;
	font-size: 16px;
	vertical-align: top;
}
.table_01 th {
	color: #fff;
	background-color: #808080;
}
.table_01 td {
	background-color: #F2F2F2;
}

@media screen and (max-width: 991px) {
.table_01 {
	width: 100%;
}
.table_01 th, .table_01 td {
	display: block;
	width: 100%;
}
}
.ul_01 {
	margin-left: 30px;
}
.ul_01 li {
	list-style: disc;
}
.btn-base {
	padding: 5px 15px;
	background-color: #534741;
	color: #fff;
	border-radius: 20px;
}
.btn-base:hover {
	background-color: #874E37;
	color: #fff;
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::
■会社概要 outline
::::::::::::::::::::::::::::::::::::::::::::::::::*/
.summary_box {
	background-color: #FFF;
	border: #96C31D 4px solid;
	padding: 30px 30px;
	margin: 0 auto;
	overflow: hidden;
}
.summary_box table {
	width: 100%;
/*margin: 0 auto;*/
}
.summary_box table th, .summary_box table td {
	margin: 10px 0;
}


.summary_box table th {
	/*width:20%;*/
	padding: 7px 15px;
	text-align: left;
	font-weight: normal;
	font-size: 16px;
}
.summary_box table td {
	/*width:80%;*/
	
	padding: 7px;
	text-align: left;
	font-weight: normal;
	font-size: 16px;
}
.summary_box table td span {
	display: block;

	padding: 10px 10px 10px 20px;
}

.summary_box table .bg-gray {
	background: #F2F2F2;
}
@media screen and (max-width: 767px) {
.summary_box {
	width: 100%;
}
}

@media screen and (max-width: 520px) {
	
	.summary_box {

	border: #96C31D 2px solid;
padding: 10px 10px;
}
.summary_box table th {
	width: 100%;
	display: block;
	font-weight: bold;
	background: #F2F2F2;
}
.summary_box table th span {


}
.summary_box table td {
	margin:0;
	width: 100%;
	display: block;
}
.summary_box table td span {

	padding: 0;
}
.summary_box table .bg-gray {
	background: none;
}	
	
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::
業務概要 service
::::::::::::::::::::::::::::::::::::::::::::::::::*/
.service_p {
	font-size: 21px;
	text-align: center;
	line-height: 2;
}
.service_p strong {
	font-size: 24px;
}

@media screen and (max-width: 767px) {
.service_p {
	font-size: 18px;
	line-height: 1.6;
	text-align: left;
}
.service_p strong {
	font-size: 18px;
}
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::
■理念     idea
::::::::::::::::::::::::::::::::::::::::::::::::::*/
.idea {
	font-size: 28px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
	color: #006633;
}

@media screen and (max-width: 767px) {
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::
■採用情報 adapt
::::::::::::::::::::::::::::::::::::::::::::::::::*/
.recruit_p {
	font-size: 21px;
	text-align: center;
	line-height: 2;
}

@media screen and (max-width: 767px) {
.recruit_p {
	font-size: 18px;
	line-height: 1.6;
	text-align: left;
}
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::
■お問い合わせ contact
::::::::::::::::::::::::::::::::::::::::::::::::::*/
.contact_tel {
	margin: 30px auto;
	text-align: center;
}
.contact_tel strong {
	font-size: 32px;
}
.contact_tel img {
	margin-bottom: 10px;
}

@media screen and (max-width:767px) {
.contact_tel strong {
	font-size: 26px;
}
}
/*フォーム*/
.form_width {
	max-width: 100%;
}
.form_dl {
	overflow: auto;
	margin-top: 50px;
}
.form_dl dt {
	float: left;
	width: 30%;
	text-align: right;
	margin-bottom: 20px;
	clear: both;
	padding: 5px 10px;
	background-color: #fafafa;
}
.form_dl dd {
	float: right;
	margin-bottom: 20px;
	width: 65%;
}
.form_dl dd input {
	width: 100%;
	padding: 5px;
	box-shadow: none;
	border: 1px solid #ccc;
}
.form_dl dd textarea {
	width: 100%;
	padding: 5px;
	box-shadow: none;
	border-color: #ccc;
}

@media screen and (max-width: 767px) {
.form_dl dt, .form_dl dd {
	float: none;
	display: block;
	width: 100%;
}
.form_dl dt {
	text-align: center;
}
}
/*送信ボタン*/
.wpcf7-submit {
	font-size: 16px;
	padding: 3px 25px;
	background: #e9e9e9;
	color: #363B3F;
	border-radius: 5px;
	border: none;
}
.wpcf7-submit:hover {
	background-color: #dcdcdc;
}
.screen-reader-response {
	display: none;
}
.wpcf7-not-valid-tip {
	background-color: #eee;
	padding: 5px;
	width: 100%;
	display: block;
}
/*送信エラー*/
.wpcf7-validation-errors {
	font-weight: bold;
	background-color: #ffa500;
	color: #fff;
	padding: 20px 10px !important;
	border: none !important;
}
/*送信完了*/
.wpcf7-mail-sent-ok {
	font-weight: bold;
	background-color: #228b22;
	color: #fff;
	padding: 20px 10px !important;
	border: none !important;
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::
投稿アーカイブ
::::::::::::::::::::::::::::::::::::::::::::::::::*/
.archive_h2 {
	font-size: 27px;
	margin-top: 50px;
	margin-bottom: 50px;
	text-align: center;
}

@media screen and (max-width:767px) {
.archive_h2 {
	margin-top: 30px;
	margin-bottom: 20px;
}
}
.archive_ul {
	margin: 40px 20px 20px;
}
.archive_ul li {
	font-size: 16px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 2px dotted #ccc;
}
.archive_ul li a:hover {
	background-color: #ffd700;
}
.wp-pagenavi {
	margin-top: 30px;
	text-align: center;
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::
投稿個別ページ
::::::::::::::::::::::::::::::::::::::::::::::::::*/
.single_content {
	background-color: #F2F2F2;
	padding: 20px;
	border-radius: 5px;
	margin-top: 10px;
}
.h2_single {
	font-size: 24px;
	margin-bottom: 50px;
	border-bottom: 2px dotted #ccc;
	padding-bottom: 5px;
	line-height: 1.7;
}

@media screen and (max-width:767px) {
.h2_single {
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 18px;
}
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::
フッタ
::::::::::::::::::::::::::::::::::::::::::::::::::*/
.page_top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 50px;
	height: 50px;
	z-index: 10;
}
.page_top a {
	background-color: #96C31D;
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
	border: 3px solid #fff;
	border-radius: 50%;
}
.page_top a i {
	color: #fff;
	font-size: 36px;
}
.page_top a:hover {
	background-color: #81D674;
}

@media screen and (max-width: 767px) {
.page_top {
	display: none;
}
}
footer {
	margin-top: 30px;
	background-color: #96C31D;
	text-align: left;
	padding-bottom: 20px;
	color: #FFF;
}
footer h2 {
	margin-top: 20px;
}
footer address {
	font-size: 12px;
}
footer a {
	color: #FFF !important;
}
footer a:hover {
	color: #ffd700 !important;
}
footer ul {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
}
footer li {
	display: inline-block;
	font-size: 16px;
}
footer li:after {
	content: " ｜";
}
footer li:last-child:after {
	content: "";
}
footer a {
	margin: 0 20px;
}
footer a:hover, footer a:hover i {
	color: #0071BC;
}
.copyright {
	font-size: 12px;
	text-align: center;
	padding: 20px 0px;
	vertical-align: bottom;
}

@media screen and (max-width:767px) {
footer ul {
	text-align: center;
}
footer li:after {
	content: none;
}
footer li {
	display: block;
	border-top: 1px dotted #eee;
}
footer li a {
	display: block;
	padding: 10px 0px;
	font-size: 18px;
}
footer ul {
	border-bottom: 1px dotted #eee;
}
}

@media screen and (max-width:500px) {
footer h2 {
	float: none;
	margin: 0 auto;
}
footer h2 img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
footer address {
	text-align: center;
}
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::
他設定
::::::::::::::::::::::::::::::::::::::::::::::::::*/
.row-vm {
	font-size: 0;
}
.row-vm > [class*="col-"] {
	float: none;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
}
/*gridのgutter調整*/
.row-0 {
	margin-left: 0px;
	margin-right: 0px;
}
.row-0 > div {
	padding-right: 0px;
	padding-left: 0px;
}
.row-10 {
	margin-left: -5px;
	margin-right: -5px;
}
.row-10 > div {
	padding-right: 5px;
	padding-left: 5px;
}
.row-20 {
	margin-left: -10px;
	margin-right: -10px;
}
.row-20 > div {
	padding-right: 10px;
	padding-left: 10px;
}
.row-30 {
	margin-left: -15px;
	margin-right: -15px;
}
.row-30 > div {
	padding-right: 15px;
	padding-left: 15px;
}
.row-40 {
	margin-left: -20px;
	margin-right: -20px;
}
.row-40 > div {
	padding-right: 20px;
	padding-left: 20px;
}
