@charset "utf-8";
/*************************************************
CSS
/cmn_v1/css/common.css

14.10.01
update:16.10.21
*************************************************/

/* ------------------------- TOC
Setting
Wrapper
Contents
Heading
List
Dl Dt Dd
Table
Form
-------------------------- */



/* ============================================================ Setting */
html {
	height: 100%;
}
body {
	-webkit-text-size-adjust: 100%;
	line-height: 1.4;
	height: 100%;
	color: #333333;
	background: #ffffff;
	font-size: 16px;
	font-family: Arial, sans-serif;
}

a img, a:link img, a:visited img, a:hover img, a:active img {
	border: none;
	text-decoration: none;
}
strong {
	font-weight: bold;
}
em {
	font-style: normal;
}
img {
	-ms-interpolation-mode: bicubic;
}
/*
input:-moz-placeholder,
textarea:-moz-placeholder,
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input:-ms-input-placeholder,
textarea:-ms-input-placeholder { color: #999999; }
*/


/* ============================== Clearfix */
.clr:before, .clr:after {
	content: "";
	display: table;
}
.clr:after {
	clear: both;
}
.clr {
	zoom: 1;
}
/* ============================== Multi */
.ofz {
	overflow: hidden;
	zoom: 1;
}
.indent {
	padding-left: 1em;
	text-indent: -1em;
}
/* ============================== Hide Text */
.hide {
	position: absolute;
	left: -9999px;
}
/* ============================================================ Wrapper */
#wrapper {
}
/* ============================================================ Contents */
#contents {
	z-index: 1;
}
.cnt_max {
	max-width: 1024px;
	margin: 0 auto;
}
/* ============================== Section */
.sct_bg00 {
	padding: 0;
	background: #ffffff;
}
.sct_bg01 {
	padding: 40px 0;
	background: #ffffff;
}
.sct_bg02 {
	padding: 40px 0;
	background: rgba(243, 243, 243, 0.4);
}
.sct_bg03 {
	padding: 40px 0 70px;
	background: #FAFAFA;
}

/* @media */
@media (max-width: 640px) {
.sct_bg01, .sct_bg02 {
	padding: 20px 0;
}
}
/* ============================================================ Heading */
.hd01 {
	overflow: hidden;
	max-width: 1008px;
	margin: 16px auto 8px;
	padding: 0 8px;
	/*font-size: 30px;*/
	font-size: 29px;
	font-weight: bold;
}
.hd02 {
	overflow: hidden;
	font-size: 26px;
	font-weight: bold;
}
.hd03 {
	overflow: hidden;
	font-size: 22px;
	font-weight: bold;
}
.hd04 {
	overflow: hidden;
	font-size: 22px;
	font-weight: bold;
	color: #717171;
}
.hd05 {
	overflow: hidden;
	font-size: 20px;
	font-weight: bold;
}
.hd06 {
	overflow: hidden;
	font-size: 20px;
	font-weight: bold;
	color: #717171;
}
/* RSS */
.hd01 .hd_rss, .hd02 .hd_rss, .hd03 .hd_rss, .hd04 .hd_rss, .hd05 .hd_rss, .hd06 .hd_rss {
	display: block;
	float: right;
	height: 16px;
	margin-top: 8px;
	margin-right: 4px;
	padding-left: 20px;
	background: url(/wp-content/asset/common/cmn_v1/img/icon_s_rss_03.png) 0 0 no-repeat;
	font-size: 12px;
	font-weight: normal;
}
/* ============================================================ List */
ul.nml li {
	padding-left: 40px;
	background: url(/wp-content/asset/common/cmn_v1/img/bullet_ul_01.png) 20px 0.5em no-repeat;
}
ul.nml li.clm {
	background-position: 20px 1.0em;
}
ol.nml {
	list-style: decimal;
	margin-left: 40px;
}
ol.nml ol {
}

/* @media */
@media (max-width: 640px) {
ul.nml li {
	-webkit-background-size: 3px 3px;
	background-size: 3px 3px;
}
}
/* ============================================================ Dl Dt Dd */
dl.nml {
}
dl.nml dt {
	font-weight: bold;
}
/* ============================================================ Table */
table.nml {
	width: 100%;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
}
table.nml th, table.nml td {
	padding: 8px 16px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	vertical-align: top;
}
table.nml thead th, table.nml thead td {
	padding: 16px 16px;
	background: #c9c9c9;
	text-align: left;
}
table.nml tbody th {
	background: #dedede;
	text-align: left;
}
table.nml tbody td {
	background: #ffffff;
}
.tbl_ico {
	display: none;
}
.tbl_wrapper {
	display: none;
}
/* ============================================================ Form */
input, button, textarea, select {
	-webkit-appearance: none;
	appearance: none;
	border: none;
	margin: 0;
	padding: 0;
}
/* ============================== Radio,Checkbox */
input:focus + label {
	outline: solid 1px #4bbdcd;
}
input.nml[type=radio] {
	-webkit-appearance: radio;
	appearance: radio;
}
input.nml[type=checkbox] {
	-webkit-appearance: checkbox;
	appearance: checkbox;
}
input.nml[type=radio], input.nml[type=checkbox] {
	display: inline-block;
}
input.nml[type=radio] + label, input.nml[type=checkbox] + label {
	position: relative;
	display: inline-block;
	cursor: pointer;
}

