/*
Theme Name: butsuryu weekly
Description: Theme of butsuryu weekly
Author: nabe
Version: 1.0
*/

@charset "utf-8";
/* CSS Document */

html,body {
	background: #005ca8;
	width: 100%;
	margin: 0px;
	-webkit-text-size-adjust: none;
}

.float_clear {
	clear: both;
	height: 0px;
	visibility: hidden;
	_margin-top: -23px;
}

.l {
	float: left;
}

.r {
	float: right;
}

.c {
	margin: 0px auto !important;
	text-align: center;
	display: block;
}

* {
	color: #333;
	//font-family:"メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
    font-family:"Quicksand","游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 14px;
	font-style:normal;
	letter-spacing: 0.07em;
	word-wrap:break-word;
	word-break: break-all;
	list-style: none;
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
}

img {
	vertical-align: bottom;
}

br { letter-spacing:0; }

.hover_bg a, .hover_bg button, .ad_menu li a {
text-decoration: none;
transition-property: color, background;
transition-duration: 0.2s;
transition-timing-function: linear;
-moz-transition-property: color, background;
-moz-transition-duration: 0.2s;
-moz-transition-timing-function: linear;
-webkit-transition-property: color, background;
-webkit-transition-duration: 0.2s;
-webkit-transition-timing-function: linear;
-o-transition-property: color, background;
-o-transition-duration: 0.2s;
-o-transition-timing-function: linear;
-ms-transition-property: color, background;
-ms-transition-duration: 0.2s;
-ms-transition-timing-function: linear;
}

a, .article_box .in_box ul li a {
	text-decoration: none;
	transition-property: color, background;
	transition-duration: 0.2s;
	transition-timing-function: linear;
	-moz-transition-property: color, background;
	-moz-transition-duration: 0.2s;
	-moz-transition-timing-function: linear;
	-webkit-transition-property: color, background;
	-webkit-transition-duration: 0.2s;
	-webkit-transition-timing-function: linear;
	-o-transition-property: color, background;
	-o-transition-duration: 0.2s;
	-o-transition-timing-function: linear;
	-ms-transition-property: color, background;
	-ms-transition-duration: 0.2s;
	-ms-transition-timing-function: linear;
	color: #005ca8;
	outline: none;
}

a:hover, .article_box .in_box ul li a:hover {
	text-decoration: underline;
	color: #005ca8;
}

a, input.button, input.button_back, .kiji_search_btn, .mmg_inp_btn, input#submit {
	transition-property: opacity;
	transition-duration: 0.2s;
	transition-timing-function: linear;
	-moz-transition-property: opacity;
	-moz-transition-duration: 0.2s;
	-moz-transition-timing-function: linear;
	-webkit-transition-property: opacity;
	-webkit-transition-duration: 0.2s;
	-webkit-transition-timing-function: linear;
	-o-transition-property: opacity;
	-o-transition-duration: 0.2s;
	-o-transition-timing-function: linear;
	-ms-transition-property: opacity;
	-ms-transition-duration: 0.2s;
	-ms-transition-timing-function: linear;
}

a:hover, input.button:hover, input.button_back:hover,  .kiji_search_btn:hover, .mmg_inp_btn:hover, input#submit:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}

.red {
	color: #C1272D !important;
	font-weight: bold !important;
}

span.red {
	font-size: 14px;
	display: inline-block;
    color: #fff !important;
    background: #C1272D;
    margin: 0 0 10px;
    padding: 5px 10px;
    line-height: 18px;
    
    border: 1px solid #fff;
    
    border-radius: 2px;
	
}

span.post_red {
	font-size: 10px;
	display: inline-block;
    color: #C1272D;
}

.h1 {height:1px;width:100%;display:block;}
.h10 {height:10px;width:100%;display:block;}
.h15 {height:15px;width:100%;display:block;}
.h20 {height:20px;width:100%;display:block;}
.h25 {height:25px;width:100%;display:block;}
.h30 {height:30px;width:100%;display:block;}

/* ▼▼▼▼▼▼▼▼▼▼▼▼loading用▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */

#loader-bg {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #005ca8;
  z-index: 100;
}
#loader {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -50px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 200;
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼common▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */

#wrap {
	width: 100%;
	min-width:0px;
	height: auto;
	margin: 0px auto;
}

header {
	background: #005ca8;
    padding: 0px 0px;
    position: relative;
}

.top_head {
	background: #005ca8;
    padding: 0px 0px;
    position: relative;
    z-index:1;
    overflow: hidden;
}

#head_bg {
	position: absolute;
    width: 100%;
    height:auto;
    z-index:0;
    bottom: 0px;
    left: 0px;
    min-width: 100%;
    min-height: 100%;
	opacity: 0.6;
}

.top_head_inner {
    max-width: 1070px;
    height: auto;
	margin: 0px auto;
    text-align: center;
    padding: 4px 0px 2px;
}

.head_b_link_l, .head_b_link_r {
	position: relative;
    display: inline-block;
    z-index:10;
    max-width: 528px;
    margin: 0px auto;

}

.head_img_b {
    display: block;
    width: 100%;
}

@media screen and (max-width: 550px) {
.head_b_link_l, .head_b_link_r {
    padding: 5px 0px;
}
}

#header_inner #nav_box h1 img {
max-width: 230px;
}

@media screen and (max-width: 650px) {
#header_inner #nav_box h1 img {
	max-width: 180px;
}
.head_img_b {
    width:100%;
}
}

#header_inner #m {
	background: #DEDEDE;
	background: rgba(222, 222, 222, 0.97);
	width: 100%;
	padding: 0px 0px 0px 0px;
	display: none;
}



.ScrollBox {
	height: auto;
    position: relative;
	overflow: hidden;
}

#header_inner {
	position: fixed;
    top: 0px;
	width: 100%;
	z-index: 2000;
}

#header_inner section#section_nav a {
	text-decoration: none;
	letter-spacing: 0.03em;
}

#header_inner section#section_nav a:hover {
	text-decoration: none;
}

#header_inner h1 {
	display: inline-block;
}

#header_inner h1 {
	font-size: 16px;
}

#nav_box {
	padding: 11px 25px 12px;
	background: #fff;
	text-align: center;
	height: auto;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
}

nav#g_nav  {
	display: inline-block;
    position: absolute;
    right: 18px;
    top: 18px;
}

@media screen and (max-width: 650px) {
#nav_box {
	padding: 11px 12px 12px;
	text-align: left;
}
nav#g_nav  {
    right: 12px;
    top: 14px;
}
}

nav#g_nav ul li {
	margin: 2px 0px 0px 12px;
}

nav#g_nav ul li a {
	font-size: 14px;
	display: block;
	cursor: pointer;
}








.in_box, .top_h1 {
	 -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}

.top_h1 a, h1.ttt a, .kiji_h1 a {
	text-decoration: underline;
}

#contents_wrap {
	width: 100%;
	height: auto;
	margin: 0px auto;
	padding: 20px 0px 0px;
	background: #e6e6e6;
}

#main_contents {
	position: relative;
	padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
	height: auto;
	z-index: 1px;
	max-width: 1070px;
	min-width: 0px;
	margin: 0px auto;
}

ul#main_section {
	margin-right: -10px;
    overflow: visible !important;
}

ul#main_section li.section_item {
    margin: 0 10px 0px 0px;
    overflow: ;
}


.c_zone {
	width: 100%;
}

.section_item h1 {
	display: block;
	background: #005ca8;
    color: #fff;
    text-align: center;
    padding: 15px 10px 15px;
    margin: 0px 0px 10px 0px;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: 0.05em;
    border-radius: 3px;

}

.section_item .top_h1 {
	display: block;
	background: #005ca8;
    background-image: url("img/h1_left.png");
    background-repeat: no-repeat;
    background-size: 25px auto;
    background-position: 10px 50%;
    
    color: #fff;
    text-align: left;
    padding: 13px 15px 13px 43px;
    margin: 0px 0px 10px 0px;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    
    border-radius: 10px 10px 3px 3px;
	position: relative;
}



.box1_zone {
	width: 350px;
}

.box2_zone {
	width: 710px;
}

.box3_zone {
	width: 1070px;
}


.box_one {
	width: 350px;
    overflow: ;
}

.box_two {
	width: 710px;
    overflow: ;
}

.box2_wide_zone {
	max-width: 710px;
}

.box_three {
	width: 710px;
    overflow: ;
}

.box_four {
	width: 1070px;
    overflow: ;
}

.box_sq {
	width: 350px;
    overflow: ;
}

.box_6 {
	width: 155px;
    overflow: ;
    float: left;
}

.box_nb {
	width: 350px;
    overflow: ;
}



.in_box {
	background: #fff;
    padding: 10px;
    margin: 0px;
    font-size: 12px;
    
    border-radius: 3px;

    
    overflow: hidden;
}

.c_zone .in_box {
	background: #fff;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    height: auto;
}



.in_box .text_zone h2 {
	color: #005ca8;
	padding: 13px 15px 0px;
    font-size:14px;
    line-height:22px;
}

.in_box .no_zone h2 {
	color: #005ca8;
	padding: 13px 15px 0px;
    font-size:14px;
    line-height:22px;
}

.in_box .text_zone p {
	padding:10px 15px 17px;
    line-height: 22px;
    font-size:12px;
}

.in_box .text_zone .post_c p {
	padding:10px 15px 15px;
    line-height: 26px;
    font-size:14px;
}

.in_box .text_zone .post_c .c_txt {
	padding:10px 15px 15px;
}

.in_box .text_zone .post_c .c_txt p {
	padding:0px;
    line-height: 26px;
    font-size:14px;
}

.list .in_box .text_zone .post_c p {
	padding:5px 15px 15px;
    line-height: 22px;
    font-size:12px;
}

.list .cv_box_ul .in_box .text_zone .post_c p {
	padding:5px 15px 5px;
    line-height: 22px;
    font-size:12px;
}

