@charset "utf-8";

/* @import 
---------------------------------------------------------- */
@import url("/cmn_data/font/font-awesome/css/font-awesome.min.css");

/* Re-set
---------------------------------------------------------- */
body #contents {
width: 910px !important;
margin: auto;
}

#main {
float: none;
width: 910px;
overflow: hidden;
padding: 0;
margin: 0;
}

h1,h2,h3,h4 {
clear: both;
background-image: none;
background-color: transparent ;
height: auto;
padding: 0;
margin: 0;
border-style: none;
color: #000000;
}

#main ul{
display: block !important;
}

/* common
---------------------------------------------------------- */
#contents{
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif ;
font-size: 16px;
line-height: 2;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
font-feature-settings : "palt";
letter-spacing: 0.09em;
}
.pc_only {
display: block;
}
.sp_only {
display: none;
}

/* contents
---------------------------------------------------------- */
/* pageNav */
ul.pageNav{
padding-top: 2em;
padding-bottom: 2em;
}
ul.pageNav li{
width: calc(97.9%/3);
margin-right: 1%;
float: left;
}
ul.pageNav li a{
display: block;
background-color: #F3F3F3;
font-weight: bold;
text-align: center;
padding-top: 0.8em;
padding-bottom: 0.8em;
box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1);
margin-bottom: 1em;
position: relative;
}
ul.pageNav li:nth-child(3n) {
margin-right: 0;
}
ul.pageNav li a:after{
position: absolute;
font-family: FontAwesome;
content: '\f107';
color: #0050A3;
top: 25%;
right: 3%;
}

ul.pageNav li.afterNone a:after{
display: none;
}

ul.pageNav li a:hover{
opacity: 0.8;
}

