@charset "UTF-8";


/* -------------------------------------------------------------------------------
  HTML5 Reset Style
--------------------------------------------------------------------------------*/
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,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  font-weight:normal;
  vertical-align:baseline;
  background:transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
body {
  line-height:1.2;
}
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display:block;
}
ul {
  list-style:none;
}
blockquote, q {
  quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}
a {
  margin:0;
  padding:0;
  border:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}
ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}
mark {
  background-color:#ff9;
  color:#000;
  font-style:italic;
  font-weight:bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom:1px dotted #000;
  cursor:help;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
  vertical-align:middle;
}
img {
	vertical-align:top;
	border:0px;
}

/*--クリアフィックス--*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	font-size:.01em;
	height:0;
	overflow:hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
}

/* -------------------------------------------------------------------------------
  Base Style
--------------------------------------------------------------------------------*/
a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-weight:bold;
}

a:link {
  color:#007b37;
}
a:visited{
  color:#007b37;
  text-decoration:none;
}

/* -------------------------------------------------------------------------------
  Defalt css
--------------------------------------------------------------------------------*/
.m_b0 {
	margin-bottom:0px !important;
}
.m_b1 {
	margin-bottom:1px !important;
}
.m_b2 {
	margin-bottom:2px !important;
}
.m_b3 {
	margin-bottom:2px !important;
}
.m_b5 {
	margin-bottom:5px !important;
}
.m_b7 {
	margin-bottom:7px !important;
}
.m_b8 {
	margin-bottom:8px !important;
}
.m_b10 {
	margin-bottom:10px !important;
}
.m_b11 {
	margin-bottom:11px !important;
}
.m_b12 {
	margin-bottom:12px !important;
}
.m_b13 {
	margin-bottom:13px !important;
}
.m_b15 {
	margin-bottom:15px !important;
}
.m_b20 {
	margin-bottom:20px !important;
}
.m_b25 {
	margin-bottom:25px !important;
}
.m_b30 {
	margin-bottom:30px !important;
}
.m_b35 {
	margin-bottom:35px!important;
}
.m_b40 {
	margin-bottom:40px !important;
}
.m_b45 {
	margin-bottom:45px !important;
}
.m_b50 {
	margin-bottom:50px !important;
}

.p_b0 {
	padding-bottom:0 !important;
}

html {
	height:100%;
}
body{
	-webkit-text-size-adjust: none;
	font-size:12px;
	line-height:1.4em;
	font-family: HiraKakuProN-W3,sans;
	text-align:left;
	color:#000;
	height:100%;
}

/*===========================
HEADER
===========================*/

#Header {
}

#Header .headin .tpbg{
	background:#f1f2f2;
	padding:4px 10px;
}

#Header .headin .tpbg p{
	font-size:10px;
	line-height:1.4em;
	letter-spacing: -0.1em;
}

#Header .headin .tpbx{
	padding:10px;
}

#Header .headin .tpbx .logo{
	float:left;
	padding:6px 0 0 0;
}

#Header .headin .tpbx .btn{
	float:right;
	width:155px;
	background: linear-gradient(top, #ffa166, #ff7926);
	background: -moz-linear-gradient(top, #ffa166, #ff7926);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffa166), to(#ff7926));
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#Header .headin .tpbx .btn a{
	display:block;
	padding: 9px 0px 9px 25px;
	font-weight:bold;
	color:#ffffff;
	background:url(/sp/images/icn_mail2.png) no-repeat 5px 50%;
	background-size:auto 11px;
	-moz-background-size:auto 11px;
	-webkit-background-size:auto 11px;
	text-decoration:none;
	letter-spacing: -0.1em;
}

#Header .headin nav ul{
	width:100%;
	background:#009944;
}

#Header .headin nav ul li{
	float:left;
}

#Header .headin nav ul li a{
	padding:29px 0 7px 0;
	display:block;
	text-align:center;
	font-size:10px;
	font-weight:bold;
	line-height:1.2em;
	text-decoration:none;
	color:#ffffff;
}

#Header .headin nav ul li.hm{
	width:34%;
	border-right:1px solid #ffffff;
	background:#009944 url(/sp/images/icn_home.png) no-repeat 50% 7px;
	background-size:auto 14px;
	-moz-background-size:auto 14px;
	-webkit-background-size:auto 14px;
}

#Header .headin nav ul li.mn{
	width:33%;
	background:#009944 url(/sp/images/icn_menu.png) no-repeat 50% 7px;
	background-size:auto 14px;
	-moz-background-size:auto 14px;
	-webkit-background-size:auto 14px;
}
#Header .headin nav ul li.mn.on{
	background:#00672e url(/sp/images/icn_menu.png) no-repeat 50% 7px;
	background-size:auto 14px;
	-moz-background-size:auto 14px;
	-webkit-background-size:auto 14px;
}

#Header .headin nav ul li.sr{
	width:33%;
	background:#009944 url(/sp/images/icn_search.png) no-repeat 50% 7px;
	background-size:auto 14px;
	-moz-background-size:auto 14px;
	-webkit-background-size:auto 14px;
	border-left:1px solid #ffffff;
}
#Header .headin nav ul li.sr.on{
	background:#00672e url(/sp/images/icn_search.png) no-repeat 50% 7px;
	background-size:auto 14px;
	-moz-background-size:auto 14px;
	-webkit-background-size:auto 14px;
}

#Header .headin .telpx{
	background:#e0f6ea url(/sp/images/icn_sphone.png) no-repeat 10px 50%;
	background-size:auto 16px;
	-moz-background-size:auto 16px;
	-webkit-background-size:auto 16px;
	padding:0 0 0 25px;
	height:25px;
	overflow: hidden;
}

#Header .headin .telpx p{
	font-size: 10px;
	transform: scale(0.9);
	transform-origin:0 0;
	padding: 7px 0 0 0;
	width: 180%;
}

#Header .headin .telpx p .bl{
	font-weight:bold;
	letter-spacing: -0.1em;
}

#Header .headin .telpx p a{
	margin:0 3px 0 0;
}

#Header .headin .telpx p .sml{
	font-size:8px;
	letter-spacing: -0.1em;
}