.in_box .no_zone .post_c p {
	padding:5px 15px 15px;
    line-height: 22px;
    font-size:12px;
}

a.contents_link:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
    
    text-decoration: none;
}





.c_zone .contents_link {
	display: block;
    position: relative;
    height:auto;
    overflow: hidden;
}

.c_zone .contents_link img {
	
}

.c_zone .contents_link .text_zone {
	background: none;
    height: auto;
    width: 100%;
}








.sp_none {
	display: block;
}

.pc_none {
	display: none;
}


@media screen and (max-width: 550px) {
.sp_none {
	display: none;
}
.pc_none {
	display: block;
}
}


.top iframe, .work iframe, .post iframe {
	background: url("img/loading.gif") no-repeat center center;
}



.post .post_c iframe {
	height: 400px;
}

.post_c img {
height:auto;
max-width: 480px;
margin: 20px 0px;
}

.post_c .center_design_img {
display: block;
height:auto;
max-width: 600px;
margin: 20px auto;
width: 100% !important;
}

.socials iframe {
	background: none;
}



.post_c {
    font-size: 14px;
    line-height: 26px;
    padding:  0px 0px 10px;
    text-align: justify;
}


.img_box img {
    position:absolute;
}


table {
	width: 100%;
}

table th {
	width: 40%;
	vertical-align: middle;
	background: #E6E6E6;
	color: #4d4d4d;
	font-weight: bold;
	font-size: 12px;
	text-align: right;
	border: 1px solid #CCCCCC;
	padding: 6px;
	line-height: 20px;
}

table td {
	width: auto;
	vertical-align: middle;
	color: #4d4d4d;
	font-weight: normal;
	font-size: 12px;
	border: 1px solid #CCCCCC;
	padding: 6px;
	line-height: 20px;
}

table td strong{
	color: #F15A24;
	font-weight: bold;
	font-size: 14px;
}

table td a {
	display: inline-block;
	margin: 0px;
}

table td ul li {
	color: #4d4d4d;
	font-weight: normal;
	font-size: 14px;
}

table td ul li span {
	color: #4d4d4d;
	font-weight: bold;
	font-size: 14px;
}




.cont_box, .cont_box_top {
float: left;
margin: 0px 10px 0px 0px;
}

.cont_box .text_zone h2 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #005ca8;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    padding: 3px 15px 0;
    text-align: justify;
}

.cont_box_top .text_zone h2 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #005ca8;
    font-size: 28px;
    line-height: 38px;
    margin: 0;
    padding: 3px 15px 0 0px;
    text-align: justify;
}

span.sub {
	display: block;
    color: #333;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    padding: 8px 15px 0px 0px;
    font-weight: bold;
    text-align: justify;
}

.sec span.sub {
	display: inline-block;
    color: #333;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    padding: 0px 0px 10px;
    font-weight: bold;
    text-align: justify;
}

.cont_box .img_zone {
    background: #fff none repeat scroll 0 0;
    margin: 10px;
    float: none;
    position: relative;
	width: 100%;
    overflow: hidden;
}

.cont_box_top .img_zone {
    background: #fff none repeat scroll 0 0;
    margin: 10px 20px 10px 10px;
    float: none;
    position: relative;
	width: 100%;
    overflow: hidden;
}

.cont_box_top .in_box .text_zone p.date {
    padding: 5px 15px 5px 0px;
}

.cont_box_top .c_zone .contents_link .text_zone {
    width: 100%;
}

.cont_box_top .img_zone {
    float: left;
}

.img_zone::after {
    content:"";
    position:absolute;
    top:0; right:0; bottom:0; left:0;
    box-shadow:0px 0px 4px rgba(0, 0, 0, 0.3) inset;
}

@media screen and (max-width: 1090px) {
.cont_box_top .text_zone h2 {
    font-size: 20px;
    line-height: 28px;
}

.cont_box_top .text_zone span.sub {
    font-size: 16px;
    line-height: 24px;
}

.cont_box_top .img_zone {
    margin: 10px 20px 10px 10px;
}

}

@media screen and (max-width: 550px) {
.cont_box_top .text_zone h2 {
    padding: 3px 15px 0px;
}

.cont_box_top .text_zone span.sub {
    padding: 8px 15px 0px;
}

.cont_box_top .img_zone {
    margin: 10px 10px 10px 10px;
    float: none;
}

.cont_box_top .in_box .text_zone p.date {
    padding: 5px 15px 5px;
}
}

.cont_box .img_zone img, .cont_box_top .img_zone img {
    display: block;
    margin: 0;
    width: 100%;
    position: absolute;
}

.cont_box_ul_top {
float: left;
margin: 0px 0px 0px 0px;
}

.cont_box_ul {
float: left;
margin: 0px 0px 0px 0px;
width: 100%;
}

.list .cont_box_ul {
float: none;
margin: 0px 0px 20px 0px;
}

.list .cont_box_ul li {
margin: 0px 0px 10px 0px;
}

.list .cont_box_ul li:last-child {
margin: 0px 0px 0px 0px;
}

.cont_box_ul .text_zone h2, .cont_box_ul_top .text_zone h2 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #005ca8;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    padding: 10px 15px 0;
    text-align: justify;
}

.list .cont_box_ul .text_zone h2 {
    margin: 0;
    padding: 2px 15px 0;
}

.cont_box_ul .img_zone, .cont_box_ul_top .img_zone {
    background: none;
    margin: 10px;
    float: left;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.cont_box_ul .img_zone img, .cont_box_ul_top .img_zone img {
    display: block;
    margin: 0;
    width: 100%;
    position: absolute;
}

.box2_zone .cont_box:last-child {
margin: 0px 0px 0px 0px;
}

.list .cv_box_ul {
float: none;
margin: 0px 0px 0px 0px;
}

.list .cv_box_ul li {
margin: 0px 0px 10px 0px;
}

.list .cv_box_ul li:last-child {
margin: 0px 0px 0px 0px;
}

.cv_box_ul .text_zone h2 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #005ca8;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    padding: 10px 15px 0;
    text-align: justify;
}

.list .cv_box_ul .text_zone h2 {
    margin: 0;
    padding: 12px 15px 0;
}

.cv_box_ul .img_zone {
    background: none;
    margin: 10px;
    float: left;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.cv_box_ul .img_zone img {
    display: block;
    margin: 0;
    width: 100%;
    position: absolute;
}



@media screen and (max-width: 790px) {
.box3_zone .cont_box:nth-child(3) {
margin: 0px 0px 0px 0px;
}
}

.box1_zone .cont_box_ul ul li {
margin: 0px 0px 10px 0px;
}

.box1_zone .cont_box_ul ul li:last-child {
margin: 0px 0px 0px 0px;
}

.box3_zone .cont_box_ul ul li, .box3_zone .cont_box_ul_top ul li {
margin: 0px 0px 10px 0px;
}

.box3_zone .cont_box_ul ul li a, .box3_zone .cont_box_ul_top ul li a {
padding: 0px 0px 0px 0px;
}

.box3_zone .cont_box_ul ul li:last-child {
margin: 0px 0px 0px 0px;
}

.box3_zone .cont_box_ul_top ul li:last-child {
margin: 0px 0px 10px 0px;
}

.box3_zone .cont_box_ul:last-child .img_zone, .box3_zone .cont_box_ul_top:last-child .img_zone {
float: left;
padding: 0px 0px 0px 0px;
}

.box3_zone .cont_box_ul:last-child .img_zone img, .box3_zone .cont_box_ul_top:last-child .img_zone img {
max-width: 100px;
margin: 0px 0px 0px 0px;
padding: 10px 10px 3px;
}

@media screen and (max-width: 1070px) {
.box3_zone .cont_box_ul:last-child .img_zone img, .box3_zone .cont_box_ul_top:last-child .img_zone img {
max-width: 70px;
}
}

.box3_zone .cont_box_ul:last-child ul li h2, .box3_zone .cont_box_ul_top:last-child ul li h2 {
padding: 10px 15px 0px;
}

.box3_zone .cont_box_ul:last-child ul li p.date_p, .box3_zone .cont_box_ul_top:last-child ul li p.date_p {
padding: 3px 15px 15px;
}

.new_box .text_zone h2 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #005ca8;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    padding: 2px 15px 0;
    text-align: justify;
}
.new_box .img_zone {
    background: #fff;
    margin: 10px;
    float: none;
    position: relative;
	width: 100%;
    overflow: hidden;
}
.new_box .img_zone img {
    display: block;
    margin: 0;
    width: 100%;
    position: absolute;
}

.prof_box .text_zone h2 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #005ca8;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    padding: 16px 15px 0;
    text-align: justify;
}
.prof_box .img_zone {
    background: #fff;
    margin: 10px;
    float: left;
    position: relative;
	width: 100%;
    overflow: hidden;
}
.prof_box .img_zone img {
    display: block;
    margin: 0;
    width: 100%;
    position: absolute;
}


h2 {
	display: block;
    color: #005ca8;
  
    padding: 0px;
    margin: 2px 0px 10px 0px;
    font-size: 28px;
    font-weight: bold;
    line-height: 38px;
    

}

@media screen and (max-width: 650px) {
h2 {
    margin: 0px 0px 10px 0px;
    font-size: 24px;
    line-height: 34px;
}
}

h2 p {
    color: #fff;
}





#pagenation_box {
    text-align: center;
}
#pagenation_box ul.list_nav {
    display: inline-block;
    float: none;
    height: auto;
    line-height: 19px;
    padding: 0 0 0px;
}
#pagenation_box ul.list_nav li {
    color: #701912;
    float: left;
    font-size: 12px;
    margin: 0 12px 15px 0;
}
#pagenation_box ul.list_nav li a {
    background: none;
    border-radius: 4px;
    color: #701912;
    display: inline-block;
    font-weight: bold;
    height: 18px;
    margin: 0;
    padding: 3px 8px;
}
#pagenation_box ul.list_nav li b {
    background: #701912;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    height: 18px;
    padding: 3px 8px;
}
#pagenation_box ul.list_nav li.next a, #pagenation_box ul.list_nav li.past a {
    background: #701912;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    height: 18px;
    padding: 3px 8px;
}
#pagenation_box ul.list_nav li a:hover {
    background: #005ca8;
    color: #faf3b0;
    text-decoration: none;
    
    opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}


