@charset "utf-8";

/*________________________________________________

	name:			sp.css
	create Date:	2018-12-19
	lastmodified:	****-**-**
________________________________________________*/

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	font-weight: normal;
}
table, caption, tbody, tfoot, thead, tr, th, td {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
}

body {
    line-height: 1.6;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#333;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#333; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

ul,ol,li {
	list-style-type: none;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
}

html {-webkit-text-size-adjust: none;}


/*--------------------------------------------------------------
clear
--------------------------------------------------------------*/
.clear {
	clear: both;
}

/*--------------------------------------------------------------
clearfix
--------------------------------------------------------------*/
.clearfix:after {
	content: ""; /* 変更しない */
	display: table; /* 変更しない */
	clear: both; /* 変更しない */
}

/*--------------------------------------------------------------
  link
--------------------------------------------------------------*/
a {
	color: #00419c;
	text-decoration: underline;
}
a:hover {
	color: #385d95;
	text-decoration: underline;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all  0.6s ease;
}
a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=80)";  /* ie 8 */
	-moz-opacity:0.8;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.8;              /* Safari 1.x */
	zoom:1;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all  0.6s ease;
}
a.anchor{
    display: block;
    padding-top: 40px;
    margin-top: -40px;
}
a.anchor2{
    display: block;
    padding-top: 80px;
    margin-top: -80px;
}

/*--------------------------------------------------------------
  レイアウト
--------------------------------------------------------------*/
.center {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.centerimg {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.centerimg img {
	width: 100%;
	height: auto;
}
.left {
	float: left;
}
.right {
	float: right;
}
.left img, 
.right img {
	width: 80%;
	margin: 5px auto;
}
.fbold{
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 10px;
}
.no_sp { margin-right: 0px!important;}
/*--------------------------------------------------------------photoレイアウト*/
.leftfloat, 
.rightfloat {
	display: block;
	clear: both;
	margin: 5px auto;
	text-align: center;
}
.leftfloat img, 
.rightfloat img {
	display: block;
	clear: both;
	width: 80%;
	margin: 5px auto;
}
img.leftfloat, 
img.rightfloat {
	display: block;
	clear: both;
	width: 80%;
	margin: 5px auto;
}
/*--------------------------------------------------------------50%レイアウト*/
.leftBox, 
.rightBox {
	display: block;
	clear: both;
	width: 100%;
	margin: 0;
}
/* clearfix */
.leftBox:after, .rightBox:after {
	content: "";
	display: table;
	clear: both;
}
.leftBox img, 
.rightBox img {
	width: 80%;
	margin: 5px auto;
}
/*--------------------------------------------------------------hissu　必須文字・赤色文字*/
.hissu {
	color: #e60012;
	font-weight: 500;
}
img.hissu {
	margin-right: 10px;
	vertical-align: middle;
}
th .hissu {
	display: inline;
	float: right;
	text-align: right;
	margin-left: 10px;
}
.hissu_mark {
	display: inline-block;
	margin-right: 0.6em;
	padding: 2px 0.6em;
	color: #fff;
	background-color: #e60012;
	font-size: 86%;
	text-align: center;
}
.tmp_contact_form .hissu {
	display: inline-block;
	margin-left: 1em;
	padding: 2px 0.6em;
	color: #fff;
	background-color: #e60012;
	font-size: 80%;
	text-align: center;
}
.tmp_contact_form dt .hissu {
	font-size: 75%;
}
/* error　必須文字・赤色文字 */
.error, .error-message {
	color: #e60012;
}
/*--------------------------------------------------------------丸のリスト*/
ul.circle {
	list-style-image:none;
}
.circle li {
	display: list-item inline;
	list-style: disc inside;
	padding-left: 1em;
	text-indent: -1em;
}
/*--------------------------------------------------------------数字のリスト*/
ol.decimal {
	list-style-image:none;
	margin-top: 1em;
	margin-bottom: 1em;
}
.decimal li {
	display: list-item inline;
	list-style: decimal inside;
	margin-bottom: 5px;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.5;
}
/*--------------------------------------------------------------アルファベット小文字のリスト*/
ul.loweralpha {
	list-style-image:none;
	margin-top: 1em;
	margin-bottom: 1em;
}
.loweralpha li {
	display: list-item inline;
	list-style: lower-alpha inside;
	margin-bottom: 5px;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.5;
}
/*--------------------------------------------------------------アルファベット大文字のリスト*/
ul.upperalpha {
	list-style-image:none;
	margin-top: 1em;
	margin-bottom: 1em;
}
.upperalpha li {
	display: list-item inline;
	list-style: upper-alpha inside;
	margin-bottom: 5px;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.5;
}

/*--------------------------------------------------------------
  body
--------------------------------------------------------------*/
body {
	font-size: 87.5%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	margin: 0;
	background-color: #fff;
	color: #000;
	line-height: 1.6;
}

/*--------------------------------------------------------------
  base
--------------------------------------------------------------*/
img {
	border: none;
}
strong {
	font-weight: bold;
}

/*--------------------------------------------------------------
  skip
--------------------------------------------------------------*/
a.skip {
    text-align: center;
    padding: 2px 0;
    top: auto;
}
.skip {
    width: 1px;
    font-size: 0.1%;
    line-height: 0.1;
    position: absolute;
    left: -3000px;
    z-index: 9999;
    overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
}

/*--------------------------------------------------------------
  #header
--------------------------------------------------------------*/
header.header {
	display: block;
	clear: both;
	width: 100%;
	height: auto;
    min-height: 50px;
	margin: 0;
	padding: 0;
	text-align: center;
    top: 0px;
    z-index: 100;
}
/*clearfix*/
.header:after {
	content: "";
	display: table;
	clear: both;
}
#headerInner {
	display: block;
	clear: both;
	width: auto;
	height: auto;
	margin: 0;
	padding: 10px 0 10px 10px;
	text-align: left;
}
/*clearfix*/
#headerInner:after {
	content: ""; /* 変更しない */
	display: table; /* 変更しない */
	clear: both; /* 変更しない */
}
/*--------------------------------------------------------------#hlogo*/
#hlogo {
	display: inline-block;
    float: left;
    margin: 0 auto 0 0;
}
#hlogo h1,
#hlogo a {
	display: block;
    width: 226px;
    height: 40px;
	margin: 0 auto 0 10px;
	padding: 0;
	background-image: url(../img/common/hlogo.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: auto 40px;
	-webkit-background-size: auto 40px;
}
#hlogo h1 span,
#hlogo a span {
    display: block;
    width: 226px;
    height: 40px;
    position: relative;
    z-index: -1;
    overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
}