#Header .headin .mapbx {
	background:#00672e;
	padding:10px;
	display:none;
}
#Header .headin .mapbx dl {
	display:table;
	width:100%;
}
#Header .headin .mapbx dl dt {
	display:table-cell;
	width:60%;
	vertical-align:top;
}
#Header .headin .mapbx dl dt input {
	width:100%;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border:0;
	height:25px;
	padding:0;
	overflow:hidden;
	background:#fff url(/sp/images/icn_src.png) no-repeat 10px 50%;
	background-size:auto 14px;
	-moz-background-size:auto 14x;
	-webkit-background-size:auto 14px;
	padding:0 0 0 27px;
	box-sizing:border-box;
}
#Header .headin .mapbx dl dd {
	display:table-cell;
	padding:0 0 0 5px;
	vertical-align:top;
}
#Header .headin .mapbx dl dd a {
	width:100%;
	height:25px;
	display:block;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	background: linear-gradient(top, #2fb46a, #009944);
	background: -moz-linear-gradient(top, #2fb46a, #009944);
	background: -webkit-gradient(linear, left top, left bottom, from(#2fb46a), to(#009944));
	text-decoration:none;
	color:#fff;
}
#Header .headin .mapbx dl dd a span {
	display:block;
	background:url(/sp/images/icn_map.png) no-repeat 10px 50%;
	background-size:auto 14px;
	-moz-background-size:auto 14x;
	-webkit-background-size:auto 14px;
	height:25px;
	padding:5px 0 0 23px;
}
#Header .headin .mnbx {
	background:#00672e;
	padding:5px 0;
	display:none;
}
#Header .headin .mnbx ul.ahrlnk {
	text-align:center;
	letter-spacing:-0.4em;
	border-top:1px solid #009944;
	padding:5px 0 0 0;
}
#Header .headin .mnbx ul.ahrlnk li {
	display:inline-block;
	letter-spacing:normal;
	font-size:11px;
}
#Header .headin .mnbx ul.ahrlnk li a {
	color:#fff;
	text-decoration:none;
}
#Header .headin .mnbx ul.ahrlnk li:first-child a {
	border:0;
	padding:0 3px;
}
#Header .headin .mnbx ul.ahrlnk li a {
	border-left:1px solid #fff;;
	padding:0 5px;
	line-height:1.1em;
}

/*===========================
FOOTER
===========================*/
footer {
    padding-bottom: 64px;
}
#Footer .footin{
	border-top:1px solid #dbdede;
}

#Footer .footin ul.ftpbx{
	width:100%;
}

#Footer .footin ul.ftpbx li{
	float:left;
	width:50%;
}

#Footer .footin ul.ftpbx li.page{
	border-left:1px solid #f1f2f2;
}

#Footer .footin ul.ftpbx li a{
	padding:14px 10px 14px 30px;
	display:block;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}

#Footer .footin ul.ftpbx li.page a{
	padding:14px 10px 14px 10px;
}

#Footer .footin ul.ftpbx li.home a{
	background:url(/sp/images/icn_home_gray.png) no-repeat 10px 50%;
	background-size:auto 13px;
	-moz-background-size:auto 13x;
	-webkit-background-size:auto 13px;
}

#Footer .footin ul.ftpbx li.home a span{
	background:url(/sp/images/dec_arw_gray.png) no-repeat right 50%;
	background-size:auto 14px;
	-moz-background-size:auto 14px;
	-webkit-background-size:auto 14px;
	display:block;
}

#Footer .footin ul.ftpbx li.page a span{
	background:url(/sp/images/dec_arw_gray_up.png) no-repeat right 50%;
	background-size:auto 9px;
	-moz-background-size:auto 9px;
	-webkit-background-size:auto 9px;
	display:block;
}

#Footer .footin nav ul{
	width:100%;
	background:#009944;
}

#Footer .footin nav ul li{
	float:left;
}

#Footer .footin nav ul li a{
	padding:29px 0 7px 0;
	display:block;
	text-align:center;
	font-size:10px;
	font-weight:bold;
	line-height:1.2em;
	text-decoration:none;
	color:#ffffff;
	letter-spacing: -0.1em;
}

#Footer .footin nav ul li.pc{
	width:34%;
	border-right:1px solid #ffffff;
	background:#009944 url(/sp/images/icn_pc.png) no-repeat 50% 7px;
	background-size:auto 14px;
	-moz-background-size:auto 14px;
	-webkit-background-size:auto 14px;
}

#Footer .footin nav ul li.pp{
	width:33%;
	background:#009944 url(/sp/images/icn_policy.png) no-repeat 50% 7px;
	background-size:auto 14px;
	-moz-background-size:auto 14px;
	-webkit-background-size:auto 14px;
}

#Footer .footin nav ul li.app{
	width:33%;
	background:#ff873c url(/sp/images/icn_mail2.png) no-repeat 50% 7px;
	background-size:auto 14px;
	-moz-background-size:auto 14px;
	-webkit-background-size:auto 14px;
	border-left:1px solid #ffffff;
}

#Footer .footin .cpbx{
	padding:10px;
/*
	background:#e0f6ea;
*/
}

#Footer .footin .cpbx address{
	font-style:normal;
	font-size:10px;
	float:left;
	line-height:1.2em;
}

#Footer .footin .cpbx p{
	float:right;
	line-height:0;
	width:75px;
}

#Footer .footin .bottxt{
	padding:10px;
	font-size:10px;
	color:#6b6b6b;
}

#Footer .footin .bottxt span{
	font-weight:bold;
}


/*===========================
ローディング
===========================*/
#loding {
	position:fixed;
	left:50%;
	top:50%;
	margin-left:-32px;
	display:none;
}

/*===========================
共通
===========================*/

#Contents.ptajt {
	padding-top:0;
}

/*menu*/
ul.com_mnbx {
	padding:5px 5px 0 0;
}
ul.com_mnbx li {
	margin:0 0 5px 0;
	width:50%;
	float:left;
}
ul.com_mnbx li.lt3 {
	width:33.3%;
}
ul.com_mnbx li a {
	background:#fff;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	display:block;
	padding:0 5px 0 8px;
	color:#000;
	text-decoration:none;
	margin:0 0 0 5px;
	font-size:11px;
}
ul.com_mnbx li a > span {
	font-weight:bold;
	background:url(/sp/images/dec_cir_md.png) no-repeat right 50%;
	background-size:auto 14px;
	-moz-background-size:auto 14px;
	-webkit-background-size:auto 14px;
	display:block;
	padding:12px 15px 12px 0;
}
ul.com_mnbx li.lt3 a > span {
	height:40px;
	padding:12px 15px 12px 0;
}
ul.com_mnbx li.aj2 a > span {
	padding:5px 15px 5px 0;
}

/*com_ttl*/
.com_ttl{
	background:#009944;
	height:40px;
	padding:10px 10px 0 10px;
}