.box_two h1 {
	background: #005ca8;
    color: #fff;
    font-size: 18px;
    padding: 13px 10px;
    line-height: 22px;
}

.box_two .in_box {
	padding: 15px;
}

.cont_box_top .box_two .in_box {
	padding: 0px;
}


.box_one h1.r_h1 {
	background: #005ca8;
    color: #fff;
    font-size: 18px;
    padding: 13px 10px;
    line-height: 22px;
    
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}

.box_one h1.ttt {
    
    
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}

.ttt_box .box_one {
	margin: 0px 0px 10px !important;
}



.box_four h1, .box_three h1, .box_one h1.ttt {
	display: block;
	background: #005ca8;
    background-image: url("img/h1_left.png");
    background-repeat: no-repeat;
    background-size: 25px auto;
    background-position: 10px 50%;
    
    color: #fff;
    text-align: left;
    padding: 13px 15px 13px 43px;
    margin: 0px 0px 10px 0px;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    
    border-radius: 10px 10px 3px 3px;
	position: relative;
    
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}

.box_three .in_box {
	padding: 15px;
}





.box_four .in_box {
	padding: 15px;
}

.box_four .cv_box_ul .in_box, .box_three .cv_box_ul .in_box {
	padding: 0px;
}

.box_three .cv_box_ul .in_box .text_zone .post_c p {
	padding:5px 15px 5px;
    line-height: 22px;
    font-size:12px;
}

.box_three .cv_box_ul li {
	margin: 0px 0px 10px;
}

.box_three .cv_box_ul li:last-child {
	margin: 0px 0px 0px;
}

.box_three .cv_box_ul .text_zone h2 {
	margin: 0;
	padding: 12px 15px 0;
}


h1 a {
	color: inherit;
}

h1 a:hover {
	color: inherit;
}

.comment_p {
	font-size: 14px;
    line-height: 26px;
}



#global_m_box li.open a.d_t {
background: #001f63 !important;
}

#global_m_box li.open a.deep {
background:#333;
}

#global_m_box li.open a.ylw {
background:#483a00;
}

.highlight {
color: #fff;
    background: #005ca8 !important;
}

.highlight span{
color: #fff !important;
}

.a {
    display: none;
    height: auto;
    width: auto;
    background: #f2e3cf;
    margin: 0px 0px 10px;
}
.q, .a {
    line-height: 23px !important;
    padding: 10px 10px 10px 44px !important;
    text-align: justify !important;
    text-indent: -32px !important;
    transition-duration: 0.1s;
    transition-property: opacity;
    transition-timing-function: linear;
    
    border-radius: 2px;
    
    font-size: 14px;
    line-height: 24px;
}
.q:hover {
    opacity: 0.7;
}
.a span, .q span {
    display: inline-block;
    font-weight: bold;
    text-indent: 0;
    width: 32px;
}
.q span {
    color: #005ca8;
}
.q {
background: #f2f2f2;
    cursor: pointer;
    margin: 0px 0px 10px;
}


p.date_p {
    color: #6d6d6d;
    text-align: right;
    margin: 0px 0px 10px;
    line-height: 17px;
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

p.date_p span {
	color:#fff;
    display:inline-block;
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight:bold;
    background:#dc143c;
    border-radius: 3px;
    
    font-size: 8px;
    
    line-height: 14px;
    margin: 0 0 0 5px;
    padding: 1px 4px;
    vertical-align: top;
}

.in_box .text_zone p.date {
	letter-spacing: 0.05em;
	color: #6d6d6d;
    text-align: left;
    margin: 0 0 0px 0px;
    padding: 5px 15px 5px;
    font-size:11px;
    word-break:keep-all;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}



.cont_box_ul .in_box .text_zone p.date, .cont_box_ul_top .in_box .text_zone p.date {
	letter-spacing: 0.05em;
	color: #6d6d6d;
    text-align: left;
    margin: 0 0 0px 0px;
    padding: 5px 15px 5px;
    font-size:11px;
    word-break:keep-all;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.list .cont_box_ul .in_box .text_zone p.date {
    margin: 0 0 0px 0px;
    padding: 10px 15px 0px;
}

@media screen and (max-width: 790px) {
.in_box .text_zone p.date {
    font-size:10px;
}
.cont_box_ul .in_box .text_zone p.date, .cont_box_ul_top .in_box .text_zone p.date {
    font-size:10px;
}
}

.in_box .text_zone p.date span.date_txt {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: inherit;
	margin: 0 4px 0 0px;
	letter-spacing: 0.01em;
}

.in_box .text_zone p.date span.nm {
	color:#fff;
    display:inline-block;
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight:bold;
    background:#dc143c;
    border-radius: 3px;
    
    font-size: 8px;
    
    line-height: 14px;
    margin: 1px 4px 4px 0px;
    padding: 1px 4px;
    vertical-align: top;
	letter-spacing: 0.01em;
}

.contents__content .nm {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background:#dc143c;
    color: #fff;
    display: inline-block;
    font-size: 8px;
    font-weight: bold;
    line-height: 12px;
    margin: 0 5px -6px 1px;
    padding: 1px 3px;
    vertical-align: middle;
    
	border-radius: 3px;
    box-shadow : 0px 1px 0px #b58600;
	letter-spacing: 0.01em;
}

.in_box .text_zone p.date span.category_p {
	color:#fff;
    display:inline-block;
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight:bold;
    background:#7697c8;
    border-radius: 3px;
    
    font-size: 8px;
    
    line-height: 14px;
    margin: 1px 4px 4px 0px;
    padding: 1px 4px;
    vertical-align: top;
	letter-spacing: 0.01em;
}







.error_red, .error_p {
	background: #C1272D !important;
	color: #fff !important;
	font-weight: bold !important;
    margin: 0 0 10px !important;
    padding: 3px 10px !important;
    display: inline-block !important;
    
    border-radius: 2px !important;
}


.mw_wp_form .error {
font-size: 14px !important;

	background: #C1272D;
	color: #fff !important;
	font-weight: bold !important;
    margin: 0 0 10px;
    padding: 3px 10px;
    display: inline-block !important;
    border-radius: 2px;
}



footer {
	width: 100%;
}

footer p.copy {
	font-size: 10px;
	color: #fff;
	font-weight: normal;
	text-align: center;
	padding: 10px 20px 10px 20px;
}

footer p.copy span {
	white-space: nowrap;
	color: #fff;
	display: inline-block;
}

footer p {
	font-size: 10px;
	color: #fff;
	font-weight: normal;
	line-height: 22px;
}

#footer_inner {
	max-width: 1040px;
	margin: 0px auto;
	padding: 0px 10px 0px 0px;
}

#company_zone {
	display: inline-block;
	width: 260px;
	padding: 0px 10px;
	float: left;
}

.footer_tel_banner img {
	width: 100%;
}

#company_zone h1 {
	display: inline-block;
}

#company_zone h1 a {
	display: block;
	padding: 25px 0px 10px;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
}

#company_zone h1 a img {
	width: 235px;
}

.footer_nav_box {
	float: left;
    margin: 20px 0 20px 10px;
    padding: 2px 0 0;
}

.footer_nav_box ul {
	margin: 0px 0px 0px;
}

.footer_nav_box li {
	border-left: 1px solid #fff;
    float: left;
    margin: 0;
    padding: 5px 20px 12px;
    width: 190px;
	line-height: 20px;
    display: block;
}

.footer_nav_box a {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
    display: inline-block;
}

aside.footer_banner a.footer_banner_01 {
	display: inline-block;
}

aside.footer_banner a.footer_banner_01 img {
	display: inline-block;
}

aside.txt_ad {
    padding: 10px 0px 0px;
}

aside.txt_ad .text_zone h2 {
    padding: 10px 15px 8px;
    text-align: center;
    font-size: 14px;
	color: #005ca8;
	line-height: 24px;
	margin: 0;
}

@media screen and (max-width: 790px) {
aside.txt_ad .text_zone h2 {
    font-size: 12px;
}
}

aside.txt_ad .text_zone h2 span {
    color: #666;
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
}

aside.txt_ad ul li {
margin: 0px 0px 10px 0px;
}

.box6_zone_right {
	margin: 0px -10px 15px 0px;
	padding: 0px 0px 0px;
	overflow: hidden;
}

.right_txt_zone {
	margin: -10px 0px 15px;
	padding: 0px 0px 0px;
	overflow: ;
}

.w_nav {
	width: 100%;
    text-align: center;
    	background: #e6e6e6;
    position: relative;
    z-index:10;
}

.w_nav_inner {
	width: 100%;
    max-width: 1070px;
    text-align: center;
    margin: 0px auto;
    font-size: 0px;
    padding: 10px 10px 10px;
    text-shadow: 0px 1px 4px #3b3b3b;
}