/*--------------------------------------------------------------
  #nav
--------------------------------------------------------------*/
nav {
    display: none;
}
.fixed {
    position: fixed;
    top: 0;
	z-index: 10000;
	width: 100%;
	padding: 0;
    background-color: #fff;
}
/*--------------------------------------------------------------mmenu*/
.mm-label a.button,
.mm-label span.button,
.mm-label select,
.mm-label input[type="text"]
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 5px;
	text-transform: none;
	text-indent: 0;
	font-weight: bold;
	vertical-align: middle;
	line-height: 20px;
	display: block;
	height: 40px;
	width: 100%;
	padding: 10px;
	z-index: 10000;
}
.mm-label a.button,
.mm-label span.button
{
	background: #4BD963;
	color: #fff !important;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
}
.mm-label.button
{
	text-indent: 0 !important;
	padding: 20px 20px 40px 20px !important;
}
nav:not(.mm-menu) {
	display: none;
}
.header a.right {
	left: auto;
	right: 10px;
}
.header.mm-fixed-top + .content {
	background-position: 25px 55px;
}
html.mm-opened.mm-zoom-menu body {
	 background: #333;
}
html.mm-opened.mm-zoom-menu .mm-page {
	background-color: #fff;
}
/*--------------------------------------------------------------menu*/
.menu a {
	display: block;
	position: absolute;
	top: 5px;
	right: 0px;
	width: 50px;
	height: 50px;
	background: url(../img/sp/menu.png) right top no-repeat;
	background-size: 50px 50px;
	-webkit-background-size: 50px 50px;
	text-align: right;
    z-index: 1000;
}
/*--------------------------------------------------------------#headercontacts*/
.headercontacts {
    display: block;
    clear: both;
	width: -webkit-calc(100% - 20px);
	width: calc(100% - 20px);
    height: auto;
    margin: 50px 0 0 0;
    padding: 10px;
    position: absolute;
    z-index: 10;
    color: #fff;
    font-size: 78.6%;
    text-align: center;
    background-color: rgba(0, 180, 78, 0.8);
    -webkit-background-color: rgba(0, 180, 78, 0.8);
    -moz-background-color: rgba(0, 180, 78, 0.8);
}
.headercontacts p.tel {
    font-size: 145%;
}
.headercontacts p.tel a {
    font-size: 125%;
}
.headercontacts a {
    color: #fff;
    text-decoration: none;
}
/*--------------------------------------------------------------.foreign*/
.foreign {
    display: block;
    clear: both;
    width: 100%;
    height: auto;
	margin: 0;
    padding: 0;
	text-align: left;
}
.foreign a {
	display: block;
    clear: both;
	color: #000;
	text-decoration: none;
	padding: 0.6em 10px 0.6em 28px;
    background-image: url("../img/common/arrow.png");
    background-position: left 10px top 1.2em;
    background-repeat: no-repeat;
	border-bottom: 1px solid #ccc;
}
.foreign a:hover {
	text-decoration: none;
	background-color: #fce9e9;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all  0.6s ease;
}
/*--------------------------------------------------------------.search*/
.search_box {
	margin: 0 auto;
	padding: 0.6em 10px;
	text-align: left;
	border-bottom: 1px solid #ccc;
}
.search_box a {
    display: none;
}
.search {
	clear: both;
	width: 100%;
	height: 44px;
	margin: 0;
	padding: 0;
}
/*clearfix*/
.search:after {
	content: "";
	display: table;
	clear: both;
}
.search input {
    display: inline;
    float: left;
	width: -webkit-calc(100% - 20px);
	width: calc(100% - 20px);
	height: 44px;
	margin: 0;
	padding: 0 10px;
	vertical-align: middle;
	background-color: #eee;
	border: none;
}

/*--------------------------------------------------------------
.pagetop
--------------------------------------------------------------*/
.pagetop {
	float: right;
    display: block;
	width: 60px;
    height: 60px;
	margin: 0 10px 10px auto;
	padding: 0;
	text-align: right;
    position: relative;
    z-index: 10;
}
.pagetop a {
    display: block;
	width: 60px;
    height: 60px;
	margin: 0;
	padding: 0;
	background-image: url(../img/common/pagetop.png);
	background-position: center center;
	background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.6);
    -webkit-background-color: rgba(255, 255, 255, 0.6);
    -moz-background-color: rgba(255, 255, 255, 0.6);
}
.pagetop a span {
    display: block;
	width: 60px;
    height: 60px;
    position: relative;
    z-index: -1;
    overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
}
.pagetop a:hover {
    background-color: rgba(255, 255, 255, 1.0);
    -webkit-background-color: rgba(255, 255, 255, 1.0);
    -moz-background-color: rgba(255, 255, 255, 1.0);
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all  0.6s ease;
}

/*--------------------------------------------------------------
#tmp_wrap_footer	フッター部分（全ページ共通）
--------------------------------------------------------------*/
#tmp_wrap_footer {
	display: block;
	clear: both;
	width: 100%;
	margin: -70px 0 0 0;
	padding: 0;
	text-align: left;
}
#tmp_footer {
	clear: both;
	width: auto;
	margin: 0 auto;
	padding: 20px 10px;
    background-color: #545454;
    color: #fff;
	text-align: left;
}
/*clearfix*/
#tmp_footer:after {
	content: "";
	display: table;
	clear: both;
}
.footercontact_wrap {
    clear: both;
    width: auto;
    height: auto;
    margin: 20px auto 0 auto;
    font-size: 86%;
    text-align: center;
}
.footercontact_wrap .flogo {
    font-size: 116%;
}
.footercontact_wrap a {
	color: #fff;
}
.tmp_footer_menu {
    display: block;
    clear: both;
    margin: 0 0 20px 0;
    padding: 0 10px;
    text-align: left;
}
/*clearfix*/
.tmp_footer_menu li {
    display: block;
    clear: both;
    width: auto;
    margin: 0 0 1em 0;
    padding: 0;
    text-align: left;
}
.tmp_footer_menu li:last-child {
    margin-bottom: 0;
}
.tmp_footer_menu li a {
    display: block;
    padding-left: 17px;
    color: #fff;
    text-decoration: none;
    background-image: url("../img/common/arrow_footer.png");
    background-position: left top 0.4em;
    background-repeat: no-repeat;
}
.tmp_footer_menu li a:hover {
    text-decoration: underline;
}
#tmp_footer .tmp_footer_cnt {
	clear: both;
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
/*clearfix*/
#tmp_footer .tmp_footer_cnt:after {
	content: "";
	display: table;
	clear: both;
}
.tmp_social_btn {
	display: inline-block;
	clear: both;
	width: auto;
    margin: 0 auto;
    text-align: center;
}
.tmp_social_btn ul {
	display: inline-block;
	width: auto;
    margin: 0 auto;
    text-align: center;
}
/*clearfix*/
.tmp_social_btn ul:after {
	content: "";
	display: table;
	clear: both;
}
.tmp_social_btn li {
	display: inline-block;
    margin: 0 0 0 20px;
    vertical-align: top;
}
.tmp_social_btn li:first-child {
    margin-left: 0;
}
.tmp_social_btn li a {
	display: block;
    width: 40px;
    height: 40px;
	margin: 0;
	padding: 0;
	background-position: center center;
	background-repeat: no-repeat;
}
.tmp_social_btn li a:hover {
	opacity:0.8;
	filter: alpha(opacity=80);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=80)";  /* ie 8 */
	-moz-opacity:0.8;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.8;              /* Safari 1.x */
	zoom:1;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all  0.6s ease;
}
.tmp_social_btn li a span {
    display: block;
    width: 40px;
    height: 40px;
    position: relative;
    z-index: -1;
    overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
}
.btn_youtube a {
	background-image: url(../img/common/btn_youtube.png);
}
.btn_facebook a {
	background-image: url(../img/common/btn_facebook.png);
}
.btn_twitter a {
	background-image: url(../img/common/btn_twitter.png);
}
/*--------------------------------------------------------------#tmp_copyright*/
#tmp_copyright {
	clear: both;
	width: auto;
	height: auto;
	margin: 0;
	padding: 14px 0;
    background-color: #545454;
    color: #fff;
	font-size: 86%;
	text-align: center;
}
#tmp_copyright p {
	height: auto;
	margin: 0 auto;
	padding: 0;
    color: #fff;
	text-align: center;
}

