﻿@charset "UTF-8";

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

[reset]

[base]
	font
	anchor
	add class

[home set-up]
	h
	pagetop link

[lower]

[each page]

[contents]
	container
	header
	main contents
	footer
	print

[clearfix]

[cms setting]

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

/* CSS Document */
/*===============================================
●style.css
===============================================*/
* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

img {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
	width /***/: auto;
}

.container {
	width: 100%;
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: reset */
body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote {
	margin: 0;
	padding: 0;
}
ul {
	margin: 0;
	padding: 0;
}
header,nav,section,aside,footer {
	display: block;
}

table {
	border-spacing: 0;
}

fieldset,img,a img,abbr,acronym {
	border: 0;
}

li img,dt img {
	vertical-align: top;
}

address,caption,cite,code,dfn,th,var {
	font-style: normal;
	font-weight: normal;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}

q:before,q:after {
	content: '';
}

a {
	outline: none;
}

button, fieldset, form, input, label, legend, select, textarea {
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}


/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: base */

:root {
    --base-fontcolor: #034099;
    --main-color: #034099;
}


/*--------------------------------------- font */
html {
	font-size: 62.5%;
/* 1em=10px化 */
	;
}

body {
  font-family: var(--base-font);
  font-weight: 200;
	line-height: 1.5;
	color: #333;
	-webkit-text-size-adjust: 100%;
	font-size: 1.4em;
/* 基準フォントサイズ1.4em=14px */
}
.subFont {
  font-family: var(--sub-font);
}

/*----------------------- color */
/* red */
.red{
	color: #FF0000;
}

/* white */
.white {
	color: #FFFFFF;
}

/* aqua */
.aqua {
	color: #000000;
}

/* blue */
.blue {
	color: #334f99;
}

/* gray */
.gray {
	color:#7f7979;
}
/* black */
.black {
	color: #0b0b0b;
}


/*----------------------- size */
/* size10px */
.body_common #newsListStyle02 li .date,
.list_thumbnail li .date,
.size10 {
	font-size: 0.71em;
}

/* size12px */
#input-table table th .input_required,
nav span {
	font-size: 0.85em;
}

/* size14px */
.size14 {
	font-size: 1.0em;
}

/* size16px */
 .con {
	font-size: 1.14em;
}

/* size18px */
.body_common #introduction .text,
.size18 {
	font-size: 1.28em;
}


/* size20px */
.body_common .topLink {
  font-size:1.41em;
}

/* size22px */
h3 {
	font-size: 1.57em;
}

/* size24px */
#keyNews dt {
	font-size: 1.71em;
}

/* size28px */
.lower h2 {
	font-size: 1.91em;
}

/* size34px */
.lower h1 ,
#pickupList .ttl,
.applicationBtn a {
  font-size:2.5em;
}

/* size44px */
.body_common #key h2 p {
  font-size:2.1em;
}
              @media screen and (max-width: 1286px) {
              .body_common #key h2 p {
              font-size:1.8em;
              }
              }
              @media screen and (max-width: 1130px) {
              .body_common #key h2 p {
              font-size:1.45em;
              }
              }
              @media screen and (max-width: 842px) {
              .body_common #key h2 p {
              font-size:1.3em;
              }
              }



              @media screen and (max-width: 768px) {
              .body_common #introduction .text {
              font-size:15px;
              }
              .body_common .topLink {
              font-size:16px;
              }
              #pickupList .ttl,
              .applicationBtn a,
              .body_common #key h2 p {
              font-size:22px;
              }
              }

/*--------------------------------------- anchor */

a {
	color: var(--link-color);
	text-decoration: none;
}

a:hover {
	color: #666666;
	text-decoration: none;
}

header a {
	color: #333;
}


/* white */
footer article a {
	color:var(--footer-txtcolor);
}
footer article a:hover {
	text-decoration:underline;
	color:#FFF;
}

/* btn */
.btn {
	text-align: center;
}

.btn a {
	padding: 1.3em 20px;
	color: #fff;
  background-color: var(--main-color);
	text-decoration: none;
	font-size: 1.4em;
	display: inline-block;
	min-width: 45%;
	transition: linear 0.2s;
	border:solid 1px var(--main-color);
  width: 80%;
  max-width:440px;
}

.btn a:hover {
	background-color: #FFF;
  color: var(--main-color);
  border:solid 1px var(--main-color);
}

/* btn02 */
.btn02 {
	text-align: center;
  margin:30px auto;
}

.btn02 a {
	position: relative;
  display: block;
  color: rgb(0, 0, 0);
  background: linear-gradient(rgb(231, 195, 85) 0%, rgb(231, 195, 85) 3%, rgb(244, 207, 93) 10%);
  border-width: 1px;
  border-style: solid;
  border-color: rgb(240, 105, 86);
  border-image: initial;
  padding: 30px 10px;
  max-width:460px;
  margin:0 auto;
  font-size:1.4em;
}