.smr .com_ttl{
	background:#0168b7;
	height:40px;
	padding:10px 10px 0 10px;
}
.smr2015 .com_ttl{
	background:#a68617;
	height:40px;
	padding:10px 10px 0 10px;
}
.win2015 .com_ttl{
	background:#eb99bf;
	height:40px;
	padding:10px 10px 0 10px;
}
.spring2017 .com_ttl{
	background:#f57c44;
	height:40px;
	padding:10px 10px 0 10px;
}
.spring2018 .com_ttl{
	background:#15c262;
	height:40px;
	padding:10px 10px 0 10px;
}
.spring2019 .com_ttl{
	background:#f33d6c;
	height:40px;
	padding:10px 10px 0 10px;
}
.spring2020 .com_ttl{
	background:#ff6393;
	/* background:#0da970; */
	height:40px;
	padding:10px 10px 0 10px;
}
.spring2024 .com_ttl{
	background:#ff87ac;
	/* background:#0da970; */
	height:40px;
	padding:10px 10px 0 10px;
}
.spring2025 .com_ttl{
	background:#e95478;
	/* background:#0da970; */
	height:40px;
	padding:10px 10px 0 10px;
}
.smr2016 .com_ttl{
	background:#358dda;
	height:40px;
	padding:10px 10px 0 10px;
}
.smr2018 .com_ttl{
	background:#008ae0;
}
.smr2019 .com_ttl{
	background:#1db4ff;
	height:40px;
	padding:10px 10px 0 10px;
}
.smr2020 .com_ttl{
	background:#12c18b;
	height:40px;
	padding:10px 10px 0 10px;
}
.smr2021 .com_ttl{
	background:#0168b7;
	height:40px;
	padding:10px 10px 0 10px;
}
.smr2022 .com_ttl{
	background:#fef200;
	height:40px;
	padding:10px 10px 0 10px;
}
.smr2024 .com_ttl{
	background:#00aec4;
	height:40px;
	padding:10px 10px 0 10px;
}
.win2018 .com_ttl{
	background:#3193d0;
}
.win2020 .com_ttl{
	background:#1fa9bf;
}
.win2021 .com_ttl{
	background:#3193d0;
}
.win2024 .com_ttl{
	background:#100372;
}
.manabia .com_ttl{
	background:#006432;
}


.win2016 .com_ttl{
	background:#7c3f2c;
	height:40px;
	padding:10px 10px 0 10px;
}
.com_redclrbx .com_ttl{
	background:#cf1a20;
}

.blver .com_ttl{
	background:#078eb8;
	height:40px;
	padding:10px 10px 0 10px;
}

.com_ttl h1{
	font-weight:bold;
	color:#ffffff;
	padding:2px 0 2px 10px;
	border-left:3px solid #37d07b;
}
.com_ttl h1.pn {
	padding:2px 0 2px 22px;
	border-left:0;
	background:url(/sp/images/icn_pen2.png) no-repeat 0 50%;
	background-size:auto 13px;
	-moz-background-size:auto 13px;
	-webkit-background-size:auto 13px;
}
.com_ttl h1.cs {
	padding:2px 0 2px 22px;
	border-left:0;
	background:url(/sp/images/icn_mn_gryb.png) no-repeat 0 50%;
	background-size:auto 13px;
	-moz-background-size:auto 13px;
	-webkit-background-size:auto 13px;
}

.com_ttl h1.bel {
	padding:2px 0 2px 22px;
	border-left:0;
	background:url(/sp/images/icn_bellb.png) no-repeat 0 50%;
	background-size:auto 13px;
	-moz-background-size:auto 13px;
	-webkit-background-size:auto 13px;
}

.smr .com_ttl h1.bel {
	background:url(/sp/images/icn_bellb_blue.png) no-repeat 0 50%;
	background-size:auto 13px;
	-moz-background-size:auto 13px;
	-webkit-background-size:auto 13px;
}
.smr2015 .com_ttl h1.bel {
	background:url(/sp/images/icn_bellb_od.png) no-repeat 0 50%;
	background-size:auto 13px;
	-moz-background-size:auto 13px;
	-webkit-background-size:auto 13px;
}

.win2015 .com_ttl h1.bel {
	background:url(/sp/images/icn_bellb_wh.png) no-repeat 0 50%;
	background-size:auto 13px;
	-moz-background-size:auto 13px;
	-webkit-background-size:auto 13px;
}
.spring2017 .com_ttl h1.bel {
	background:url(/sp/images/icn_bellb_wh.png) no-repeat 0 50%;
	background-size:auto 13px;
	-moz-background-size:auto 13px;
	-webkit-background-size:auto 13px;
}
.spring2018 .com_ttl h1.bel {
	background:url(/sp/images/icn_bellb_wh.png) no-repeat 0 50%;
	background-size:auto 13px;
	-moz-background-size:auto 13px;
	-webkit-background-size:auto 13px;
}
.spring2019 .com_ttl h1.bel {
	background:url(/sp/images/icn_bellb_wh.png) no-repeat 0 50%;
	background-size:auto 13px;
	-moz-background-size:auto 13px;
	-webkit-background-size:auto 13px;
}
.spring2020 .com_ttl h1.bel {
	background:url(/sp/images/icn_bellb_wh.png) no-repeat 0 50%;
	background-size:auto 13px;
	-moz-background-size:auto 13px;
	-webkit-background-size:auto 13px;
}
.spring2024 .com_ttl h1.bel,
.spring2025 .com_ttl h1.bel {
	background:url(/sp/images/icn_bellb_wh.png) no-repeat 0 50%;
	background-size:auto 13px;
	-moz-background-size:auto 13px;
	-webkit-background-size:auto 13px;
}
.smr2016 .com_ttl h1.bel {
	background:url(/sp/images/icn_bellb_wh.png) no-repeat 0 50%;
	background-size:auto 13px;
	-moz-background-size:auto 13px;
	-webkit-background-size:auto 13px;
}
.smr2018 .com_ttl h1.bel {
	background:url(/sp/images/icn_bellb_wh.png) no-repeat 0 50%;
	background-size:auto 13px;
	-moz-background-size:auto 13px;
	-webkit-background-size:auto 13px;
}
.smr2019 .com_ttl h1.bel {
	background:url(/sp/images/icn_bellb_wh.png) no-repeat 0 50%;
	background-size:auto 13px;
	-moz-background-size:auto 13px;
	-webkit-background-size:auto 13px;
}
.smr2020 .com_ttl h1.bel {
	background:url(/sp/images/icn_bellb_wh.png) no-repeat 0 50%;
	background-size:auto 13px;
	-moz-background-size:auto 13px;
	-webkit-background-size:auto 13px;
}
.smr2021 .com_ttl h1.bel {
	background:url(/sp/images/icn_bellb_wh.png) no-repeat 0 50%;
	background-size:auto 13px;
	-moz-background-size:auto 13px;
	-webkit-background-size:auto 13px;
}
.smr2022 .com_ttl h1.bel {
    color: #006836;
	background:url(/sp/images/icn_bellb_grn.png) no-repeat 0 50%;
	background-size:auto 13px;
	-moz-background-size:auto 13px;
	-webkit-background-size:auto 13px;
}
.smr2024 .com_ttl h1.bel {
    color: #fff;
	background:url(/sp/images/icn_bellb_white.png) no-repeat 0 50%;
	background-size:auto 13px;
	-moz-background-size:auto 13px;
	-webkit-background-size:auto 13px;
}
.win2018 .com_ttl h1.bel {
	background:url(/sp/images/icn_bellb_wh.png) no-repeat 0 50%;
	background-size:auto 13px;
	-moz-background-size:auto 13px;
	-webkit-background-size:auto 13px;
}
.manabia .com_ttl h1.bel {
	background:url(/sp/images/icn_bellb_wh.png) no-repeat 0 50%;
	background-size:auto 13px;
	-moz-background-size:auto 13px;
	-webkit-background-size:auto 13px;
}
.win2016 .com_ttl h1.bel {
	background:url(/sp/images/icn_bellb_wh.png) no-repeat 0 50%;
	background-size:auto 13px;
	-moz-background-size:auto 13px;
	-webkit-background-size:auto 13px;
}
.win2017 .com_ttl h1.bel {
	background:url(/sp/images/icn_bellb_wh.png) no-repeat 0 50%;
	background-size:auto 13px;
	-moz-background-size:auto 13px;
	-webkit-background-size:auto 13px;
}
.win2020 .com_ttl h1.bel {
	background:url(/sp/images/icn_bellb_wh.png) no-repeat 0 50%;
	background-size:auto 13px;
	-moz-background-size:auto 13px;
	-webkit-background-size:auto 13px;
}
.win2021 .com_ttl h1.bel {
	background:url(/sp/images/icn_bellb_wh.png) no-repeat 0 50%;
	background-size:auto 13px;
	-moz-background-size:auto 13px;
	-webkit-background-size:auto 13px;
}
.win2024 .com_ttl h1.bel {
	background:url(/sp/images/icn_bellb_wh.png) no-repeat 0 50%;
	background-size:auto 13px;
	-moz-background-size:auto 13px;
	-webkit-background-size:auto 13px;
}