.w_nav_l, .w_nav_r {
	position: relative;
	display: inline-block;
    width: 100%;
	max-width: 120px;
    margin: 0px;
    background: #808080;
    font-size: 18px;
    line-height:22px;
    font-weight: bold;
    text-align: center;
    
     -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #fff;
 background-color: #cf7c00; background-image: -webkit-gradient(linear, left top, left bottom, from(#f90), to(#810214));
 background-image: -webkit-linear-gradient(top, #f90, #810214);
 background-image: -moz-linear-gradient(top, #f90, #810214);
 background-image: -ms-linear-gradient(top, #f90, #810214);
 background-image: -o-linear-gradient(top, #f90, #810214);
 background-image: linear-gradient(to bottom, #f90, #810214);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f90, endColorstr=#810214);
    
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    
    transition-property: color, background;
transition-duration: 0.2s;
transition-timing-function: linear;
-moz-transition-property: color, background;
-moz-transition-duration: 0.2s;
-moz-transition-timing-function: linear;
-webkit-transition-property: color, background;
-webkit-transition-duration: 0.2s;
-webkit-transition-timing-function: linear;
-o-transition-property: color, background;
-o-transition-duration: 0.2s;
-o-transition-timing-function: linear;
-ms-transition-property: color, background;
-ms-transition-duration: 0.2s;
-ms-transition-timing-function: linear;
}

.w_nav_l {
    border-radius: 20px 0px 0px 20px;
    margin: 0px 3px 0px 0px;
    padding: 10px 10px 10px 20px;
}

.w_nav_r {
    border-radius: 0px 20px 20px 0px;
    margin: 0px 0px 0px 3px;
    padding: 10px 20px 10px 10px;
}

.w_nav_l span, .w_nav_r span {
	position: absolute;
	display: block;
	max-width: 1em;
    margin: 0px;
    color: #fcee21;
    font-size: 16px;
    font-weight: bold;
    line-height:22px;
}

.w_nav_l span {
    left: 10px;
    top: 25%;
}

.w_nav_r span {
    right: 10px;
    top: 25%;
}

.w_nav_inner a:hover {
	color: #fcee21;
    text-decoration: none;
    background: #005ca8;
    
    opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

.w_nav_inner a:hover span {
	color: #fff;
    text-decoration: none;
    
    opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

.tablewrap {
overflow: auto;
width: 100%;
}


.contact table th {
	width: auto;
	vertical-align: middle;
	background: none;
	color: ;
	font-weight: ;
	font-size: 14px;
	text-align: left;
	border: none;
	padding: 10px;
	line-height: 24px;
}

.contact table td {
	width: auto;
	vertical-align: middle;
	color: ;
	font-weight: normal;
	font-size: 14px;
	border: none;
	padding: 10px;
	line-height: 24px;
}



.contact table.list {
	font-size: 14px;
    line-height: 24px;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	margin: 4px 0px 5px 0px;
	width: 100%;
}

.contact table.list th {
	width: auto;
	padding: 10px;
	white-space: nowrap;
	font-weight: bold;
}

.contact table.list th span {
	font-weight: normal;
	font-size:10px;
}

.contact table.list td {
	width: auto;
	padding: 10px;
}

form table.list select, form table.list option, form table.list optgroup, form table.list textarea, form table.list input, form table.list label {
	color: ;
}

.contact table.list select {
	width: 100%;
    max-width: 400px;
    font-size: 14px;
}

img.img100 {
	width: 100%;
    padding: 0px;
}

img.img50 {
	width: 49%;
    padding: 2px 0px;
}

.error_red {
	background: #C1272D;
	color: #fff !important;
	font-weight: bold !important;
    margin: 0 0 10px;
    padding: 3px 10px;
    display: inline-block;
    
    border-radius: 2px;
}

.contact .bg_f2 {
	background: #f2f2f2;
}

.contact .bg_f {
	background: #fff;
}

.contact .red_s {
	color: #c00;
}




.contact .tb_top_p {
	padding: 0px 0px 20px;
}

em.hissu_mark {
    color: #C1272D;
    font-size: 16px;
    text-shadow:1px 1px 0px #ffffff,-1px -1px 0px #ffffff,-1px 1px 0px #ffffff,1px -1px 0px #ffffff,0px 1px 0px #ffffff,1px 0px 0px #ffffff,0px -1px 0px #ffffff,-1px 0px 0px #ffffff;
    font-weight: bold;
}

.contact p.top_txt {
	margin: 0px 0px 30px;
}

.contact .form_btn_zone {
	text-align: center;
	margin: 20px 0px;
}

.contact table.list th {
	vertical-align: top;
	width: 20%;
}

.contact table.list input {
	width: 95%;
	max-width: 400px;
}

.contact table.list input#zip, .contact table.list input#zip2, .contact table.list input#zip3, .contact table.list input#pref, .contact table.list input#pref2, .contact table.list input#pref3 {
	width: 120px;
}

.contact table.list input#tel, .contact table.list input#fax, .contact table.list input#tel2, .contact table.list input#fax2, .contact table.list input#tel3, .contact table.list input#fax3 {
	width: 180px;
}

.contact table.list textarea {
	width: 95%;
	max-width: 660px;
}

.contact table.list input#chk {
	width: auto;
}

.contact table.list input.button {
-webkit-appearance: none;
	display: block;
max-width: 200px;
height: auto;
line-height: 55px;
color: #fff;
cursor: pointer;
text-align: center;
background-color: #f66;
border:1px solid #c66;
margin: 8px auto;
border-radius: 6px;
font-weight: bold;
font-size: 18px;
}

.contact table.list input.button_back {
-webkit-appearance: none;
	display: block;
max-width: 200px;
height: auto;
line-height: 55px;
color: #fff;
cursor: pointer;
text-align: center;
background-color: #959595;
border:1px solid #7a7a7a;
margin: 8px auto;
border-radius: 6px;
font-weight: bold;
font-size: 18px;
}

.contact table.list td.option_zone input {
	width: auto;
	max-width: 500px;
}



.contact table.list td.w100 {
    width: 100%;
    padding: 0px;
}

.contact table.list td.w100b {
    width: 100%;
    padding: 0px;
	background:#7697c8;
	color: #FFFFFF;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
	float: none !important;
}

.contact table.list td.w100b span {
	color: #FFF263;
	font-size: 14px;
	font-weight: bold;
}



.contact .post_c p {
	padding:0px;
    line-height: 26px;
    font-size:14px;
	margin: ;
}

.contact .ui-datepicker td {
	padding: 1px;
}

.contact table.list .chkzone input {
	width: auto;
	max-width: 200px;
}






table.plist {
	border-top: #666666 solid 1px;
    background: #e3e3e3;
    white-space: normal;
    word-wrap: break-word;
	margin: 0px 0px 5px 0px;
}

table.plist tr {
    line-height: 13px;
    white-space: normal;
    word-wrap: break-word;
}


table.plist th {
	background: #8d9ed0;
    border-top: #666666 solid 1px;
    border-bottom: #666666 solid 1px;
    border-left: #666666 solid 1px;
    border-right: #666666 solid 1px;
    color: #fff;
    font-size: 14px;
    min-height: 13px;
    padding: 5px 7px !important;
    line-height: 20px;
    text-align: center;
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;

}

table.plist td {
	background: #f2f2f2;
    border-top: #666666 solid 1px;
    border-bottom: #666666 solid 1px;
    border-left: #666666 solid 1px;
    border-right: #666666 solid 1px;
    color: #383838;
    font-size: 14px;
    min-height: 13px;
    
    line-height: 20px;
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
    padding: 10px 5px !important;
    text-align: center;
}

table.plist td strong {
    color: #f15a24;
    font-size: 14px;
    font-weight: bold;
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
}

table.plist td.w100 {
    width: 100%;
    padding: 0px;
}

table.plist tr.bg_f td {
	background: #e0e0e0;
}

table.plist th, table.plist td {
    min-width: 200px;
}

table.plist tbody.minw_150 th, table.plist tbody.minw_150 td {
    min-width: 150px;
}

table.plist tbody.minw_100 th, table.plist tbody.minw_100 td {
    min-width: 100px;
}



/* SNSボタン用 */

.socials {
	
}

.socials .btn {
	float: left;
	padding:0px;
	background: none;
	margin:10px 15px 5px 0px;
	height: 20px;
}

.socials .social1 {
margin:10px 5px 5px 0px;
}

.socials .social2 span {
	vertical-align: top !important;
}






.share ul{
	height:auto;
}
.share li {
    float: left;
    list-style: outside none none;
    margin-bottom: 5px;
    margin-right: 6px;
    margin-top: 5px;
    text-align: center;
}

.share li a {
	color: #ffffff;
    display: inline-block;
    padding: 8px;
    text-decoration: none;
    width:23px;
    height:23px;
    border-radius: 20%;
    font-size: 22px;
    text-align: center;
    border:1px solid rgba(255,255,255,0.5);
    line-height:22px;
}

.share li span {
	color: #999;
    display: block;
    font-size: 10px;
    text-align: center;
    margin-top:7px;
}

.share li a.icon-twitter {
	background: #00acec;
}

.share li a.icon-facebook {
	background: #265a96;
}

.share li a.icon-google-plus {
	background: #dd4b39;
}

.share li a.icon-hatebu {
	background: #006fbb;
}

.share li a.icon-line {
	background: #2cbf13;
}

.foot_sns .share li span {
	color: #fff;
}

.foot_sns .share li {
    margin-top: 15px;
}




#global_m_box li.menu_share {
padding: 10px 0px 11px;
margin: 0px auto 0px;
max-width: 400px;
background: #e6e6e6;
}

#global_m_box li.menu_share p.ms_ttl {
font-size: 16px;
font-weight: bold;
text-align: center;
padding: 10px ;
}

#global_m_box li.menu_share .menu_share_in {
padding: 0px 10px;
margin: 0px auto 0px;
max-width: 400px;
text-align: center;
}

#global_m_box li.menu_share a {
    list-style: outside none none;
    margin-bottom: 5px;
    margin-right: 6px;
    margin-top: 5px;
    text-align: center;
    
    transition-property: opacity;
	transition-duration: 0.2s;
	transition-timing-function: linear;
	-moz-transition-property: opacity;
	-moz-transition-duration: 0.2s;
	-moz-transition-timing-function: linear;
	-webkit-transition-property: opacity;
	-webkit-transition-duration: 0.2s;
	-webkit-transition-timing-function: linear;
	-o-transition-property: opacity;
	-o-transition-duration: 0.2s;
	-o-transition-timing-function: linear;
	-ms-transition-property: opacity;
	-ms-transition-duration: 0.2s;
	-ms-transition-timing-function: linear;
}

