@charset "UTF-8";


/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
  Media Queries による切り替え
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/


/* PC向けのスタイル： 481px～ */
@media only screen and (min-width: 481px) {

.font{
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.br-pc { display:block; }
.br-sp { display:none; }
.btm_non {
	margin-bottom: 0px !important;	
}
#spfix{
	display: none;
}

/* header */

header {
	margin: 0px;
	height: auto;
	width: 100%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.h_area {
	height: auto;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: flex;
	justify-content: space-between;
	padding: 0px;
}
.logo {
	margin: 0px;
	height: auto;
	width: 50%;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.logo h1 {
	font-size: 80%;
	margin: 0px;
	padding: 0px;
	color: #454545;
	line-height: 1.5em;
}
.logo h2 {
	margin: 0px;
	padding: 0px;
}
.logo p {
	color: #437FC9;
	font-size: 80%;
	letter-spacing: 0.1em;
}
.contact {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 50%;
}
.contact dl {
	margin: 0px;
	padding: 0px;
}
.contact dl dt {
	padding: 0px;
	text-align: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.contact dl dd {
	padding: 0px;
	margin: 0px;
	height: auto;
	width: 270px;
	float: right;
	display: block;
	text-align: center;
}
.contact dl dd a {
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	background-color: #437fc9;
	border-radius: 5px;
	box-shadow: 3px 3px #264872;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(../images/yajirushi_right.png);
	background-repeat: no-repeat;
	background-position : right 15px bottom 30px;
	letter-spacing: 0.1em;
	font-weight: bold;
}
.contact dl dd a:hover  {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	background-color: #76aaea;
}



/* headerEND */


/* main */

#main {
	margin: 0px;
	padding: 0px;
	height: 800px;
	width: 100%;
	background-image: url(../images/main_pc.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}
.main_area {
    height: auto;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.main_copy {
    position: absolute;
    top: 50%;
    left: 7%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.main_other {
    position: absolute;
    bottom: 0;
    right: 0;
}
.area {
	height: auto;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 100px;
	padding-right: 0px;
	padding-bottom: 100px;
	padding-left: 0px;
}


/* mainEND */


#bg1 {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	background-image: url(../images/bg1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.contents_01 {
	margin: 0px;
	padding: 0px;
}
.contents_01 dt {
	text-align: center;
	font-size: 200%;
	font-weight: bold;
	line-height: 1.5em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
.contents_01 dt span{
	background: linear-gradient(transparent 70%, #fdec7d 70%);
	font-size: 120%;
}
.contents_01 dd {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.contents_02 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}
.contents_02 dl {
	background-color: #437FC9;
	padding: 0px;
	height: auto;
	width: 48%;
	margin-top: 1%;
	margin-right: 0px;
	margin-bottom: 1%;
	margin-left: 0px;
}
.contents_02 dl dt {
	margin: 0px;
	color: #FFFFFF;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.contents_03 {
	margin: 0px;
	padding: 0px;
}
.contents_03 dt{
	font-size: 400%;
	color: #DC0000;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-decoration: underline;
	letter-spacing: 0.1em;
	line-height: 1.2em;
}
.contents_03 dd{
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: 180%;
	line-height: 1.5em;
}
.contents_03 dd span{
	color: #DC0000;
}
.contact_bg1 {
	margin: 0px;
	background: #e7bd88;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #e9c79a, #e7bd88);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #e9c79a, #e7bd88); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
.area_contact {
	height: auto;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	position: relative;
}
.co_area {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 75%;
	float: right;
}
.co_illust {
	position: absolute;
	top: 50%;
    left: -3%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.co_txt {
	left: 0px;
	padding: 15px;
	background-color: #2AA7BE;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.co_txt span{
	font-size: 150%;
}
.co {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.co dl{
	margin: 0px;
	height: auto;
	width: 100%;
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.co dl dt{
	padding: 0px;
	line-height: 1.5em;
	text-align: center;
	font-size: 110%;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.co dl p{
	font-size: 90%;
	line-height: 1.4em;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.co dl p span{
	font-size: 90%;
	line-height: 1.4em;
	color: #DB0003;
}
.co dd{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}
.co dd img{
	max-width:  50%;
}
.co_mtm {
	text-align: center;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 150%;
	font-weight: bold;
	font-style: italic;
}
.co_mtm span{
	color: #E30000;
	text-decoration: underline;
}

.contact_bg2 {
	margin: 0px;
	padding-top: 80px;
	padding-right: 0px;
	padding-bottom: 80px;
	padding-left: 0px;
	background-image: url(../images/bg2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.sd_01 {
	padding: 0px;
	height: auto;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}
.sd_02 {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	text-align: center;
}
.sd_02 img{
	max-width: 100%;
	
}
#bg2 {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	background-image: url(../images/hougan.gif);
	background-repeat: repeat;
}
.title {
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
}
.title dt {
	margin: 0px;
	padding: 0px;
	font-style: italic;
}
.title dd {
	font-size: 200%;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
.text_01 {
	padding: 20px;
	text-align: center;
	font-size: 150%;
	line-height: 1.6em;
	background: #70a5c7;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #68c2eb, #70a5c7);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #68c2eb, #70a5c7); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}
.text_01 span{
	color: #E30000;
	text-decoration: underline;
}
#contents_04 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}
#contents_04 dl {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#contents_04 dl dt {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#contents_04 dl dd {
	font-size: 120%;
	line-height: 1.7em;
}
#contents_04 dl dd span{
	color: #E30000;
	text-decoration: underline;
}
#contents_05 {
	padding: 0px;
	display: flex;
	justify-content: space-between;
	margin: 0px;
}
#contents_05 dl {
	margin: 0px;
	height: auto;
	width: 48%;
	padding-top: 30px;
	padding-right: 40px;
	padding-bottom: 30px;
	padding-left: 40px;
	background-color: #ebf6fb;
	border-radius: 10px;
}
#contents_05 dl dt {
	font-size: 120%;
	font-weight: bold;
	color: #437fc9;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #437fc9;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 40px;
	background-image: url(../images/icon1.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#contents_05 dl ul {
	margin: 0px;
	padding: 0px;
}
#contents_05 dl ul li {
	overflow: hidden;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-top: 0.5%;
	margin-right: 0%;
	margin-bottom: 0.5%;
	margin-left: 0%;
}
#contents_05 dl ul li span{
	color: #ffba00;
	padding-right: 5px;
}
#bg3 {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	background: #acb6e5;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #86fde8, #acb6e5);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #86fde8, #acb6e5); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
position: relative;
}
#bg3:after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -50px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #99d9e6 transparent transparent transparent;
  border-width: 50px 50px 0 50px;
}
.contents_06 {
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
.contents_06 dt {
	font-size: 170%;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
.contents_06 dd {
	font-size: 300%;
	font-weight: bold;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
}
.contents_06 dd span{
    background: linear-gradient(transparent 80%, #fdec7d 80%);
}
.contents_07 {
	background-color: #FFFFFF;
	border-radius: 10px;
	margin: 0px;
	padding-top: 30px;
	padding-right: 70px;
	padding-bottom: 30px;
	padding-left: 70px;
}
.contents_07 dt {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 60px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.contents_07 dd {
	font-size: 180%;
	line-height: 1.6em;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.contents_07 dd span{
	color: #E30000;
}
.kakoi_area {
	height: auto;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 100px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.kakoi {
	padding: 15px;
	height: auto;
	width: 500px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	border: 1px solid #000000;
	text-align: center;
	font-size: 180%;
	line-height: 1.5em;
	font-weight: bold;
	box-shadow: 4px 4px #5c4e3e;
}
.kakoi span{
	background: linear-gradient(transparent 80%, #fdec7d 80%);
	color: #437fc9;
}
.bg4 {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	background-image: url(../images/bg4.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.bg5 {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	background-image: url(../images/bg5.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.contents_08 {
	height: auto;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 60px;
	padding-left: 0px;
	display: flex;
	justify-content: space-between;
}
.contents_08_pic {
	margin: 0px;
	padding: 0px;
}

.contents_08 dl {
	padding: 0px;
	margin: 0px;
	height: auto;
	width: 52%;
}
.contents_08 dl dt {
	background-image: linear-gradient(90deg, rgba(67, 127, 201, 1), rgba(255, 255, 255, 0));
	padding: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	color: #FFFFFF;
	font-size: 130%;
	line-height: 1.5em;
	font-style: italic;
	font-weight: bold;
}
.contents_08 dl dd {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-size: 170%;
	line-height: 1.5em;
	color: #437FC9;
}
.contents_08 dl p {
	margin: 0px;
	padding: 0px;
}
#bg6 {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	background-image: url(../images/bg6.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.text_02 {
	padding: 20px;
	text-align: center;
	font-size: 150%;
	line-height: 1.6em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
	background-color: #FFFFFF;
}
.text_02 span{
	color: #E30000;
	text-decoration: underline;
}
#contents_09 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
}
#contents_09 dt {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 60px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#contents_09 dd {
	color: #000000;
	font-size: 130%;
	line-height: 2em;
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#contents_09 span {
	color: #E30000;
}
#contents_10 {
	margin: 0px;
	padding: 0px;
	display: flex;
	justify-content: space-between;
}
#contents_10 dl {
	background-color: #FFFFFF;
	margin: 0px;
	height: auto;
	width: 31%;
	position: relative;
	padding-top: 40px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
#contents_10 dl dt {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#contents_10 dl dt img{
	width: 100%;
}
#contents_10 dl dd {
	color: #437FC9;
	font-size: 140%;
	line-height: 1.5em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}
#contents_10 dl p {
	margin: 0px;
	padding: 0px;
}
.icon_01   {
	background-color: #FB8B40;
	margin: 0px;
	position: absolute;
	left: 10px;
	top: -20px;
	height: auto;
	width: 150px;
	border-radius: 5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: center;
	font-size: 120%;
	font-style: italic;
	color: #FFFFFF;
}
#bg7 {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	background-image: url(../images/bg7.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.d_area {
	margin: 0px;
	padding: 0px;
}
.d_pic {
	margin: 0px;
	padding: 0px;
	float: right;
}
#contents_11 {
	color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}
#contents_11 dt  {
	font-size: 160%;
	line-height: 1.5em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#contents_11 dd {
	font-size: 200%;
	line-height: 1.2em;
	margin: 0px;
	padding: 0px;
}
#contents_11 p {
	font-style: italic;
	letter-spacing: 0.1em;
	margin: 0px;
	padding: 0px;
}
#contents_12 {
	color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}
#contents_12 dt  {
	font-size: 160%;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
}
#contents_12 dt span {
	font-size: 160%;
	line-height: 1.5em;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#contents_12 dd {
	line-height: 1.2em;
	margin: 0px;
	padding: 0px;
	color: #8F8F8F;
	font-style: italic;
	letter-spacing: 0.1em;
	font-size: 90%;
}
#contents_12 p {
	font-style: italic;
	letter-spacing: 0.1em;
	margin: 0px;
	padding: 0px;
}
#contents_13 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#contents_13 dt {
	background-color: #F2A941;
	height: auto;
	width: 100px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#contents_13 dd {
	color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#contents_13 dd span{
	color: #F2A941;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#contents_14 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#contents_14 dt {
	background-color: #F2A941;
	height: auto;
	width: 200px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#contents_14 dd {
	color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#contents_14 dd span{
	color: #F2A941;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#contents_14_ex {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#contents_14_ex dt {
	background-color: #F2A941;
	height: auto;
	width: 300px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#contents_14_ex dd {
	color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#contents_14_ex dd span{
	color: #F2A941;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#bg8 {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	background-image: url(../images/bg8.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
#contents_15 {
	background-color: rgba(255,255,255,0.8);
	margin: 0px;
	padding: 40px;
	
}
#contents_15 dl{
	--x-gradient: linear-gradient(90deg, #333 0 10px, transparent 0 calc(100% - 10px), #333 calc(100% - 10px));
    --y-gradient: linear-gradient(#333 0 10px, transparent 0 calc(100% - 10px), #333 calc(100% - 10px));
	margin: 0rem;
	padding: 40px;
	background-image: var(--x-gradient),
        var(--y-gradient),
        var(--x-gradient),
        var(--y-gradient);
	background-repeat: no-repeat;
	background-size: 100% 30px, 30px 100%, 100% 30px, 30px 100%;
	background-position: top, right, bottom, left;
}
#contents_15 dt {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	color: rgba(0,0,0,1);
	font-size: 150%;
	line-height: 1.5em;
	border-bottom: 1px solid rgba(0,0,0,1);
}
#contents_15 dd {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	line-height: 2em;
	color: rgba(0,0,0,1);
}
#bg9 {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	background-image: url(../images/bg9.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
#contents_16 {
	padding: 0px;
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	
}
#contents_17 {
	margin: 0px;
	padding: 0px;
	display: flex;
	justify-content: space-between;
}
#contents_17 dl {
	background-color: #FFFFFF;
	margin: 0px;
	height: auto;
	width: 31%;
	position: relative;
	padding-top: 40px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	border: 1px solid #437fc9;
}
#contents_17 dl dt {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	text-align: center;
}
#contents_17 dl dt img{
	border-radius: 50%;
}
#contents_17 dl dd {
	color: #fd3f94;
	font-size: 140%;
	line-height: 1.5em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	font-weight: bold;
}
#contents_17 dl p {
	margin: 0px;
	padding: 0px;
}
#contents_17 dl p span{
	color: #E30000;
}
.icon_02   {
	background-color: #ffb400;
	margin: 0px;
	position: absolute;
	left: 10px;
	top: -20px;
	height: auto;
	width: 150px;
	border-radius: 5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: center;
	font-size: 120%;
	font-style: italic;
	color: #FFFFFF;
}
.point_txt {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-size: 130%;
	font-weight: bold;
	color: #437FC9;
	text-align: center;
}
.point_txt span{
	background: linear-gradient(transparent 70%, yellow 70%);
}
.cyusyaku {
	font-size: 80%;
	line-height: 1.5em;
	padding: 0px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.link-btn-01 {
	text-align: center;
	padding: 0px;
	width: 50%;
	height: auto;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.link-btn-01 a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
	background-color: #a1886e;
	border-radius: 7px;
	box-shadow: 4px 4px #5c4e3e;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(../../images/yajirushi_right.png);
	background-repeat: no-repeat;
	background-position : 15px 30px;
}
.link-btn-01 a:hover  {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	background-color: #cfb292;
}
#bg10 {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	background-image: url(../images/bg10.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
#contents_18 {
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#contents_18 dl{
    margin: 0px;
    padding-top: 40px;
    padding-right: 70px;
    padding-bottom: 40px;
    padding-left: 70px;
}
#contents_18 dl dt{
    padding: 0px;
    float: left;
    margin-top: 0px;
    margin-right: 60px;
    margin-bottom: 0px;
    margin-left: 0px;
}
#contents_18 dl dd{
	font-size: 120%;
	font-weight: bold;
	line-height: 1.6em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	color: #437fc9;
}
#contents_18 dl p{
    margin: 0px;
    padding: 0px;
    line-height: 2em;
}
#contents_18 dl p span{
    color: #D90003;
    
}
.title_kakoi {
	border: 2px solid #000000;
	text-align: center;
	padding: 10px;
	height: auto;
	width: 220px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 130%;
	font-weight: bold;
	background-color: #FFFFFF;
}
#contents_19 {
    padding: 0px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