@media (min-width: 1px) {
input.nml[type=radio], input.nml[type=checkbox] {
	position: absolute;
	opacity: 0;
	margin: 0;
}
input.nml[type=radio] + label, input.nml[type=checkbox] + label {
	padding-left: 34px;
}
input.nml[type=radio] + label::before, input.nml[type=checkbox] + label::before {
	display: block;
	width: 24px;
	height: 24px;
	margin-top: -12px;
	position: absolute;
	top: 0.7em;
	left: 0;
	content: "";
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
input.nml[type=radio] + label::before {
	border: 2px solid #999999;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}
input.nml[type=checkbox] + label::before {
	border: 2px solid #999999;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
/* checked */
input.nml[type=radio]:checked + label::before {
	border: 2px solid #4bbdcd;
}
input.nml[type=checkbox]:checked + label::before {
	border: 2px solid #4bbdcd;
}
input.nml[type=radio]:checked + label::after, input.nml[type=checkbox]:checked + label::after {
	display: block;
	position: absolute;
	top: 0.7em;
	content: "";
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
input.nml[type=radio]:checked + label::after {
	width: 14px;
	height: 14px;
	margin-top: -7px;
	left: 5px;
	background: #4bbdcd;
	border-radius: 7px;
}
input.nml[type=checkbox]:checked + label::after {
	width: 12px;
	height: 6px;
	margin-top: -4px;
	left: 6px;
	border-left: 3px solid #4bbdcd;
	border-bottom: 3px solid #4bbdcd;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
}
/* error,requisite */
.err_box {
	background-color: #f8ccc9;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.req_box {
	background-color: #fef5f4;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
/* ============================== Submit */
input.nml[type=submit] {
}
/* ============================== Text */
input.nml[type=text] {
	padding: 7px 8px;
	font-size: 16px;
	border: 1px solid #c9c9c9;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
/* error,requisite */
input.nml.err[type=text] {
	background: #f8ccc9;
	border: 1px solid #ed171f;
}
input.nml.req[type=text] {
	background: #fef5f4;
	border: 1px solid #f8ccc9;
}
/* ============================== Select */
/* error,requisite */
.slct_nml.err > .selector {
	background-color: #f8ccc9;
	border: 1px solid #ed171f;
}
.slct_nml.req > .selector {
	background-color: #fef5f4;
	border: 1px solid #f8ccc9;
}
/* ============================== Textarea */
textarea.nml {
	padding: 8px;
	font-size: 16px;
	font-family: inherit;
	background: #ffffff;
	border: 1px solid #c9c9c9;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
/* error,requisite */
textarea.nml.err {
	background: #f8ccc9;
	border: 1px solid #ed171f;
}
textarea.nml.req {
	background: #fef5f4;
	border: 1px solid #f8ccc9;
}
/* ============================== Add New */


.media:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.media .t_icon {
	background: url(/font/img/title_icon.png) 0 0 no-repeat;
	padding: 72px 0 0 40px;
	margin-top: 8px;
	/*float: left;*/
}
.media .t_icon h2 {
	margin-top: 0;
}
.media .image_left {
	float: left;
}
a.btn_gray {
	background: url(/wp-content/asset/common/cmn_v1/img/icon_s_right_02.png) 98% 50% no-repeat #666666;
	text-align: center;
	padding: 11px 42px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	box-sizing: border-box;
	display: inline-block;
}
a.btn_gray.icon2 {
	background: url(/wp-content/asset/common/cmn_v1/img/icon_m_down_02.png) 98% 50% no-repeat #666666;
	background-size: 5%;
}
.hd02 span {
	font-size: 22px;
	display: block;
}
.img img {
	max-width: 100%;
	width: auto !important;
}
.txt-center {
	text-align: center;
}
.flex {
	display: flex;
	flex-wrap: wrap;
}
.flex .clm {
	padding: 10px 9px 10px 7px;
}
.flex .clm, .flex .clm > * {
	display: flex;
	width: 100%;
}
.sct_bg03 .flex .clm > * {
	height: 110px;
}
.flex .clm .thumb_mn .inner {
	padding: 16px 13px;
}
.sct_bg03 .hd02 {
	margin-left: 7px;
	margin-bottom: 10px;
}
.mb100 {
	margin-bottom: 100px;
}
.ico_ar {
	background: url(/wp-content/asset/common/cmn_v1/img/icon_s_newwindow_01.png) 0 50% no-repeat;
	padding-left: 25px;
}
.hd02 .fs22 {
	font-size: 22px;
}
.bold {
	font-weight: bold;
}
#gl_footer .ft_rlt .ft_rlt_inr2 {
	padding: 25px 0 70px;
}
.ft_link {
	width: 26%;
	font-size: 14px;
	color: #1D1D1D;
	line-height: 35px;
}
.ft_link:first-of-type {
	margin-left: 6px;
}
.ft_link:last-of-type {
	width: auto;
}
.ft_link ul {
	margin-top: 0;
}
.ft_link li a {
	color: #1D1D1D;
	background: url(/wp-content/asset/common/cmn_v1/img/icon_s_right_01.png) 0 50% no-repeat;
	padding-left: 19px;
}
#gl_footer .ft_ut .ft_ut_inr .ft_ut_lst {
	margin-top: 0;
}
.clm7 .clm {
	padding-right: 9px;
}

.flex.bnr2{
	flex-wrap: nowrap;
}

.flex.bnr2 a span{
display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;

}


	.ml07{
		margin-left: 7px;
	}

.w40{
	width: 40%;
}
.w50{
	width: 50%;
}

.ttl_new{
	font-weight: bold;
	font-size: 22px;
	border-left: 5px solid #d31d3e;
	border-bottom: 1px solid rgba(211,29,62,0.35);
padding-bottom: 5px;
	padding-left: 15px;
}

.bor_box{
	border: 1px solid rgba(0,0,0,0.45);
	padding: 15px 30px;
	text-align: center;
	display: inline-block;
}

a.inline{
	display: inline-block;
}
.no_link .clm a{
	border: 1px solid #dedede;
	display: block;
}
.no_link a:hover{
	text-decoration: none;
}

.dl02 .ttl{
	background: url(/wp-content/asset/common/cmn_v1/img/icon_s_right_05.png) 98% 50% no-repeat #0b51b3;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 15px;
}
.dl02 .ttl:hover{
	opacity: 0.8;
}
.dl02 .txt{
	color: #000; padding: 0 15px 15px;
}

.txt_box{
	background: rgba(255,230,153,0.5);
	padding: 15px 30px;
	margin: 30px 0 20px;
	color: #bb7701;
}





.sp {
	display: none;
}
.pc {
	display: block;
}

/* @media */
@media (max-width: 640px) {
.sp {
	display: block;
}
.pc {
	display: none;
}
.hd01 {
	font-size: 24px;
	margin: 8px 0 0;
	padding-left: 8px;
	padding-right: 8px;
}
.hd02 {
	font-size: 22px;
}
.hd02 span {
	font-size: 18px;
}
.hd03 {
	font-size: 20px;
}
.hd04 {
	font-size: 20px;
}
.hd05 {
	font-size: 18px;
}
.hd06 {
	font-size: 18px;
}
/* RSS */
.hd01 .hd_rss, .hd02 .hd_rss, .hd03 .hd_rss, .hd04 .hd_rss, .hd05 .hd_rss, .hd06 .hd_rss {
	background-image: url(/wp-content/asset/common/cmn_v1/img/icon_m_rss_03.png);
	-webkit-background-size: 16px 16px;
	background-size: 16px 16px;
}
.smallTable.hidden {
	display: none;
}
.tbl_ico {
	display: block;
}
.tbl_ico img {
	width: 100%;
	height: auto;
}
.tbl_wrapper {
	width: 1024px;
	margin-top: 50px;
	padding: 0 15px;
}
.tbl_btn {
	margin-bottom: 20px;
}
.media .image_left {
	float: none;
	text-align: center;
}
.media .image_left img {
	max-width: 100%;
	width: auto;
}
.media {
	padding: 0 6px 40px;
}
.mb100 {
	margin-bottom: 60px;
}
.ft_link {
	width: 100%;
}
.ft_link:first-of-type {
	margin-left: 0;
}
a.btn_gray.icon2 {
	display: block;
	margin-left: 6px;
	margin-right: 6px;
	background-size: 7%;
}
.flex .clm .thumb_mn .inner {
	padding: 16px 25px 16px 13px;
}
.bnr div:nth-of-type(odd) .thumb_mn .img {
	margin-right: 13px;
}
.thumb_mn .img {
	width: 20%;
}
.thumb_mn .dtl {
	width: 76%;
}
#gl_footer .ft_rlt .ft_rlt_inr2 {
	padding: 25px 0;
	border-bottom: 1px solid #c9c9c9;
}
.news_sct dl {
	flex-wrap: wrap;
}
.news_sct dl dt {
	margin-bottom: 5px;
}
	.flex.bnr2{
	flex-wrap: wrap;
}	
	.fs22 {

    font-size: 20px !important;

}
	.s_img{
		max-width: 100%;
		width: auto;
	}
	.w50, .w40 {
		width: 100%;
	}
	.ttl_new{
		font-size: 20px;
	border-left: 3px solid #d31d3e;
		padding-left: 10px;
}

}

@media (max-width: 375px) {
.thumb_mn .dtl .ttl {
	font-size: 16px !important;
}
a.btn_gray {
	display: block;
}
.flex .clm .thumb_mn .inner {
	padding: 16px 46px 16px 13px;
}

}

@media (max-width: 320px) {
	.ttl_new{
	font-size: 19px;
}

}