.com_redclrbx .com_ttl h1.bel {
	background:url(/sp/images/icn_bellb_red.png) no-repeat 0 50%;
	background-size:auto 13px;
	-moz-background-size:auto 13px;
	-webkit-background-size:auto 13px;
}

.blver .com_ttl h1.bel {
	background:url(/sp/images/icn_bellb_wh.png) no-repeat 0 50%;
	background-size:auto 13px;
	-moz-background-size:auto 13px;
	-webkit-background-size:auto 13px;
}


/*com_sttl*/
.com_sttl{
	background:#00672e;
	padding:5px 10px;
	font-weight:bold;
	color:#ffffff;
}

.com_sttl_gy {
	background:#f1f2f2;
	padding:5px 10px;
	font-weight:bold;
}

.com_sttl_gymd {
	background:#f1f2f2;
	padding:5px 10px;
	font-weight:bold;
	color:#0c4b28;
}

.com_sttl .nwsbx {
	background:#fff;
	margin:5px 0;
	padding:10px;
	color:#000;
}
.com_sttl .nwsbx > div {
	display:table-cell;
	padding:0 10px 0 0;
	vertical-align:middle;
}
.com_sttl .nwsbx > p {
	display:table-cell;
}

/*com_ttlbx*/
.com_ttlbx{
	background:#009944;
	height:40px;
	padding:10px 10px 0 10px;
}

.com_ttlbx h1{
	font-weight:bold;
	color:#ffffff;
	padding:2px 0 2px 10px;
	border-left:3px solid #37d07b;
	float:left;
}

.com_ttlbx p{
	float:right;
	background:url(../../images/dec_arw_gr_wh.png) no-repeat right 50%;
	background-size:auto 10px;
	-moz-background-size:auto 10px;
	-webkit-background-size:auto 10px;
	margin:3px 0 0 0;
	padding:0 15px ;
	border-left:1px dotted #ffffff;
}

.com_ttlbx p a{
	font-size:10px;
	color:#ffffff;
}

/*com_ttldet*/

.com_ttldet{
	border-bottom:2px solid #dbdede;
	padding:0 10px 5px 10px;
	margin:0 0 10px 0;
}

.com_ttldet h2{
	padding:0 0 0 18px;
	font-weight:bold;
}

.com_ttldet h2.icn01{
	background:url(../../images/icn_can.png) no-repeat 0 50%;
	background-size:auto 13px;
	-moz-background-size:auto 13px;
	-webkit-background-size:auto 13px;
}

.com_ttldet h2.icn02{
	background:url(../../images/icn_pro.png) no-repeat 0 50%;
	background-size:auto 15px;
	-moz-background-size:auto 15px;
	-webkit-background-size:auto 15px;
}

.com_ttldet h2.icn03{
	background:url(../../images/icn_voice.png) no-repeat 0 50%;
	background-size:auto 15px;
	-moz-background-size:auto 15px;
	-webkit-background-size:auto 15px;
}

.com_ttldet h2.icn04{
	background:url(../../images/icn_staff.png) no-repeat 0 50%;
	background-size:auto 15px;
	-moz-background-size:auto 15px;
	-webkit-background-size:auto 15px;
}

/*com_ttlbor*/
h1.com_ttlbor {
	font-weight:bold;
	color:#0c4b28;
	padding:0 0 0 7px;
	border-left:3px solid #009944;
	margin:0 0 5px 0;
}

.smr h1.com_ttlbor {
	font-weight:bold;
	color:#0168b7;
	padding:0 0 0 7px;
	border-left:3px solid #0168b7;
	margin:0 0 5px 0;
}

.smr2015 h1.com_ttlbor {
	font-weight:bold;
	color:#4a2c1f;
	padding:0 0 0 7px;
	border-left:3px solid #4a2c1f;
	margin:0 0 5px 0;
}

.win2015 h1.com_ttlbor {
	font-weight:bold;
	color:#bf3881;
	padding:0 0 0 7px;
	border-left:3px solid #bf3881;
	margin:0 0 5px 0;
}