#contents_19 dl {
	height: auto;
	width: 48%;
	padding-top: 30px;
	padding-right: 40px;
	padding-bottom: 30px;
	padding-left: 40px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
}
#contents_19 dl dt {
    text-align: center;
    font-weight: bold;
    font-size: 130%;
    border-bottom: 1px dotted #4B4B4B;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
}
#contents_19 dl dd {
    font-size: 90%;
    margin: 0px;
    padding: 0px;
}
#bg_case {
    margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	background: #C9D6FF;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #E2E2E2, #C9D6FF);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #E2E2E2, #C9D6FF); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
position: relative;
}
.case_area {
	background-color: #FFFFFF;
	margin-top: -20px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	position: relative;
	z-index: 1;
	padding: 60px;
}
.case_title {
	background-color: #437FC9;
	color: #FFFFFF;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
	font-size: 150%;
	font-style: italic;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -30px;
	height: auto;
	width: 95%;
	position: relative;
	z-index: 2;
}
.case_pic {
	display: flex;
	justify-content: center;
	padding: 0px;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}
.case_pic dl {
	height: auto;
	width: 40%;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.case_pic dl dt {
	text-align: center;
	font-size: 150%;
	font-style: italic;
	font-weight: bold;
	color: #437FC9;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.case_pic dl dd {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.case_pic dl dd img{
	width: 100%;
}
.sankaku {
	width: 0;
	height: 0;
	border-left: 30px solid #437fc9;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	padding: 0px;
	margin: 0px;
}

.c_gray {
	background-color: #E0E0E0;
	margin-right: 30px!important;
}
.c_blue {
background-color: #e6f3ff;
margin-left: 30px!important;
}
.case_txt {
	margin: 0px;
	padding: 0px;
}
.case_txt_01 {
	font-size: 160%;
	color: #437FC9;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.case_txt_02 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.case_txt dl {
	border-bottom: 1px solid #437FC9;
	margin: 0px;
	padding: 0px;
}
.case_txt dl dt {
	font-weight: bold;
	border-bottom: 1px dotted #9C9C9C;
	margin: 0px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
}
.case_txt dl dd {
	margin: 0px;
	padding: 10px;
}

#bg11 {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	background-image: url(../images/bg1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.text1 {
	text-align: center;
	font-weight: bold;
	padding: 0px;
	margin-top: -20px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
.text1 span {
	color: #CC0000;
}
#flow {
	padding: 0px;
	margin: 0px;
}
.flow_inner {
	display: flex;
	justify-content: center;
	padding: 0px;
	margin: 0px;
}
.flow_pic {
	background-color: #437fc9;
	height: auto;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
	padding: 0px;
}
.flow_pic_inner {
	color: #FFF;
	font-size: 120%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.flow_pic_inner span{
	font-size: 220%;
	display: block;
	line-height: 1em;
}
.flow_inner dl {
	height: auto;
	width: 60%;
	border: 2px solid #437FC9;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	border-radius: 10px;
	background-color: #FFFFFF;
}
.flow_inner dl dt {
	padding: 0px;
	color: #437FC9;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-size: 200%;
}
.flow_inner dl dd {
	margin: 0px;
	padding: 0px;
}
.next {
	text-align: center;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-size: 200%;
	font-weight: bold;
	color: #FFDE00;
}
#bg12 {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	background: #E0EAFC;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #CFDEF3, #E0EAFC);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #CFDEF3, #E0EAFC); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
#qa {
	padding: 0px;
	margin: 0px;
}
#qa dl {
	padding-top: 30px;
	padding-right: 60px;
	padding-bottom: 30px;
	padding-left: 60px;
	border-radius: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	background-color: #FFFFFF;
}
#qa dl dt {
	font-size: 110%;
	font-weight: bold;
	color: #437fc9;
	background-image: url(../images/q.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 45px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#qa dl dd {
	margin: 0px;
	background-image: url(../images/a.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 45px;
}
.kakoi_area_02 {
	margin: 0px;
	padding: 0px;
}
.kakoi_02 {
	height: auto;
	width: 400px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	border: 1px solid #000000;
	text-align: center;
	font-size: 180%;
	line-height: 1.5em;
	font-weight: bold;
	box-shadow: 4px 4px #5c4e3e;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
}
.kakoi_02 span{
	background: linear-gradient(transparent 80%, #fdec7d 80%);
	color: #437fc9;
}
#contents_20 {
	background-color: rgba(255,255,255,1);
	padding: 0px;
	height: auto;
	width: 60%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top: 1px solid #437FC9;
	border-bottom: 1px solid #437FC9;
}
#contents_20 dl{
	margin: 0px;
	padding: 30px;
}
#contents_20 dt {
	text-align: center;
	color: rgba(0,0,0,1);
	font-size: 110%;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
}
#contents_20 dd {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	line-height: 1.5em;
	color: #437FC9;
	text-align: center;
	font-size: 180%;
	font-weight: bold;
}
#contents_20 p {
	padding: 0px;
	text-align: center;
	margin: 0px;
	line-height: 1.6em;
}
#map {
	padding: 0px;
	height: auto;
	width: 100%;
	margin-top: -50px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}
