@charset "utf-8";

/* ========================================================
template.css => テンプレート用CSS
======================================================== */

html,
body,
#h1,
#HeadWrap,
#FootWrap {
  width: 100%;
  min-width: 100%;
}
body {
font-size: 95%;
line-height: 1.8em;
color: #333333;
/*font-family: "ＭＳ Ｐゴシック", "MS P Gothic", Verdana,Arial, Helvetica, sans-serif;*/
font-family: Verdana, "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
background:#ffffff;
}
/*
body#TOP .background {
  background:#ffffff url(../images/main_bg_02.jpg) top center no-repeat;
}

body#UNDER .background {
  background:#ffffff url(../images/under_title_bg.jpg) top center no-repeat;
  /*background-position: center top 183px;
}

body#UNDER .background2 {
  background:#ffffff url(../images/under_title_bg-02.png) top center no-repeat;
  /*background-position: center top 183px;
}*/

body#UNDER .background3 {
  background:#ffffff url(../images/under_title_bg-03.png) top center no-repeat;
  /*background-position: center top 183px;*/
}
*/

a {
color: #26ADE4;
text-decoration: underline;
}
a:link, a:visited {
text-decoration: none;
}
a:hover, a:active {
text-decoration: none;
}

/* === head === */

#h1 {
background-color: #fff;
border-bottom: 2px solid #26ADE4;
height: auto;

}
#h1 h1 {
width:90%;
margin:0 auto;
padding:8px 0;
color: #000000;
font-weight: normal;
font-size:13px;
text-align:left;
line-height: 1.5em;
letter-spacing: 0.1em;
}

#HeadWrap {
  background-color: #ffffff;
border-bottom:none;
height: auto;
padding: 0px 0px 15px;
display:block;
}
#head {
width:100%;
height:auto;
margin:0 auto;
position:relative;
}
#head h2 {
position:relative;
width: 240px;
    display: block;
    margin: 0px auto 21px;
}
#head dl {
position: relative;
    display: block;
    height: auto;
    margin: 12px auto;
}
#head dl dt {
    text-align: center;
    margin-bottom: 4px;
    padding: 0;
    display: block;
    margin: 0 auto;
	font-size:14px;
}
#head ul {
position:relative;

}
#head li {
float:left;
}

.intro-time {
  font-size: 12px;
}
.intro-time span{
display:block;
}
.tel-and-fax {
    position: relative;
    display: block;
    margin: 0 auto 10px;
    padding-bottom: 2px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background-color: #ffffff;
    min-width: 245px;
    width: 75%;
    text-align: left;
    box-sizing: border-box;
	line-height:1;
}

.tel-and-fax a {
  color: #000000;
}

.tel-and-fax .small {
  font-size: 16px;
  color: #26ADE4;
}

.tel-and-fax .number {
  padding-left: 4px;
  font-size: 24px;
}

/* === navi === */

#NaviWrap {
display:none;
width: 100%;
height: 51px;
}
#navi {
width:100%;
height:50px;
margin:auto;
}

#navi li {
display: inline-block;
margin: 0;
padding: 0;
letter-spacing: normal;
/* For IE 6/7 */
*display: inline;
*zoom: 1;
}
#navi li a.menu {
display:block;
margin: 0;
padding: 13px 26px 0 23px;
width:100px;
height: 37px;
text-align: center;
font-weight: bold;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

#navi li a.menu-1,
#navi li a.menu-2,
#navi li a.menu-3,
#navi li a.menu-4,
#navi li a.menu-5 {
border-right: 1px solid #ccc;
}

#navi li a.menu-1,
#navi li.active a.menu-1 {
border-left: 1px solid #ccc;
width: 110px;
}
#navi li a.menu-2 {
width: 130px;
margin-bottom: 2px;
}

#navi li a.menu-3 {
width: 240px;
}
#navi li a.menu-4 {
width: 110px;
}
#navi li a.menu-5 {
width: 130px;
}

#navi li.active a.menu,
#navi li a.menu:hover,
#navi li.not-active a.menu:hover {
background: #f2f2f2 !important;
border: 1px solid rgba(0, 0, 0, .2);
border-left: 0;
border-top: 0;
box-shadow:rgba(153, 153, 153, 0.388235) 0px 2px 5px 1px inset;
-webkit-box-shadow:rgba(153, 153, 153, 0.388235) 0px 2px 5px 1px inset;
-moz-box-shadow:rgba(153, 153, 153, 0.388235) 0px 2px 5px 1px inset;
border-bottom: 0px;
opacity: 1;
}

#navi li a.menu-1:hover,
#navi li.active a.menu-1,
#navi li.active a.menu-1:hover  {
border-left: 1px solid #ccc;
width: 110px;
}