.spring2017 h1.com_ttlbor {
	font-weight:bold;
	color:#ff7c3b;
	padding:0 0 0 7px;
	border-left:3px solid #ff7c3b;
	margin:0 0 5px 0;
}
.spring2018 h1.com_ttlbor {
	font-weight:bold;
	color:#13662A;
	padding:0 0 0 7px;
	border-left:3px solid #15C262;
	margin:0 0 5px 0;
}
.spring2019 h1.com_ttlbor {
	font-weight:bold;
	color:#55b300;
	padding:0 0 0 7px;
	border-left:3px solid #55b300;
	margin:0 0 5px 0;
}
.spring2020 h1.com_ttlbor {
	font-weight:bold;
	color:#55b300;
	padding:0 0 0 7px;
	border-left:3px solid #55b300;
	margin:0 0 5px 0;
}
.spring2024 h1.com_ttlbor {
	font-weight:bold;
	color:#55b300;
	padding:0 0 0 7px;
	border-left:3px solid #55b300;
	margin:0 0 5px 0;
}
.smr2016 h1.com_ttlbor {
	font-weight:bold;
	color:#0156a1;
	padding:0 0 0 7px;
	border-left:3px solid #0156a1;
	margin:0 0 5px 0;
}
.smr2018 h1.com_ttlbor {
	font-weight:bold;
	color:#084c7b;
	padding:0 0 0 7px;
	border-left:3px solid #0156a1;
	margin:0 0 5px 0;
}
.smr2019 h1.com_ttlbor {
	font-weight:bold;
	color:#1db4ff;
	padding:0 0 0 7px;
	border-left:3px solid #1db4ff;
	margin:0 0 5px 0;
}
.smr2020 h1.com_ttlbor {
	font-weight:bold;
	color:#12c18b;
	padding:0 0 0 7px;
	border-left:3px solid #12c18b;
	margin:0 0 5px 0;
}
.smr2021 h1.com_ttlbor {
	font-weight:bold;
	color:#0168b7;
	padding:0 0 0 7px;
	border-left:3px solid #0168b7;
	margin:0 0 5px 0;
}
.win2018 h1.com_ttlbor {
	font-weight:bold;
	color:#084c7b;
	padding:0 0 0 7px;
	border-left:3px solid #0156a1;
	margin:0 0 5px 0;
}
.win2020 h1.com_ttlbor {
	font-weight:bold;
	color:#1fa9bf;
	padding:0 0 0 7px;
	border-left:3px solid #1fa9bf;
	margin:0 0 5px 0;
}
.win2021 h1.com_ttlbor {
	font-weight:bold;
	color:#1fa9bf;
	padding:0 0 0 7px;
	border-left:3px solid #1fa9bf;
	margin:0 0 5px 0;
}
.win2024 h1.com_ttlbor {
	font-weight:bold;
	color:#0156a1;
	padding:0 0 0 7px;
	border-left:3px solid #0156a1;
	margin:0 0 5px 0;
}

.manabia h1.com_ttlbor {
	font-weight:bold;
	color:#23ac38;
	padding:0 0 0 7px;
	border-left:3px solid #23ac38;
	margin:0 0 5px 0;
}

.win2016 h1.com_ttlbor {
	font-weight:bold;
	color:#7c3f2c;
	padding:0 0 0 7px;
	border-left:3px solid #7c3f2c;
	margin:0 0 5px 0;
}
.blver h1.com_ttlbor {
	font-weight:bold;
	color:#05729e;
	padding:0 0 0 7px;
	border-left:3px solid #05729e;
	margin:0 0 5px 0;
}

.com_redclrbx h1.com_ttlbor {
	color:#cf1a20;
	border-left:3px solid #cf1a20;
}



/*tllnk*/
.com_tllnk.tl {
	padding:10px 10px 10px 30px;
	display:block;
	font-weight:bold;
}
.com_tllnk.tl.bel {
	padding:10px 10px 10px 30px;
	display:block;
	background:#f1f2f2 url(/sp/images/icn_bell.png) no-repeat 10px 12px;
	background-size:auto 13px;
	-moz-background-size:auto 13px;
	-webkit-background-size:auto 13px;
}
.com_tllnk.tl.nw {
	padding:10px 10px 10px 30px;
	display:block;
	background:#f1f2f2 url(/sp/images/icn_nw.png) no-repeat 8px 12px;
	background-size:auto 13px;
	-moz-background-size:auto 13px;
	-webkit-background-size:auto 13px;
}

.com_tllnk.fl > span {
	font-weight:bold;
	width:70%;
	float:left;
}
.com_tllnk.fl > a {
	font-weight:bold;
	float:right;
	padding:0 0 0 7px;
	border-left:dotted 1px #cbcccc;
}
.com_tllnk.fl > a span {
	font-weight:bold;
	float:right;
	padding:0;
	color:#007b39;
	text-decoration:underline;
	font-size:10px;
	line-height:1.2em;
	padding:0 15px 0 0;
	background:url(/sp/images/dec_arw_wh_gr.png) no-repeat right 50%;
	background-size:auto 10px;
	-moz-background-size:auto 10px;
	-webkit-background-size:auto 10px;
}

.com_tllnk a {
	padding:10px 10px 10px 30px;
	display:block;
	color:#000;
}
.com_tllnk.pen a {
	background:#f1f2f2 url(/sp/images/icn_pen.png) no-repeat 10px 10px;
	background-size:auto 13px;
	-moz-background-size:auto 13px;
	-webkit-background-size:auto 13px;
	text-decoration:none;
}
.com_tllnk.sml a {
	background:#f1f2f2 url(/sp/images/icn_smile.png) no-repeat 10px 11px;
	background-size:auto 13px;
	-moz-background-size:auto 13px;
	-webkit-background-size:auto 13px;
	text-decoration:none;
}
.com_tllnk a span {
	font-weight:bold;
	background:url(/sp/images/dec_cir_md.png) no-repeat right 50%;
	background-size:auto 14px;
	-moz-background-size:auto 14px;
	-webkit-background-size:auto 14px;
	display:block;
}
.com_tllnk.vdo span {
    background:#007b37 url(/sp/images/icn_video_wh.png) no-repeat 7px 11px;
	background-size:auto 13px;
	-moz-background-size:auto 13px;
	-webkit-background-size:auto 13px;
	text-decoration:none;
	font-weight:bold;
	padding:10px 10px 10px 30px;
	display:block;
	color:#fff;
}

/*com_gnartl*/
.com_gnartl {
	background:#009944;
	color:#fff;
	position:relative;
}
.com_redclrbx .com_gnartl {
	background:#cf1a20;
}