/* ttl */
.ttl01 {
	font-size: 1.1rem;
	border-top: 4px solid #3254b6;
	border-bottom: 2px solid #3254b6;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	padding-left: 1em;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 49%, #edf0f8 50%, #ffffff 100%);
	background: -webkit-linear-gradient(top, #ffffff 49%, #edf0f8 50%, #ffffff 100%);
	background: linear-gradient(to bottom, #ffffff 49%, #edf0f8 50%, #ffffff 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
	-webkit-box-shadow: 0px 2px 10px #DBDBDB;
	box-shadow: 0px 2px 10px #DBDBDB;
	margin-bottom: 0.5em;
	line-height: 1.5;
}

.box .secTtl{
	color: #FFFFFF !important;
	border-top-left-radius: 0.5em;
	padding: 0.8em 15px !important;
	border-top-right-radius: 0.5em;
	font-size: 1rem;
	line-height: 1.3 !important;
	margin-bottom: 1em !important;
	background-image: none !important;
	background-color: #2f4cac !important;
	margin-bottom: 1em !important;
	display: block !important;
}

ul li.list-ttl{
	font-size: 14px;
	background-image: none !important;
	font-weight: bold;
	margin-bottom: 0.5em;
	padding: 0.5em 0 0.5em;
	border-bottom: 2px solid #2F4CAB;
	color: #2F4CAB;
	width: 100% !important;
}

ul li.list-ttl a{
	position: relative;
	display: inline-block;
	padding-right: 10px;
}
ul li.list-ttl a:after{
	position: absolute;
	font-family: FontAwesome;
	content: '\f105';
	color: #0050A3;
	right: 0px;	
}

ul li.list-ttl2{
	font-size: 14px;
	background-image: none !important;
	font-weight: bold;
	margin-bottom: 0.5em;
	padding: 0.5em 0;
	color: #2F4CAB;
}

/* column */
.section.box section{
	margin-left: 5px;
	margin-bottom: 0.8em;
	display: block !important;
}

.section.box section:after{
  content: "";
  display: block;
  clear: both;
}

ul.col-1 li{
	width: calc(97%/3);
	margin-right: 1%;
	float: left;
}

ul.col-2-1 li{
	width: calc(93%/2);
	float: left;
	margin-right: 5%;
}

ul.col-2-1 li:nth-child(2n+1){
	margin-right: 0;
}

ul.col-2-2 li{
	width: calc(93%/2);
	float: left;
	margin-right: 5%;
}

ul.col-2-2 li:nth-child(2n){
	margin-right: 0;
}

ul.col-block1{
	width: 100%;
}

ul.col-block1 li:first-child{
	width: 100%;
}

ul.col-block2{
	width: calc(94%/2);
	margin-right: 5%;
	float: left;
}

ul.col-block2.mgn0{
margin-right: 0;
}


/* old css
---------------------------------------------------------- */

/* sample html bookend */
.html_bookend {
  margin-bottom: 30px;
}
.html_float_left{
  float: left;
  width: 200px;
  margin-right:20px;
}

/* title style */
.title1_01{
  background: url(../img/title_bg_01_top.gif) no-repeat left top;
}
.title1_01 span{
  background: url(../img/title_bg_01_bottom.gif) no-repeat left bottom;
  display: block;
  padding: 10px 12px;
  font-weight: normal;
  font-size: 90%;
  line-height: 1.4em;
  color: #3c3c3c;
}
.title2_01{
  background: url(../img/title_bg_02_top.gif) no-repeat left top;
}
.title2_01 span{
  background: url(../img/title_bg_02_bottom.gif) no-repeat left bottom;
  display: block;
  padding: 10px 12px;
  font-weight: normal;
  font-size: 90%;
  line-height: 1.4em;
  color: #3c3c3c;
}

.link_box_01 {
padding:5px;
}

#link_box_02 {
margin-right:0;
}

.icon_01 {
  margin-bottom:30px;
}

.icon_01 li {
  background: url(../img/left_navi_menu_mkr1_01.gif) no-repeat 0 6px;
  margin: 7px 0;
  padding-left: 12px;
  font-size: 75%;
  line-height: 1.4em;
  color: #3c3c3c;
}
.icon_01 a {
  color: #0050a3;
  text-decoration: none;
}
.icon_01 a:hover {
  text-decoration: underline;
}

ul li .icon_02 li {
  background: url(../img/left_navi_menu_mkr2_01.gif) no-repeat 0 7px;
  margin: 7px 0;
  padding-left: 12px;
  font-size: 100%;
  line-height: 1.4em;
  color: #3c3c3c;
}
ul li .icon_02 a {
  color: #0050a3;
  text-decoration: none;
}
ul li .icon_02 a:hover {
  text-decoration: underline;
}


@media screen and (min-width:1px) and (max-width:767px) {

/* Re-set
---------------------------------------------------------- */

body #contents {
width: 100% !important;
}

.box, .boxx.boxOpen {
	border-style: none;
}

.marginLe-1em {
margin-left: 1em !important;
}

/* common
---------------------------------------------------------- */

.pc_only {
display: none !important;
}

.sp_only {
display: block !important;
}

.section{
padding: 0;
}

/* contents
---------------------------------------------------------- */

#main{
	width: 95%;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}

ul.pageNav{
	width: 100%;
	padding: 0;
}

.ttl01 {
	margin-bottom: 1em;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

ul.pageNav li{
	width: 48%;
	margin-right: 2%;
}

ul.pageNav li:nth-child(2n) {
margin-right: 0;
}

ul.pageNav li:nth-child(3n) {
	margin-right: 2%;
}

ul.pageNav li a{
font-size: 12px;
line-height: 1.2;
padding-top: 0.5em;
padding-bottom: 0.5em;
}

ul.pageNav li a:after{
top: 19%;
}


/* column */
.section.box section{
	margin-left: 0;
	margin-bottom: 0.8em;
}

ul.col-1 li{
	width: 100%;
	margin-right: 0;
	float: none;
}

ul.col-2-1 li,
ul.col-2-2 li{
	width: 100%;
	margin-right: 0;
	float: none;
}

ul.col-block2{
	width: 100%;
	margin-right: 0;
	float: none;
}

#sec01 ul.col-block2:nth-of-type(1){
margin-bottom: 0;
}

}