.btn02 a span {
  font-size:0.35em;
  display:block;
}		
.btn02 a::before {
    content: '';
    width: 1em;
    height: 1em;
    border: 0.16em solid #FFF;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
    transform-origin: top right;
    position: absolute;
    top: 50%;
    right: 50px;
    box-sizing: border-box;
  -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
				@media screen and (max-width:779px) {
        .btn02 a::before {
          width: 0.7em;
          height: 0.7em;
					right: 20px;
				}
				}

.btn02 a:hover::before {
    right: 40px;
}



/*--------------------------------------- add class */

.floatL {
	float: left;
}

.floatR {
	float: right;
}

.clearB {
	clear: both;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.bold {
	font-weight: bold;
}

br.forTab {
	display: none;
}

br.forSp {
	display: none;
}

.mb1em {
	margin-bottom: 1em;
}

.hidden {
	display:none;
}

.bg {
  background-color: var(--point-bgcolor);
}

.bgWhite {
  background-color:#FFF;
}

.bgBlack {
  background-color:#000;
}

.bgGray {
  background-color:#f2f2f2;
}

.bgLightgray {
  background-color:#f9f8f8;
}

.bgBeige {
  background-color:#f3f1ed;
}

.bgLightpink {
  background-color:#f5edef;
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: set-up */

.lower h1{
	padding: 1.5em 0;
	text-align:center;
  background-color: var(--point-bgcolor);
  letter-spacing: 0.1em;
}

.lower h2 {
	text-align:center;
  padding: 1em 0 30px;
	margin-bottom:20px;
  letter-spacing: 0.1em;
}
				@media screen and (max-width:779px) {
        .lower h2 {
					margin-bottom:0;
          padding: 0 0 30px;
				}
				}


/* h:変更した場合はstyle_editor.cssにも反映すること */
.body_common h3 {
	clear: both;
	padding: 1em 0 0.2em;
	margin-bottom: 1.8em;
	color: #333131;
	position: relative;
	text-align:center;
}


.lower h3 {
	border-bottom:dotted 1px #ccc;
	padding-bottom:20px;
	margin-bottom:20px;
	color:var(--main-color);
}
.lower h3 span {
  background-color:var(--main-color);
  color:#FFF;
  display:inline-block;
  padding:5px 18px;
  margin:10px 0;
  font-size:0.7em;
  font-weight:normal;
}


.lower h4 {
	clear: both;
	margin: 0 0 15px;
	color:#6d6d6d;
}

.lower h5{
	text-indent: -0.5em;
  margin: 30px 0 20px 1em;
  font-weight: 600;
}
.lower h5:before {
  display: inline-block;
  content: "◻︎";
  color:var(--main-color);
  margin-right:10px;
}

.lower h6 {
	clear: both;
	margin: 0 0 20px;
	color: var(--main-color);
	line-height:1.5;
}

@media screen and (min-width: 780px) {
	.lower h1 {
		font-size: 2.3em;
	}
	h3 {
		font-size: 1.6em;
	}
	h4 {
		font-size: 1.32em;
	}
	h5,
	h6  {
		font-size: 1.1em;
	}
}
@media screen and (max-width: 779px) {
	.lower h1 {
		font-size: 1.3em;
	}
	h3 {
		font-size: 1.2em;
	}
	h4 {
		font-size: 1.1em;
	}
	h5,
	h6 {
		font-size: 1em;
	}

}


/* --------------------------------------- table */
table{
	border-collapse:collapse;
	margin-bottom:30px;
}
table[border="1"]{
	border-left:solid 1px #ddd;
	border-top:solid 1px #ddd;
}
table[border="1"] th,
table[border="1"] td{
	border-right:solid 1px #ddd;
	border-bottom:solid 1px #ddd;
	padding:15px 10px 10px;
}

table[border="1"] th{
	color: #666;
	background-color: #F6F8FA;
	text-align:center;
}

table.oddColor tr:nth-child(odd) {
	background-color:#fafafa;
}

.sp_table {
	border-collapse: collapse;
	/*font-size: 0.95em;*/
}

.sp_table[border="0"],
.sp_table[border="0"] th,
.sp_table[border="0"] td {
	border: none;
}
@media screen and (max-width: 480px) {
	.sp_table td,
	.sp_table th{
		display: block;
		width: 100%!important;
		border-left:none;
		border-top:none;
	}
}
.sp_table[border="0"] td table:not([border="0"]),
.sp_table[border="0"] td table:not([border="0"]) th,
.sp_table[border="0"] td table:not([border="0"]) td{
	border: 1px solid #dddddd;
}
@media screen and (max-width: 480px) {
	.sp_table[border="0"] td table:not([border="0"]) th,
	.sp_table[border="0"] td table:not([border="0"]) td{
		display: table-cell;
		width: auto !important;
		border-left:none;
		border-top:none;
	}
}


#input-table table {
	width:100%;
}

/* flexbox */
.flexbox {
	display:-webkit-box;
	display:flex;
	-webkit-box-pack:center;
	justify-content:center;
}
.flexbox li {
	-webkit-box-flex:1;
	flex-grow:1;
	list-style:none;
	text-align:center;
}

/* ------------------------ ul.asterisk */

ul.asterisk li {
  list-style-type: none;
  text-indent: -1em;
  margin: 0 0 0 -1.5em;
}
.asterisk li:before {
  display: inline-block;
  content: "※";
  margin-right:5px;
}

/* ------------------------ list_thumbnail */
.container ul.list_thumbnail {
  text-align: center;
  margin:0 auto 30px
}
.lower .list_thumbnail {
  text-align: left;
}
.list_thumbnail li {
  list-style: none;
  vertical-align: top;
}
.list_thumbnailC3 li {
	display:inline-block;
	width:31%;
	margin-right:2%;
}
				@media screen and (max-width:478px) {
				.list_thumbnailC3 li {
					width:100%;
          margin-right:0;
				}
				}

.list_thumbnailC3 li:nth-child(3n) {
	margin-right:0;
}
				@media screen and (max-width:478px) {
				.list_thumbnailC3 li:nth-child(3n) {
					margin-right:0;
				}
        }

.list_thumbnailC4 li {
	float:left;
	width:23%;
	margin-right:2%;
  padding-bottom: 35px;
}
				@media screen and (max-width:498px) {
        .list_thumbnailC4 li {
          float:left;
          width:46.5%;
        }
        .list_thumbnailC4 li:nth-child(even) {
          float:right;
        }

				}

.list_thumbnail li .date,
.list_thumbnail li .title {
  text-align: left;
}
.list_thumbnail li .thumbnail {
	display: block;
	width: 100%;
  height: 190px;
  position: relative;
  margin-bottom: 6px;
}
.lower .list_thumbnail li .thumbnail {
  height:200px;
}
.list_thumbnail .thumbnail {
	display: block;
	overflow: hidden;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	transition: linear 0.2s;
}

.list_thumbnail .thumbnail span {
    padding: 27% 0;
    display: block;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: inset 0 -1em 4em 1em rgb(0 0 0 / 5%);
    transition: all 0.5s ease-out;
}
.list_thumbnail li a:hover .thumbnail span{
	transform: scale(1.1);
	box-shadow: none;
}
.list_thumbnail .pic {
  margin-bottom: 6px;
  display: block;
}
.list_thumbnail li span.title {
  font-size:1.1em;
  display: block;
  font-weight: 500;
  color: var(--main-color);
}
.list_thumbnail li span.text {
  color:#393939;
  display: block;
  text-align: left;
}

.list_thumbnail .thumbnail_document span,
.list_thumbnail .thumbnail_document span{
	background-size: contain;
	box-shadow:none;
}
/* ------------------------ btnList */

.container ul.btnList {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack:center;
  justify-content:center;
  margin: 40px auto;
  text-align: center;
}
				@media screen and (max-width:645px) {
        .container ul.btnList {
					display: block;
				}
				}


.btnList li {
  list-style: none;
  margin: 0 1%;
  min-width: 32%;
}
				@media screen and (max-width:645px) {
        .btnList li {
					margin: 0 0 20px;
				}
				}

.btnList li a {
  display:block;
  border: solid 1px var(--main-color);
  color:var(--main-color);
  padding:23px 10px;
  font-weight:600;
}
.btnList li a:hover {
  background-color:#edf3f9;
}
.btnList li a.orange {
  border: solid 1px #e19a1d;
  color:#e19a1d;
}
.btnList li a.orange:hover {
  background-color:#f7f1e7;
}

/* ------------------------ lower introduction */
.lower .introduction {
  font-size:1.3em;
  margin:20px auto 50px;
  font-weight:500;
  line-height:1.9;
}
				@media screen and (max-width:498px) {
        .lower .introduction {
					margin: 0 auto 20px;
				}
				}

/* ------------------------ .frame */
.frame {
	background-color:#EFEFEF;
  padding:20px;
  border-radius:4px;
}

.frame02 {
  border: solid 1px #cbc9c9;
  padding: 0 40px;
  border-radius: 8px;
  margin: 30px auto 60px;
}

/* ------------------------ .dlStyle */
.dlStyle dt {
  background-color: var(--main-color);
  color: #FFF;
  padding: 10px 20px;
  font-size: 1.2em;
}

.dlStyle dd {
  padding: 20px 30px 30px;
  border: solid 1px #c4c4c4;
  border-top: none;
  margin-bottom:40px;
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: main */
article,
.con {
	margin-bottom: 30px;
}

.con {
	padding-bottom: 30px;
}
				@media screen and (max-width:779px) {
        .con {
					padding-bottom: 10px;
				}
				}

.entry {
	padding-bottom: 50px;
}

.entry li {
	margin-left: 2em;
}


/*--------------------------------------- kayFrame */





/*--------------------------------------- mainContaints */
.container:first-of-type {
	padding: 30px 0 80px;
}
.container {
	padding: 50px 0 80px;
}
				@media screen and (max-width:779px) {
        .container {
					padding: 30px 0 30px;
				}
				}


.bgf8f6f3 {
	background-color: #f8f6f3;
}

.container article {
	padding: 0 4%;
}

.layout02 article {
	width: 76%;
	float: left;
}


/* -------------- fadein */
.fadein {
	opacity : 0.1;
	transform : translate(0, 50px);
    transition : all 1200ms;
}

.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}

.body_common #pickupList li.fadein:nth-of-type(2) {
	-moz-transition-delay:200ms;
	-webkit-transition-delay:200ms;
	-o-transition-delay:200ms;
	-ms-transition-delay:200ms;
	}
.body_common #pickupList li.fadein:nth-of-type(3) {
	-moz-transition-delay:400ms;
	-webkit-transition-delay:400ms;
	-o-transition-delay:400ms;
	-ms-transition-delay:400ms;
	}
.body_common #pickupList li.fadein:nth-of-type(4) {
	-moz-transition-delay:600ms;
	-webkit-transition-delay:600ms;
	-o-transition-delay:600ms;
	-ms-transition-delay:600ms;
	}
	
.body_common .freearea02 {
  padding-left:20px;
  text-align: center;
}
				@media screen and (max-width:779px) {
        .body_common .freearea02 {
					text-align: left;
				}
				}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: contents */

/*--------------------------------------- container */

html {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
}


.container:first-of-type {
	min-height:600px;
}

.msg {
	line-height:1.8;
}

.layout02,
.breadCrumb ul,
.body_common .topLink a,
.applicationBtn a,
footer ul,
article {
	max-width: 1040px;
	width: 100%;
	margin: 0 auto;
  padding:0;
}

/*--------------------------------------- header */
header,
#topNavi {
	width: 100%;
  height: 88px;
	z-index: 999;
	padding:0 30px;
	top: 0;
	left: 0;
	display:block;
  position:absolute;
  background-color:#FFF;
}
.lower #topNavi {
  position:relative;
}
header {
	position: fixed;
}
				@media screen and (max-width:908px) {
				#topNavi {
					position:fixed;
				}
				header,
				nav#topNavi ul{
					display:none!important;
				}
				}


/* logo setting */
.body_common header h1,
.lower #header_logo,
nav#topNavi p {
	width:20%;
	float:left;
	padding:14px 0 4px;
}

				@media screen and (max-width:779px) {
				nav#topNavi p {
					width: 100%;
					float: none;
				}
				}

.body_common header h1 img,
.lower #header_logo img,
nav#topNavi p img {
	width: auto;
	max-height: 75px;
}

				
/* navigation */
nav#topNavi ul {
	float:right;
	width:80%;
  font-size: 1.2em;
  padding: 25px 0 0;
}

header nav ul,
nav#topNavi ul {
	display:-webkit-box;
	display:flex;
	-webkit-box-pack:flex-end;
	justify-content:flex-end;
  padding-top:20px;
}
header nav li,
nav#topNavi li {
	text-align:center;
	margin:0;
  list-style: none;
}
header nav li a,
nav#topNavi li a {
	padding:4px 30px;
	display:block;
  color:#000;
  border-left:solid 1px #c4c4c4;
}
              @media screen and (max-width: 1020px) {
              nav#topNavi li a {
              padding:4px 20px;
              }
              }