.smr .com_gnartl {
	background:#0168b7;
	color:#fff;
	position:relative;
}
.smr2015 .com_gnartl {
	background:#a68617;
	color:#fff;
	position:relative;
}
.win2015 .com_gnartl {
	background:#eb99bf;
	color:#fff;
	position:relative;
}
.spring2017 .com_gnartl {
	background:#f57c44;
	color:#fff;
	position:relative;
}
.spring2018 .com_gnartl {
	background:#15c262;
	color:#fff;
	position:relative;
}
.spring2019 .com_gnartl {
	background:#f33d6c;
	color:#fff;
	position:relative;
}
.spring2020 .com_gnartl {
	background:#ff6393;
	/* background:#0da970; */
	color:#fff;
	position:relative;
}
.spring2024 .com_gnartl {
	background:#ff87ac;
	/* background:#0da970; */
	color:#fff;
	position:relative;
}
.spring2025 .com_gnartl {
	background:#e95478;
	/* background:#0da970; */
	color:#fff;
	position:relative;
}
.smr2016 .com_gnartl {
	background:#358dda;
	color:#fff;
	position:relative;
}
.smr2018 .com_gnartl {
	background:#008ae0;
	color:#fff;
	position:relative;
}
.smr2019 .com_gnartl {
	background:#1db4ff;
	color:#fff;
	position:relative;
}
.smr2020 .com_gnartl {
	background:#12c18b;
	color:#fff;
	position:relative;
}
.smr2021 .com_gnartl {
	background:#0168b7;
	color:#fff;
	position:relative;
}
.smr2022 .com_gnartl {
	background:#fef200;
	color:#006730;
	position:relative;
}
.smr2024 .com_gnartl {
	background:#00aec4;
	color:#fff;
	position:relative;
}
.win2018 .com_gnartl {
	background:#3193d0;
	color:#fff;
	position:relative;
}
.win2020 .com_gnartl {
	background:#1fa9bf;
	color:#fff;
	position:relative;
}
.win2021 .com_gnartl {
	background:#3193d0;
	color:#fff;
	position:relative;
}
.win2024 .com_gnartl {
	background:#100372;
	color:#fff;
	position:relative;
}
.manabia .com_gnartl {
	background:#006432;
	color:#fff;
	position:relative;
}

