@charset "utf-8";


/*---------------------------------------------------------------------------*/

body {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, sans-serif;
    color: #333;
    font-size: 14px;
    line-height: 150%;
    text-align: left;
    width: 100%;
    text-shadow: none;
    -webkit-text-size-adjust: 100%;
    position: relative;
}
html {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 13px;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
html {
    color: #000;
    background: #FFF;
}

.contents {
    background: #fff;
    margin: 0 auto;
    padding: 30px 0 50px 0;
    position: relative;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

.contents .main_contents, .contents .main_contents_full, .contents .main_contents_top {
    padding: 0 20px;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}





/*---------------------------------------------------------------------------*/


table {
	font-size: 12px !important;
}
table th, .table .th {
	width: inherit !important;
	text-align: left !important;
}
table.table_common {
	display: table;
}
table.table_common tr {
	display: table-row;
	width: 100%;
}
table.table_common th,
table.table_common td {
	display: table-cell;
	width: 30% !important;
}
table.bd_none,
tr.bd_none,
td.bd_none {
	border: none !important;
}
table.pd_none,
tr.pd_none,
td.pd_none {
	padding: none !important;
}
/*table.1404_311_togglesw_title,
table.1404_311_togglesw_title td {
	border: none !important;
	padding: 0;
}*/
.contents_layout01 {
	display: flex;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-box;
	display:-ms-flexbox;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	min-height: inherit;
	padding: 0;
}
.contents_layout01 .left_col a {
	display: block;
	margin-bottom: 10px;
	margin-right: 10px;
}
.contents_layout01 .right_col {
	-webkit-flex-grow: 1;
	flex-grow: 1;
}

.contents_layout02 {
	background-color: #d5e1ff;
	width: 570px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	padding: 15px;
}
.contents_layout02 h2 {
	margin: 0px 0px 3px;
	padding: 0px;
	font-size: 14px !important;
}
.contents_layout02 ul {
	margin-left: 20px;
	overflow: hidden;
}
.contents_layout02 li {
	margin: 0px 0px 5px;
	padding: 0px;
	font-weight: bold;
	font-size: 17px;
	float:left;	
}
.contents_layout02 li:nth-child(odd) {
	width: 230px;
}
.contents_layout02 li a {
	color: #333;
	text-decoration: underline;
}

.contents_layout03 {
	margin: 0 auto 20px auto;
	width: 780px;
}

.contents_layout04 {
	overflow: hidden;
}
.contents_layout04 li {
	float: left;
	margin: 0 10px 20px 10px;
	width: 47.2%;
}
.contents_layout04.table_list01 li {
	min-height: 435px;
}
.contents_layout04.table_list02 li {
	min-height: 110px;
}

.contents_width01 {
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}


.title_1404_311_togglesw {
	color: #294899;
	background: #d6e0ed url(../img/pagedata/1404_311/head_img.png) no-repeat bottom left;
	display: block;
	margin-bottom: 20px;
	padding: 5px 0 4px 34px;
	font-size: 16px !important;
	text-align: left;
	font-weight: bold;
}
.stitle_1404_311_togglesw {
	color: #294899;
	font-size: 16px !important;
	font-weight: bold;
	margin-bottom: 15px;
}

.note_1404_311_togglesw {
	border: 1px solid #333;
	padding: 8px;
	text-align: center;
}
.note_1404_311_togglesw li {
	display: inline-block;
}
.note_1404_311_togglesw .txt_em {
	color: #253f85;
	display: inline-block;
	font-weight: bold;
	margin-left: 15px;	
}


.links_1404_311_togglesw {
	color: #284f81;
	border: 1px solid #284f81;
	padding: 8px;
	text-align: center;
}




@media (max-width: 780px) {
	.contents_layout01,
	.contents_layout03 {
		width: 100%;
	}
	.contents_layout04 li {
		width: 47%;
	}
}
@media (max-width: 740px) {
	.contents_width01 {
		width: 100%;
	}
}
@media (max-width: 600px) {
	table.table_common {
		width: 100%;
	}
	table.table_common th,
	table.table_common td {
		width: 1% !important;
	}
	.contents_layout01 {
		display: block;
	}
	.contents_layout02 {
		width: 100%;
	}
	.contents_layout02 li {
		width: 100%;
	}
	.contents_layout04 li {
		width: 100%;
		margin: 0 0 20px 0;
    float: none;
	}
	.note_1404_311_togglesw li {
		display: block;
	}
	.note_1404_311_togglesw .txt_em {
		margin-left: 0;
		margin-bottom: 10px;
	}
	.note_1404_311_togglesw .txt_em:last-child {
		margin-bottom: 0;
	}
}



/*--------------------------------追加分-------------------------------------------*/

.btn-square {
  position: relative;
  display: inline-block;
  padding: 10px;
  text-decoration: none;
  color: #FFF !important;
  background: #007ede;/*背景色*/
  border-bottom: solid 2px #0069aa;/*少し濃い目の色に*/
  border-radius: 4px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
}

.btn-square:active {
  border-bottom: solid 2px #0069aa;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

.button_wrapper{
   text-align:center;
   padding: 10px 0 10px 0;
}

.btn-square_link {
  position: relative;
  display: inline-block;
  padding: 0.25em 0.5em;
  text-align: center;
  text-decoration: none;
  color: #000;
  background: #eabe21;
  border-radius: 4px;
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  font-weight: bold;
  border: solid 2px #b58a04;
}

.btn-square_link:active {
 box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

.kiban_table h4 {
  color: #004390;
}

.kiban_table table {
  table-layout: fixed;
  width: 100%;
  padding-top: 10px;
}

.kiban_table th {
  padding: 5px;
} 

.kiban_table td {
  vertical-align: top;
  padding: 5px;
} 

.kiban_list {
  list-style-position: inside;
}

.contents_layout05 {
  margin: 0 auto 50px auto;
  width: 780px;
  clear: both;
}

.contents_layout05 h1 {
  margin: 0px 0px 10px;
  padding: 20px 0;
  font-size: 18px !important;
  color: #004390;	
}

.contents_layout05 h2 {
  margin: 0px 0px 15px;
  padding: 0px;
  font-size: 14px !important;
}

.contents_layout05 table {
  width: 50%;
  table-layout: fixed;
}

.contents_layout05 .box {
  display: flex;
  justify-content: space-between;
  width: 700px;
  margin: 0 auto;
}

.contents_layout05 .box1 {
  width: 780px;
  margin: 0 auto;
}

.contents_layout05 ul {
  display:flex;
  width: 600px;
  height: 100px;
  margin:0 auto; 
  background: #eabe21;
  list-style-type: none
}

.contents_layout05 li {
  width: 100px;
  font-size: 13px;
}

.pic_frame {
  position: relative;
  overflow: hidden;
  float: left;
  margin: 0;
  height: 320px
}

.pic_frame  h3 {
  font-size: 13px;
  margin: 5px 0 5px 0;
}

.pic_frame figcaption {
  font-size: 12px;
  margin: 0;
  width: 320px;
}

.pic_frame1 {
  position: relative;
  overflow: hidden;
  float: left;
  margin: 0 0 50px;
  padding: 0 20px 0;
}

.pic_frame1 h3 {
  font-size: 13px;
  margin: 5px 0 5px 0;
}

.pic_frame2 {
  position: relative;
  overflow: hidden;
  float: left;
  width: 33%;
  height: 380px;
  margin: 0 auto;
  padding: 0 10px;
}

.pic_frame2, 
.pic_frame3 {
  text-align: center;
}

.pic_frame2 h3, 
.pic_frame3 h3 {
  font-size: 13px;
  text-align: left;
}

.pic_frame2 figcaption, 
.pic_frame3 figcaption {
  font-size: 12px;
  text-align: left;
}

.pic_frame3 {
  position: relative;
  overflow: hidden;  
  float: left;
  width: 48%;
  height: 450px;
  margin: 0 auto;
  padding: 0 7px;
}

.contents_layout06 {
  clear: both;
  background-color: #e5ecf0;
  width: 550px;
  margin: 30px auto;
  padding: 15px;
}

.contents_layout06 h2 {
  margin: 0px 0px 3px;
  padding: 0px;
  font-size: 14px !important;
}

.btn-square-pop {
  position: relative;
  display: inline-block;
  padding: 0.25em 0.5em;
  text-decoration: none;
  background: #eabe21;
  border-radius: 10px;
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  border: solid 3px #d27d00;
  width: 300px;
  height: 120px;
  margin: auto;
  text-align: center;
  vertical-align: middle;
}

.btn-square-pop:active {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

.btn-square-pop p {
  margin: 8px;
  vertical-align: middle;
}

.contents_width02 {
  display: flex;
  width: 650px;
  margin: 0 auto 30px auto;
}




@media (max-width: 780px) {
	.contents_layout05 {
		width: 100%;
	}
	.contents_layout05 li {
		width: 47%;
	}
	.contents_layout06 {
		width: 100%;
	}
}
@media (max-width: 740px) {
	.contents_width02 {
		width: 100%;
	}
}
@media (max-width: 600px) {
	.contents_layout05 li {
		width: 100%;
		margin: 0 0 20px 0;
	}
}