#map iframe {
	margin: 0px;
	padding: 0px;
	height: 400px;
	width: 100%;
}
#acc_area {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	width: 960px;
}
.acc {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	display: flex;
  justify-content: space-between;
}
.acc1 {
	background-color: #f7f7f7;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #437fc9;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	border-radius: 0px 8px 8px 0px;
	height: auto;
	width: 47%;
	margin: 0px;
}
.acc1 dt {
	font-size: 120%;
	font-weight: bold;
	color: #000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
}
.acc1 ul {
	margin: 0px;
	padding: 0px;
}
.acc1 ul li {
	font-size: 90%;
	line-height: 1.7em;
}
.acc1 ul li span {
	color: #437fc9;
}
.acc2 {
	background-color: #f7f7f7;
	margin: 0px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #437fc9;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	border-radius: 0px 8px 8px 0px;
	height: auto;
	width: 47%;
}
.acc2 dt {
	background-image: url(../images/acc_icon2.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 120%;
	font-weight: bold;
	color: #000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.acc2 dd {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.acc2 ul {
	margin: 0px;
	padding: 0px;
}
.acc2 ul li {
	font-size: 90%;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
}
.link-btn-02 {
	text-align: center;
	padding: 0px;
	width: 50%;
	height: auto;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 80px;
	margin-left: auto;
}
.link-btn-02 a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
	background-color: #a1886e;
	border-radius: 7px;
	box-shadow: 4px 4px #5c4e3e;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(../../images/yajirushi_right.png);
	background-repeat: no-repeat;
	background-position : 15px 30px;
}
.link-btn-02 a:hover  {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	background-color: #cfb292;
}
footer {
	background-color: #437FC9;
	margin: 0px;
	height: auto;
	width: 100%;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	text-align: center;
}
footer dl {
	padding: 0px;
	height: auto;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
footer dl dt {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
footer dl dd {
	font-size: 150%;
	line-height: 1.6em;
	color: #FFFFFF;
}
.copyright {
	font-size: 70%;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

}





/* 横幅1100px以下のスタイル： ～1099px */
@media only screen and (min-width: 481px) and (max-width: 1099px) {


}




/* スマホ向けのスタイル： ～480px */
@media only screen and (max-width: 480px) {

.font{
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.br-pc { display:none; }
.br-sp { display:block; }
.btm_non {
	margin-bottom: 0px !important;	
}
#spfix{
    position: fixed;
	bottom: 0;
	margin: 0px;
	background-color: rgba(255,255,255,0.8);
	z-index: 999999;
	display: flex;
	justify-content: space-between;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 1px;
    transition: .2s;
    opacity: 0;
    z-index:-1;
}
#spfix img{
	max-width:100%;
}
#spfix dt {
	margin: 0px;
	float: left;
	height: auto;
	width: 33%;
	padding: 0px;
}
#spfix dd {
	margin: 0px;
	width: 33%;
	padding: 0px;
}