/*--------------------------------------------------------------
ページ全体（ページ共通）
--------------------------------------------------------------*/
/*--------------------------------------------------------------#container*/
#container {
	display: block;
	clear: both;
	width: 100%;
	min-width: 320px;
	margin: 0;
	padding: 0;
	text-align: left;
}
/*clearfix*/
#container:after {
	content: "";
	display: table;
	clear: both;
}
/*--------------------------------------------------------------#containerInner*/
#containerInner {
	display: block;
	clear: both;
	width: auto;
	margin: 0;
	padding: 0;
	text-align: left;
}
/*clearfix*/
#containerInner:after {
	content: "";
	display: table;
	clear: both;
}
#containerInner a {
	word-wrap: break-word;
	word-break: break-all;
}
/*--------------------------------------------------------------#breadcrumbs*/
#breadcrumbs {
	display: block;
	clear: both;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 40px 0;
    font-size: 71.4%;
	text-align: right;
}
#breadcrumbs p {
	clear: both;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0 10px;
	text-align: right;
}
/*clearfix*/
#breadcrumbs p:after {
	content: "";
	display: table;
	clear: both;
}
#breadcrumbs a {
	word-wrap: break-word;
	word-break: break-all;
}
/*--------------------------------------------------------------タイトル類*/
.cornertitle {
	display: block;
	clear: both;
	width: auto;
	height: auto;
	margin: 0;
    padding: 90px 10px;
    background-color: #000;
    background-position: center center;
    background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	text-align: center;
}
/*clearfix*/
.cornertitle:after {
	content: "";
	display: table;
	clear: both;
}
.cornertitle h1,
.cornertitle p {
    clear: both;
    margin: 0 auto;
	width: auto;
    color: #fff;
	font-size: 171%;
    font-weight: bold;
	text-align: center;
}
.h1_company {
    background-image: url("../img/company/bg_h1.jpg");
}
.h1_work {
    background-image: url("../img/work/bg_h1.jpg");
}
.h1_product {
    background-image: url("../img/product/bg_h1.jpg");
}
.h1_recruit {
    background-image: url("../img/recruit/bg_h1.jpg");
	background-position: right -150px center;
    background-repeat: no-repeat;
}
.h1_contact{
    background-image: url("../img/contact/bg_h1.jpg");
}
.h1_privacypolicy {
    background-image: url("../img/privacypolicy/bg_h1.jpg");
}
.h1_news {
    background-image: url("../img/news/bg_h1.jpg");
}
.h1_sitemap {
    background-image: url("../img/sitemap/bg_h1.jpg");
}
#tmp_contents h2 {
	clear: both;
	margin: 1.5em 0 0.8em;
	padding: 14px 10px 14px 16px;
	background-color: #135d98;
	color: #fff;
	font-size: 157%;
    font-weight: bold;
    position: relative;
}
#tmp_contents h2:after {
position: absolute;
top: 0;
left: 0;
content: '';
width: 6px;
height: 100%;
background-color: #0b385e;
}
#tmp_contents h2:first-child {
	margin-top: 0;
}
#tmp_contents h3 {
	margin: 1.5em 0 0.8em;
	padding: 10px 10px 10px 16px;
	background-color: #e1f4fd;
	color: #135d98;
	font-size: 142.8%;
    font-weight: bold;
    position: relative;
}
#tmp_contents h3:after {
position: absolute;
top: 0;
left: 0;
content: '';
width: 6px;
height: 100%;
background-color: #135d98;
}
#tmp_contents h4 {
	margin: 1.5em 0 0.8em;
	padding: 0 0 0 16px;
	color: #135d98;
	font-size: 128.6%;
    font-weight: bold;
	position: relative;
}
#tmp_contents h4:after {
position: absolute;
top: 0;
left: 0;
content: '';
width: 6px;
height: 100%;
background-color: #135d98;
}
#tmp_contents h5 {
	margin: 1.5em 0 0.8em;
	padding: 0;
	color: #135d98;
	font-size: 114.3%;
    font-weight: bold;
}
.top_title {
	display: block;
	margin: 30px auto;
	font-size: 171%;
    font-weight: bold;
	text-align: center;
	line-height: 1.3;
}
.topmin_title {
	display: block;
	margin: 30px 0;
	font-size: 142.8%;
    font-weight: bold;
	line-height: 1.3;
	text-align: left;
}
#tmp_contents {
    clear: both;
    margin: 0;
    padding: 0 10px 80px 10px;
    width: auto;
}
/*clearfix*/
#tmp_contents:after {
	content: "";
	display: table;
	clear: both;
}
#tmp_contents p {
	margin-bottom: 0.8em;
}
#tmp_contents ul {
	margin:0 0 1em 2em;
	list-style-image: url(../img/common/icn_cicle.png);
}
#tmp_contents ol {
	margin:0 0 1em 2em;
	list-style-type: decimal;
}
#tmp_contents ol li {
	display: list-item inline;
	list-style-type: decimal;
}
#tmp_contents ul li,
#tmp_contents ol li {
	margin:0 0 0.5em;
}
#tmp_contents ul ul,
#tmp_contents ul ol,
#tmp_contents ol ul,
#tmp_contents ol ol {
	margin:0.3em 0 0 1.5em;
}
#tmp_contents li,
#tmp_contents p,
#tmp_contents a {
	word-wrap: break-word;
	word-break: break-all;
} 

#tmp_contents hr {
	height:1px;
	color:#CCCCCC;
	background-color:#CCCCCC;
	border:none;
	clear:both;
}

/* tmp_custom_update
============================== */
/* clearfix */
#tmp_custom_update:after,
#tmp_footer_social:after {
	content: "";
	display: table;
	clear: both;
}
/* social_plugins
============================== */
#tmp_custom_update #tmp_social_plugins {
	float: none;
	clear: both;
	margin: 0 0 20px 0;
	text-align: right;
}
.social_print_btn {
    display: none;
}
#tmp_social_plugins .social_media_btn {
	margin: 0 0 0 5px;
	padding: 0;
	float: left;
}
#tmp_custom_update .social_media_btn {
	margin: 0 0 0 5px;
	line-height:1.2;
	vertical-align: top;
}
#tmp_social_plugins .social_media_btn a.twitter-share-button {
	padding: 0;
	line-height:1.2;
}
/* update
============================== */
#tmp_custom_update {
    clear: both;
	text-align: left;
    margin: 0;
    padding-bottom: 10px;
}
#tmp_custom_update .updateday_box {
	clear: both;
	margin: 20px 0 0 0;
	text-align: right;
}
/* tmp_footer_social
============================== */
#tmp_footer_social {
	display: block;
	margin: 1.5em auto 0 auto;
	text-align: center;
}
#tmp_footer_social #tmp_social_plugins {
	display: inline-block;
	float: none;
	margin-right: auto;
	margin-left: auto;
}
#tmp_footer_social .social_media_btn {
	display: inline-block;
	float: left;
	margin: 0 5px;
}
/* .date
============================== */
#tmp_custom_update .date {
    display: inline-block;
    margin-right: 0.6em;
    padding: 0 0.6em;
    background-color: #555;
    color: #fff;
    font-size: 86%;
    text-align: center;
    vertical-align: middle;
}