#navi .submenu {
  position: absolute;
  top: 49px;
  left: 0;
  z-index: 999;
  border-left: solid 1px #808080;
  border-right: solid 1px #808080;
  line-height: 1;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
}

#navi li:hover > .submenu {
  opacity: 1;
  visibility: visible;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
}

#navi .submenu li {
  display: block;
  border-bottom: solid 1px #808080;
}

#navi .submenu li:first-child {
  border-top: solid 1px #808080;
}

#navi .submenu li a {
  display: block;
  padding: 18px;
  background-color: #f2f2f2;
  font-size: 15px;
  font-weight: bold;
  white-space: nowrap;
}

#navi .submenu li a:hover {
  background-color: #fff;
  opacity: 1;
}


a {
  opacity:1;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

a:hover {
  opacity: 0.8;
}

#navi li a {
font-size:100% ;
color:#333333;
}

#pull-down-menu {
  position: relative;
  letter-spacing: -0.4em;
}

#pull-down-menu > li {
  position: relative;
   display: table-cell;
   /* for IE 6/7 */
   *display: inline;
   *zoom: 1;
}


#pull-down-menu > li.home {
  padding-top: 3px;
  padding-bottom: 0;
  width: 54px;
  text-align: center;
  padding-right: 16px;
}


#pull-down-menu > li a i {
  position: absolute;
  top: 3px;
  left: 14px;
  font-size: 33px;
  height:34px;
  padding: 0;
  /*margin: 0;*/
  margin-left: -10px;
  color: #26ADE4;
}

#pull-down-menu > li a .caption {
  position: relative;
  left: 2px;
  bottom: -14px;
  font-size: 11px;
  color: #26ADE4;
}


/* menu */
body#TOP .background {
background-position: 64% 0;
}
body#TOP #MenuWrap { /* top menu */
  position:absolute;
  top:334px;
  left:5px;
  width:210px;
  font-size:90%;
}
body#TOP #MenuWrap { /* under menu */
  width:210px;
  margin:5px 0 30px 5px;
  font-size:90%;
}

#MenuWrap #Menu {
/*background:url(../images/menu_bg02.png) bottom left no-repeat;*/
  margin-bottom:10px;
  font-size: 12px;
  font-weight: bold;
}
#MenuWrap #Menu ul {
/*background:url(../images/menu_bg.png) top left no-repeat;*/
  padding:5px 0;
}

#MenuWrap #Menu li a {
  display: inline-block;
  margin: 0;
  padding:5px;
  width: 198px;
  line-height: 2em;
  vertical-align: middle;
  color: #333333;
  text-decoration:none;
  border:#ccc 1px solid;
  border-bottom: 0;
  border-collapse: collapse;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

#MenuWrap #Menu li:first-child a {
  border-radius: 6px 6px 0 0;
}

#MenuWrap #Menu li:last-child a {
  border-radius: 0 0 6px 6px;
  border-bottom: #ccc 1px solid !important;
}

#MenuWrap #Menu li a:link, #MenuWrap #Menu li a:visited {
  color: #333333;
  text-decoration:none;
}
#MenuWrap #Menu li a:hover,
#MenuWrap #Menu li.active a {
  border: 1px solid rgba(0, 0, 0, .2);
  border-bottom: 0;
  box-shadow:rgba(153, 153, 153, 0.388235) 0px 2px 5px 1px inset;
  -webkit-box-shadow:rgba(153, 153, 153, 0.388235) 0px 2px 5px 1px inset;
  -moz-box-shadow:rgba(153, 153, 153, 0.388235) 0px 2px 5px 1px inset;
  opacity: 1 !important;
  background-color: #f2f2f2;
}
#MenuWrap #Menu li:last-child a:hover {
   border-bottom: #ccc 1px solid;
}


#MenuWrap #MenuPloWrap {
background:url(../images/menu_pro_bg02.png) bottom left no-repeat;
}
#MenuWrap #MenuPloWrap #MenuPlo {
text-align:center;
background:url(../images/menu_pro_bg.png) top left no-repeat;
padding:31px 10px 5px 10px;
}
#MenuWrap #MenuPloWrap #MenuPlo ul {
text-align:left;
margin-top:10px;
}
#MenuWrap #MenuPloWrap #MenuPlo li {
padding:5px;
border-top:#e8e8e8 1px solid;
}
#MenuWrap #MenuPloWrap #MenuPlo li dt {
color:#706456;
font-weight:bold;
}

#MenuWrap a.banner-anchor img {
    margin: 15px 0;
    /*border: 1px solid #ccc;*/
    border-radius: 6px;
    width: 210px;
}

.melit_title {
    display: inline-block;
    width: 100%;
    height: auto;
    box-sizing: border-box;
}