/* header */

header {
	margin: 0px;
	height: auto;
	width: 100%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.h_area {
	height: auto;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: flex;
	justify-content: space-between;
	padding: 0px;
}
.logo {
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: auto;
	width: 100%;
}
.logo h1 {
	font-size: 80%;
	margin: 0px;
	padding: 0px;
	color: #454545;
	line-height: 1.5em;
}
.logo h2 {
	margin: 0px;
	padding: 0px;
}
.logo p {
	color: #437FC9;
	font-size: 80%;
	letter-spacing: 0.1em;
}
.contact {
	display: none;
}

/* headerEND */


/* main */

#main {
	width: 100%;
	height: 86vh;
	position: relative;
	background-image: url(../images/main_sp.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.main_area {
	height: auto;
	width: 100%;
	margin: 0px;
}
.main_copy {
    position: absolute;
    top: 40%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.main_other {
    position: absolute;
    bottom: 0;
    right: 0;
	text-align: right; 
}
.main_other img{
    max-width: 80%;
}
.area {
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 80px;
	padding-right: 0px;
	padding-bottom: 80px;
	padding-left: 0px;
}


/* mainEND */


#bg1 {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	background-image: url(../images/bg1_sp.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.contents_01 {
	padding: 0px;
	height: auto;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.contents_01 dt {
	text-align: center;
	font-size: 160%;
	font-weight: bold;
	line-height: 1.7em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.contents_01 dt span{
	background: linear-gradient(transparent 70%, #fdec7d 70%);
	font-size: 120%;
}
.contents_01 dd {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.contents_02 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	height: auto;
	width: 90%;
}
.contents_02 dl {
	background-color: #437FC9;
	padding: 0px;
	height: auto;
	width: 49%;
	margin-top: 1%;
	margin-right: 0px;
	margin-bottom: 1%;
	margin-left: 0px;
}
.contents_02 dl dt {
	margin: 0px;
	color: #FFFFFF;
	text-align: center;
	line-height: 1.5em;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.contents_03 {
	padding: 0px;
	height: auto;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.contents_03 dt{
	font-size: 200%;
	color: #DC0000;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-decoration: underline;
	letter-spacing: 0.1em;
	line-height: 1.5em;
}
.contents_03 dd{
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: 130%;
	line-height: 1.8em;
}
.contents_03 dd span{
	color: #DC0000;
}
.contact_bg1 {
	margin: 0px;
	background: #e7bd88;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #e9c79a, #e7bd88);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #e9c79a, #e7bd88); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
.area_contact {
	height: auto;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	position: relative;
}
.co_area {
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.co_illust {
	position: absolute;
    top: -5%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.co_txt {
	left: 0px;
	background-color: #2AA7BE;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.co_txt span{
	font-size: 150%;
}
.co {
	margin: 0px;
	padding: 0px;
}
.co dl{
	height: auto;
	width: 100%;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.co dl dt{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	line-height: 1.5em;
	text-align: center;
	font-size: 110%;
	font-weight: bold;
}
.co dl dt span{
	font-size: 80%;
	color: #E30000;
	
}
.co dl p{
	font-size: 90%;
	line-height: 1.4em;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.co dl p span{
	font-size: 90%;
	line-height: 1.4em;
	color: #DB0003;
}
.co dd{
	margin: 0px;
	padding: 0px;
}
.co dd img{
	max-width: 100%;
}
.co_mtm {
	text-align: center;
	padding: 0px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 130%;
	font-weight: bold;
	font-style: italic;
	height: auto;
	width: 90%;
	line-height: 1.6em;
}
.co_mtm span{
	color: #E30000;
	text-decoration: underline;
}

.contact_bg2 {
	margin: 0px;
	padding-top: 80px;
	padding-right: 0px;
	padding-bottom: 80px;
	padding-left: 0px;
	background-image: url(../images/bg2_sp.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.sd_01 {
	padding: 0px;
	height: auto;
	width: 95%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.sd_01 img{
	max-width: 90%;
}
.sd_02 {
	padding: 0px;
	height: auto;
	width: 100%;
	text-align: center;
	margin: 0px;
}
.sd_02 img{
	max-width: 100%;
	
}
#bg2 {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	background-image: url(../images/hougan.gif);
	background-repeat: repeat;
}
.title {
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	height: auto;
	width: 95%;
}
.title dt {
	margin: 0px;
	padding: 0px;
	font-style: italic;
}
.title dd {
	font-size: 170%;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
.text_01 {
	text-align: center;
	font-size: 150%;
	line-height: 1.6em;
	background: #70a5c7;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #68c2eb, #70a5c7);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #68c2eb, #70a5c7); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	height: auto;
	width: 100%;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
}
.text_01 span{
	color: #E30000;
	text-decoration: underline;
}
#contents_04 {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	width: 90%;
}
#contents_04 dl {
	margin: 0px;
	padding: 0px;
}
#contents_04 dl dt {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-align: center;
}
#contents_04 dl dd {
	line-height: 1.7em;
	margin: 0px;
	padding: 0px;
}
#contents_04 dl dd span{
	color: #E30000;
	text-decoration: underline;
}
#contents_05 {
	padding: 0px;
	height: auto;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#contents_05 dl {
	height: auto;
	width: 100%;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	background-color: #ebf6fb;
	border-radius: 10px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#contents_05 dl dt {
	font-size: 120%;
	font-weight: bold;
	color: #437fc9;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #437fc9;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 40px;
	background-image: url(../images/icon1.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#contents_05 dl ul {
	margin: 0px;
	padding: 0px;
}
#contents_05 dl ul li {
	overflow: hidden;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-top: 0.5%;
	margin-right: 0%;
	margin-bottom: 0.5%;
	margin-left: 0%;
}
#contents_05 dl ul li span{
	color: #ffba00;
	padding-right: 5px;
}
#bg3 {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	background: #acb6e5;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #86fde8, #acb6e5);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #86fde8, #acb6e5); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
position: relative;
}
#bg3:after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -50px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #99d9e6 transparent transparent transparent;
  border-width: 50px 50px 0 50px;
}
.contents_06 {
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	height: auto;
	width: 90%;
}
.contents_06 dt {
	font-size: 130%;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
.contents_06 dd {
	font-size: 200%;
	font-weight: bold;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
}
.contents_06 dd span{
    background: linear-gradient(transparent 80%, #fdec7d 80%);
}
.contents_07 {
	background-color: #FFFFFF;
	border-radius: 10px;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	height: auto;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.contents_07 dt {
	padding: 0px;
	text-align: center;
	margin: 0px;
}
.contents_07 dd {
	font-size: 120%;
	line-height: 1.6em;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.contents_07 dd span{
	color: #E30000;
}
.kakoi_area {
	height: auto;
	width: 100%;
	padding-top: 80px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
.kakoi {
	height: auto;
	width: 90%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	border: 1px solid #000000;
	text-align: center;
	font-size: 150%;
	line-height: 1.5em;
	font-weight: bold;
	box-shadow: 4px 4px #5c4e3e;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.kakoi span{
	background: linear-gradient(transparent 80%, #fdec7d 80%);
	color: #437fc9;
}
.bg4 {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	background-image: url(../images/bg4.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: cover;
}
.bg5 {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	background-image: url(../images/bg5.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
}
.contents_08 {
	height: auto;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
}
.contents_08_pic {
	padding: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}

.contents_08 dl {
	padding: 0px;
	margin: 0px;
	height: auto;
	width: 100%;
}
.contents_08 dl dt {
	background-image: linear-gradient(90deg, rgba(67, 127, 201, 1), rgba(255, 255, 255, 0));
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	color: #FFFFFF;
	font-size: 130%;
	line-height: 1.5em;
	font-style: italic;
	font-weight: bold;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.contents_08 dl dd {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-size: 130%;
	line-height: 1.5em;
	color: #437FC9;
}
.contents_08 dl p {
	margin: 0px;
	padding: 0px;
}
#bg6 {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	background-image: url(../images/bg6_sp.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.text_02 {
	padding: 20px;
	text-align: center;
	font-size: 140%;
	line-height: 1.6em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	background-color: #FFFFFF;
	height: auto;
	width: 100%;
}
.text_02 span{
	color: #E30000;
	text-decoration: underline;
}
#contents_09 {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	width: 90%;
}
#contents_09 dt {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	text-align: center;
}
#contents_09 dd {
	color: #000000;
	margin: 0px;
	padding: 0px;
}
#contents_09 span {
	color: #E30000;
}
#contents_10 {
	margin: 0px;
	padding: 0px;
}
#contents_10 dl {
	background-color: #FFFFFF;
	height: auto;
	width: 90%;
	position: relative;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#contents_10 dl dt {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#contents_10 dl dt img{
	width: 100%;
}
#contents_10 dl dd {
	color: #437FC9;
	font-size: 140%;
	line-height: 1.5em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}
#contents_10 dl p {
	margin: 0px;
	padding: 0px;
}
.icon_01   {
	background-color: #FB8B40;
	margin: 0px;
	position: absolute;
	left: 10px;
	top: -20px;
	height: auto;
	width: 150px;
	border-radius: 5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: center;
	font-size: 120%;
	font-style: italic;
	color: #FFFFFF;
}
#bg7 {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	background-image: url(../images/bg7_sp.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: cover;
}
.d_area {
	height: auto;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.d_pic {
	padding: 0px;
	height: auto;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	text-align: center;
}
.d_pic img{
	width: 70%;
}
#contents_11 {
	color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	height: auto;
	width: 90%;
}
#contents_11 dt  {
	line-height: 1.3em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#contents_11 dd {
	font-size: 170%;
	line-height: 1.2em;
	margin: 0px;
	padding: 0px;
}
#contents_11 p {
	font-style: italic;
	letter-spacing: 0.1em;
	margin: 0px;
	padding: 0px;
}
#contents_12 {
	color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	height: auto;
	width: 90%;
}
#contents_12 dt  {
	font-size: 130%;
	line-height: 1.3em;
	margin: 0px;
	padding: 0px;
}
#contents_12 dt span {
	font-size: 160%;
	line-height: 1.5em;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#contents_12 dd {
	line-height: 1.2em;
	margin: 0px;
	padding: 0px;
	color: #8F8F8F;
	font-style: italic;
	letter-spacing: 0.1em;
	font-size: 90%;
}
#contents_12 p {
	font-style: italic;
	letter-spacing: 0.1em;
	margin: 0px;
	padding: 0px;
}
#contents_13 {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	height: auto;
	width: 90%;
}
#contents_13 dt {
	background-color: #F2A941;
	height: auto;
	width: 100px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#contents_13 dd {
	color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 90%;
	line-height: 1.6em;
}
#contents_13 dd span{
	color: #F2A941;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#contents_14 {
	padding: 0px;
	height: auto;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