#global_m_box li.menu_share a {
	color: #ffffff;
    display: inline-block;
    padding: 9px;
    text-decoration: none;
    width:40px;
    height:40px;
    border-radius: 20%;
    font-size: 22px;
    text-align: center;
    border:none;
    line-height:22px;
}

#global_m_box li.menu_share a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}


.menu_share a.icon-twitter {
	background: #00acec !important;
}

.menu_share a.icon-facebook {
	background: #265a96 !important;
}

.menu_share a.icon-google-plus {
	background: #dd4b39 !important;
}

.menu_share a.icon-hatebu {
	background: #006fbb !important;
}

.menu_share a.icon-line {
	background: #2cbf13 !important;
}







#scrollUp {
    background: url(img/top.png);
	background-repeat: no-repeat;
    background-size: 38px auto;
}



/* ▼▼▼▼▼▼▼▼▼▼▼▼customer_voice▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */






















aside.footer_banner {
display: block;
width: 100%;
text-align: left;
padding: 0px 0px;
}

aside.footer_banner a img {
display: block;
max-width: 468px;
width: 100%;
}








.box_nb {
text-align: center;
}

.box_nb a img {
width: 100%;
}

.box_four a img {
width: 100%;
}

.ad_zone .box_three .in_box {
	padding: 0px;
}

.ad_zone .box_two .in_box {
	padding: 0px;
}

.ad_zone .box_four .in_box {
	padding: 0px;
}


.fb_zone .box_two .in_box {
	padding: 10px;
}

.ad_zone .box_sq .in_box {
	padding: 0px;
}

.ad_zone .box_6 .in_box {
	padding: 0px;
}

.ad_zone .box_nb .in_box {
	padding: 0px;
}

.ad_zone .in_box a img {
	width: 100%;
}

.fb_box {
	height: 305px;
}

.fb_box iframe {
	background:none;
    height: 275px;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style]{
    width: 100% !important;
}



.search_box {
padding: 10px 0px 11px;
margin: 0px auto 0px;
max-width: 400px;
background: #e6e6e6;
}

.search_box_in {
padding: 0px 10px;
margin: 0px auto 0px;
max-width: 400px;
}



.kiji_search {
box-sizing: border-box;
padding:8px;
background-color:#fff;
border:1px solid #aaa;
width: 100%;
border-radius: 6px;
}

.kiji_search_btn {
display:block;
width: 100%;
height: 33px;
line-height: 31px;
color:#fff;
cursor:pointer;
text-align:center;
background-color:#f66;
border:1px solid #c66;
margin: 5px 0px 0px;
border-radius: 6px;
}



#global_m_box {
display: block;
margin: 0;
}

#global_m_box li {
display: block;
max-width: 250px;
width: 100%;
}

#global_m_box li a {
font-size: 14px;
line-height: 20px;
box-sizing: border-box;
display: block;
background:#005ca8;
padding: 13px;
color: #fff;
text-decoration: none;
cursor: pointer;
border-bottom: 1px solid #5f82b1;
text-shadow:0px 1px 2px rgba(0,0,0,0.5);
}

#global_m_box li .menu_share_in a {
text-shadow:none;
}

#global_m_box li a.deep {
background:#4d4d4d;
border-bottom: 1px solid #7d7d7d;
}

#global_m_box li a.ylw {
background:#c8a200;
border-bottom: 1px solid #937700;
}

#global_m_box li a:hover {
background:#001f63;
text-decoration: none;

opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "alpha( opacity=100 )";

}

#global_m_box li a.deep:hover {
background:#333;
}

#global_m_box li a.ylw:hover {
background:#483a00;
}

#global_m_box li.close a {
font-size: 14px;
line-height: 20px;
box-sizing: border-box;
display: block;
background:#4d4d4d;
padding: 13px;
color: #fff;
text-align: center;
font-weight: bold;
text-decoration: none;
cursor: pointer;
border-bottom: 1px solid #6d6d6d;
}

#global_m_box li.ac_li ul {
display: ;
}

#global_m_box li.ac_li ul li {
float: none;
display: block;
max-width: 250px;
width: 100%;
}

#global_m_box li.ac_li ul li a {
box-sizing: border-box;
display: block;
background:#878787;
padding: 13px;
color: #fff;
text-decoration: none;
cursor: pointer;
border-bottom: 1px solid #A3A3A3;
border-left: 0.5px solid #A3A3A3;
border-right: 0.5px solid #A3A3A3;
}

#global_m_box li.ac_li ul li a:hover {
background:#4d4d4d;
text-decoration: none;

opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "alpha( opacity=100 )";
}






#global_m_box li.ac_li a.highlight {
background:#001f63 !important;

}

#global_m_box li.ac_li a .arrow {
display: inline-block;
font-size: 10px;
position: relative;
top: -2px;
color: #fff;
transition-property: transform;
transition-duration: 0.7s;
}

#global_m_box li.ac_li a.highlight .arrow {
top: -3px;
transform: rotateX(180deg);
}

.section_item .mmg_zone .top_h1 {
	background:#008a72;
    background-image: url("img/h1_left.png");
    background-repeat: no-repeat;
    background-size: 25px auto;
    background-position: 10px 50%;
}

.mmg_zone .in_box {
	background:#008a72;
   
}

.mmg_zone .in_box h2 {
	text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #008a72;
    padding: 5px 0px;
    margin: 10px 0px 0px;
    background: #fcee21;
}

.mmg_zone .in_box p {
	text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding: 0px 0px 14px;
line-height: 24px;
}

.mmg_box_in {
padding: 0px 10px;
margin: 0px auto 10px;
text-align: center;
}

.mmg_inp {
box-sizing: border-box;
padding:5px 10px;
background-color:#fff;
border:1px solid #aaa;
width: 100%;
border-radius: 6px;
}

.mmg_inp_btn {
display: block;
width: 100%;
height: auto;
line-height: 40px;
color: #fff;
cursor: pointer;
text-align: center;
background-color: #f66;
border: 1px solid #fff;
margin: 8px 0px 0px;
border-radius: 6px;
font-weight: bold;
font-size: 18px;
}

.mmg_img {
	width: 100%;
	max-width: 170px;
    height: auto;
    display: block;
    margin: -5px auto -15px;
}

.mmg_box_in .mmg_link {
display: inline-block;
color: #fff;
padding: 10px 10px 3px;
line-height: 16px;
font-size: 10px;
}






/* ▼▼▼▼▼▼▼▼▼▼▼▼for_news_slide▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */


.cont_wrap {
	border-radius: 3px;
    z-index:10;
}

.container {
    overflow: hidden;
}

.tabContainer {
    overflow-x: auto;
    background: #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding-top: 10px;
}


.tab {
    display: table;
    margin-top: 0px;
}

.tab__button {
	transition-property: color, background;
	transition-duration: 0.2s;
	transition-timing-function: linear;
	-moz-transition-property: color, background;
	-moz-transition-duration: 0.2s;
	-moz-transition-timing-function: linear;
	-webkit-transition-property: color, background;
	-webkit-transition-duration: 0.2s;
	-webkit-transition-timing-function: linear;
	-o-transition-property: color, background;
	-o-transition-duration: 0.2s;
	-o-transition-timing-function: linear;
	-ms-transition-property: color, background;
	-ms-transition-duration: 0.2s;
	-ms-transition-timing-function: linear;
    display: table-cell;
    text-align: center;
    background-color: #005ca8;
    vertical-align: middle;
    border-right: 2px solid #e6e6e6;
    min-width: 80px;
    white-space: nowrap;
}

.tab__button:last-child {
    border-right: none;
}

.tab .active {
    background-color: #fff;
}

.tab__button a {
	text-align: center;
    padding: 15px 10px;
    color: #fff;
    display: block;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.2em;
}

.tab .active a {
	color: #005ca8;
    opacity: 1;
}

.tab a:hover {
    color: #fffb00;
    opacity: 1;
}

.tab .active a:hover {
	color: #005ca8;
    opacity: 1;
}

.container .contents {
	width: 100%;
    background-color: #f9f9f9;

    overflow: hidden;
}

.contents__content {
    background-color: #fff;
    text-align: center;
}

.contents__content ul {
	padding: 0px 13px 0px 0px;
}

.contents__content li {
	border-bottom: 1px solid #e6e6e6;
    padding: 7px;
    position: relative;
    display: block;
    width: 100%;
	min-width: 100%;
}

.contents__content li:hover {
	background: #f3f3f3;
}

.contents__content li:last-child {
	border-bottom: none;
}



.contents__content .tab_imgbox {
	width:50px;
    height:50px;
    overflow: hidden;
    background:#999;
    margin-right: 8px;
    float:left;
    position: relative;

    border-radius:2px;
}

.contents__content .tab_imgbox::after {
    content:"";
    position:absolute;
    top:0; right:0; bottom:0; left:0;
    box-shadow:0px 0px 4px rgba(0, 0, 0, 0.3) inset;
    border-radius:2px;
}

.contents__content .tab_imgbox img {
	position: absolute;
}

.contents__content .tab_title {
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    display: block;
}



.contents__content .cat {
	color:#fff;
    display:inline-block;
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight:bold;
    background:#7697c8;
    color:#fff;
    padding: 1.5px 2px;
    font-size: 10px;
	border-radius: 3px;
    line-height: 12px;
    position: absolute;
    bottom: 7px;
    right: 7px;
    letter-spacing: -0.02em;
}

.contents__content .ttl_zone {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    padding: 3px 0px 0px 0px;
}

.contents__content a:link  .ttl_zone {
	color: #333;
    
    text-decoration: none;
}

.contents__content a:visited  .ttl_zone {
	color: #9e9e9e;
    
    text-decoration: none;
}