.melit_title:after {
border:10px solid transparent;
border-top-color: #000000;
border-bottom-width:0;
top:49px;
content:"";
display:block;
left:48%;
position:absolute;
width:0;
}
#MainContents #box_merit dd {
    padding: 15px 10px 15px;
    width: 100%;
    box-sizing: border-box;
	height: auto;
}	
.melit_title i {
  display: block;
  float: left;
  color: #fff;
  font-size: 28px;
  padding: 8px 10px;
}

.melit_title p {
color:#ffffff;
padding:10px 20px 0 0;
font-size: 18px;
font-weight:bold;
text-align: center;
}

/*.melit_title_2 {
display:block;
width:340px;
height:47px;
background:url(../images/melit_02.gif) no-repeat;
text-decoration: none;
}*/

/*.melit_title_2 p {
color:#ffffff;
padding:12px 0 0 97px;
font-size: 18px;
font-weight:bold;
}
.melit_title_3 {
display:block;
width:340px;
height:47px;
background:url(../images/melit_03.gif) no-repeat;
text-decoration: none;
}*/

/*.melit_title_3 p {
color:#ffffff;
padding:12px 0 0 90px;
font-size: 18px;
font-weight:bold;
}*/
/*.melit_title_4 {
display:block;
width:340px;
height:47px;
background:url(../images/melit_04.gif) no-repeat;
text-decoration: none;
}*/

.melit_title p.small {
color:#ffffff;
padding:10px 20px 0 0;
font-size: 15px;
font-weight:bold;
}
/* === radius and gradation === */