#contents_14 dt {
	background-color: #F2A941;
	height: auto;
	width: 200px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#contents_14 dd {
	color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 90%;
	line-height: 1.6em;
}
#contents_14 dd span{
	color: #F2A941;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#contents_14_ex {
	padding: 0px;
	height: auto;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#contents_14_ex dt {
	background-color: #F2A941;
	height: auto;
	width: 300px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#contents_14_ex dd {
	color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 90%;
	line-height: 1.6em;
}
#contents_14_ex dd span{
	color: #F2A941;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#bg8 {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	background-image: url(../images/bg8_sp.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
#contents_15 {
	background-color: rgba(255,255,255,0.8);
	height: auto;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	
}
#contents_15 dl{
	--x-gradient: linear-gradient(90deg, #333 0 10px, transparent 0 calc(100% - 10px), #333 calc(100% - 10px));
    --y-gradient: linear-gradient(#333 0 10px, transparent 0 calc(100% - 10px), #333 calc(100% - 10px));
	margin: 0rem;
	background-image: var(--x-gradient),
        var(--y-gradient),
        var(--x-gradient),
        var(--y-gradient);
	background-repeat: no-repeat;
	background-size: 100% 30px, 30px 100%, 100% 30px, 30px 100%;
	background-position: top, right, bottom, left;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
}
#contents_15 dt {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	color: rgba(0,0,0,1);
	font-size: 120%;
	line-height: 1.5em;
	border-bottom: 1px solid rgba(0,0,0,1);
}
#contents_15 dd {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	line-height: 1.8em;
	color: rgba(0,0,0,1);
}
#bg9 {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	background-image: url(../images/bg9.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: cover;
}
#contents_16 {
	padding: 0px;
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	
}
#contents_17 {
	padding: 0px;
	height: auto;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#contents_17 dl {
	background-color: #FFFFFF;
	height: auto;
	width: 100%;
	position: relative;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	border: 1px solid #437fc9;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#contents_17 dl dt {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	text-align: center;
}
#contents_17 dl dt img{
	border-radius: 50%;
}
#contents_17 dl dd {
	color: #fd3f94;
	font-size: 140%;
	line-height: 1.5em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	font-weight: bold;
}
#contents_17 dl p {
	margin: 0px;
	padding: 0px;
}
#contents_17 dl p span{
	color: #E30000;
}
.icon_02   {
	background-color: #ffb400;
	margin: 0px;
	position: absolute;
	left: 10px;
	top: -20px;
	height: auto;
	width: 150px;
	border-radius: 5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: center;
	font-size: 120%;
	font-style: italic;
	color: #FFFFFF;
}
.point_txt {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-size: 130%;
	font-weight: bold;
	color: #437FC9;
	text-align: center;
}
.point_txt span{
	background: linear-gradient(transparent 70%, yellow 70%);
}
.cyusyaku {
	font-size: 70%;
	line-height: 1.5em;
	padding: 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	width: 90%;
}
.link-btn-01 {
	text-align: center;
	padding: 0px;
	width: 90%;
	height: auto;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.link-btn-01 a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	padding-top:15px;
	padding-bottom: 15px;
	display: block;
	background-color: #a1886e;
	border-radius: 7px;
	box-shadow: 4px 4px #5c4e3e;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(../../images/yajirushi_right.png);
	background-repeat: no-repeat;
	background-position : 15px 25px;
}
#bg10 {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	background-image: url(../images/bg10_sp.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
#contents_18 {
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	height: auto;
	width: 90%;
}
#contents_18 dl{
	margin: 0px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
}
#contents_18 dl dt{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-align: center;
}
#contents_18 dl dt img{
    width: 100%;
}
#contents_18 dl dd{
	font-size: 120%;
	font-weight: bold;
	line-height: 1.6em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #437fc9;
}
#contents_18 dl p{
    margin: 0px;
    padding: 0px;
    line-height: 2em;
}
#contents_18 dl p span{
    color: #D90003;
    
}
.title_kakoi {
	border: 2px solid #000000;
	text-align: center;
	padding: 10px;
	height: auto;
	width: 220px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 130%;
	font-weight: bold;
	background-color: #FFFFFF;
}
#contents_19 {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	width: 90%;
}
#contents_19 dl {
	height: auto;
	width: 100%;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
}
#contents_19 dl dt {
    text-align: center;
    font-weight: bold;
    font-size: 130%;
    border-bottom: 1px dotted #4B4B4B;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
}
#contents_19 dl dd {
    font-size: 90%;
    margin: 0px;
    padding: 0px;
}
#bg_case {
    margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	background: #C9D6FF;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #E2E2E2, #C9D6FF);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #E2E2E2, #C9D6FF); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