/* main
============================== */
#main {
	width: auto;
}
.col_main,
.col_c {
	clear: both;
	margin-bottom: 20px;
}
.col_navi {
	clear: both;
	margin-bottom: 20px;
}

/* tmp_contentsnavi
============================== */
#tmp_contentsnavi {
	margin: 0;
	clear: both;
	text-align: left;
}
.tmp_contentsnavi_ttl {
	clear: both;
	margin: 0;
	padding: 10px;
    background-color: #594041;
    color: #fff;
    font-size: 128%;
    text-align: center;
}
.tmp_contentsnavi_ttl a {
    color: #fff;
    text-decoration: none;
}
#tmp_contentsnavi .tmp_contentsnavi_cnt {
	clear: both;
	color:inherit;
	margin: 0 0 20px 0;
	padding: 0;
    background-color: #fff;
    border-left: 1px #f7f4f0 solid;
    border-top: 1px #f7f4f0 solid;
    border-right: 1px #f7f4f0 solid;
}
#tmp_contentsnavi .tmp_contentsnavi_cnt ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#tmp_contentsnavi .tmp_contentsnavi_cnt li {
	display: block;
	margin: 0;
	padding: 0;
    border-bottom: 1px #f7f4f0 solid;
}
#tmp_contentsnavi .tmp_contentsnavi_cnt li a {
	display: block;
    margin: 0;
	padding: 14px 10px 14px 41px;
    background-image: url("../img/common/arrow_list.png");
    background-position: left 10px top 22px;
    background-repeat: no-repeat;
	color: #483335;
    text-decoration: none;
}
#tmp_contentsnavi .tmp_contentsnavi_cnt li.bosai_cnt a {
    background-image: url("../img/common/arrow_bosai.png");
	color: #860001;
}
#tmp_contentsnavi .tmp_contentsnavi_cnt li.important_cnt a {
    background-image: url("../img/common/arrow_important.png");
	color: #004fa2;
}
#tmp_contentsnavi .tmp_contentsnavi_cnt li:hover a,
#tmp_contentsnavi .tmp_contentsnavi_cnt li a.active_cnavi {
    background-color: #594041;
    background-image: url("../img/common/arrow_list_o.png");
    color: #fff;
}
#tmp_contentsnavi .tmp_contentsnavi_cnt li.bosai_cnt:hover a,
#tmp_contentsnavi .tmp_contentsnavi_cnt li.bosai_cnt a.active_cnavi {
    background-color: #860001;
    background-image: url("../img/common/arrow_list_o.png");
    color: #fff;
}
#tmp_contentsnavi .tmp_contentsnavi_cnt li.important_cnt:hover a,
#tmp_contentsnavi .tmp_contentsnavi_cnt li.important_cnt a.active_cnavi {
    background-color: #004fa2;
    background-image: url("../img/common/arrow_list_o.png");
    color: #fff;
}

/* tmp_cnavi_pickup
============================== */
#tmp_cnavi_pickup {
	clear: both;
	margin: 0;
    padding: 15px;
	text-align: center;
    background-color: #fff;
    border: 1px #f7f4f0 solid;
}
#tmp_cnavi_pickup ul {
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	flex-flow: row wrap;
    clear: both;
	margin: 0 auto;
	padding: 0;
    width: auto;
    height: auto;
	list-style: none;
}
/*clearfix*/
#tmp_cnavi_pickup ul:after {
	content: "";
	display: table;
	clear: both;
}
#tmp_cnavi_pickup li {
	-webkit-align-items: stretch; /* Safari */
	align-items: stretch;
    float: left;
	margin: 0 10px 10px 0;
	padding: 0;
	width: -webkit-calc(50% - 5px);
	width: calc(50% - 5px);
    height: auto;
    text-align: center;
}
#tmp_cnavi_pickup li:nth-child(even) {
    float: right;
    margin-right: 0;
    margin-left: 10px;
}
#tmp_cnavi_pickup li img {
    width: 100%;
    height: auto;
}

/* #tmp_list_wrap
============================== */
#tmp_list_wrap {
	display: block;
	clear: both;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 40px 0;
	text-align: center;
}
#tmp_list_wrap .list_wrap {
	display: block;
	clear: both;
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 0 10px;
	text-align: left;
}
/*clearfix*/
.list_wrap:after {
	content: "";
	display: table;
	clear: both;
}
#tmp_list_wrap .list_cnt {
	display: block;
	clear: both;
	width: auto;
	height: auto;
    margin: 0;
	padding: 0;
	text-align: left;
}
#tmp_list_wrap .list_cnt {
	display: block;
    clear: both;
	width: auto;
	height: auto;
    margin: 0;
	padding: 0 15px;
	text-align: left;
}
#tmp_list_wrap .list_cnt li {
	display: block;
    clear: both;
	width: auto;
	height: auto;
    margin: 20px 0 0 0;
	padding: 0;
    background-color: #fff;
	text-align: left;
}
/*clearfix*/
#tmp_list_wrap .list_cnt li:after {
	content: "";
	display: table;
	clear: both;
}
#tmp_list_wrap .list_cnt li a {
	display: block;
    clear: both;
    color: #000;
    text-decoration: none;
}
#tmp_list_wrap .list_cnt li a:hover {
	color: #0177c9;
    text-decoration: underline;
}
#tmp_list_wrap .img {
	display: block;
    clear: both;
	width: 100%;
	height: auto;
    margin: 0;
	padding: 0;
	text-align: center;
}
#tmp_list_wrap .img img {
    display: block;
	width: 100%;
	height: auto;
    margin: 0 auto;
	padding: 0;
	text-align: center;
}
#tmp_list_wrap .list_col {
	display: block;
    clear: both;
    width: auto;
	height: auto;
    margin: 0;
	padding: 20px 10px;
	text-align: left;
}
#tmp_list_wrap .update {
    display: block;
    clear: both;
    font-size: 86%;
    color: #555;
}