.curved_r5_A {
 width: 675px;
background: rgb(69,157,224); /* Old browsers */
background: -moz-linear-gradient(top, rgba(69,157,224,1) 0%, rgba(0,120,219,1) 49%, rgba(0,105,219,1) 50%, rgba(0,49,155,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,157,224,1)), color-stop(49%,rgba(0,120,219,1)), color-stop(50%,rgba(0,105,219,1)), color-stop(100%,rgba(0,49,155,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(69,157,224,1) 0%,rgba(0,120,219,1) 49%,rgba(0,105,219,1) 50%,rgba(0,49,155,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(69,157,224,1) 0%,rgba(0,120,219,1) 49%,rgba(0,105,219,1) 50%,rgba(0,49,155,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(69,157,224,1) 0%,rgba(0,120,219,1) 49%,rgba(0,105,219,1) 50%,rgba(0,49,155,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(69,157,224,1) 0%,rgba(0,120,219,1) 49%,rgba(0,105,219,1) 50%,rgba(0,49,155,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#459de0', endColorstr='#00319b',GradientType=0 ); /* IE6-9 */
 padding: 5px 5px 5px 20px;
 margin-bottom: 20px;
 border-radius: 5px;		/* CSS3草案 */
 -webkit-border-radius: 5px;	/* Safari、Google Chrome */
 -moz-border-radius: 5px;	/* Firefox */
}
.curved_r5_A h4 {
 font-size: 130%;
 margin: 5px 0 5px -10px;
 padding-top: 1px;
 border-left: #59FFFF solid 5px;
 padding-left: 10px;
 color: #fff;
}

.curved_r5_B {
width: 685px;
background: rgb(69,157,224); /* Old browsers */
background: -moz-linear-gradient(top, rgba(69,157,224,1) 0%, rgba(0,120,219,1) 49%, rgba(0,105,219,1) 50%, rgba(0,49,155,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,157,224,1)), color-stop(49%,rgba(0,120,219,1)), color-stop(50%,rgba(0,105,219,1)), color-stop(100%,rgba(0,49,155,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(69,157,224,1) 0%,rgba(0,120,219,1) 49%,rgba(0,105,219,1) 50%,rgba(0,49,155,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(69,157,224,1) 0%,rgba(0,120,219,1) 49%,rgba(0,105,219,1) 50%,rgba(0,49,155,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(69,157,224,1) 0%,rgba(0,120,219,1) 49%,rgba(0,105,219,1) 50%,rgba(0,49,155,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(69,157,224,1) 0%,rgba(0,120,219,1) 49%,rgba(0,105,219,1) 50%,rgba(0,49,155,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#459de0', endColorstr='#00319b',GradientType=0 ); /* IE6-9 */
 padding: 10px 5px 5px 0;
 margin: 0 0 20px 30px;
 border-radius: 5px;		/* CSS3草案 */
 -webkit-border-radius: 5px;	/* Safari、Google Chrome */
 -moz-border-radius: 5px;	/* Firefox */
}
.curved_r5_B h4 {
 font-size: 130%;
 margin: 1px 0 5px 10px;
 padding-left: 10px;
 border-left: #59FFFF solid 5px;
 color: #fff;
}

.curved_r5_C {
width: 200px;
height: 35px;
background: rgb(69,157,224); /* Old browsers */
background: -moz-linear-gradient(top, rgba(69,157,224,1) 0%, rgba(0,120,219,1) 49%, rgba(0,105,219,1) 50%, rgba(0,49,155,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,157,224,1)), color-stop(49%,rgba(0,120,219,1)), color-stop(50%,rgba(0,105,219,1)), color-stop(100%,rgba(0,49,155,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(69,157,224,1) 0%,rgba(0,120,219,1) 49%,rgba(0,105,219,1) 50%,rgba(0,49,155,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(69,157,224,1) 0%,rgba(0,120,219,1) 49%,rgba(0,105,219,1) 50%,rgba(0,49,155,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(69,157,224,1) 0%,rgba(0,120,219,1) 49%,rgba(0,105,219,1) 50%,rgba(0,49,155,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(69,157,224,1) 0%,rgba(0,120,219,1) 49%,rgba(0,105,219,1) 50%,rgba(0,49,155,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#459de0', endColorstr='#00319b',GradientType=0 ); /* IE6-9 */
 padding: 3px 5px 1px 20px;
 margin: 10px 0 20px 0px;
 border-radius: 5px;		/* CSS3草案 */
 -webkit-border-radius: 5px;	/* Safari、Google Chrome */
 -moz-border-radius: 5px;	/* Firefox */
}
.curved_r5_C h4 {
 font-size: 130%;
 letter-spacing: 0.1em;
 margin: 5px 0 0 -10px;
 border-left: #59FFFF solid 5px;
 padding-left: 10px;
 color: #ffffff;
}

.curved_r5_D {
 width: 350px;
 height: 35px;
background: rgb(69,157,224); /* Old browsers */
background: -moz-linear-gradient(top, rgba(69,157,224,1) 0%, rgba(0,120,219,1) 49%, rgba(0,105,219,1) 50%, rgba(0,49,155,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,157,224,1)), color-stop(49%,rgba(0,120,219,1)), color-stop(50%,rgba(0,105,219,1)), color-stop(100%,rgba(0,49,155,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(69,157,224,1) 0%,rgba(0,120,219,1) 49%,rgba(0,105,219,1) 50%,rgba(0,49,155,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(69,157,224,1) 0%,rgba(0,120,219,1) 49%,rgba(0,105,219,1) 50%,rgba(0,49,155,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(69,157,224,1) 0%,rgba(0,120,219,1) 49%,rgba(0,105,219,1) 50%,rgba(0,49,155,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(69,157,224,1) 0%,rgba(0,120,219,1) 49%,rgba(0,105,219,1) 50%,rgba(0,49,155,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#459de0', endColorstr='#00319b',GradientType=0 ); /* IE6-9 */
 padding: 5px 0 5px 20px;
 margin: 0 0 20px 0px;
 border-radius: 5px;		/* CSS3草案 */
 -webkit-border-radius: 5px;	/* Safari、Google Chrome */
 -moz-border-radius: 5px;	/* Firefox */
}
.curved_r5_D h4 {
 font-size: 130%;
 margin: 5px 0 0 -10px;
 border-left: #59FFFF solid 5px;
 padding-left: 10px;
 color: #ffffff;
}


.box-flow-section {
 width: 100%;
 height :auto;
 /*background-color: #D2DB92;*/
 background-color: #c7d5e3;
 color: #333333;
 padding: 7px;
 margin:5px auto 20px;
 border-radius: 3px 3px 0 0;		/* CSS3草案 */
 -webkit-border-radius: 3px 3px 0 0;	/* Safari、Google Chrome */
 -moz-border-radius: 3px 3px 0 0;	/* Firefox */
 box-sizing:border-box;
}

.box-flow-section .circle {
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: #286ccd;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
     top: 7px;
    left: 10px;
}

.box-flow-section .circle span.caption {
  position: absolute;
  color: #f2f2f2;
  top: 3px;
  width: 100%;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.box-flow-section .circle span.number {
  position: absolute;
  top: 28px;
  color: #fff;
  font-size: 36px;
  width: 100%;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.box-flow-section img {
	position: relative;
	top: -20px;
	left: -7px;
}

/* 01 */
.box-flow-section-01 {
    width: 100%;
    height: auto;
    background-color: #c0cbe0;
    color: #333333;
    padding: 7px;
    margin: 5px auto 20px;
    border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    box-sizing: border-box;
}

.box-flow-section-01 .circle {
    position: absolute;
    width: 60px;
    height: 60px;
    /* background-color: #4763a2; */
    background-color: #286ccd;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: 7px;
    left: 10px;
}

.box-flow-section-01 .circle span.caption {
  position: absolute;
  color: #f2f2f2;
  top: 3px;
  width: 100%;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.box-flow-section-01 .circle span.number {
  position: absolute;
  top: 28px;
  color: #fff;
  font-size: 36px;
  width: 100%;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

/* 02 */
.box-flow-section-02 {
 width: 100%;
 height :auto;
 background-color: #c1dac1;
 color: #333333;
 padding: 7px;
 margin: 5px auto 20px;
 border-radius: 3px 3px 0 0;		/* CSS3草案 */
 -webkit-border-radius: 3px 3px 0 0;	/* Safari、Google Chrome */
 -moz-border-radius: 3px 3px 0 0;	/* Firefox */
 box-sizing: border-box;
}

.box-flow-section-02 .circle {
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: #48a34b;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.box-flow-section-02 .circle span.caption {
  position: absolute;
  color: #f2f2f2;
  top: 3px;
  width: 100%;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.box-flow-section-02 .circle span.number {
  position: absolute;
  top: 28px;
  color: #fff;
  font-size: 36px;
  width: 100%;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

/* 03 */
.box-flow-section-03 {
    width: 100%;
    height: auto;
    background-color: #ded3c5;
    color: #333333;
    padding: 7px;
    margin: 5px auto 20px;
    border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    box-sizing: border-box;
}

.box-flow-section-03 .circle {
    position: absolute;
    width: 60px;
    height: 60px;
  background-color: #a38148;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
      top: 7px;
    left: 10px;
}

.box-flow-section-03 .circle span.caption {
  position: absolute;
  color: #f2f2f2;
  top: 3px;
  width: 100%;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.box-flow-section-03 .circle span.number {
  position: absolute;
  top: 28px;
  color: #fff;
  font-size: 36px;
  width: 100%;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}


.curved_r3 p {
 margin: 5px 0 0 70px;
 padding-left: 10px;
 font-size: 140%;
 letter-spacing: 0.1em;
color: #333333;
 font-weight: bold;
}

.curved_r3 img {
 vertical-align:bottom;
}

.curved_r3r3 {
 
 margin: 0 auto 43px;
 border-radius: 3px 3px 3px 3px;		/* CSS3草案 */
 -webkit-border-radius: 3px 3px 3px 3px;	/* Safari、Google Chrome */
 -moz-border-radius: 3px 3px 3px 3px;	/* Firefox */
 background-color: #c7d5e3;
}
.curved_r3r3 p {
 margin: 5px 0 0 70px;
 padding-left: 10px;
 font-size: 140%;
 color: #333333;
 font-weight: bold;
}

.curved_r3r3 img {
 vertical-align:bottom;
}


.curved_r3_red {
background: rgb(219,98,98); /* Old browsers */
background: -moz-linear-gradient(top, rgba(219,98,98,1) 0%, rgba(181,27,16,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(219,98,98,1)), color-stop(100%,rgba(181,27,16,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(219,98,98,1) 0%,rgba(181,27,16,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(219,98,98,1) 0%,rgba(181,27,16,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(219,98,98,1) 0%,rgba(181,27,16,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(219,98,98,1) 0%,rgba(181,27,16,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db6262', endColorstr='#b51b10',GradientType=0 ); /* IE6-9 */
}
.curved_r3_red p {
 margin: 5px 0 0 70px;
 padding-left: 10px;
 font-size: 140%;
 letter-spacing: 0.1em;
 color: #fff;
}
.curved_r3_red img {
 vertical-align:bottom;
}

.red-icon{
text-align: center;
}

/* === foot === */

#FootWrap {
background: #000000;
font-size:80%;
padding-bottom:20px;
color: #333333;
border-top: 1px solid #ccc;
}

#FootInfoWrap {
background-color: #ffffff;
padding:15px 0 25px 0;
text-shadow: ;
}
#FootInfo {
width:100%;
margin:0 auto;
}

#FootInfo h4 {
margin-bottom:15px;
}

#FootInfo .box_foot {
margin:0 5px;
}

#FootInfo .box_foot .bold {
}

#FootInfo ul.area_box {
margin-bottom:20px;
}
#FootInfo ul.area_box li {
border-bottom:#666 1px dotted;
margin-top:20px;
}
#FootInfo ul.area_box li dl {
padding-bottom:20px;
zoom: 1;
}
#FootInfo ul.area_box li dl:after {
content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0;
}
#FootInfo ul.area_box li dt {
float:left;
width:90px;
font-weight:bold;
}
#FootInfo ul.area_box li dd {
    float: left;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
}

#FootInfo dl.tel_box {
  position: relative;
margin-bottom:15px;
zoom: 1;
}
#FootInfo dl.tel_box:after {
content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0;
}
#FootInfo dl.tel_box dt {
    float: none;
    width: 315px;
    margin: 0 auto;
    text-align: center;
}

#FootInfo dl.tel_box dd {
    float: none;
    width: 80%;
    max-width: 315px;
    margin: 10px auto 0;
    display: block;
    height: auto;
    text-align: left;
    padding: 5px 0 5px 0;
    box-sizing: border-box;
}
#FootInfo dl.tel_box img {
  position: absolute;
  right:0;
  top:5px;
}

#FootInfo .link li a {
text-decoration:underline;
color: #d81d2d;
}
#FootInfo .link li a {
text-decoration:underline;
}
#FootInfo .link li a:link, #FootInfo .link li a:visited {
text-decoration:underline;
}
#FootInfo .link li a:hover, #FootInfo .link li a:active {
text-decoration: underline;
}

#FootNaviWrap {
padding:20px 10px;
margin-bottom:20px;
border-bottom: #ffffff 1px dotted;
}
#FootNaviWrap div {
    zoom: 1;
    width: 100%;
    margin: 0 auto;
    text-align: left;
}
#FootNaviWrap div ul {
zoom: 1;
}
#FootNaviWrap ul:after {
content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0;
}
#FootNaviWrap li {
    display: inline-block;
    padding-left: 10px;
    margin-right: 10px;
}
#FootNaviWrap li a {
color: #c5cace;
text-decoration:none;
}
#FootNaviWrap li a:link, #FootNaviWrap li a:visited {
text-decoration:none;
}
#FootNaviWrap li a:hover, #FootNaviWrap li a:active {
text-decoration: underline;
}
#FootWrap p#add {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10px;
    color: #ccc;
    word-break: keep-all;
    box-sizing: border-box;
    padding: 0 2px;
}
#FootWrap p#copy {
width:100%;
margin:0 auto;
text-align:center;
color: #ccc;
}

h2.fotter-title {
    margin: 10px 0 15px 0;
    font-size: 1.5rem;
    letter-spacing: 0.08em;
    padding: 0 10px;
    box-sizing: border-box;
}

.footer-tel-and-fax {
position: absolute;
right: 0;
padding: 8px 10px 4px 6px;
border-radius: 6px;
font-size: 26px;
background-color: #4DBCE9;
}

.footer-tel-and-fax .small {
  padding: 0 0 0 6px;
  font-size: 14px;
}

.footer-tel-and-fax .number {
  padding: 0 0 0 6px;
}
#MainWrap {
    position: relative;
    margin: 0 auto;
    width: 100%;
    zoom: 1;
}
#Main {
    width: 100%;
    height: auto;
    margin: 0 auto 20px;
    position: relative;
	background: linear-gradient(rgba(144, 238, 144, 0.6), rgba(255, 255, 55, 0.2));
}
#Main h3 {
    /*color: rgb(68, 0, 130);*/
    font-size: 1.4rem;
    font-family: 'メイリオ',Meiryo, sans-serif;
    font-weight: normal;
    line-height: 2em;
    width: 92%;
    display: block;
    margin: 10px auto;
    text-align: left;
	position:relative;
	top:0;
	left:0;
}
#Main h3, #Main ul {
   text-shadow: 3px 3px 7px #13398C;
}
#Main ul.main-intro-list {
    position: relative;
    margin: 0 auto;
    padding: 0;
    color: #245ab7;
    font-family: 'メイリオ',Meiryo, sans-serif;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.75;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.8);
    display: block;
    width: 91%;
	top:0;
	left:0;
}
#MainContents #box_merit h4.solution {
    font-size: 22px;
    margin: 0 auto 10px;
    width: 100%;
    /*word-break: keep-all;*/
	border: 1px solid #ccc;
    padding: 8px 10px;
    box-sizing: border-box;
    height: auto;
    border-radius: 6px;
    background: #d9e8ff;
}
br {
    display: none;
}
p.margin_b15b br{
display:inline-block;
}
h4.solution i{
display:none;
}
#MenuWrap{
display:none;
}	
#Main h3 span.main-name {
    font-size: 1.8rem;
    font-weight: bold;
    display: block;
    margin: 20px auto;
	/*word-break: keep-all;*/
	top:0;
	left:0;
	
}
#MainContents {
    float: none;
    width: 100%;
}
#MainContentsWrap {
    position: relative;
    width: 100%;
    margin: 0 auto;
}
#MainContents #box_merit .box_solution-set {
    margin: 10px 0 0px;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.box_solution-setItem,.box_solution-setItem2{
    width: 100%!important;
    /*word-break: keep-all!important;*/
    height: auto!important;
    margin: 0 auto 11px!important;
	padding-bottom: 15px!important;
	}