position: relative;
}
.case_area {
	background-color: #FFFFFF;
	position: relative;
	z-index: 1;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}
.case_title {
	background-color: #437FC9;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-size: 120%;
	font-style: italic;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
	z-index: 2;
	text-align: center;
}
.case_pic {
	display: flex;
	justify-content: center;
	padding: 0px;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.case_pic dl {
	height: auto;
	width: 50%;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.case_pic dl dt {
	text-align: center;
	font-size: 130%;
	font-style: italic;
	font-weight: bold;
	color: #437FC9;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.case_pic dl dd {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.case_pic dl dd img{
	width: 100%;
}
.sankaku {
	width: 0;
	height: 0;
	border-left: 15px solid #437fc9;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	padding: 0px;
	margin: 0px;
}
.c_gray {
	background-color: #E0E0E0;
}
.c_blue {
background-color: #e6f3ff;
}
.case_txt {
	margin: 0px;
	padding: 0px;
}
.case_txt_01 {
	font-size: 140%;
	color: #437FC9;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.case_txt_02 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	line-height: 1.6em;
}
.case_txt dl {
	border-bottom: 1px solid #437FC9;
	margin: 0px;
	padding: 0px;
}
.case_txt dl dt {
	font-weight: bold;
	border-bottom: 1px dotted #9C9C9C;
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
}
.case_txt dl dd {
	margin: 0px;
	font-size: 90%;
	line-height: 1.6em;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#bg11 {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	background-image: url(../images/bg1.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: cover;
}
.text1 {
	text-align: center;
	font-weight: bold;
	padding: 0px;
	margin-top: -20px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	height: auto;
	width: 90%;
}
.text1 span {
	color: #CC0000;
}
#flow {
	padding: 0px;
	margin: 0px;
}
.flow_inner {
	padding: 0px;
	height: auto;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.flow_pic {
	background-color: #437fc9;
	height: auto;
	width: 85px;
	height: 85px;
	border-radius: 50%;
	position: relative;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.flow_pic_inner {
	color: #FFF;
	font-size: 90%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.flow_pic_inner span{
	font-size: 220%;
	display: block;
	line-height: 1em;
}
.flow_inner dl {
	height: auto;
	width: 100%;
	border: 2px solid #437FC9;
	border-radius: 10px;
	background-color: #FFFFFF;
	margin-top: -35px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
.flow_inner dl dt {
	padding: 0px;
	color: #437FC9;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 150%;
	line-height: 1.5em;
}
.flow_inner dl dd {
	margin: 0px;
	padding: 0px;
}
.next {
	text-align: center;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-size: 200%;
	font-weight: bold;
	color: #FFDE00;
}
#bg12 {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	background: #E0EAFC;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #CFDEF3, #E0EAFC);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #CFDEF3, #E0EAFC); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
#qa {
	padding: 0px;
	height: auto;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#qa dl {
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	border-radius: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-color: #FFFFFF;
}
#qa dl dt {
	font-size: 110%;
	font-weight: bold;
	color: #437fc9;
	background-image: url(../images/q.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 45px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#qa dl dd {
	margin: 0px;
	background-image: url(../images/a.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 45px;
}
.kakoi_area_02 {
	margin: 0px;
	padding: 0px;
}
.kakoi_02 {
	height: auto;
	width: 90%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	border: 1px solid #000000;
	text-align: center;
	font-size: 180%;
	line-height: 1.5em;
	font-weight: bold;
	box-shadow: 4px 4px #5c4e3e;
	padding: 15px;
}
.kakoi_02 span{
	background: linear-gradient(transparent 80%, #fdec7d 80%);
	color: #437fc9;
}
#contents_20 {
	background-color: rgba(255,255,255,1);
	padding: 0px;
	height: auto;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top: 1px solid #437FC9;
	border-bottom: 1px solid #437FC9;
}
#contents_20 dl{
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#contents_20 dt {
	text-align: center;
	color: rgba(0,0,0,1);
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
}
#contents_20 dd {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	line-height: 1.5em;
	color: #437FC9;
	text-align: center;
	font-size: 150%;
	font-weight: bold;
}
#contents_20 p {
	padding: 0px;
	text-align: center;
	margin: 0px;
	line-height: 1.6em;
}
#map {
	padding: 0px;
	height: auto;
	width: 100%;
	margin-top: -50px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}
#map iframe {
	margin: 0px;
	padding: 0px;
	height: 350px;
	width: 100%;
}
#acc_area {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	width: 90%;
}
.acc {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.acc1 {
	background-color: #f7f7f7;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #437fc9;
	border-radius: 0px 8px 8px 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
}
.acc1 dt {
	font-size: 120%;
	font-weight: bold;
	color: #000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
}
.acc1 ul {
	margin: 0px;
	padding: 0px;
}
.acc1 ul li {
	font-size: 80%;
	line-height: 1.6em;
}
.acc1 ul li span {
	color: #437fc9;
}
.acc2 {
	background-color: #f7f7f7;
	margin: 0px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #437fc9;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	border-radius: 0px 8px 8px 0px;
}
.acc2 dt {
	background-image: url(../images/acc_icon2.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 120%;
	font-weight: bold;
	color: #000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.acc2 dd {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.acc2 ul {
	margin: 0px;
	padding: 0px;
}
.acc2 ul li {
	font-size: 90%;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
}
.link-btn-02 {
	text-align: center;
	padding: 0px;
	width: 100%;
	height: auto;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 80px;
	margin-left: auto;
}
.link-btn-02 a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
	background-color: #a1886e;
	border-radius: 7px;
	box-shadow: 4px 4px #5c4e3e;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(../../images/yajirushi_right.png);
	background-repeat: no-repeat;
	background-position : 15px 30px;
}
footer {
	background-color: #437FC9;
	margin: 0px;
	height: auto;
	width: 100%;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	text-align: center;
}
footer dl {
	padding: 0px;
	height: auto;
	width: 95%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
footer dl dt {
	color: #FFFFFF;
	padding: 0px;
	line-height: 1.5em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
footer dl dd {
	font-size: 150%;
	line-height: 1.6em;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.copyright {
	font-size: 65%;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
}

}