.lower nav li a {
  color:#000;
}
.fixed nav li a {
  color:#000;
}
				

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

            sp navigation

------------------------------------------ */
header #sp_logo {
  text-align: center;
}
header #sp_logo img {
	width:100%;
	vertical-align: middle;
  max-width: 250px;
}
                  @media screen and (max-width:1124px) {
                    header #sp_logo img {
                    max-width:none;
                    max-height:55px;
                    width: auto;
                  }
                  }
            @media screen and (max-height:640px) {
              header #sp_logo img {
                    max-width: 180px;
                }
                }

.sp_menu{
	overflow-y: scroll;
	max-height: 100%;
}
.sp_menu #header_logo {
  margin-bottom: 30px;
}
@media screen and (min-width: 908px), print {
	.sp_menu_btn,
	.sp_menu {
		display: none;
		/*display: inline-block;
		box-sizing: border-box;*/
	}
}
@media screen and (max-width:908px) {
	.sp_menu_btn,
	.sp_menu_btn span {
		display: inline-block;
		box-sizing: border-box;
	}
}
.sp_menu_btn {
	width: 88px;
	height: 88px;
	padding:2px;
  background-color: #034099;
  position: fixed;
	top: 0;
	right: 0;
	z-index: 999999;
}
.sp_menu_btn span {
	position: absolute;
	width: 36px;
	height: 4px;
	background-color: #FFF;
	transition: transform 0.1s;
}
.sp_menu_btn span:nth-of-type(1) {
	top: 36px;
  left: 25px;
}
.sp_menu_btn span:nth-of-type(2) {
	top: 49px;
  left: 25px;
}

.sp_menu_btn.close span:nth-of-type(1) {
	-webkit-transform: translateY(14px) rotate(-45deg);
	transform: translateY(4px) rotate(-45deg);
}
.sp_menu_btn.close span:nth-of-type(2) {
	-webkit-transform: translateY(-15px) rotate(45deg);
	transform: translateY(-9px) rotate(45deg);
}

.sp_menu {
	position: fixed;
	z-index: 135;
	right: 0;
	top: -100%;
	width: 100%;
	padding: 88px 0 0;
	box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.2);
	overflow-y: auto;
	opacity:0;
	transition: top 0.2s;
  -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
            @media screen and (max-height:695px) {
                .sp_menu {
                  background-color:#b0b5af;
                }
                }



.sp_menu.menu_fixed {
	top: 0;
	opacity: 10;
  -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.sp_menu.menu_fixed::before {
  content:"";
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(255, 255, 255, 0.762);
  z-index:9;
}

.sp_menu ul {
  background-color:#034099;
  padding:20px;
  position:relative;
  z-index:10;
}
.sp_menu li {
  margin-bottom:5px;
  list-style: none;
}
.sp_menu li a {
  background-color:#FFF;
  padding:20px 20px 20px 50px;
  color:#333;
  display:block;
  position: relative;
}
.sp_menu li a::before {
    content: '';
    width: 0.8em;
    height: 0.8em;
    border: 0.16em solid #034099;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
    transform-origin: top right;
    position: absolute;
    top: 50%;
    left: 20px;
    box-sizing: border-box;
}

.sp_menu .applicationBtn {
  position:relative;
  z-index:10;
}


/*--------------------------------------- container */

.container ul {
  margin: 0 2em 3em 2em;
}

.container .arr li {
  list-style:none;
  padding-left:2em;
  margin-top:10px;
}
.container .arr li::before {
  content:"";
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 0.5em;
  height: 0.5em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
  margin: 0 10px 0 -1.1em;
}

/*--------------------------------------- pager */
.pager_box{
	clear:both;
	text-align:center;
	margin: 15px auto 40px;
  padding: 15px 35px;
  background:#f6f5f1;
  position:relative;
  overflow: hidden;
}
.pager_box .pager{
	width:2.5em;
	display:inline-block;
	border:1px solid #dfdfdf;
  padding: 0;
  margin-right: 10px;
  background-color:#FFF;
  color:var(--main-color);
  font-weight: 400;
}


.pager_box .pager a{
	display:block;
	width:100%;
	padding: 0.4em 0.3em 0.3em 0.3em;
}
.pager_box .pager a:link,
.pager_box .pager a:visited{
	color:var(--main-color);
	text-decoration:none;
}
.pager_box .pager a:hover,
.pager_box .pager a:active{
	background:var(--main-color);
	text-decoration:none;
  color:#FFF;
}
.pager_box .pager_current{
	background:var(--main-color);
  padding: 0.45em 1.3em 0.45em 1em;
  width: 2.6em;
  border:var(--main-color);
  color:#FFF;
}
.pager_box .pager_dot{
	width:1.5em;
	display:inline-block;
}
.pager_box .pager_space{
	width:1em;
	display:inline-block;
	padding-left:0.2em;
	padding-right:0.2em;
}
.pager_box .pager_first{
	display:inline-block;
}
.pager_box .pager_last{
	display:inline-block;
}


.pager_box .pager.pager_next,
.pager_box .pager.pager_prev {
  position: absolute;
  display: inline-block;
  left: 20px;
  border: none;
  vertical-align: middle;
  color: var(--main-color);
  line-height: 1;
  width: 1.4em;
  height: 1.4em;
  transform: translateX(25%) rotate(-135deg);
  text-indent: -9999px;
  background: inherit;
  top: 35%;
}
.pager_box .pager.pager_next {
  left: auto;
  right:20px;
  transform: translateX(25%) rotate(45deg);
}

.pager_box .pager.pager_next::before,
.pager_box .pager.pager_next::after,
.pager_box .pager.pager_prev::before,
.pager_box .pager.pager_prev::after {
  content: '';
  position: absolute;
  background: currentColor;
}
.pager_box .pager.pager_next::after ,
.pager_box .pager.pager_prev::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.2em;
}
.pager_box .pager.pager_next::before,
.pager_box .pager.pager_prev::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.2em;
}

.pager_box .pager.pager_prev a:hover,
.pager_box .pager.pager_next a:hover,
.pager_box .pager.pager_prev a:active,
.pager_box .pager.pager_next a:active {
	background-color:inherit;
	text-decoration:none;
}



/*--------------------------------------- pagetop link */
#page_top a{
	width: 30px;
	height: 30px;
	border: 5px solid;
	border-color: var(--main-color) var(--main-color) transparent transparent;
	transform: rotate(-45deg);
	display:block;
	text-indent:-9999;
	position:fixed;
	bottom:30px;
	right:30px;
}


/*--------------------------------------- pageprev/next link */
.page_link {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 20px 0;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.page_link { 
		padding: 20px 10px;
	}
}
/*--------------------------------------- footer */
footer {
	background-color:var(--point-bgcolor);
  text-align:center;
}
.snsList {
	display:-webkit-box;
	display:flex;
	-webkit-box-pack:center;
	justify-content:center;
  padding:60px 0;
}
				@media screen and (max-width:779px) {
        .snsList {
          display:block;
          padding: 40px 40px 0;
				}
				}

.snsList li {
	padding:0 10px;
	list-style:none;
}
				@media screen and (max-width:779px) {
        .snsList li {
          margin-bottom:20px;
          float: right;
          width:50%;
				}
        .snsList li:nth-child(odd) {
          float: left;
				}
        .snsList li:first-of-type {
          float: none;
          width:100%;
				}          
				}

.snsList li a {
	border:solid 1px #bfbfbf;
  display:block;
}
				@media screen and (max-width:779px) {
        .snsList li a {
          background-color:#FFF;
				}
        .snsList li:first-of-type a {
          background-color:#034099;
				}
				}

footer .bnrList {
  padding:0 20px 40px;
}
				@media screen and (max-width:779px) {
        footer .bnrList {
          padding: 0 50px 30px;
				}
				}

footer .bnrList li {
  list-style:none;
  margin-bottom:30px;
  text-align: center;
}
				@media screen and (max-width:779px) {
        footer .bnrList li {
          margin-bottom:20px;
				}
				}

footer .copy {
  background-color:#FFF;
  padding:34px 20px 30px;
  border-top:solid 1px #dfdfdf;
}



/* ------------------------ applicationBtn（お申し込みフォーム誘導ボタン） */