/* .article
============================== */
.article {
	display: block;
	clear: both;
	margin: 0;
    padding: 0;
}
.article img {
    width: auto;
    max-width: 100%;
    height: auto;
}
/*clearfix*/
.article:after {
	content: "";
	display: table;
	clear: both;
}
.article .section {
	clear: both;
	margin-bottom: 1em;
}
.article strong {
	font-weight: bold;
}
.article em {
	color: #e60012;
}
.article .photo img {
	width: auto;
	max-width: 100%;
	height: auto;
	text-align: center;
	margin-bottom: 3px;
}
.article .photo {
	width: auto;
	max-width: 100%;
}
.article .photo a {
	display: block;
	clear: both;
}
.article .photoCol {
	clear: both;
	text-align: left;
	width: 100%;
}
.article .photoCol p {
	display: block;
	clear: both;
	width: auto;
	margin: 0 0 0.6em 0;
	word-wrap: break-word;
	word-break: break-all;
}
.article .photo1Col {
	text-align: center;
	clear: both;
	width: 100%;
}
.article .photo1Col .photo {
	margin: 0;
}
.article .photo2Col,
.article .photo3Col {
	text-align: center;
	clear: both;
}
.article .photo2Col .photo,
.article .photo2Col .photo_large,
.article .photo3Col .photo {
	text-align: center;
}
.photo2Col .photo,
.photo3Col .photo {
	float: left;
	margin-right: 2%;
	text-align: center;
}
.photo2Col .photo_large {
	display: block;
	text-align: center;
}
.photo2Col .photo:last-child,
.photo3Col .photo:last-child {
	float: right;
	margin-right: 0;
}
.photo2Col .photo {
	width: 47%;
}
.photo3Col .photo {
	width: 32%;
}
.article .photo2Col .photo img {
	display: block;
}
.article .photo2Col .photo_large img {
	display: block;
	max-width: 100%;
	width: auto;
	height: auto !important;
}
.article .photo3Col .photo img {
	display: block;
	clear: both;
}
.article .photoL,
.article .photoR {
	display: inline-block;
	clear: both;
	width: auto;
	text-align: center;
	margin: 0 auto 0.6em auto;
}
.article .photo span {
	font-size: .8em;
	display: block;
	line-height: 1.2;
	padding-top: .5em;
	color: #666666;
}
.article dl {
  margin-bottom: 1em;
}
.article dt {
  padding: .5em 0;
  font-weight: bold;
}
.article .photoArea {
	margin: 1em 0;
}
.article .photoArea .photo {
	margin: 0 auto;
}
.article .photoArea img {
}
.article iframe {
	width: 100%;
	height: auto;
	margin: 0 auto 10px auto;
}
.article table {
    border-collapse: collapse;
    border: #000 solid 1px;
    margin-bottom: 1em;
	width: auto;
	max-width: 100%;
}
.article th {
    background: #eee;
    table-layout: fixed;
}
.article td, .article th {
    border: #000 solid 1px;
    padding: 5px;
}
.article caption, .article th, .article td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}
.listA {
	display: block;
	clear: both;
	margin: 0.6em 0 1.6em 0;
	padding: 0;
	width: 100%;
	height: auto;
	overflow-x: scroll;
}
.listA::-webkit-scrollbar {
	height: 10px;
}
.listA::-webkit-scrollbar-track {
	background: #eee;
}
.listA::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #999;
}
.listA table {
	width: auto;
	max-width: 100%;
	height: auto;
}
.leadBox {
	display: block;
	clear: both;
	width: auto;
	margin: 0 0 0.8em 0;
	padding: 10px;
	background-color: #efefef;
}
.leadBox_ttl {
	display: block;
	clear: both;
	margin: 0 0 0.6em 0;
	font-size: 128%;
    font-weight: 500;
}
/* clearfix */
.article:after,
.article p:after,
.photoCol:after,
.photo2Col:after,
.photo3Col:after, 
.photoArea:after {
	content: "";
	display: table;
	clear: both;
}

/* --------------------------------------------------
paging
-------------------------------------------------- */
.paging {
    clear: both;
    width: auto;
    text-align: right;
    margin: 1.5em 0;
}
.paging:first-child {
    margin-top: 0;
}
.paging:last-child {
    margin-bottom: 0;
}
.paging a {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    margin-right: .3em;
    margin-bottom: .3em;
    padding: 0.2em 0.6em;
    border: #ccc solid 1px;
    background-color: #fff;
    color: #000;
    text-decoration: none;
}
.paging a:hover {
    background-color: #ccc;
    color: #000;
}
.paging a:active {
    background-color: #555;
    color: #fff;
}
.paging span.current {
    display: -moz-inline-stack;
    display: inline-block;
    margin-right: .3em;
    margin-bottom: .3em;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    padding: 0.2em 0.6em;
    background-color: #555;
    border: #555 solid 1px;
    color: #fff;
    text-decoration: none;
}
.paging a.prev, .paging a.next {
    border: #fff solid 1px;
}

/* --------------------------------------------------
pagingMenu
-------------------------------------------------- */
.pagingMenu {
  overflow: hidden;
  position: relative;
  margin-bottom: 1em;
}
.pagingMenu .paging {
  text-align: center;
  width: 100%;
}
.pagingMenu .paging a {
  padding: 7px 30px;
}
.pagingMenu p {
  width: 200px;
  background: #EEF1F9;
  border: #395799 dashed 1px;
  font-size: .9em;
  margin-top: -50px;
  padding: 0.5em 0.7em;
  text-align: center;
}
.pagingMenu p a {
  display: block;
  text-decoration: underline;
}
.prevArticle {
  float: left;
}
.nextArticle {
  float: right;
}

/*--------------------------------------------------------------
  .icon
--------------------------------------------------------------*/
.icn_new {
    display: inline-block;
    margin-left: 1em;
    padding: 0 0.6em;
    color: #fff;
    background-color: #c30023;
    font-size: 86%;
    white-space: nowrap;
    vertical-align: middle;
}
.icn_person {
    padding-left: 24px;
    background-image: url("../img/common/icn_person.png");
    background-position: left 2px center;
    background-repeat: no-repeat;
}
.icn_date {
    padding-left: 24px;
    background-image: url("../img/common/icn_date.png");
    background-position: left center;
    background-repeat: no-repeat;
}

/* .news_cnt
============================== */
.news_cnt {
    display: block;
    clear: both;
	width: auto;
	height: auto;
    margin: 0;
	padding: 0;
	text-align: left;
}
.news_cnt ul {
    list-style: none;
    margin: 0!important;
	padding: 0!important;
}
.news_cnt li {
	display: block;
    clear: both;
	width: auto;
	height: auto;
    margin: 0;
	padding: 0;
    border-bottom: 1px #cdcdcd dashed;
	text-align: left;
}
/*clearfix*/
.news_cnt li a:after {
	content: "";
	display: table;
	clear: both;
}
.news_cnt li a {
    display: block;
    clear: both;
    padding: 14px 0;
    color: #000;
    text-decoration: none;
	word-wrap: break-word;
	word-break: break-all;
}
.news_cnt li a:hover {
	color: #555;
    text-decoration: underline;
}
.news_cnt .update {
    display: block;
    clear: both;
    width: auto;
    margin: 0 0 0.6em 0;
    font-size: 86%;
    color: #545454;
}
.news_cntp .title {
    display: block;
    clear: both;
    width: auto;
	word-wrap: break-word;
	word-break: break-all;
}

/*--------------------------------------------------------------
  .contents_list
--------------------------------------------------------------*/
.contents_list ul {
    clear: both;
    margin: 0!important;
    padding: 0!important;
    list-style: none!important;
}
/*clearfix*/
.contents_list ul:after {
	content: "";
	display: table;
	clear: both;
}
.contents_list li {
	display: block;
    clear: both;
	width: auto;
	height: 140px;
    margin: 0 0 20px 0!important;
	padding: 0!important;
	text-align: center;
}
.contents_list li:last-child {
    margin-bottom: 0;
}
.contents_list li a {
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	flex-flow: row wrap;
	width: 100%;
	height: 100%;
    margin: 0;
	padding: 0;
    background-position: center center;
    background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
    color: #fff;
    font-weight: bold;
	text-align: center;
    text-decoration: none;
}
.contents_list li span {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
	width: 130px;
	height: 140px;
    margin: 0;
	padding: 0 10px;
    font-weight: bold;
    background-color: rgba(19, 93, 152, 0.8);
    -webkit-background-color: rgba(19, 93, 152, 0.8);
    -moz-background-color: rgba(19, 93, 152, 0.8);
    position: relative;
}
.contents_list li span:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
 	margin-top: -10px;
	border: 10px solid transparent;
	border-left: 10px solid rgba(19, 93, 152, 0.8);
}
.contents_list li:hover {
	opacity:0.8;
	filter: alpha(opacity=80);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=80)";  /* ie 8 */
	-moz-opacity:0.8;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.8;              /* Safari 1.x */
	zoom:1;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all  0.6s ease;
}