.contents__content a:hover .ttl_zone {
	color: #6d6d6d;
    
    opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
    text-decoration: none;
}

.contents__content a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
    text-decoration: none;
}




.contents__content .nm {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background:#dc143c;
    color: #fff;
    display: inline-block;
    font-size: 8px;
    font-weight: bold;
    line-height: 12px;
    margin: 0 5px -6px 1px;
    padding: 1px 3px;
    vertical-align: middle;
    
	border-radius: 3px;
}

.contents__content span.dates {
	display: inline-block;
    vertical-align: bottom;
	font-size: 10px;
    font-weight: normal;
    color: #a7a7a7;
    letter-spacing: -0.01em;
    margin: 0 0px -5px 0px;
}




.bx-viewport {
	height: auto !important;
}

.contents__content ul.recpost .tab_imgbox {
	width:115px;
    height:115px;
    overflow: hidden;
    background:#999;
    margin-right: 8px;
    float:left;
    position: relative;

    border-radius:2px;
}

.contents__content ul.recpost .txt_zone {
	overflow: hidden;
    text-overflow: ;
    white-space: ;
    font-weight: normal;
    line-height: 17px;
    font-size: 12px;
    max-height: 68px;
    padding: 0px 0px 0px 0px;
    margin: 3px 0px 0px 0px;
}

.contents__content ul.recpost a:link  .txt_zone {
	color: #333;
    
    text-decoration: none;
}

.contents__content ul.recpost a:visited  .txt_zone {
	color: #6d6d6d;
    
    text-decoration: none;
}

.contents__content ul.recpost a:hover .txt_zone {
	color: #6d6d6d;
    
    opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
    text-decoration: none;
}

.contents__content ul.recpost span.dates {
	display: inline-block;
    vertical-align: bottom;
	font-size: 10px;
    font-weight: normal;
    color: #a7a7a7;
    letter-spacing: -0.01em;
    margin: 0 0px -3px 0px;
}

.contents__content ul.recpost .nm {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background:#dc143c;
    color: #fff;
    display: inline-block;
    font-size: 8px;
    font-weight: bold;
    line-height: 12px;
    margin: 0 5px -3px 1px;
    padding: 1px 3px;
    vertical-align: middle;
    
	border-radius: 3px;
}

.contents__content ul.recpost li {
height: 115px;
}

.contents__content ul.commpost .tab_imgbox {
	width:40px;
    height:40px;
    overflow: hidden;
    background:#999;
    margin-right: 8px;
    float:left;
    position: relative;

    border-radius:2px;
}

.contents__content ul.commpost .txt_zone {
	overflow: hidden;
    text-overflow: ;
    white-space: ;
    font-weight: bold;
    line-height: 19px;
    font-size: 12px;

    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.contents__content ul.commpost a:link  .txt_zone {
	color: #333;
    
    text-decoration: none;
}

.contents__content ul.commpost a:visited  .txt_zone {
	color: #6d6d6d;
    
    text-decoration: none;
}

.contents__content ul.commpost a:hover .txt_zone {
	color: #6d6d6d;
    
    opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
    text-decoration: none;
}

.contents__content ul.commpost span.dates {
	display: inline-block;
    position: absolute;
	width: 46px;
	left: 4px;
	bottom: 5px;
	font-size: 10px;
    font-weight: normal;
    color: #a7a7a7;
    letter-spacing: -0.06em;
    margin: 0px;
	text-align: center;
}

.contents__content ul.commpost .nm {
	position: absolute;
	left: 10px;
	bottom: 14px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background:#dc143c;
    color: #fff;
    display: inline-block;
    font-size: 8px;
    font-weight: bold;
    line-height: 12px;
    padding: 1px 3px;
    
	border-radius: 3px;
}

.contents__content ul.commpost li {
height: 63px;
}

.contents__content ul.commpost li .cat {
	color:#fff;
    display:inline-block;
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight:bold;
    background:#7697c8;
    color:#fff;
    padding: 1.5px 2px;
    font-size: 10px;
	border-radius: 3px;
    line-height: 12px;
    position: absolute;
    bottom: 7px;
    right: 7px;
    letter-spacing: -0.02em;
}

.contents__content ul.commpost .ttl_zone {
	color: #A7A7A7;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 10px;
    padding: 0px 0px 0px 0px;
}

.contents__content ul.commpost a:hover .ttl_zone {
	color: #6d6d6d;
    
    opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
    text-decoration: none;
}

.contents__content ul.commpost .likezone {
	position: absolute;
	right: 0px;
	bottom: 3px;
}

.contents__content ul.commpost .likezone .like_span, .contents__content ul.commpost .likezone .dislike_span {
	padding: 0px 5px;
}

.contents__content ul.commpost .likezone .like_span {
	color: #f09090;
}

.contents__content ul.commpost .likezone .dislike_span {
	color: #73A8F3;
}




.contents__content ul.chiepost .txt_zone {
	overflow: hidden;
    text-overflow: ;
    white-space: ;
    font-weight: normal;
    line-height: 17px;
    font-size: 12px;
    max-height: 35px;
    padding: 0px 0px 0px 0px;
    margin: 3px 0px 0px 0px;
}

.contents__content ul.chiepost a:link  .txt_zone {
	color: #333;
    
    text-decoration: none;
}

.contents__content ul.chiepost a:visited  .txt_zone {
	color: #9e9e9e;
    
    text-decoration: none;
}

.contents__content ul.chiepost a:hover .txt_zone {
	color: #6d6d6d;
    
    opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
    text-decoration: none;
}

.contents__content ul.chiepost span.dates {
	display: inline-block;
    vertical-align: bottom;
	font-size: 10px;
    font-weight: normal;
    color: #a7a7a7;
    letter-spacing: -0.01em;
    margin: 0 0px -3px 0px;
}

.contents__content ul.chiepost .new_m {

    
    background: #ffc72b;
    color: #cc3f3f;
    display: inline-block;
    font-size: 8px;
    font-weight: bold;
    line-height: 12px;
    margin: 0 -2px -3px 1px;
    padding: 0px 3px 0;
    vertical-align: middle;
    
    box-shadow : 0px 1px 0px #b58600;
}


.t3 {
  transition: .3s;
  -webkit-transition: .3s;
}

.tabContainer {
transform: translate3d(0, 0, 0);
-webkit-transform: translate3d(0, 0, 0);
}

.is-fixed {

  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}
.is-hide {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}




.drawer-navbar .drawer-navbar-header {
  border-bottom: none;
  background-color: none;
}

.drawer-navbar-header {
  position: relative;
  z-index: 102;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 0px;
  text-align: center;
}




.drawer-dropdown .drawer-caret {
	color:#fff;
  border-top: 7px solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.drawer-nav {
	background:#292929;
}

.drawer-hamburger-icon, .drawer-hamburger-icon::before, .drawer-hamburger-icon::after {
	background-color: #005ca8;
}

.drawer-overlay {
	background: rgba(0,0,0,0.4);
}

.drawer-hamburger {
width: 1.8rem;
padding: 0px 0px 10px 0px;
margin: 18px 25px 0px 0px;
}

@media screen and (max-width: 650px) {
.drawer-hamburger {
padding: 0px 0px 10px 0px;
margin: 16px 14px 0px 0px;
}
}



span.customSelect {
	color:#fff;
	cursor: default;
  height: 36px;
	line-height:36px;
	padding:0 0 0 3px;
	text-indent: 5px;
  width: 100%;
	background: url(img/select-box-arrow.png) no-repeat right 3px;
  background-size: 28px 30px;
}

span.customSelectInner {
 color: #fff;
 width: auto;
display: inline-block;

font-size: 12px;
height: 33px;
    overflow: hidden;
    padding: 0 38px 0 0;
    margin: 0px 0px 0px 0px;
}



.select-box {
  background: #005ca8;
  border: 2px solid #d2ba85;
  overflow: hidden;
  text-align:left;
  font-size:14px;
  color:#fff;
  padding: 0 6px 0 0;
  margin: 10px;
}

.input-box {
  padding: 0 6px 0 0;
  margin: 7px 7px 10px;
}


/* ▼▼▼▼▼▼▼▼▼▼▼▼for_old_browser▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */

.ie8 #scrollUp, .ie7 #scrollUp, .ie6 #scrollUp {
    background: url(img/old_browser_img/top.png);
	background-repeat: no-repeat;
}

.ie8 span.customSelect, .ie7 span.customSelect, .ie6 span.customSelect {
  background: url(img/old_browser_img/select-box-arrow.png) no-repeat right top;
}


/* ▼▼▼▼▼▼▼▼▼▼▼▼perfectscrollbar▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */

.ps-container .ps-scrollbar-y, .ps-container .ps-scrollbar-y-rail {
width: 4px;
}





.wp-pagenavi {
    clear: both;
    font-size: 12px;
    margin: 25px 0 25px;
    text-align: center;
}
.wp-pagenavi a {
    border: 1px solid #0071BC;
    border-radius: 3px;
    margin: 3px;
    padding: 4px 6px;
    text-decoration: none;
    display: inline-block;
	background: #FFFFFF;
}
.wp-pagenavi span {
    border: 1px solid #666666;
    border-radius: 3px;
    margin: 3px;
    padding: 4px 6px;
    text-decoration: none;
    display: inline-block;
	background: #FFFFFF;
}
.wp-pagenavi span.pages {
    border: 1px solid #a8a8a8;
    border-radius: 3px;
    color: #a8a8a8;
    margin: 3px;
    padding: 4px 6px;
    text-decoration: none;
    display: inline-block;
	background: #FFFFFF;
}
.wp-pagenavi a:hover {
    background: none repeat scroll 0 0 #0071BC;
    border-color: #0071BC;
    color: #FFFFFF;
}
.wp-pagenavi span.current {
    border-color: #666666;
    display: inline-block;
	background: #c5c5c5;
}
.wp-pagenavi span.current {
    font-weight: bold;
    display: inline-block;
}

/* wordpress本文用 */
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	
	margin-top: 0px;
	margin-right:0px;
	margin-bottom:20px;
	margin-left:20px;
	display: inline;
	}