.applicationBtn {
  background-color:#f4cf5d;
  text-align: center;
  padding:23px 20px;
  letter-spacing: 0.1em;
}
.applicationBtn a {
  position: relative;
  display:block;
  background: #E7C355;
  background: linear-gradient(180deg, rgba(231, 195, 85, 1) 0%, rgba(231, 195, 85, 1) 3%, rgba(244, 207, 93, 1) 10%);
  border:solid 1px #f06956;
  padding:30px 10px;
  color:#000;
}
.applicationBtn a span {
  font-size:0.35em;
  display:block;
}		
.applicationBtn a::before {
    content: '';
    width: 1em;
    height: 1em;
    border: 0.16em solid #FFF;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
    transform-origin: top right;
    position: absolute;
    top: 50%;
    right: 50px;
    box-sizing: border-box;
  -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
				@media screen and (max-width:779px) {
        .applicationBtn a::before {
          width: 0.7em;
          height: 0.7em;
					right: 20px;
				}
				}

.applicationBtn a:hover::before {
    right: 40px;
}


/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: lower */
/* breadCrumb */
.breadCrumb {
	font-size: 0.9em;
}
				@media screen and (max-width:498px) {
				.breadCrumb {
          display:none;
				}
        }

.breadCrumb ul {
	padding: 0.7em 4%;
	width:100%;
	max-width:1040px;
	margin:0 auto;
}
.breadCrumb li {
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
}
.breadCrumb li::before,
.breadCrumb li::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.breadCrumb li::before{
    left: 3px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.breadCrumb li a {
	color: #999999;
	text-decoration: none;
}

.breadCrumb li:first-child {
	padding:0;
}
.breadCrumb li:first-child::before {
	border-top:none;
	border-right: none;
}
.breadCrumb li:last-child {
	background-image: none;
	padding-right: 0;
}

/* side */
nav#side {
    padding-bottom: 50px;
}
nav#side .menu_title{
    display:none;
}
nav#side ul {
-webkit-box-pack: center;
    justify-content: center;
}

          
nav#side li {
  margin-right: 10px;
}

          
nav#side li:last-of-type {
  margin-right:0;
}
nav#side li a {
  border: solid 1px #CCC;
  border-radius: 3px;
  padding: 12px 30px;
}
nav#side li.current a {
  background-color:var(--main-color);
  color: var(--footer-txtcolor);
  border: solid 1px var(--main-color);
}
          
        @media screen and (max-width:498px) {
        nav#side ul,
				nav#side li {
					margin:0;
				}
        nav#side li a {
          border-radius:0;
        }
        }

/*----------- sNavi */

.sNavi {
  display: flex;
  justify-content: center;
  max-width: 1340px;
  width: 100%;
  margin: 0 auto 4em!important;
  padding: 0 30px 20px;
}
				@media screen and (max-width:779px) {
        .sNavi {
					margin: 0 auto 2em!important;
				}
				}

.sNavi:nth-of-type(2) {
  margin-bottom:1em!important;
  padding: 20px 30px 20px;
  }
  
.sNavi li {
  list-style: none;
}

.sNavi li a {
  display: block;
  padding: 10px 30px;
  border: 1px solid var(--main-color);
  border-right: none;
  text-decoration: none;
  color: #333;
  font-size: 1.2em;
}
.sNavi li:last-child a{
    border-right: 1px solid var(--main-color);
}
.sNavi li.active a,
.sNavi li a:hover {
  background: var(--main-color);
  color: #FFF;
}

@media(max-width:750px){
    .sNavi{
        flex-wrap: wrap;
        border-bottom: none;
        width: 100%;
    }
    .sNavi li{
        width: 100%;
        margin: 0;
    }
    .sNavi li a{
        border-right: 1px solid var(--main-color);
        border-top:none;
    }
      .sNavi li:first-of-type a{
        border-top:1px solid var(--main-color);
    }
}


.con li {
  margin-bottom:10px;
}




/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: main */


/*-------------------------------------------- body_common （TOP） */
.body_common section {
	padding:80px 0 50px;
}
				@media screen and (max-width:779px) {
				.body_common section {
					padding:50px 20px 30px;
				}
				}

/* ---------------------- key */
.body_common #key {
  position:relative;
  background-color: var(--point-bgcolor);
  padding: 20px 0 0;
  margin-top:88px;
}
				@media screen and (max-width:779px) {
				.body_common #key article {
					padding-left: 0;
				}
				}

#top_catchtext{
	width:50% !important;
}
#top_catchtext img{
	width: calc(100vw * 0.5);
	max-width: 500px;
	margin-bottom:-10px;
}
@media screen and (max-width: 768px){
	#top_catchtext{
		width:95% !important;
		padding-left:2%;
	}
	#top_catchtext img{
		width: 90%;
		  max-width: 500px;
		margin-bottom:0;
	}
}

.body_common .topLink {
  text-align: center;
  letter-spacing: 0.1em;
  position:absolute;
  width:100%;
  top:0;
  left:0;
}
				@media screen and (max-width:779px) {
        .body_common .topLink {
					width:80%;
          margin: 0 10%;
				}
				}

.body_common .topLink a {
  background: #E3C052;
  background: linear-gradient(180deg, rgba(227, 192, 82, 1) 0%, rgba(225, 190, 81, 1) 4%, rgba(244, 207, 93, 1) 22%);
  border-radius:0 0 20px 20px;
  padding:18px 20px;
  display:block;
  color:#333333;
}
				@media screen and (max-width:779px) {
				.body_common .topLink a {
					padding: 13px 10px;
				}
				}

.body_common .topLink span.s01 {
  display:inline-block;
  margin-right:10px;
  background:#FFF;
  padding: 8px 22px;
  border-radius: 10px;
}
.body_common .topLink span.s02 .forSp {
  display:none;
}
				@media screen and (max-width:779px) {
				.body_common .topLink span.s02 {
					display:block;
				}
        .body_common .topLink span.s01 {
					margin-bottom:5px;
          font-weight:400;
          font-size:0.9em;
				}
				}

.body_common #key .image {
  text-align: center;
  padding: 0 20px;
}

.body_common #key h2 {
  font-weight: 100;
  letter-spacing: 0.1em;
  position:absolute;
  width:100%;
  bottom: 20px;
  right:0;
}
				@media screen and (max-width:779px) {
				.body_common #key h2 {
					position:relative;
          margin: 0;
          bottom: 0;
				}
				}


.body_common #key h2 p {
  margin-left:50%;
}
				@media screen and (max-width:779px) {
				.body_common #key h2 p {
					margin: -50px 0 0 0;
          font-size: 1.4em;
          text-align: right;
				}
				}
				@media screen and (max-width:430px) {
				.body_common #key h2 p {
          font-size: 1em;
				}
				}

.body_common #key h2 p span {
  display:inline-block;
  border:none;
  padding: 1px 20px;
  background-color: rgba(255, 255, 255, 0.9);
  margin-top: -1px;
}
.body_common #key h2 p span:first-of-type {
  font-size: 0.65em;
	padding-bottom:3px;
}
.body_common #key h2 p span:nth-of-type(2){
  /*margin-left: 20px;*/
}
				@media screen and (max-width:779px) {
        .body_common #key h2 p span:first-of-type{
					margin-right: 40px;
				}
				.body_common #key h2 p span:nth-of-type(2){
					margin-right: 20px;
				}
				}

/* ---------------------- NEWS */
#keyNews {
  width: 50%;
}
				@media screen and (max-width:779px) {
        #keyNews {
					width:100%;
				}
				}

#keyNews dt {
  float:left;
  width:24%;
  background: #D85543;
  background: linear-gradient(180deg, rgba(216, 85, 67, 1) 0%, rgba(216, 85, 67, 1) 3%, rgba(240, 105, 86, 1) 12%);
  color: #fff;
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  font-weight:300;
}
#keyNews dt span {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#keyNews dd {
  float:right;
  width:76%;
  padding:50px 10px 40px 30px;
}
				@media screen and (max-width:779px) {
        #keyNews dd {
					padding:20px 10px 15px 19px;
				}
				}

#keyNews li {
  list-style: none;
  margin-bottom:10px;
}
#keyNews li .date,
#keyNews li .new,
#keyNews li .text{
  display:inline-block;
  margin-right:10px;
}
				@media screen and (max-width:779px) {
        #keyNews li .date {
					display:block;
				}
				}

#keyNews li .date {
  font-weight:500;
}
#keyNews li .text {
  font-weight: 400;
}
#keyNews li .ttl {
  display:inline-block;
  margin-right:10px;
  background-color:var(--main-color);
  color:var(--footer-txtcolor);
  padding:2px 5px;
  font-size:0.8em;
}
#keyNews li .new{
	color: #FFA520;
	margin-top:0.2em;
	padding: 0.01em 0.5em;
	border: 1px solid;
	border-radius: 100em;
}
#keyNews li a {
  color:#FFF;
}

/* -------------------- introduction */


.body_common #introduction {
  background-repeat: no-repeat;
  background-size: 60% auto;
  min-height:460px;
}
				@media screen and (max-width:779px) {
        .body_common #introduction {
					background-image:none!important;
          padding:0;
				}
				}

.body_common #introduction .pic {
  display:none;
}
				@media screen and (max-width:779px) {
        .body_common #introduction .pic {
					display:block;
				}
				}

.body_common #introduction .text {
  line-height: 2.2;
  margin-left: 50%;
}
				@media screen and (max-width:779px) {
        .body_common #introduction .text {
					margin-left: 0;
          text-align: center;
          padding:20px 20px 30px;
				}
				}


/* ------------------ pickupList */
#pickupList {
  padding-top: 0;
  margin-top: -70px;
}
				@media screen and (max-width:779px) {
        #pickupList {
					margin-top: 0;
				}
				}