.win2016 .com_gnartl {
	background:#7c3f2c;
	color:#fff;
	position:relative;
}
.blver .com_gnartl {
	background:#078eb8;
	color:#fff;
	position:relative;
}
.com_gnartl:after {
	content: "　";
	width:11px;
	height:6px;
	background:url(/sp/images/ttl_bg_dec_grn.png) no-repeat 0 0;
	background-size:11px auto;
	-moz-background-size:11px auto;
	-webkit-background-size:11px auto;
	position:absolute;
	bottom:-6px;
	left:50%;
	margin-left:-5px;
}
.smr2020 .com_gnartl:after {
    content: "　";
	width:11px;
	height:6px;
	background:url(/sp/images/ttl_bg_dec_summer2020.png) no-repeat 0 0;
	background-size:11px auto;
	-moz-background-size:11px auto;
	-webkit-background-size:11px auto;
	position:absolute;
	bottom:-6px;
	left:50%;
	margin-left:-5px;
}
.smr2021 .com_gnartl:after {
    content: "　";
	width:11px;
	height:6px;
	background:url(/sp/images/ttl_bg_dec_summer2021.png) no-repeat 0 0;
	background-size:11px auto;
	-moz-background-size:11px auto;
	-webkit-background-size:11px auto;
	position:absolute;
	bottom:-6px;
	left:50%;
	margin-left:-5px;
}
.smr .com_gnartl:after {
	content: "　";
	width:11px;
	height:6px;
	background:url(/sp/images/ttl_bg_dec_blue.png) no-repeat 0 0;
	background-size:11px auto;
	-moz-background-size:11px auto;
	-webkit-background-size:11px auto;
	position:absolute;
	bottom:-6px;
	left:50%;
	margin-left:-5px;
}
.smr2015 .com_gnartl:after {
	content: "　";
	width:11px;
	height:6px;
	background:url(/sp/images/ttl_bg_dec_od.png) no-repeat 0 0;
	background-size:11px auto;
	-moz-background-size:11px auto;
	-webkit-background-size:11px auto;
	position:absolute;
	bottom:-6px;
	left:50%;
	margin-left:-5px;
}
.win2015 .com_gnartl:after {
	content: "　";
	width:11px;
	height:6px;
	background:url(/sp/images/ttl_bg_dec_rd.png) no-repeat 0 0;
	background-size:11px auto;
	-moz-background-size:11px auto;
	-webkit-background-size:11px auto;
	position:absolute;
	bottom:-6px;
	left:50%;
	margin-left:-5px;
}
.spring2017 .com_gnartl:after {
	content: "　";
	width:11px;
	height:6px;
	background:url(/sp/images/ttl_bg_dec_ore.png) no-repeat 0 0;
	background-size:11px auto;
	-moz-background-size:11px auto;
	-webkit-background-size:11px auto;
	position:absolute;
	bottom:-6px;
	left:50%;
	margin-left:-5px;
}
.spring2018 .com_gnartl:after {
	content: "　";
	width:11px;
	height:6px;
	background:url(/sp/images/ttl_bg_dec_spring2018.png) no-repeat 0 0;
	background-size:11px auto;
	-moz-background-size:11px auto;
	-webkit-background-size:11px auto;
	position:absolute;
	bottom:-6px;
	left:50%;
	margin-left:-5px;
}
.spring2019 .com_gnartl:after {
	content: "　";
	width:11px;
	height:6px;
	background:url(/sp/images/ttl_bg_dec_spring2019.png) no-repeat 0 0;
	background-size:11px auto;
	-moz-background-size:11px auto;
	-webkit-background-size:11px auto;
	position:absolute;
	bottom:-6px;
	left:50%;
	margin-left:-5px;
}
.spring2020 .com_gnartl:after {
	content: "　";
	width:11px;
	height:6px;
	background:url(/sp/images/ttl_bg_dec_spring2020.png) no-repeat 0 0;
	/* background:url(/sp/images/ttl_bg_dec_spring2022.png) no-repeat 0 0; */
	background-size:11px auto;
	-moz-background-size:11px auto;
	-webkit-background-size:11px auto;
	position:absolute;
	bottom:-6px;
	left:50%;
	margin-left:-5px;
}
.spring2024 .com_gnartl:after {
	content: "　";
	width:11px;
	height:6px;
	background:url(/sp/images/ttl_bg_dec_spring2024.png?date=20240220) no-repeat 0 0;
	/* background:url(/sp/images/ttl_bg_dec_spring2022.png) no-repeat 0 0; */
	background-size:11px auto;
	-moz-background-size:11px auto;
	-webkit-background-size:11px auto;
	position:absolute;
	bottom:-6px;
	left:50%;
	margin-left:-5px;
}
.spring2025 .com_gnartl:after {
	content: "　";
	width:11px;
	height:6px;
	background:url(/sp/images/ttl_bg_dec_spring2025.png?date=20240220) no-repeat 0 0;
	/* background:url(/sp/images/ttl_bg_dec_spring2022.png) no-repeat 0 0; */
	background-size:11px auto;
	-moz-background-size:11px auto;
	-webkit-background-size:11px auto;
	position:absolute;
	bottom:-6px;
	left:50%;
	margin-left:-5px;
}
.smr2016 .com_gnartl:after {
	content: "　";
	width:11px;
	height:6px;
	background:url(/sp/images/ttl_bg_dec_bl.png) no-repeat 0 0;
	background-size:11px auto;
	-moz-background-size:11px auto;
	-webkit-background-size:11px auto;
	position:absolute;
	bottom:-6px;
	left:50%;
	margin-left:-5px;
}
.smr2018 .com_gnartl:after {
	content: "　";
	width:11px;
	height:6px;
	background:url(/sp/images/ttl_bg_dec_indigo.png) no-repeat 0 0;
	background-size:11px auto;
	-moz-background-size:11px auto;
	-webkit-background-size:11px auto;
	position:absolute;
	bottom:-6px;
	left:50%;
	margin-left:-5px;
}
.smr2019 .com_gnartl:after {
    background: none;
    width: auto;
    height: auto;
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -6px;
    border: 6px solid transparent;
    border-top: 6px solid #1db4ff;
}
.smr2022 .com_gnartl:after {
    background: none;
    width: auto;
    height: auto;
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -6px;
    border: 6px solid transparent;
    border-top: 6px solid #fef200;
}
.smr2024 .com_gnartl:after {
    background: none;
    width: auto;
    height: auto;
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -6px;
    border: 6px solid transparent;
    border-top: 6px solid #00aec4;
}
.win2018 .com_gnartl:after {
	content: "　";
	width:11px;
	height:6px;
	background:url(/sp/images/ttl_bg_dec_indigo_2.png) no-repeat 0 0;
	background-size:11px auto;
	-moz-background-size:11px auto;
	-webkit-background-size:11px auto;
	position:absolute;
	bottom:-6px;
	left:50%;
	margin-left:-5px;
}
.manabia .com_gnartl:after {
	content: "　";
	width:11px;
	height:6px;
	background:url(/sp/images/ttl_bg_dec_grn2.png) no-repeat 0 0;
	background-size:11px auto;
	-moz-background-size:11px auto;
	-webkit-background-size:11px auto;
	position:absolute;
	bottom:-6px;
	left:50%;
	margin-left:-5px;
}
.win2016 .com_gnartl:after {
	content: "　";
	width:11px;
	height:6px;
	background:url(/sp/images/ttl_bg_dec_bwn.png) no-repeat 0 0;
	background-size:11px auto;
	-moz-background-size:11px auto;
	-webkit-background-size:11px auto;
	position:absolute;
	bottom:-6px;
	left:50%;
	margin-left:-5px;
}
.win2020 .com_gnartl:after {
	content: "　";
	width:11px;
	height:6px;
	background:url(/camp/winter/images/dec_arw_blue_dw9.png) no-repeat 0 0;
	background-size:11px auto;
	-moz-background-size:11px auto;
	-webkit-background-size:11px auto;
	position:absolute;
	bottom:-6px;
	left:50%;
	margin-left:-5px;
}
.win2021 .com_gnartl:after {
	content: "　";
	width:11px;
	height:6px;
	background:url(/camp/winter/images/dec_arw_blue_dw10.png) no-repeat 0 0;
	background-size:11px auto;
	-moz-background-size:11px auto;
	-webkit-background-size:11px auto;
	position:absolute;
	bottom:-6px;
	left:50%;
	margin-left:-5px;
}
.win2024 .com_gnartl:after {
	content: "　";
	width:11px;
	height:6px;
	background:url(/camp/winter/images/dec_arw_blue_dw10_2.png) no-repeat 0 0;
	background-size:11px auto;
	-moz-background-size:11px auto;
	-webkit-background-size:11px auto;
	position:absolute;
	bottom:-6px;
	left:50%;
	margin-left:-5px;
}
.blver .com_gnartl:after {
	content: "　";
	width:11px;
	height:6px;
	background:url(/sp/images/ttl_bg_dec_bl2.png) no-repeat 0 0;
	background-size:11px auto;
	-moz-background-size:11px auto;
	-webkit-background-size:11px auto;
	position:absolute;
	bottom:-6px;
	left:50%;
	margin-left:-5px;
}
.com_redclrbx .com_gnartl:after {
	background:url(/sp/images/ttl_bg_dec_red.png) no-repeat 0 0;
	background-size:11px auto;
	-moz-background-size:11px auto;
	-webkit-background-size:11px auto;
}
.com_gnartl h1 {
	font-weight:bold;
	padding:12px 0;
	font-size:15px;
	text-align:center;
}
.com_gnartl.ajt h1 {
	padding:4px 0;
}
.spring2020 .com_gnartl.ajt h1 {
	padding:12px 0;
}
.com_gnartl h1 span {
	display:block;
	font-size:12px;
	padding:1px 0 0 0;
}

/*search*/
.com_search {
    margin: 10px;
    text-align: left;
}
.com_search .search-txt {
	line-height: 2;
}

/*com_contbtn*/

.cvcont .com_contbtn{
    width: auto;
	margin:0 2%;
}

.listcont .com_contbtn{
    width: 300px;
	margin:0 auto;
}