/*--------------------------------------------------------------
  .result
--------------------------------------------------------------*/
.result {
	display: block;
	clear: both;
    margin: 0 0 20px 0;
	padding: 0;
	text-align: left;
}
/*clearfix*/
.resultNumber:after {
	content: "";
	display: table;
	clear: both;
}
ul.resultNumber {
	list-style-image: none!important;
    clear: both;
    margin: 0!important;
    padding: 10px!important;
	background-color: #ffffff;
}
.resultNumber li {
	clear: both;
	margin-bottom: 0.8em;
}
.resultNumber li:last-child {
	margin-bottom: 0;
}
.resultNumber li span {
	display: inline-block;
	margin-left: 0.6em;
	margin-right: 0.6em;
}

/*--------------------------------------------------------------
  .plugin
--------------------------------------------------------------*/
.plugin {
    margin: 20px 0;
    padding: 20px;
	background-color: #fff;
    border: 1px solid #cccccc;
    clear: both;
}
/*clearfix*/
.plugin:after {
	content: "";
	display: table;
	clear: both;
}
.plugin .plugin_img {
    clear: both;
    margin: 0 0 10px 0;
	text-align: center;
}
.plugin .plugin_img img {
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	width: auto;
	max-width: 100%;
	height: auto;
}
.plugin p {
    margin: 0 !important;
}

/*--------------------------------------------------------------
  ボタン類
--------------------------------------------------------------*/
.btn {
	display: block;
	margin-top: 0.6em;
	margin-left: 0;
	margin-right: 0;
	width: auto;
	height: auto;
	border: none;
	text-align: center;
}
/*clearfix*/
.btn:after {
	content: "";
	display: table;
	clear: both;
}
.btn div:first-child {
	margin-left: 0;
}
.btn a,
.btn button {
	display: block;
	margin: 0.6em 0 0 0;
	padding: 0;
	width: auto;
	max-width: 100%;
	height: auto;
	text-align: center;
	outline: none;
	appearance: none;
	cursor: pointer;
}
.btn a span,
.btn button span {
    display: inline-block;
    height: auto;
}
.thema_default,
.thema_sub {
	text-align: left;
}
.thema_default a,
.thema_default button {
	background-color: #fff;
	color: #000;
	outline: none;
	appearance: none;
	cursor: pointer;
	border: none;
    text-decoration: none;
    padding: 0 0 0 22px;
    background-image: url("../img/common/arrow_default.png");
    background-position: left top 0.4em;
    background-repeat: no-repeat;
    text-align: left;
}
.thema_sub a,
.thema_sub button {
    color: #000;
	outline: none;
	appearance: none;
	cursor: pointer;
	border: none;
    padding: 0 0 0 22px;
    text-decoration: none;
    background-image: url("../img/common/arrow_sub.png");
    background-position: left top 0.4em;
    background-repeat: no-repeat;
    text-align: left;
}
.thema_default a:hover,
.thema_default button:hover,
.thema_sub a:hover,
.thema_sub button:hover {
    text-decoration: underline;
}
/*--------------------------------------------------------------.btn_important*/
.btn_important {
    display: block;
    clear: both;
    margin: 0.6em 0 0 0;
    padding: 10px;
    width: auto;
    height: auto;
    background-color: #851313;
    background-image: url("../img/common/bg_red.jpg");
    background-position: left top;
    background-repeat: repeat;
    text-align: center;
}
.btn_important:first-child {
    margin-top: 0;
}
.btn_important a {
    display: block;
    margin: 0;
    padding: 14px;
    min-width: 200px;
    background-color: #fff;
    color: #000;
    text-decoration: none;
    text-align: center;
}
.btn_important a span {
    display: inline-block;
    margin: 0 auto;
    padding: 0 0 0 22px;
    background-image: url("../img/common/arrow_r.png");
    background-position: left top 0.4em;
    background-repeat: no-repeat;
    color: #000;
    text-decoration: none;
    text-align: left;
}
.btn_important a:hover {
	text-decoration: none;
	background-color: #fce9e9;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all  0.6s ease;
}
/*--------------------------------------------------------------.btn_list*/
.btn_list {
    display: block;
    clear: both;
    margin: 20px 0 0 0;
    padding: 0;
    text-align: right;
}
.btn_list a {
    display: inline-block;
    margin: 0 0 0 auto;
    padding: 0 0 0 18px;
    background-image: url("../img/common/arrow.png");
    background-position: left center;
    background-repeat: no-repeat;
    color: #000;
    text-decoration: none;
    text-align: left;
}
.btn_list a:hover {
    text-decoration: underline;
}
/*--------------------------------------------------------------.btn_submit*/
.btn_submit, .btn_submit_l, .btn_submit_r,
.btn_submit2, .btn_submit2_l, .btn_submit2_r {
    display: block;
    clear: both;
    margin: 0.6em 0 0 0;
    padding: 0;
    width: auto;
    height: auto;
    text-align: center;
}
.btn_submit:first-child, .btn_submit_l:first-child, .btn_submit_r:first-child,
.btn_submit2:first-child, .btn_submit2_l:first-child, .btn_submit2_r:first-child {
    margin-top: 0;
}
.btn_submit a, .btn_submit_l a, .btn_submit_r a,
.btn_submit2 a, .btn_submit2_l a, .btn_submit2_r a {
    display: block;
    margin: 0 auto;
    padding: 14px;
    min-width: 200px;
    color: #fff;
    text-decoration: none;
    text-align: center;
	border-radius: 4px;         /* CSS3 */
	-moz-border-radius: 4px;    /* Firefox */
	-webkit-border-radius: 4px; /* Safari,Chrome */
	vertical-align: top;
	outline: none;
	appearance: none;
	cursor: pointer;
	border: none;
}
.btn_submit a, .btn_submit_l a, .btn_submit_r a {
    background-color: #135d98;
}
.btn_submit2 a, .btn_submit2_l a, .btn_submit2_r a {
    background-color: #555;
}
.btn_submit a:hover, .btn_submit_l a:hover, .btn_submit_r a:hover,
.btn_submit2 a:hover, .btn_submit2_l a:hover, .btn_submit2_r a:hover {
	opacity:0.8;
	filter: alpha(opacity=80);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=80)";  /* ie 8 */
	-moz-opacity:0.8;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.8;              /* Safari 1.x */
	zoom:1;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all  0.6s ease;
}
.btn_submit a span, .btn_submit_l a span, .btn_submit_r a span,
.btn_submit2 a span, .btn_submit2_l a span, .btn_submit2_r a span {
    display: inline-block;
    margin: 0 auto;
    padding: 0 0 0 15px;
    background-image: url("../img/common/arrow_footer.png");
    background-position: left center;
    background-repeat: no-repeat;
    color: #fff;
    text-decoration: none;
    text-align: left;
}
/*--------------------------------------------------------------.btn_more*/
.btn_more {
    display: block;
    clear: both;
    margin: 0.6em 0 0 0;
    padding: 0;
    width: auto;
    height: auto;
    text-align: center;
}
.btn_more a {
    display: block;
    margin: 0 auto;
    padding: 14px;
    min-width: 200px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    background-color: #135d98;
	border-radius: 4px;         /* CSS3 */
	-moz-border-radius: 4px;    /* Firefox */
	-webkit-border-radius: 4px; /* Safari,Chrome */
	-webkit-box-shadow: 0 3px 0 #0b385e;
	-moz-box-shadow: 0 3px 0 #0b385e;
	box-shadow: 0 3px 0 #0b385e;
	vertical-align: top;
	outline: none;
	appearance: none;
	cursor: pointer;
	border: none;
}
.btn_more a:hover {
	box-shadow: none;
    transform: translate3d(0, 3px, 0);
}
.btn_more a span {
    display: inline-block;
    margin: 0 auto;
    padding: 0 0 0 16px;
    background-image: url("../img/common/arrow_footer.png");
    background-position: left center;
    background-repeat: no-repeat;
    color: #fff;
    text-decoration: none;
    text-align: left;
}
/*--------------------------------------------------------------.name_label*/
.name_label {
	display: inline-block;
	margin-right: 0.8em;
	padding: 3px 10px;
	width: 5em;
	height: auto;
	background-color: #cc858b;
	color: #ffffff;
	font-size: 86%;
	text-align: center;
	vertical-align: middle;
}
/*--------------------------------------------------------------.tmp_anchor_link*/
.tmp_anchor_link {
	clear: both;
	margin: 0 0 0.8em 0;
	padding: 0;
	text-align: left;
}
.tmp_anchor_link a {
	display: inline-block;
	margin-left: 0;
	margin-right: 0.6em;
	margin-bottom: 0.6em;
	padding: 5px 10px;
	width: auto;
	height: auto;
	background-color: #cc858b;
	color: #ffffff;
	font-size: 86%;
	text-decoration: none;
	vertical-align: top;
	border-radius: 4px;         /* CSS3 */
	-moz-border-radius: 4px;    /* Firefox */
	-webkit-border-radius: 4px; /* Safari,Chrome */
}
.tmp_anchor_link a span {
    display: inline-block;
    height: auto;
    background-position: left center;
    background-repeat: no-repeat;
	background-image: url(../img/common/arrow_anchor.png);
    padding-left: 20px;
	white-space: nowrap;
}
.tmp_anchor_link a:hover {
	text-decoration: none;
	opacity:0.8;
	filter: alpha(opacity=80);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=80)";  /* ie 8 */
	-moz-opacity:0.8;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.8;              /* Safari 1.x */
	zoom:1;
}
/*--------------------------------------------------------------.tmp_wrap_col2*/
.tmp_wrap_col2 {
	clear: both;
}
/*clearfix*/
.tmp_wrap_col2:after {
	content: "";
	display: table;
	clear: both;
}
.tmp_wrap_col2 .col2_cnt {
	clear: both;
	width: auto;
	height: auto;
	margin-top: 20px;
	padding: 10px;
	background-color: #d9e4fa;
}
/*clearfix*/
.tmp_wrap_col2 .col2_cnt:after {
	content: "";
	display: table;
	clear: both;
}
.tmp_wrap_col2 .col2_ttl {
	clear: both;
	margin: 0 0 0 0;
	padding: 0;
	color:inherit;
	font-family: 'Noto Serif Japanese', serif;
	font-weight: 700;
	font-size: 128.6%;
	text-align: left;
}
.tmp_wrap_col2 p:last-child {
	margin-bottom: 0;
}
/* clearfix */
.tmp_wrap_col2 p { zoom:1; }
.tmp_wrap_col2 p:after {
	content: ""; 
	display: block; 
	clear: both;}