#pickupList li {
	width: 49%;
	padding:0 20px 50px;
	list-style:none;
  float:left;
}
				@media screen and (max-width:779px) {
        #pickupList li {
					width: 50%;
				}
				}

#pickupList li:nth-child(even) {
  float:right;
}
				@media screen and (max-width:670px) {
        #pickupList li,
          #pickupList li:nth-child(even) {
					width: 100%;
          float:none;
          padding: 0 20px 35px;
				}
				}

#pickupList li:nth-child(odd) {
  clear: both;
}

#pickupList li img {
	width:100%;
	height:auto;
	object-fit: cover;
}
#pickupList li a {
	color:#333;
}

#pickupList li span {
	display:block;
}
#pickupList li span.detail {
  position: relative;
  margin-left:60px;
  border-left:solid 1px #949494;
  padding:40px 0 0 29px;
}
				@media screen and (max-width:779px) {
        #pickupList li span.detail {
					margin-left:40px;
          padding: 17px 0 0 16px;
				}
				}

#pickupList li span.detail:before {
  position: absolute;
  display: block;
  content:"";
  background-color:#f06956;
  width:40px;
  height:40px;
  top: 50px;
  left: -41px;
  border-radius: 5px 0 0 5px;
  -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
				@media screen and (max-width:779px) {
        #pickupList li span.detail:before {
					top: 15px;
				}
				}

#pickupList li  a:hover span.detail:before {
  background-color:#d04532;
}
#pickupList li span.ttl {
	letter-spacing: 0.1em;
  position: relative;
}
#pickupList li span.txt {
	margin-top:10px;
  line-height: 2;
}

#pickupList li span.ttl::before {
    content: '';
    width: 0.3em;
    height: 0.3em;
    border: 0.05em solid #FFF;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
    transform-origin: top right;
    position: absolute;
    top: 0.88em;
    left: -54px;
    box-sizing: border-box;
  -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
				@media screen and (max-width:779px) {
        #pickupList li span.ttl::before {
					top: 0.78em;
					left: -40px;
				}
				}

#pickupList li a:hover span.ttl::before {
    left: -44px;
}
				@media screen and (max-width:779px) {
        #pickupList li a:hover span.ttl::before {
					left: -32px;
				}
				}



/*--------------------------------------- news/index.html */
#newsList li span {
	display:block;
}

#newsList li a {
	text-decoration: none;
	display: block;
	padding: 20px;
	transition: background-color 0.8s;
	-webkit-transition: background-color 0.8s;
  }
#newsList li a:hover {
	background-color:#eeeded;
	transition: background-color 0.5s;
}


#newsList li p {
	float:right;
	width:83%;
}
#newsList li .thumbnail img {
	width:100%;
}

#newsList li .date {
	color:#CCC;
}
#newsList li .title {
	padding: 0 0 10px;
}

#newsList li{
	position: relative;
	vertical-align: middle;
	text-decoration: none;
  margin-bottom: 20px;
}
        @media screen and (max-width:498px) {
				.body_common #newsList li {
					display:none;
				}
				.body_common #newsList li:first-of-type {
					display:block;
				}
        }
          
#newsList li .thumbnail::before,
#newsList li .thumbnail::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
#newsList li .thumbnail::before{
	box-sizing: border-box;
	width: 20px;
  height: 20px;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: var(--main-color);
  z-index:99;
}
#newsList li .thumbnail::after{
	right: 8px;
  width: 6px;
  height: 6px;
	border-top: 1px solid var(--footer-txtcolor);
	border-right: 1px solid var(--footer-txtcolor);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
  z-index:99;
}


.containerInner_news .date {
	display:block;
	text-align:right;
	margin-bottom:20px;
	margin-top:-20px;
}
.containerInner_news .thumbnail {
	display:block;
	margin-bottom:40px;
	text-align:center;
}

.containerInner_news .msg {
	margin-bottom:50px;
}

/* --------------------------------------- outline/ */
.body_outline .con ul.frame,
.body_cost .con ul.frame{
  background-color:#f7f7f7;
  padding: 30px 20px 20px 10px;
  margin: 30px 0 20px;
}
.body_outline .con ul.frame li,
.body_cost .con ul.frame li{
  margin-left: 40px;
}

/* con01 */
.body_outline .con01 {
  padding-top:20px;
}
/* con02 */
.body_outline .con02 .introduction {
  text-align: center;
  margin: 40px auto 30px;
}
				@media screen and (max-width:779px) {
        .body_outline .con02 .introduction {
					text-align: left;
				}
				}

.body_outline .con02 .introduction span:first-of-type {
  background-color:#f06956;
  color:#FFF;
  display:inline-block;
  padding:5px 18px;
  margin:10px 0;
  font-size:0.8em;
  font-weight:normal;
}
.body_outline .con02 .introduction span:last-of-type {
  display:block;
  font-size:0.7em;
  font-weight:normal;
}

.body_outline .con02 dd h4 {
  text-align: center;
  border-bottom: dotted 1px #ccc;
  padding-bottom:20px;
  margin-bottom:20px;
}
.body_outline .con02 dd h4 span {
  display: block;
  color: var(--main-color);
  font-size: 0.8em;
  font-weight: bold;
  margin-top:8px;
}

.body_outline .con02 dd .text {
  float:left;
  width:68%;
}
.body_outline .con02 dd .text ul {
  margin:20px 0 0;
  padding:0;
}
.body_outline .con02 dd .text li {
  list-style: none;
  margin:0 0 10px;
  padding:0;
}
.body_outline .con02 dd .text li span {
  display:block;
  font-weight:bold;
}
.body_outline .con02 dd .text li ul {
  margin:0;
}
.body_outline .con02 dd .text li li {
  list-style:disc;
  margin:0 0 0 2em;
}
.body_outline .con02 dd .image {
  float:right;
  width:30%;
  text-align: center;
}
				@media screen and (max-width:779px) {
        .body_outline .con02 dd .text,
        .body_outline .con02 dd .image {
					float:none;
          width:100%;
				}
				}

.body_outline .con02 dd .image span {
  display:block;
  margin-top:8px;
  font-size:0.8em;
}

/* con03 */
.body_outline .con03 {
  padding-bottom: 0;
}
.body_outline .con03 .text {
  padding-bottom:30px;
}
.body_outline .con03 .text ul {
  margin:20px 0 0;
  padding:0;
}
.body_outline .con03 .text li {
  list-style: none;
  margin:0 0 10px;
  padding:0;
  line-height: 2;
}
.body_outline .con03 .text ul.asterisk li {
  margin:0;
  padding:0;
  text-indent: 0;
}
.rect {
  border: 1px solid #BFBFBF;
  padding: 0 3px;
  background-color: #FFFEBD;
}

/* --------------------------------------- cost/ */
.body_cost table ul {
  margin:0 0 0 2em;
}

/* --------------------------------------- report/ */
.body_search_report h1,
.body_report h1 {
  font-size: 3em;
  font-weight: 200;
  padding-top: 1em;
  padding-bottom: 130px;
  position:relative;
}
				@media screen and (max-width:437px) {
        .body_search_report h1,
        .body_report h1 {
					font-size: 2.5em;
				}
				}
				@media screen and (max-width:380px) {
        .body_search_report h1,
        .body_report h1 {
					font-size: 2em;
				}
				}
.body_search_report h1.detail,
.body_report h1.detail {
  padding-bottom:40px;
}

.body_report h1:after {
  content:"";
  position:absolute;
  width:1px;
  height:110px;
  background-color:#c4c4c4;
  bottom:0;
  left:50%;
}
.body_report h1.detail:after {
  content:none;
}

.body_search_report h1 .balloon,
.body_report h1 .balloon {
  display:inline-block;
  position: relative;
  margin: -9px 15px 0 0;
  padding: 3px 14px;
  background: #f4cf5d;
  border-radius: 8px;
  font-size: 0.6em;
  letter-spacing: 0;
  vertical-align: middle;
}
.body_search_report h1 .balloon:before,
.body_report h1 .balloon:before {
  content: "";
  position: absolute;
  top: 63%;
  left: 100%;
  margin-top: -15px;
  border: 8px solid transparent;
  border-left: 15px solid #f4cf5d;
}
.body_search_report h1 .text,
.body_report h1 .text {
  display:block;
  font-size:0.4em;
  letter-spacing: 0;
  margin-top: 20px;
}

.body_report .map h3 {
  border-bottom: none;
  padding-bottom: 0;
  font-size: 2.7em;
  position: absolute;
  top: 50px;
  left: -1px;
}
				@media screen and (max-width:900px) {
        .body_report .map h3 {
					font-size: 2.2em;
				}
				}
				@media screen and (max-width:465px) {
        .body_report .map h3 {
					font-size: 1.9em;
				}
				}
				@media screen and (max-width:400px) {
        .body_report .map h3 {
					font-size: 1.6em;
				}
				}
				@media screen and (max-width:342px) {
        .body_report .map h3 {
					font-size: 1.4em;
				}
				}