img.alignleft {
	
	margin-top: 0px;
	margin-right:20px;
	margin-bottom:20px;
	margin-left:0px;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

.size-full {
    max-width: 100% !important;
}

img.aligncenter, img.alignright, img.alignleft {

}


/* ▼▼▼▼▼▼▼▼▼▼▼▼Contact Form 7用▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */

span.wpcf7-not-valid-tip {
		background: #C1272D !important;
	color: #fff !important;
	font-weight: bold !important;
    margin: 10px 0 10px !important;
    padding: 3px 10px !important;
    display: block !important;
    max-width: 200px !important;
	text-align:center !important;
    border-radius: 2px !important;

}

.wpcf7-validation-errors {
		background: #C1272D !important;
	color: #fff !important;
	font-weight: bold !important;
    margin: 10px 0 10px !important;
    padding: 6px 10px !important;
    display: block !important;
    border-radius: 2px !important;
	border: none !important;
	line-height:22px !important;
}

.wpcf7-mail-sent-ok {
	background: #398f14 !important;
	color: #fff !important;
	font-weight: bold !important;
    margin: 10px 0 10px !important;
    padding: 6px 10px !important;
    display: block !important;
    border-radius: 2px !important;
	border: none !important;
	line-height:22px !important;
}


.center_btn {
	position: relative;
	display: block !important;
    width: 100%;
	max-width: 250px;
    margin: 5px auto;
	padding: 15px 10px !important;
    background: #808080;
    font-size: 18px !important;
    line-height:24px !important;
    font-weight: bold !important;
    text-align: center !important;
 
 -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #fff;
 background-color: #089e14; background-image: -webkit-gradient(linear, left top, left bottom, from(#39d200), to(#003b11));
 background-image: -webkit-linear-gradient(top, #39d200, #003b11);
 background-image: -moz-linear-gradient(top, #39d200, #003b11);
 background-image: -ms-linear-gradient(top, #39d200, #003b11);
 background-image: -o-linear-gradient(top, #39d200, #003b11);
 background-image: linear-gradient(to bottom, #39d200, #003b11);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#39d200, endColorstr=#003b11);
    
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    


border-radius:10px;
}

.center_btn:hover {
	text-decoration:none;
	color:#fff;
}

.center_btn2 {
	position: relative;
	display: block !important;
    width: 100%;
	max-width: 250px;
    margin: 5px auto;
	padding: 15px 10px !important;
    background: #808080;
    font-size: 18px !important;
    line-height:24px !important;
    font-weight: bold !important;
    text-align: center !important;
    
      -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #fffbb9;
 background-color: #cf7c00; background-image: -webkit-gradient(linear, left top, left bottom, from(#f90), to(#810214));
 background-image: -webkit-linear-gradient(top, #f90, #810214);
 background-image: -moz-linear-gradient(top, #f90, #810214);
 background-image: -ms-linear-gradient(top, #f90, #810214);
 background-image: -o-linear-gradient(top, #f90, #810214);
 background-image: linear-gradient(to bottom, #f90, #810214);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f90, endColorstr=#810214);
    
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    


border-radius:10px;
}

.center_btn2:hover {
	text-decoration:none;
	color:#fffbb9;
}

.even_btn {
	position: relative;
	display: inline-block !important;
    width: 100%;
	max-width: 250px;
    margin: 5px;
	padding: 15px 10px !important;
    background: #808080;
    font-size: 18px !important;
    line-height:24px !important;
    font-weight: bold !important;
    text-align: center !important;
    
     -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #fff;
 background-color: #089e14; background-image: -webkit-gradient(linear, left top, left bottom, from(#39d200), to(#003b11));
 background-image: -webkit-linear-gradient(top, #39d200, #003b11);
 background-image: -moz-linear-gradient(top, #39d200, #003b11);
 background-image: -ms-linear-gradient(top, #39d200, #003b11);
 background-image: -o-linear-gradient(top, #39d200, #003b11);
 background-image: linear-gradient(to bottom, #39d200, #003b11);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#39d200, endColorstr=#003b11);
    
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    


border-radius:10px;
}

.even_btn:hover {
	text-decoration:none;
	color:#fff;
}

.even_btn2 {
	position: relative;
	display: inline-block !important;
    width: 100%;
	max-width: 250px;
    margin: 5px;
	padding: 15px 10px !important;
    background: #808080;
    font-size: 18px !important;
    line-height:24px !important;
    font-weight: bold !important;
    text-align: center !important;
    
      -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #fffbb9;
 background-color: #cf7c00; background-image: -webkit-gradient(linear, left top, left bottom, from(#f90), to(#810214));
 background-image: -webkit-linear-gradient(top, #f90, #810214);
 background-image: -moz-linear-gradient(top, #f90, #810214);
 background-image: -ms-linear-gradient(top, #f90, #810214);
 background-image: -o-linear-gradient(top, #f90, #810214);
 background-image: linear-gradient(to bottom, #f90, #810214);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f90, endColorstr=#810214);
    
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    


border-radius:10px;
}

.even_btn2:hover {
	text-decoration:none;
	color:#fffbb9;
}

.even_btn3 {
	position: relative;
	display: inline-block !important;
    width: 100%;
	max-width: 250px;
    margin: 5px;
	padding: 15px 10px !important;
    background: #808080;
    font-size: 18px !important;
    line-height:24px !important;
    font-weight: bold !important;
    text-align: center !important;
    
     -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #fff;
 background-color: #089e14; background-image: -webkit-gradient(linear, left top, left bottom, from(#03a8f6), to(#031383));
 background-image: -webkit-linear-gradient(top, #03a8f6, #031383);
 background-image: -moz-linear-gradient(top, #03a8f6, #031383);
 background-image: -ms-linear-gradient(top, #03a8f6, #031383);
 background-image: -o-linear-gradient(top, #03a8f6, #031383);
 background-image: linear-gradient(to bottom, #03a8f6, #031383);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#03a8f6, endColorstr=#031383);
    
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    


border-radius:10px;
}

.even_btn3:hover {
	text-decoration:none;
	color:#fff;
}

@media screen and (max-width: 650px) {
.even_btn, .even_btn2, .even_btn3 {
	box-sizing:border-box;
}
}


.post_c h3 {
	display: inline-block;
    color: #005ca8;
    font-size: 18px;
    line-height: 30px;
    margin: 0;
    padding: 0px 0px 5px;
    font-weight: bold;
    text-align: justify;
}

.post_c strong {
	display: inline-block;
    color: #333;
    font-size: 14px;
    line-height: inherit;
	letter-spacing: inherit;
    margin: 0;
    padding: 0px 0px 0px;
    font-weight: bold;
}

.post_c strong.nml {
	display: inline-block;
    color: #333;
    font-size: 14px;
    line-height: inherit;
	letter-spacing: inherit;
    margin: 0;
    padding: 0px 0px 0px;
    font-weight: bold;
}

.post_c strong.midashi {
	display: inline-block;
    color: #333;
    font-size: 16px;
    line-height: 28px;
    margin: 0;
    padding: 0px 0px 10px;
    font-weight: bold;
    text-align: justify;
}

.post_c strong.underl {
	display: inline-block;
    color: #333;
    font-size: 16px;
    line-height: 28px;
    margin: 0;
    padding: 0px 0px 10px;
    font-weight: bold;
    text-align: justify;
	text-decoration: underline;
}



.post_c ol {
	margin: 0 0 0 25px;
}

.post_c ol li {
	list-style: decimal;
}

.max230c {
	display: block;
	margin: 20px auto;
	max-width: 230px;
	width: 100%;
}

.c_o_txt {
	display: block;
	margin: 20px auto;
	max-width: 230px;
	width: 100%;
	text-align:center;
}

.c_o_txt img {
	display: inline-block;
	max-width: 230px;
	max-height: 200px;
}

.ad_layout_zone {
	text-align: center;
}

.ad_menu {
    margin: 0px -6px -6px 0px;
}

.ad_menu li {
	display: inline-block;
	width: auto;
	
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    
    border-radius: 10px;
	position: relative;
    
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	
    margin: 0px 6px 6px 0px;
}

.ad_menu li a {
	display: block;
	text-align: center;
	width: auto;
	padding: 13px 13px;
	
	background: #fff;
    border: 2px solid #005ca8;

	color: #005ca8;
	border-radius: 10px;
}

.ad_menu li a:hover {
	text-decoration: none;
	background: #8d9ed0;
	color: #fff;
	
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

.ad_menu li a.current {
	background: #005ca8;
	color: #fff;
}

.ad_menu li a.current:hover {
	background: #005ca8;
	color: #fff;
	
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

table.plist em.hissu_mark {
    color: #C1272D;
    font-size: 12px;
    text-shadow:none;
    font-weight: bold;
}

.post_c .kotei_link_img {
	max-width: 230px;
	width: 100%;
	height: auto;
	margin: 0px !important;
	
	-moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
}

.post_c .kotei_link {
	float: left;
	margin: 0px 20px 20px 0px !important;
}

@media screen and (max-width: 650px) {
.post_c .kotei_link_img {
	max-width: 100%;
	width: 100%;
}

.post_c .kotei_link {
	float: left;
	margin: 0px 0px 20px 0px !important;
}
}

.links_bg_f {
	background: #f2f2f2;
}

.links_bg_f2 {
	background: #e0e0e0;
}

.post_c .box_links {
	padding: 15px;
	margin: 0px 0px 10px;
	border-radius:3px;
	
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}

.post_c .box_links p {
	font-size:12px;
	line-height: 22px;
}

.search_word {
	background: #E0E404;
}

.section_item .iso39001 .top_h1 {
	background: #e36d00;
	background-image: url("img/h1_left.png");
    background-repeat: no-repeat;
    background-size: 25px auto;
    background-position: 10px 50%;
}

.iso39001 .cont_box_ul .text_zone h2 {
    color: #e36d00;
}


.section_item .eco .top_h1 {
	background: #1b8432;
	background-image: url("img/h1_left.png");
    background-repeat: no-repeat;
    background-size: 25px auto;
    background-position: 10px 50%;
}

.eco .cont_box_ul .text_zone h2 {
    color: #1b8432;
}


.section_item .unko .top_h1 {
	background: #dc695d;
	background-image: url("img/h1_left.png");
    background-repeat: no-repeat;
    background-size: 25px auto;
    background-position: 10px 50%;
}

.unko .cont_box_ul .text_zone h2 {
    color: #dc695d;
}

.section_item .truckdesign .top_h1 {
	background: #cb2a83;
	background-image: url("img/h1_left.png");
    background-repeat: no-repeat;
    background-size: 25px auto;
    background-position: 10px 50%;
}

.truckdesign .cont_box_ul .text_zone h2 {
    color: #cb2a83;
}

.campaign .in_box {
	background: #005ca8;
	overflow: visible;
}

.campaign .box_four .cv_box_ul .in_box {
	background: #fff;
}

.campaign .cv_box_ul {
float: none;
margin: 0px 0px 0px 0px;
}

.campaign .cv_box_ul li {
margin: 0px 0px 15px 0px;
}

.campaign .cv_box_ul li:last-child {
margin: 0px 0px 15px 0px;
}

.campaign h2 {
    background: #ccdfff;
    color: #005ca8;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    padding: 10px 15px 7px;
    text-align: justify;
	border-bottom: 1px solid #005ca8;
	border-radius: 3px 3px 0px 0px
}


.campaign .cv_box_ul .fig_zone {
    background: none;
    margin: 15px;
    float: left;
    position: relative;
    width: 100%;
	min-height: 100px;
	text-align: center;
}
.fig_zone img {
    display: block;
    margin: 0 auto;
    width: 100% !important;
	max-width: 300px;
	height: auto;
}

.campaign .comment_p, .campaign .comment_p strong {
	color: #fff;
}

.campaign .chkbox {
	display: inline-block;
	margin:			20px 20px 10px 0px;
}

.campaign .chkbox span.chk_span {
	font-size:		12px;
	line-height:		14px;
	color: #666;
	text-align: left;
	display: inline-block;
	letter-spacing: 0.1em;
	margin: 0px 0px 10px;
}

/* ラベルのスタイル　*/
.campaign .chkbox label {
	padding-left:		38px;			/* ラベルの位置 */
	font-size:		32px;
	line-height:		38px;
	display:		inline-block;
	cursor:			pointer;
	position:		relative;
	font-weight: bold;
	color: #005ca8;
	text-align: left;
}

.campaign .chkbox label span {
	font-size:		32px;
	line-height:		44px;
	font-weight: bold;
	color: #005ca8;
	padding: 0px 0px 0px 10px;
	text-align: left;
}

/* ボックスのスタイル */
.campaign .chkbox label:before {
	content:		'';
	width:			32px;			/* ボックスの横幅 */
	height:			32px;			/* ボックスの縦幅 */
	display:		inline-block;
	position:		absolute;
	left:			0;
	top:3px;
	background-color:	#f6f6f6;
	box-shadow:		inset 0px 1px 3px rgba(0,0,0,0.6);
	border-radius:		7px;
	border: 1px solid #B8B8B8;
}
/* 元のチェックボックスを表示しない */
.campaign .chkbox input[type=checkbox] {
	display:		none;
}
/* チェックした時のスタイル */
.campaign .chkbox input[type=checkbox]:checked + label:before {
	content:		'\2713';		/* チェックの文字 */ 
	font-size:		34px;			/* チェックのサイズ */
	color:			#fff;			/* チェックの色 */
	background-color:	#06f;			/* チェックした時の色 */
}

.campaign .tokuten_fee {
	font-size: 36px;
	color: #B80003 !important;
	font-weight: bold;
	
}

.campaign .head_img_box {
	background: #fcee21;
	position: relative;
	margin: 0px 0px 15px;
	border-radius: 3px;
}

.campaign .head_img_inner {
	max-width: 1140px;
	margin: 0px -45px 0px -45px;
}

.campaign .head_img_inner img.head_img {
	width: 100% !important;
	max-width: 100%;
	margin: -40px 0px 0px 0px;
}

.campaign .head_img_box span.goukei {
	display: block;
	text-align: center;
}

svg {
  display: inline-block;
  width: 100%;
  height: auto;
  overflow: visible;
font-weight: bold;
}
.foreground {
  fill: #fff;
}
.background {
  stroke: #005ca8;
  stroke-width: 5;
  stroke-linejoin: round;
}

.campaign #wrap {
	overflow: hidden;
}

span.nowrap {
	color: inherit;
	font-size: inherit;
	white-space: nowrap;
}

.comment_img {
	float: left;
	width: 48px;
	height: auto;
	margin: 0px 10px 0px 0px;
}

@media screen and (max-width: 790px) {
.campaign .chkbox label span {
	font-size:		24px;
	line-height:		26px ;
}
.campaign .chkbox {
	display: inline-block;
	margin:			0px 20px 10px 20px;
}
.campaign .tokuten_fee {
	font-size: 26px;
}
.campaign .head_img_inner {
	margin: 0px -35px 0px -35px;
}

.campaign .head_img_inner img.head_img {
	margin: -30px 0px 0px 0px;
}

.comment_img {
	width: 35px;
}

}

.kiji_btm_img_zone img {
	width: 100%;
}

.tokusha_img {
    display: block;
    width: 100%;
	margin: 0px 0px -10px;
}

.contact table.list td.chk_zone input {
	width: auto;
}

.contact table.list td.chk_zone span {
	text-align: center;
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼納車フォーム▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */

#msg1 {
	margin: 0px 0px 10px;
}

.mw_wp_form_confirm #msg1 {
	display: none;
}

.blue_text {
	color: #0A50A1;
}

.blue_text span {
	color: #0A50A1;
	font-weight: bold;
	font-size: 24px;
}

.red_text {
	color: #c1272d;
}

.red_text span {
	color: #c1272d;
	font-weight: bold;
	font-size: 24px;
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼コメント部分▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */

.comment_zone h3#comments {
	font-size: 16px;
	line-height: 24px;
	color: #005ca8;
}

.comment_zone ol.commentlist {
	padding: 20px 0px 0px 0px;
}

#comment_area {background:rgba(255,255,255,0.5);padding:0px;border-radius: 0px;margin-top:0px;line-height:1.4em;}
/*Comment List*/
#comment_area h3#comments {font-size:130%; margin:0 0 0.7em;}
#comment_area ol {list-style:none;}
#comment_area ol li {overflow: hidden;}
#comment_area ol li.depth-1{border:1px dotted #fff; margin-bottom:1em; padding:2px;}
#comment_area ol li ul.children {margin-left: 10%;} /*children 返信部分*/
#comment_area ol li ul.children li {border-top:1px dotted #fff; margin-top:1em; padding-top:12px;}
img.avatar {margin-right:8px;float:left;}
span.says{display:none;}
cite.fn {font-size:90%;}
div.comment-meta {font-size:80%;margin:3px 0px 0px 0px;}
div.comment-meta:after {content:''; display:block; height:0; clear:both; visibility:hidden;}
.comment-body p {
	font-size: 100%;
	color: #666;
	background: none;
	border-radius: 0px;
	padding: 0.5em 0px;
	margin: 0.8em 0 0.5em;
	line-height: 20px;
}
div.reply { margin-bottom:0.2em}/*返信button*/
div.reply:after {content:''; display:block; height:0; clear:both; visibility:hidden;}
div.reply a {font-size:80%;line-height:1em;display:block;float:right;background:#005ca8;padding:0.5em 1em;border-radius: 4px;color:#fff;}
div.reply a:hover {text-decoration: none;}
/*Comment Form*/
#respond {background:rgba(255,255,255,0.4);padding:0.5em;border-radius: 9px;}
#respond h3#reply-title {font-size:130%; margin:0 0 0.7em; color:#005ca8;}
#respond h3#reply-title small a {font-size:70%; margin-left:1em; text-decoration:underline;}/*コメントをキャンセルの文字*/
#respond p { margin-bottom:0.5em;}
#respond p.commentNotesBefore, #respond p.commentNotesAfter {font-size:80%;}
#respond p.form-submit {margin-bottom:10px;margin-top:10px;}
/*form element*/
input#author, input#email, textarea#comment {
    width:95%;
    border:1px solid #bdbdbd;
    border-radius:6px;
    margin-top:0;
	margin-bottom: 0px;
    font-size:14px;
	font-weight: bold;
    padding:7px 12px;
    color:#005ca8;
	width: 100%;
max-width: calc(100% - 27px);}

input#author {
	margin-top: 5px;
	margin-bottom: 10px;
}
textarea#comment {line-height:1.6em;}
input#submit {
	-webkit-appearance: none;
    cursor:pointer;
    font-size:110%;
    padding: 5px 2em;
    margin:0;
    border-style:none;
    color: #fff;
    background: #005ca8;
    border-radius: 4px;
}

.fa-thumbs-up {
	color: #f09090;
}

.fa-thumbs-down {
	color: #73A8F3;
}
.cld-like-dislike-wrap .cld-count-wrap {
	color: #f09090;
}
.cld-dislike-wrap .cld-count-wrap {
	color: #73A8F3;
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼コメント部分ここまで▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */

/*アンカーリンクの位置調整*/
span.link-t-a {
position: relative;
top: -100px;/*左の数値を変えると、上下に調整します*/
display: block;
}

.post_c iframe {
	max-width: 100%;
	display: block;
	margin: 10px auto;
}