#MainContents #box_merit {
padding:10px;
}
#MainContents #box_merit .box_solution-setItem-price {
    margin-bottom: 8px;
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 1;
}
#MainContents #box_merit .box_solution-setItem-name3{
font-size:1.3rem;
}
#MainContents #box_merit .box_solution-setItem-price {
font-size:1.1rem;
}	
#MainContents #box_merit .box_solution-setItem-price span {
   
    font-size: 2rem;
    
}
#MainContents #box_merit .box_solution-setItem-name2 br,
#MainContents #box_merit .box_solution-setItem-name3 br,
#FootInfo dl.tel_box dt br{
display:inline-block;
}
#MainContents #box_merit h5{
font-size:1.6rem;
}
#MainContents #box_merit .box_solution-setItem-remarks {
    font-size: 1.1rem;
   
}
#MainContents #box_merit .box_solution-setItem3 {
    width: 100%;
    height: auto;
    padding: 20px 15px 20px;
	}
#MainContents #box_merit li {
    width: 100%;
    float: none;
    position: relative;
    display: inline-block;
    margin: 0px auto 10px!important;
}
.btn03 a {
    position: relative;
    bottom: inherit;
    left: 0;
    display: block;
    width: 100%;
    margin: 0 auto;
    line-height: 48px;
    text-align: center;
    color: #000000;
    font-weight: bold;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 6px;
}
#Contents {
    width: 100%;
    margin: 0 auto;
    padding-top: 10px;
    zoom: 1;
}
#Contents #TopContents {
    float: none;
    width: 100%;
}
#Contents #TopContents h4.solution, #Contents #UnderContents h4.solution {
    margin-left: 0;
    width: 93%;
    background-image: none;
    padding: 10px 8px;
    box-sizing: border-box;
    border: 1px solid #afa;
    height: auto;
    margin: 0 auto;
    border-radius: 6px;
}
#Contents #TopContents #box_access {
    padding-bottom: 0;
    margin: 0;
}
#box_access img{
width:100%;
height:auto;
}
#Contents #TopContents #box_access p {
    width: 100%;
    margin: 10px auto;
    font-size: 90%;
}
#MainContents #box_merit .box_solution-set2 {
    margin: 0px 0 21px;
}	
.melit_title p.small {
    color: #ffffff;
    padding: 8px 10px 0 0;
    font-size: 0.87rem;
    font-weight: bold;
}
#MainContents #box_merit .box_solution-setItem-name {
font-size:1.6rem;
}
#KAIG,#KAIG2,#KAIG3,#KAIG4{
display:block;
margin:0 auto;
width:210px;
}
.kaigs{
display:block;
}
#UnderMainWrap {
    position: relative;
    margin: 0 auto;
    width: 100%;
    zoom: 1;
}
.box_solution-set{
display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}
#UnderContents .box_solution-setItem3 {
    width: 96%;
    height: auto;
    margin: 0 auto;
    padding: 10px;
}
#UnderContents .box_solution-setItem3 .box_solution-setItem-price span,
#UnderContents .box_solution-setItem4 .box_solution-setItem-price span,
#UnderContents .box_solution-setItem5 .box_solution-setItem-price span {
    font-size: 2rem;
}	
#UnderContents .box_solution-setItem3 .box_solution-setItem-price,
#UnderContents .box_solution-setItem4 .box_solution-setItem-price,
#UnderContents .box_solution-setItem5 .box_solution-setItem-price {
   font-size: 0.9rem;
}
#UnderContents .box_solution-setItem3 .box_solution-setItem-name,
#UnderContents .box_solution-setItem4 .box_solution-setItem-name,
#UnderContents .box_solution-setItem5 .box_solution-setItem-name {
margin: 0 auto 20px;
    font-size: 1.5rem;
}
#UnderContents .solution-set-outlinebox {
    border: solid #ccc 1px;
    width: 95%;
    margin-bottom: 30px;
    margin: 0px auto 10px;
}
#UnderContents .solution-set-h5 {
    /* background: #4763a2; */
    background-color: #286ccd;
    color: #fff;
    padding: 5px 0 5px 15px;
    margin-bottom: 20px;
    width: 92%;
    margin: 0 auto;
    box-sizing: border-box;
}
#UnderContents .solution-set-box01 ul {
    font-weight: bold;
    margin: 10px 10px;
}
#UnderContents {
    float: none;
    width: 100%;
    min-height: auto;
    padding-top: 20px;
}
#UnderContents .box_solution-setItem3 .box_solution-setItem-remarks {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    text-align: left;
    margin: 0 auto;
}
td#jippi{
width:21%;
}
p#solp1{
margin:5px 15px 20px!important;
}
p#solp2{
margin:10px 15px 10px!important;
padding:2px 8px;
}
p#solp3{
margin:10px 10px 10px!important;
}
#Contents #TopContents .box_flow, #UnderContents .box_flow {
    margin: 0 auto;
    width: 90%;
}
#Contents #TopContents .box_flow dd, #UnderContents .box_flow dd {
 
    padding: 0 10px 10px;
    margin-bottom: 0 15px 20px;
}
#Contents #TopContents .box_flow dd.last, #UnderContents .box_flow dd.last {
    padding: 0 10px 10px;
    margin-bottom: 0 15px 20px;
}
p#iraibt{
margin: 21px auto 30px!important;
}
#UnderContents .solution-set-box01 ul.linklist-2{
    margin: 0px auto 10px!important;
    width: 100%;
    padding: 0;

}
.linklist-2 li {
    float: none;
	display:block;
	margin: 0px auto 15px!important;
}
#UnderContents .box_solution-setItem5 {
    width: 96%;
    height: auto;
    padding: 10px;
    margin: 0 auto;
}
#UnderContents .box_solution-setItem4 {
    width: 96%;
    height: auto;
    padding: 10px;
    margin: 0 auto;
}
table#soltbl{
margin:0!important;
width:100%;
}
#UnderContents .solution-set-h5-5 {
    background: #a38148;
    color: #fff;   
    margin-bottom: 20px;
    width: 92%;
    padding: 5px 0 5px 15px;
    margin: 0 auto;
}
#soltitle{
background-color: #f5f5f5;
background-image:none!important;
}
.plusmark{
display:block;
margin:5px auto;
}	
#UnderContents .box_solution-setItem5 .box_solution-setItem-remarks {
 
    font-size: 1rem!important;
}
#OPM,#OPM2{
width:90%!important;
}
/*問い合わせ*/
#UnderContents .table02 dt {
    float: none;
    width: 100%;
    text-align: left;
    padding: 0;
    box-sizing: border-box;
}
#UnderContents .table02 dd {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
}
#UnderContents .table02 input {
    height: 1.5em;
    width: 95%;
    margin: 0 auto;
}
#UnderContents .table02 textarea{
width: 100%;
box-sizing: border-box;
}
#UnderContents .text_c input.btn {
float:none;
}
#contact_img{
display:none;
}
#UnderContents .box_accessmap {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
}
#UnderContents .box_accessmap img{
    width: 100%!important;
   height:auto!important;
}
#UnderContents .table01 dt {
    float: none;
    width: 100%;
    border-bottom: 1px solid #b4ff74;
}
#UnderContents .table01 dd {
    float: none;
    width: 100%;
    margin-bottom: 15px;
}
#UnderContents .table01 br,
#UnderContents .margin_b10 br{
display:block;
}
.fr{
display: block;
    margin: 0 auto!important;
    float: none;
    text-align: center;
}
#profpic{
display:none;
}
#profpicsp{
display:block!important;
margin:0 auto 21px;
}
#infotoi{
margin: 0 auto 20px;
}
#UnderContents .box_question,
#UnderContents .box_answer {
    margin: 10px auto;
    box-sizing: border-box;
    width: 93%;
}
#UnderContents .box_question ul li dl,
#UnderContents .box_answer ul li dl {
margin-bottom:20px;
}
#UnderContents .box_question ul li dt,
#UnderContents .box_answer ul li dt {
    float: none;
    width: 60px;   
}
#UnderContents .box_question ul li dd,
#UnderContents .box_answer ul li dd {
    float: none;
    width: 98%;
    padding: 5px;
    margin: 5px;
    box-sizing: border-box;
}
#UnderContents .box_answer ul li dd a {
    color: #6e6759;
    text-decoration: none;
    word-break: break-word;
    margin: 10px auto!important;
    display: block;
    background-position: 0px 8px;
    padding-right: 10px;
}
.linklist-2 {
    width: 100%;
    margin: 20px auto 20px;
    padding-left: 0px;
    zoom: 1;
}
.btn07 a {
    display: block;
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 auto;
    line-height: 2;
    background-size: cover;
    padding: 5px 7px;
    box-sizing: border-box;
}
#Contents #TopContents .box_flow dd ul.link-list li {

    margin-left: 5px;
}
#UnderContents .table03 td {
    background: #ffffff;
    text-align: right;
    padding: 0 4px;
}
.width200,.width150 {
    width: 100px;
    padding: 0!important;
}
.width250 {
    width: 35%;
    padding: 0 5px!important;
}
#UnderContents .table03 {

    width: 100%;
    table-layout: fixed;
}
#UnderContents .table03 td {
    background: #ffffff;
    padding: 0 5px;
}
#UnderContents .table03 th {
    background-color: #ffffff;
    padding: 5px 4px;
}
#tokip1{
margin: 0 23px!important;
}
#UnderContents .box01 {
    margin: 0 auto 25px;
    border-bottom: #D3D3D3 1px solid;
    padding-bottom: 10px;
    font-weight: bold;
    width: 93%;
}
.words .entry-body {
    margin-bottom: 10px;
    width: 100%;
    margin: 0 auto 10px;
    padding: 10px;
    box-sizing: border-box;
}
.words .entry-body p{
margin:0 10px;
}
.words .entry-body ol{
list-style:disc;
margin-left:25px;
}
.words .entry-body dl{
margin:0 10px;
}