.body_report .map h3 span {
  display: inline-block;
  border: none;
  background-color: rgba(255, 255, 255, 0.9);
  color: var(--main-color);
  padding: 0 12px;
  margin: -1px 0 0 2px;
  font-size: 1em;
  font-weight: 300;
}
.body_report .map h3 span:last-of-type {
  margin-left: 2em;
  padding-right: 0;
}

.body_report .freearea {
  text-align: right;
}
.lower .list_thumbnail a {
  display:block;
}


.freeword {
  margin: 0 auto 30px;
  text-align: right;
  position: relative;
}


.body_search_report .freeword {
  margin: 0 auto ;
  text-align: right;
}
.freeword::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(img/ic_search.png) no-repeat center center / auto 100%;
  display: inline-block;
  position: absolute;
  top: 22%;
  right: 10px;
}

.freeword input[type="text"] {
  width: 500px;
  padding: 8px;
  margin-right: 5px;
  font-weight: 200;
}


/* ----------- map */
.map {
  width: 84%;
  box-shadow: 40px 40px 0px 0px rgba(235, 233, 225, 1);
  border:solid 1px #dfdfdf;
  padding: 8px 18% 0 5px;
  margin-top: -100px;
  background: #FFF;
  position: relative;
}
				@media screen and (max-width:720px) {
        .map {
					width:100%;
          margin-top: -120px;
          padding: 0;
          box-shadow:none;
				}
				}

/* ----------- searchConditions */
.searchConditions {
  position: relative;
  width:43%;
  padding:30px 25px 5px;
  margin: -390px 0 80px auto;
  border:solid 5px #FFF;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  background: #F4F4F4;
  background: linear-gradient(358deg,rgba(244, 244, 244, 1) 0%, rgba(246, 246, 246, 1) 25%, rgba(250, 250, 250, 1) 50%, rgba(255, 255, 255, 1) 100%);
  font-weight:600;
}
				@media screen and (max-width:900px) {
        .searchConditions {
					margin: -330px 0 80px auto;
				}
				}
				@media screen and (max-width:847px) {
        .searchConditions {
					padding:30px 15px 5px;
				}
				}
				@media screen and (max-width:720px) {
        .searchConditions {
					width:85%;
          margin: -20px auto 40px;
          padding:15px 15px 5px;
				}
				}

.searchConditions ul {
  margin:10px 0 5px;
  padding:0;  
}
.searchConditions li {
  margin:0;
  padding:0;
  list-style: none;
  float:left;
  width:48%;
  margin-bottom:10px;
}
.searchConditions li:nth-child(odd) {
  clear: both;
}
.searchConditions li:nth-child(even) {
  float:right;
}

.searchConditions li a {
  display:block;
  background-color:#034099;
  color:#FFF;
  padding:15px 4px;
  text-align: center;
  border-radius:8px;
}
				@media screen and (max-width:800px) {
        .searchConditions li a {
					font-size:0.9em;
				}
				}
.searchConditions ul:last-of-type li a {
  background-color:#034099!important;
}



/* ----------- reportList */
.lower .list_thumbnail.reportList {
  text-align: left;
}
.lower .list_thumbnail.reportList li {
  padding-bottom:20px;
}
				@media screen and (max-width:498px) {
        .lower .list_thumbnail.reportList li {
          float:left;
          width:48%;
        }
        .lower .list_thumbnail.reportList li:nth-child(even) {
          float:right;
        }
				}

.lower .list_thumbnail.reportList li a {
  border: solid 1px #dfdfdf;
  padding:20px;
  transition: all 0.5s ease-out;
  color:#333;
  background:#FFF;
}
				@media screen and (max-width:498px) {
        .lower .list_thumbnail.reportList li a {
          padding:10px;
        }
				}

.lower .list_thumbnail.reportList li a:hover {
  background-color: #f6f6f6;
}

/* index */
.lower h2 .index,
.lower .list_thumbnail .index {
  display:block;
  font-size:0.85em;
  color:#FFF;
  border-radius:4px;
  font-weight:bold;
  margin-bottom: 10px;
  background-color:#034099;
}
.lower h2 .index {
  display:inline-block;
  font-size: 0.5em;
  padding-right: 8px;
  margin-top:8px;
}
.lower h2 .index.bg01,
.searchConditions li:nth-of-type(1) a,
.lower .list_thumbnail .index.bg01 {
  background: #65ace4;
}
.lower h2 .index.bg02,
.searchConditions li:nth-of-type(2) a,
.lower .list_thumbnail .index.bg02 {
  background: #d06d8c;
}
.lower h2 .index.bg03,
.searchConditions li:nth-of-type(3) a,
.lower .list_thumbnail .index.bg03 {
  background: #db9b00;
}
.lower h2 .index.bg04,
.searchConditions li:nth-of-type(4) a,
.lower .list_thumbnail .index.bg04 {
  background: #56a764;
}
.lower h2 .index.bg05,
.searchConditions li:nth-of-type(5) a,
.lower .list_thumbnail .index.bg05 {
  background: #c93a40;
}
.lower h2 .index.bg06,
.searchConditions li:nth-of-type(6) a,
.lower .list_thumbnail .index.bg06 {
  background: #0074bf;
}
.lower h2 .index.bg07,
.searchConditions li:nth-of-type(7) a,
.lower .list_thumbnail .index.bg07 {
  background: #a0c238;
}
.lower h2 .index.bg08,
.searchConditions li:nth-of-type(8) a,
.lower .list_thumbnail .index.bg08 {
  background:#d16b16;
}

.lower h2 .index .year,
.lower .list_thumbnail .index .year {
  background:#595959;
  display:inline-block;
  padding:9px 11px;
  border-radius: 4px 0 0 4px;
}
.lower h2 .index .year {
  margin-right:6px;
}
.lower .list_thumbnail .index .prefectures {
  display:inline-block;
  padding:9px 5px;
}


.lower .list_thumbnail.reportList li .thumbnail {
  height: 180px;
}
				@media screen and (max-width:897px) {
        .lower .list_thumbnail.reportList li .thumbnail {
          height: 130px;
        }
				}
				@media screen and (max-width:498px) {
        .lower .list_thumbnail.reportList li .thumbnail {
          height: 110px;
        }
				}

.lower .list_thumbnail.reportList li span.title {
  color: #333;
  margin-bottom:10px;
}

.lower .list_thumbnail.reportList li .overview {
  font-size:0.85em;
}
.lower .list_thumbnail.reportList li .overview dt {
  float:left;
  width:20%;
  clear: both;
}
.lower .list_thumbnail.reportList li .overview dd {
  float:right;
  width:77%;
}

/* prefecturesList */
.container .prefecturesList {
  text-align: center;
  padding:20px 0 0;
  margin: 0 auto 2em;
}
				@media screen and (max-width:498px) {
        .container .prefecturesList {
					padding-top:5px;
				}
				}

.container .prefecturesList.top {
  padding: 40px 0 40px;
}
				@media screen and (max-width:498px) {
        .container .prefecturesList.top {
					padding: 20px 0 0;
				}
				}

.container .frame02 .prefecturesList.top {
  padding: 40px 0 0;
}

.prefecturesList li {
  list-style: none;
  display:inline-block;
  margin: 0 auto 1em;
}
.prefecturesList li a {
  color: var(--main-color);
  font-size:1.2em;
  position: relative;
  border: solid 1px var(--main-color);
  padding: 10px 20px;
  border-radius: 5px;
  margin-right:10px;
  font-weight:600;
  background-color: #FFF;
  display:inline-block;
}
				@media screen and (max-width:498px) {
        .prefecturesList li a {
					font-size:0.9em;
          margin-right:4px;
          padding: 9px 13px;
				}
				}

.prefecturesList li.active a,
.prefecturesList li a:hover {
  color: #FFF;
  background-color: var(--main-color);
}


/* ----------- detail.php */

.body_report .pic {
  text-align: center;
}
.body_report .pic span {
  display:block;
}

.body_report .basicIinformation {
  background-color:#fbfbfb;
  padding:30px;
  margin-bottom:50px;
  box-shadow: rgba(50, 50, 93, 0.05) 0px 6px 12px -2px, rgba(0, 0, 0, 0.15) 0px 3px 7px -3px;
  font-size:1.1em;
}
.body_report .basicIinformation .strong {
  color: var(--main-color);
  font-size:1.2em;
  font-weight:600;
  padding-bottom:10px;
}
.body_report .basicIinformation dt {
  font-weight:600;
  padding-bottom:10px;
  font-size:1.1em;
}
.body_report .basicIinformation dd {
  padding-bottom:20px;
}
.body_report .basicIinformation .floatL {
  float:left;
  width:62%;
}
.body_report .basicIinformation .pic {
  float:right;
  width:35%;
}
				@media screen and (max-width:498px) {
        .body_report .basicIinformation .floatL,
        .body_report .basicIinformation .pic {
					float:none;
          width:100%;
				}
				}