.com_contbtn ul li{
	background: linear-gradient(top, #ffa166, #ff7926);
	background: -moz-linear-gradient(top, #ffa166, #ff7926);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffa166), to(#ff7926));
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.cvcont .com_contbtn ul li.app{
	width:32%;
	float:left;
    margin: 0 2% 0 0;
}
.cvcont .com_contbtn ul li.ent{
	width:32%;
	float:left;
    margin: 0 2% 0 0;
}
.cvcont .com_contbtn ul li.tel{
	width:32%;
	float:left;
}

.listcont .com_contbtn ul li.app{
	width:49%;
	float:left;
    margin: 0 2% 0 0;
}
.listcont .com_contbtn ul li.ent{
	width:49%;
	float:left;
}

.listcont .com_contbtn ul li.tel{
	width:50%;
	float:left;
}

.com_contbtn ul li.app{
	width:49%;
	float:left;
    margin: 0 2% 0 0;
}
.com_contbtn ul li.ent{
	width:49%;
	float:left;
}

.com_contbtn ul li.tel{
	width:50%;
	float:left;
}


.com_contbtn ul li a{
	display: block;
	padding: 5px 0 5px 10%;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
    font-size: 88%;
}

.com_contbtn ul li.app a{
	background: url(/sp/images/icn_mail2.png) no-repeat 6% 50%;
	background-size: auto 11px;
	-moz-background-size: auto 11px;
	-webkit-background-size: auto 11px;
    text-align: center;
}

.com_contbtn ul li.ent a{
	background: url(/sp/images/icn_ent2.png) no-repeat 6% 50%;
	background-size: auto 13px;
	-moz-background-size: auto 13px;
	-webkit-background-size: auto 13px;
    text-align: center;
}

.com_contbtn ul li.tel a{
	background: url(/sp/images/icn_tel.png) no-repeat 6% 50%;
	background-size: auto 13px;
	-moz-background-size: auto 13px;
	-webkit-background-size: auto 13px;
    text-align: center;
}

/*mdbtn*/
.com_mdbtn {
	background: linear-gradient(top, #2fb46a, #009944);
	background: -moz-linear-gradient(top, #2fb46a, #009944);
	background: -webkit-gradient(linear, left top, left bottom, from(#2fb46a), to(#009944));
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.com_mdbtn a{
	display: block;
	padding: 10px;
	text-align:center;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

.com_mdbtn.app a{
	background: url(/sp/images/icn_mail_b.png) no-repeat 15px 50%;
	background-size:20px auto;
	-moz-background-size:20px auto;
	-webkit-background-size:20px auto;
}

.com_mdbtn.ent a{
	background: url(/sp/images/icn_ent_b.png) no-repeat 15px 50%;
	background-size:20px auto;
	-moz-background-size:20px auto;
	-webkit-background-size:20px auto;
}

.com_mdbtn.src a{
	background: url(/sp/images/icn_srcwh.png) no-repeat 15px 50%;
	background-size:20px auto;
	-moz-background-size:20px auto;
	-webkit-background-size:20px auto;
}


/*com_contbx*/

.com_contbx{
	margin:0 0 10px 0;
}

.com_contbx .telbx{
	border-left:3px solid #009944;
	margin:0 0 10px 0;
	padding:0 0 0 5px;
}

.com_contbx .telbx dl{
	float:left;
}

.com_contbx .telbx.is-ver2 dl {
	width:calc(100% - 30px);
}

.com_contbx .telbx dl dt{
	padding:0 0 5px 0;
	font-weight:bold;
}

.com_contbx .telbx dl dt span{
	font-weight:bold;
}

.com_contbx .telbx p{
	float:right;
	width:30px;
}

/*color*/
.clr_p{
	color:#ed7e8d;
	font-weight:bold;
}
.clr_m{
	color:#007b39;
	font-weight:bold;
}

 /*bold*/
.font_b {
	font-weight:bold !important;
}



/*ajt*/
.com_ajtbx{
	padding:0 10px;
}

.com_ajtbx.psn{
	padding:0 10px;
	position:relative;
}

.com_ajtbxtb {
	padding:10px;
}
.com_ajtbxtc {
	padding:15px 10px 10px 10px;
}
.com_ajtbxtc.bg_gry {
	background:#f1f2f2;
}
.win2020 .com_ajtbxtc.bg_gry {
    background: #faf3f6;
}
.win2021 .com_ajtbxtc.bg_gry {
    background: #faf3f6;
}


/*pdg*/

.com_pdglr{http://devsitejpn.info/
	padding:0 5px;
}

.com_pdg10{
	padding:0 10px;
}


.center{
	text-align: center !important;
}


/*lnkbx*/
ul.com_lnkbx li a {
	display:block;
	padding:10px;
	color:#000;
	text-decoration:none;
	border-bottom:1px solid #f1f2f2;
}
ul.com_lnkbx.endbor li:last-child a {
	border-bottom:0;
}
ul.com_lnkbx li a > span {
	display:block;
	padding:0 15px 0 6px;
	lin-height:1.2em;
	font-weight:bold;
	border-left:3px solid #009944;
	background:url(/sp/images/dec_arw_green.png) no-repeat right 50%;
	background-size:auto 14px;
	-moz-background-size:auto 14px;
	-webkit-background-size:auto 14px;
}

/*com_nvbx*/
ul.com_nvbx {
	background:#009944;
	display:table;
	width:100%;
}
ul.com_nvbx li {
	display:table-cell;
	width:50%;
	padding:0 10px 0 0;
	font-size:10px;
	height:40px;
	vertical-align:middle;
}
ul.com_nvbx li.one {
	width:100%;
	text-align:right;
}
ul.com_nvbx li:nth-child(2) {
	background:url(../../images/dot_mdwh.png) no-repeat left 50%;
	background-size:1px auto;
	-moz-background-size:1px auto;
	-webkit-background-size:1px auto;
}
ul.com_nvbx li a {
	color:#fff;
	width:100%;
	display:block;
	padding:5px 13px;
	background:url(../../images/dec_arw_gr_wh.png) no-repeat right 50%;
	background-size:10px auto;
	-moz-background-size:10px auto;
	-webkit-background-size:10px auto;
}

.com_ytxt{
	text-align:center;
	background:#fff000;
	padding:5px 0;
	color:#000000;
	font-weight:bold;
}



/*com_lnkdcbx*/
ul.com_lnkdcbx {
	padding:10px 10px 0 10px;
}
ul.com_lnkdcbx li {
	margin-bottom:10px;
	background:url(../../images/dec_ar_md.png) no-repeat left 50%;
	background-size:auto 7px;
	-moz-background-size:auto 7px;
	-webkit-background-size:auto 7px;
	padding:0 0 0 7px;
}
ul.com_lnkdcbx li a span {
	font-weight:bold;
	font-size:11px;
}

/*com_indentbx*/
ul.com_indentbx li {
	text-indent:-1em;
	margin-left:1em;
}

/*.com_bnr*/
.com_bnr {
	padding: 0 10px 10px 10px;
	text-align: center;
}
.com_bnr img {
	max-width: 600px;
}

/*cvcont*/
.cvcont {
    background: #fff;
    box-shadow: 0 -3px 5px 1px rgba(0,0,0,.2);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    position: fixed;
    padding: 5px 0;
    z-index: 999999;
}