.tmp_wrap_col2 p a {
	display: inline-block;
	float: right;
	margin-left: auto;
	text-align: right;
}
/*--------------------------------------------------------------.thema_link*/
.thema_link {
	display: block;
	clear: both;
	margin: 0 0 0.8em 0;
	padding: 0;
	width: auto;
	height: auto;
	border: none;
	text-align: center;
}
.thema_link a {
	display: block;
	color: #ffffff;
	padding: 15px;
	margin: 0;
	background-color: #4368ad;
	font-size: 114%;
	text-align: center;
}
.thema_link a span {
    background-position: left center;
    background-repeat: no-repeat;
	background-image: url(../img/common/arrow_btn.png);
    padding-left: 20px;
}
/*--------------------------------------------------------------.indent*/
.indent {
	margin-left: 1em;
}

/*--------------------------------------------------------------.btn_goingup*/
.btn_goingup {
	display: block;
	clear: both;
    margin: 10px 0 0 0;
    padding: 0;
    text-align: right;
}
.btn_goingup a {
    display: inline-block;
    margin: 0 0 0 auto;
    padding: 0 0 0 18px;
    background-image: url("../img/common/arrow_goingup.png");
    background-position: left center;
    background-repeat: no-repeat;
    color: #000;
    text-decoration: none;
    text-align: left;
}
.btn_goingup a:hover {
    text-decoration: underline;
}


/*--------------------------------------------------------------
  ページ内リンク
--------------------------------------------------------------*/
.pagelink_box {
	display: block;
	clear: both;
	margin: 20px 0;
	padding: 0;
	width: auto;
	height: auto;
	border: none;
	text-align: left;
}
/*clearfix*/
.pagelink_box:after {
	content: "";
	display: table;
	clear: both;
}
.pagelink_box .pagelink_btn {
	display: inline-block;
	clear: right;
	width: 49%;
	vertical-align: top;
}
.pagelink_box .pagelink_btn a {
    display: block;
    margin: 5px;
    padding: 10px 10px 10px 30px;
    color: #fff;
    text-decoration: none;
    text-align: center;
	background-color: #555;
	border-radius: 8px;         /* CSS3 */
	-moz-border-radius: 8px;    /* Firefox */
	-webkit-border-radius: 8px; /* Safari,Chrome */
	background-image: url("../img/common/arrow_under.png");
    background-position: left 10px center;
    background-repeat: no-repeat;
	vertical-align: top;
	outline: none;
	appearance: none;
	cursor: pointer;
	border: none;
}
.pagelink_box .pagelink_btn a:hover {
	opacity:0.8;
	filter: alpha(opacity=80);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=80)";  /* ie 8 */
	-moz-opacity:0.8;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.8;              /* Safari 1.x */
	zoom:1;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all  0.6s ease;
}