.body_report .basicIinformation .pic img {
  margin-top: 20px;
}


.body_report .basicIinformation .pic span {
  display:block;
  margin-top:8px;
}

.body_report .textArea {
  padding-bottom:50px;
  font-size:1.1em;
}

.body_report .textArea .basicIinformation {
  font-size:1em;
}
.body_report .textArea:last-of-type {
  padding-bottom:80px;
}
				@media screen and (max-width:498px) {
        .body_report .textArea:last-of-type {
          padding-bottom: 30px;
				}
				}

.body_report .textArea.floatL {
  width:60%;
}
.body_report .clearFix .pic {
  width:35%;
  text-align: center;
  float:right;
  padding-bottom: 80px;
}
				@media screen and (max-width:498px) {
        .body_report .textArea.floatL,
        .body_report .clearFix .pic {
					float:none;
          width:100%;
          padding-bottom: 30px;
				}
				}

.bg.container ul.list_thumbnail.newList {
  margin-bottom:0;
}



/* --------------------------------------- chisou/ */

.body_chisou h1 {
  padding: 0;
  background-color:#f8f4e4;
}

.body_chisou .list_thumbnailC4 li:nth-child(1),
.body_chisou .list_thumbnailC4 li:nth-child(2),
.body_chisou .list_thumbnailC4 li:nth-child(3),
.body_chisou .list_thumbnailC4 li:nth-child(4) {
	float:left;
	width:46.5%;
}
.body_chisou .list_thumbnailC4 li:nth-child(2),
.body_chisou .list_thumbnailC4 li:nth-child(4) {
	float:right;
}

				@media screen and (max-width:498px) {
        .body_chisou .list_thumbnailC4 li:nth-child(1),
        .body_chisou .list_thumbnailC4 li:nth-child(2),
        .body_chisou .list_thumbnailC4 li:nth-child(3),
        .body_chisou .list_thumbnailC4 li:nth-child(4) {
					float:none;
          width:100%;
				}

				}

.body_chisou .list_thumbnailC4 li:nth-child(5) {
	clear: both;
}

.body_chisou .list_thumbnailC4 li .pic img {
    width:100%;
  box-shadow: rgba(50, 50, 93, 0.15) 0px 6px 12px -2px, rgba(0, 0, 0, 0.2) 0px 3px 7px -3px;
}


/* --------------------------------------- document/ */
.lower ul.documentList {
margin: 0 0 50px;
}
.lower ul.documentList li {
padding-bottom: 20px;
}
.lower ul.documentList li .thumbnail {
    height: 150px;
}

.body_search_report h2 span {
    display: inline-block;
    font-size: 0.6em;
    color: #333;
    background-color: inherit;
    padding: 0;
}


/* --------------------------------------- contact/ */

.form_flow {
    position: relative;
    margin: 0 0 40px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.form_flow li {
    position: relative;
    list-style-type: none;
    text-align: center;
    text-transform: uppercase;
    width: 33.333%;
    color: #999999;
    font-weight: bold;
    counter-increment: steps;
}
.form_flow li:before {
    display: block;
    width: 26px;
    height: 26px;
    margin: 7px auto 20px auto;
    line-height: 26px;
    font-size: 12px;
    text-align: center;
    border-radius: 50%;
    background-color: #F5F5F5;
    content: counter(steps);
    z-index: 3;
    position: relative;
}
.form_flow li:after {
    position: absolute;
    z-index: 1;
    top: 15px;
    left: -50%;
    width: 100%;
    height: 2px;
    content: '';
    background-color: #F5F5F5;
}
.form_flow li:first-child:after {
    content: none;
}
.form_flow li.current,
.form_flow li.complete{
    color: var(--base-fontcolor);
}
.form_flow li.current:before,
.form_flow li.complete:before {
    background-color: var(--base-fontcolor);
    color: #FFF;
}
.form_flow li.current:after,
.form_flow li.complete:after {
    background-color: #0070BD;
}



.contact_msg {margin-bottom:1em;}
.contact_msg_complete{
	padding:5%;
	border:1px solid #F4F4F4;
}

/* table */
#input-table table th .input_required {
	display:inline-block;
}
/* contact form */
.contact form {
	text-align: center;
}

#input-table {
	display: block;
	width: 100%;
	max-width: 100%;
}

#input-table table {
	width: 100%;
	padding: 5px;
	margin: 0 auto 20px;
	border: none;
	box-shadow: inset 0 0 0 2px #f0f0f0;
	background-color: #ffffff;
}

#input-table table li {
	margin-left: 0;
}

#input-table table th {
	width: 35%;
	padding: 20px 60px 20px 30px;
	color: #3f4242;
	background: rgba(0, 0, 0, 0);
	text-align: left;
	border: none;
	position: relative;
	vertical-align: top;
}

#input-table table td {
	padding-left: 10px;
}

#input-table table tr {
	transition: linear 0.2s;
	border-top: 1px solid #ccc;
}

#input-table table tr:hover {
	background-color: rgba(0, 0, 0, 0.05);
}

#input-table table tr:first-child {
	border-top: 5px solid #f0f0f0;
}

#input-table table tr:last-child {
	border-top: 2px solid #f0f0f0;
}

.input_required,
.input_not_required:before {
	font-size: 0.9em;
	padding: 2px 6px;
	display: inline-block;
	background-color: #2b71b7;
	background-color: var(--main-color);
	color: #ffffff;
	position: absolute;
	right: 10px;
	top: 20px;
}

.input_not_required:before {
	content: "任意";
	background-color: #adadad;
	text-align: center;
}

#input-table table td {
	padding: 20px 30px;
	border: none;
	text-align: left;
}

#input-table table tr:last-child td {
	text-align: center;
}

#input-table div.formcomment {
	clear: both;
	margin-left: 7px;
	margin-top: 3px;
}

#input-table table td ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

input[type="text"],
input[type="password"] {
	padding: 4px;
	border: solid 1px #ccc;
	max-width: 100% !important;
	resize: none;
	border-radius: 5px;
}

.body_textbook_form input[type="text"] {
	margin-bottom: 10px;
}

#input-table table .form_input_addnumber {
	width: 40% !important;
}

#input-table table textarea {
	padding: 10px;
	width: 96% !important;
	border: solid 1px #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

input:focus,
input:textarea {
	border: solid 1px #3ba5eb;
}

.input_button {
	font-size: 1.1em;
	font-weight: normal;
	-webkit-appearance: none;
	padding: 7px 24px;
	background-color: var(--main-color);
	color: #ffffff;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}

#input-table .input_button {
	padding: 10px 50px;
}

#input-table .submit_button {
	text-align: center;
	padding-top: 20px;
}

#input-table .privacy {
	font-size: 0.9em;
	height: 200px;
	overflow: auto;
	border: 1px solid #ddd;
	padding: 10px;
	background: #ffffff;
	border-radius: 3px;
}

/* セパレーター */
#input-table table tr.input-formgroup-blank th{
	background:#FFF;
	border:none;
  display: none;
}
#input-table table tr.input-formgroup{
	padding-top:20px;
}
#input-table table tr.input-formgroup th{
	text-align:left;
	border:none;
	padding:10px 0 5px 50px;
	background-image:url(./img/icon_arrow_down.png);
	background-repeat:no-repeat;
  background-size: 20px auto;
	background-position: 16px 16px;
	background-color:#074D93;/* セパレーターth背景色 */
	background-color:var(--main-color);/* セパレーターth背景色 */
	border-top:2px solid #EEEEEE;
	border-left:2px solid #EEEEEE;
	border-right:2px solid #EEEEEE;
	border-bottom:1px solid #EEEEEE;
	border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
}

/* orange */
.entry1 #input-table table tr:nth-of-type(36) th,
.entry1 #input-table table tr:nth-of-type(91) th{
  background-color:#f4cf5d!important;
}
.entry1 #input-table table tr:nth-of-type(39) th,
.entry1 #input-table table tr:nth-of-type(44) th,
.entry1 #input-table table tr:nth-of-type(50) th{
  background-color:#fdedbb!important;
}

.entry1 #input-table table tr:nth-of-type(36) th span.input-formgroup-title,
.entry1 #input-table table tr:nth-of-type(39) th span.input-formgroup-title,
.entry1 #input-table table tr:nth-of-type(44) th span.input-formgroup-title,
.entry1 #input-table table tr:nth-of-type(50) th span.input-formgroup-title,
.entry1 #input-table table tr:nth-of-type(91) th span.input-formgroup-title {
  color: #3f4242;
}

/* blue */
.entry1 #input-table table tr:nth-of-type(56) th,
.entry1 #input-table table tr:nth-of-type(61) th,
.entry1 #input-table table tr:nth-of-type(66) th,
.entry1 #input-table table tr:nth-of-type(70) th,
.entry1 #input-table table tr:nth-of-type(74) th,
.entry1 #input-table table tr:nth-of-type(78) th,
.entry1 #input-table table tr:nth-of-type(81) th,
.entry1 #input-table table tr:nth-of-type(84) th,
.entry1 #input-table table tr:nth-of-type(87) th{
  background-color:#7bacf4!important;
}

.entry1 .input-table-signature01 .input_not_required::before{
	content: "必須" !important;
	background-color: var(--main-color) !important;
}



#input-table table tr.input-formgroup th.formgroup-closed{
	background-image:url(./img/icon_arrow_down.png);
	background-repeat:no-repeat;
	background-position: 5px 10px;
	border-bottom:2px solid #EEEEEE;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#input-table table tr.input-formgroup th:hover{
	cursor:pointer;
	filter: alpha(opacity=90);
	opacity:0.90;
	-moz-opacity:0.90;
	-ms-filter: "alpha(opacity=90)";
}
#input-table table tr.input-formgroup span.input-formgroup-title{
	display:block;
	color:#FFFFFF;/* セパレータータイトル文字色 */
	font-size:1.3em;/* セパレータータイトル文字サイズ */
	padding-bottom:5px;
}
#input-table table tr.input-formgroup span.input-formgroup-text{
	position: relative;
	display:block;
	color:#FFFFFF;/* セパレーター説明文文字色 */
	padding:0 5px 0 1em;
	margin:5px 10px 10px 10px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
#input-table table tr.input-formgroup span.input-formgroup-text:before{
	position: absolute;
	top: 0.5em;
	left: 0;
	width: 0.5em;
	height: 0.5em;
	background: #FFFFFF;
	content:"";
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
}
#input-table table tr.input-formgroup span.input-formgroup-text a:visited,
#input-table table tr.input-formgroup span.input-formgroup-text a:link{
	color:#FFFFFF;/* セパレーター説明文内リンク色1 */
	text-decoration:underline;
}
#input-table table tr.input-formgroup span.input-formgroup-text a:hover,
#input-table table tr.input-formgroup span.input-formgroup-text a:active{
	color:#66FFFF;/* セパレーター説明文内リンク色2 */
	text-decoration:underline;
}
@media screen and (max-width:779px) {
	#input-table table {
		width: 100%;
		border-collapse: collapse;
		border-bottom: 1px solid #CCCCCC;
	}

	#input-table table th ,
		#input-table table td {
		width: 100%;
		display: block;
		border-top: none;
		text-align: left;
	}

	#input-table table th {
		padding: 6px 45px 6px 12px;
		background: #eeeeee none repeat scroll 0 0;
		font-weight: normal;
	}
	#input-table table td {
		padding-bottom: 20px;
	}
	#input-table table td:after {
		content:"";
		display:block;
		clear:both;
	}
	input[type="text"], input[type="password"] {
		width: 100%!important;
	}
	#input-table table textarea {
		width: 96%;
		max-height: 24vw;
		font-size: 110%;
	}
	.input_required,
	.input_not_required:before {
		position: absolute;
		right: 10px;
		font-size: 0.8em;
		top: 6px;
	}
}

#input-table .input_button {
	display:inline-block;
	text-align: center;
	cursor: pointer;
	padding: 22px 44px;
	background: var(--main-color);
	color: #ffffff;
	line-height: 1em;
	transition: .3s;
	margin-bottom:20px;
}
#input-table .input_button:hover {
	color: #bfbfbb;
	background: #ffffff;
}
/*.input-table-title div {
	display:inline-flex;
}*/


/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: cms setting */

/* フォームツールチップ */
.invisible {
	display: none;
}

a.tooltiplink {
	display: inline-block;
	margin: 1px 3px 0;
	padding: 1px 3px 0;
	border: 2px solid #C7C7C7;
	background-color: #075698;
	border-radius: 5px;
	-moz-border-radius: 5px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 1.0em;
	font-weight: bold;
}

#input-table a.tooltiplink:link,
#input-table a.tooltiplink:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#input-table a.tooltiplink:hover,
#input-table a.tooltiplink:active {
	font-weight: bold;
	color: #DDDDDD;
	text-decoration: none;
}

a.tooltiplink:link,
a.tooltiplink:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a.tooltiplink:hover,
a.tooltiplink:active {
	font-weight: bold;
	color: #DDDDDD;
	text-decoration: none;
}

p.tooltipbox {
	position: absolute;
	top: 100px;
	left: 20px;
	font-size: 1.0em;
	margin: 0;
	padding: 10px;
	min-width: 100px;
	min-height: 30px;
	color: #FFFFFF;
	background: #075698;
	border: 2px solid #075698;
	border-radius: 5px;
	-moz-border-radius: 5px;
}

#input-table p.tooltipbox a:link,
#input-table p.tooltipbox a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

#input-table p.tooltipbox a:hover,
#input-table p.tooltipbox a:active {
	font-weight: bold;
	color: #DDDDDD;
	text-decoration: underline;
}

p.tooltipbox a:link,
p.tooltipbox a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

p.tooltipbox a:hover,
p.tooltipbox a:active {
	font-weight: bold;
	color: #DDDDDD;
	text-decoration: underline;
}

/* comment form */
.comment_box {
	width: 100%;
	margin: 0 0 15px;
	padding: 0;
	border-collapse: collapse;
	border: solid 1px #cccccc;
	background: #eeeeee;
}

.comment_box th,
.comment_box td {
	padding: 10px;
}

.comment_id {
	width: 10%;
	text-align: left;
	white-space: nowrap;
}

.comment_name {
	width: 70%;
	text-align: left;
}

.comment_regist {
	width: 20%;
	text-align: right;
	vertical-align: bottom;
	white-space: nowrap;
	font-size: 0.8em;
	color: #aaaaaa;
}

.comment_box td {
	padding-top: 0;
}

.comment_text {
	padding: 15px;
	background: #ffffff;
}

.icon_comment {
	text-align: right;
}

.icon_comment a {
	padding-left: 30px;
	background: url(./icon_comment.gif) no-repeat left center;
}

/* twitter widget */
#twtr-hd h3,
#twtr-hd h4,
.twtr-widget h3,
.twtr-widget h4,
.twtr-widget p,
.twtr-widget-profile h3,
.twtr-widget-profile h4 {
	clear: none;
	margin: auto;
	padding: auto;
	font-size: auto;
	color: auto;
	border: none;
	background-image: none;
}
/* twitter tweet button */
iframe.twitter-share-button {
	width: 115px!important;
}



/* エディター：スタイル */
.editor-style-btn1 {
	display: inline-block;
	color: #fff;
	background-color: #034099;
	text-decoration: none;
	font-size: 1.4em;
	display: inline-block;
	min-width: 45%;
	transition: linear 0.2s;
	border: solid 1px #034099;
	width: 80%;
	max-width: 440px;
}
.editor-style-btn1 a {
  padding: 1.3em 20px;
  display: block;
}
.editor-style-btn1 a:link,
.editor-style-btn1 a:visited {
	color: #FFFFFF;
	text-decoration: none;
  
}

.editor-style-btn1 a:active,
.editor-style-btn1 a:hover {
	color: #034099;
	text-decoration: none;
}

.editor-style-btn1:hover {
	color: #034099;
	background-color: #ffffff;
}

.editor-style-text1 {
	color: #ffffff;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3),-1px -1px 5px rgba(0, 0, 0, 0.3);
}



/* フォームエラー */
.error_msg,
.error_msg_js {
	padding-left: 20px;
	background: url(./img/form_error.gif) left top no-repeat;
}
.error_msg_js_wrapper_privacy {
  float:left;
}
.form_attention {
	font-size: 0.9em;
	width: 100%;
	height: 12em;
	overflow: auto;
	border: 1px solid #eaeaea;
	padding: 10px;
}

.error_box {
	font-size: 0.95em;
	margin: 0 auto;
	background-color: #fff7f6;
	box-shadow: 1px 0px #e5e5e5,-1px 0px #e5e5e5;
	padding: 20px 5%;
}

.error_box .error {
	color: #e72719;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 2px solid #e72719;
}

.error_box .error_msg {
	margin-top: 20px;
}



/*===============================================
●スマホ対応  画面の横幅が779pxまで
===============================================*/
.forSp {
	display: none;
}
br.forSp {
	display: inline;
}

@media screen and (max-width:779px) {
  
html,body {
	-webkit-text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
}
body {
	font-size: 1.3em;
}
.forSp,br.forSp {
  display:block!important;
}
.forPc {
  display:none!important;
}

}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: base */

/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::.set-up */

/* contact form */
#input-table .input_button {
	width: 80%;
}
input[type="text"] {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#input-table table .form_input_addnumber {
	width: 40% !important;
}

#input-table table textarea {
	width: 96% !important;
	font-size: 110%;
}


/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: clear */
.searchConditions ul:after,
.lower .list_thumbnail.reportList li .overview:after,
.body_report .basicIinformation:after,
.lower ul.list_thumbnail:after,
.body_outline .con02 dd .detail:after,
.snsList:after,
#keyNews:after,
#pickupList ul:after,
.clearFix:after{
	content: "";
	display: block;
	clear: both;
}