/*--------------------------------------------------------------
  #searches  サイト内検索
--------------------------------------------------------------*/
#searches table,
#searches th,
#searches td {
	border: none!important;
}
#searches a,
#searches a:hover {
	text-decoration: none;
}
/* --------------------------------------------------  resultline */
.resultline {
	clear: both;
	margin-bottom: 10px;
	padding: 10px;
}
.resultline strong {
	font-weight: bold;
	font-size: 120%;
}
.resultline span {
	margin: 0 0.5em;
}
/* --------------------------------------------------  searchList */
.searchList {
}
.searchList li {
	padding: 1em;
}
.searchList a {
	display: block;
	font-size: 100%;
	margin-bottom: 0.6em;
}
.searchList p {
	padding-left: 1em;
}
div.gs-title {
	display: block;
	clear: both;
	margin: 0 0 0.6em 0!important;
	padding: 0!important;
	font-size: 128.6%;
	font-weight: normal;
}
.gs-webResult.gs-result a.gs-title:link, .gs-webResult.gs-result a.gs-title:link b, .gs-imageResult a.gs-title:link, .gs-imageResult a.gs-title:link b {
	color: #164398;
}
#searches a.gs-title,
#searches .gs-title a,
#searches a.gs-title:link,
#searches .gs-title a:link {
	color: #164398!important;
	text-decoration: underline;
	border: none!important;
}
#searches a.gs-title:hover,
#searches .gs-title a:hover {
	color: #424e66!important;
	text-decoration: underline;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all  0.6s ease;
}
.gs-webResult div.gs-visibleUrl, .gs-imageResult div.gs-visibleUrl {
	color: #164398!important;
	text-decoration: underline;
}
.gs-webResult.gs-result a.gs-title:visited, .gs-webResult.gs-result a.gs-title:visited b, .gs-imageResult a.gs-title:visited, .gs-imageResult a.gs-title:visited b {
	color: #164398!important;
}
.gs-webResult.gs-result a.gs-title:link, .gs-webResult.gs-result a.gs-title:link b, .gs-imageResult a.gs-title:link, .gs-imageResult a.gs-title:link b {
	color: #164398!important;
}
/*--headerの検索窓--*/
#___gcse_1 {
	display: block;
	width: 220px;
	height: 30px;
	overflow: hidden;
}
.gsc-input-box {
	border: none!important;
}
.gsc-input-box {
	border: none!important;
	border-radius: 15px;         /* CSS3 */
	-moz-border-radius: 15px;    /* Firefox */
	-webkit-border-radius: 15px; /* Safari,Chrome */
}
#search .gsc-input #gsc-iw-id1,
.gsc-input #gsc-iw-id1 {
	display: inline-block;
	width: 190px;
	height: 30px;
	padding-left: 30px;
	margin: 0!important;
	background-image: url(../img/common/ico_search.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	background-color: #fff;
	border: none!important;
	border-radius: 15px;         /* CSS3 */
	-moz-border-radius: 15px;    /* Firefox */
	-webkit-border-radius: 15px; /* Safari,Chrome */
}
/*--Googleのマークを消す--*/
.gcsc-branding {
	display: none!important;
}
input.gsc-i-id1 {
	margin: -10px 0 0 0;
	padding: 0;
	line-height: 18px;
	border: none!important;
}
#gs_tti50 ,
.gsib_a {
	margin: 0;
	padding: 0;
}
td.gsc-search-button {
	display: none;
}
.search .gsc-search-button input {
	color: #ffffff!important;
	font-size: 100%!important;
}
.gsc-search-button {
	color: #ffffff;
	background: #4D2208;
	cursor: pointer;
}
.gsc-results .gsc-trailing-more-results, .gsc-results .gsc-trailing-more-results * {
    color: #C00;
    text-decoration: underline;
}
.gsc-imageResult .gsc-cursor-box {
    clear: both;
}
.gsc-results .gsc-cursor-box .gsc-trailing-more-results {
    display: inline;
    margin-bottom: 0;
}
.gsc-results .gsc-cursor {
    display: inline;
}
/* 検索一覧の写真 */
.gs-result img.gs-image, .gs-result img.gs-promotion-image {
    vertical-align: middle;
    border: none!important;
}
/* paging */
.gsc-results .gsc-cursor-box {
    margin: 20px 0 0 0!important;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page {
    cursor: pointer;
    display: inline;
	padding: 5px 10px!important;
    margin-right: 10px!important;
    text-decoration: none!important;
	background-color: #ffffff!important;
	border: 1px #cc858b solid!important;
	color: #cc858b!important;
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page,
.gsc-results .gsc-cursor-box .gsc-cursor-page:hover{
    cursor: pointer!important;
	background-color: #cc858b!important;
	border: 1px #cc858b solid!important;
	color: #ffffff!important;;
	text-decoration: none!important;
}
.gs-result .gs-title, .gs-result .gs-title * {
    color: #ffffff;
    text-decoration: underline;
}
.gsc-control-cse .gs-spelling, .gsc-control-cse .gs-result .gs-title, .gsc-control-cse .gs-result .gs-title * {
}
.gsc-control-cse .gs-result .gs-spelling-original {
	font-size: 100%;
}
.gs-imageResult-column .gs-image-box {
    float: left;
    margin-right: 10px;
    text-align: left;
}
.gs-imageResult-column .gs-text-box {
    float: left;
    height: 86px;
    width: 350px;
}
.gsc-webResult .gsc-result {
	padding: 20px 0!important;
	border-bottom: 1px #eeeeee dashed!important;
    background-color: inherit;
}
.gsc-table-result, .gsc-thumbnail-inside, .gsc-url-top {
    padding-left: 0!important;
    padding-right: 0!important;
}
/* 全体を囲むバック */
gsc-control-cse {
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    border: none!important;
    background-color: #fff;
}
.cse .gsc-control-cse, .gsc-control-cse {
    padding: 20px!important;
    width: auto;
}
.cse .gsc-control-cse, .gsc-control-cse {
    background-color: #fff;
    border: none!important;
}

/* --------------------------------------------------
profile
-------------------------------------------------- */
.profile_box {
	display: block;
}
.profile_box table {
	width: 100%;
	border: none !important;
}
.profile_box tr {
	border-bottom: 1px #555555 dashed;
}
.profile_box tr:first-child {
	border-top: 1px #555555 dashed;
}
.profile_box th {
	display: block;
	padding: 10px;
	background: #eeeeee;
	border: none !important;
}
.profile_box td {
	display: block;
	padding: 10px;
	border: none !important;
}

/* --------------------------------------------------
related
-------------------------------------------------- */
.related_imgbox {
	display: block;
}
.related_imgbox img {
	width: 100%;
	height: auto;
}

/*--------------------------------------------------------------.recruit_foambtn*/
.recruit_foambtn {
	display: block;
	text-align: center;
}
.recruit_foambtn .btn_linkfoam {
    display: block;
    clear: both;
    margin: 10px 0;
    padding: 0;
    text-align: center;
}
.recruit_foambtn .btn_linkfoam a {
    display: block;
    margin: 0 auto;
    padding: 10px 1.6em;
    color: #fff;
    text-decoration: none;
    text-align: center;
	border-radius: 8px;         /* CSS3 */
	-moz-border-radius: 8px;    /* Firefox */
	-webkit-border-radius: 8px; /* Safari,Chrome */
	vertical-align: top;
	outline: none;
	appearance: none;
	cursor: pointer;
	border: none;
    background-color: #135d98;
}
.recruit_foambtn .btn_linkfoam a:hover {
	opacity:0.8;
	filter: alpha(opacity=80);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=80)";  /* ie 8 */
	-moz-opacity:0.8;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.8;              /* Safari 1.x */
	zoom:1;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all  0.6s ease;
}
