@charset "utf-8";



.pushy .time {
	padding-top: 10px;
	padding-bottom: 10px;
}

.sinryo_t {
	width: 100%;
	margin-bottom: 10px;
}

.sinryo_th1 {
	text-align: center;
	background: #dff3ca;
	color: #019a63;
	border: 1px solid #66cc00;
	font-size: 12px;
	font-weight: bold;
	width: 4em;
}

.sinryo_th2 {
	text-align: center;
	background: #dff3ca;
	color: #019a63;
	border: 1px solid #66cc00;
	font-weight: bold;
	font-size: 10px;
}

.sinryo_th3 {
	text-align: center;
	background: #dff3ca;
	color: #019a63;
	border: 1px solid #66cc00;
	font-size: 12px;
	vertical-align: middle;
	padding-top: 2px;
	padding-bottom: 2px;
}

.sinryo_t td {
	text-align: center;
	border: 1px solid #66cc00;
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 12px;
	vertical-align: middle;
	width: 26px;
}
.gc-wrap {
    max-width: 800px;
    margin: 3% auto;
}
 
.g-calendar {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 70%;
}
 
.g-calendar iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
 
@media screen and (max-width:767px) {
 
    .g-calendar {
        padding-bottom: 90%;
    }
 
}

.incho {
	color: #50AAA8;
}











.inline-block {
	text-align:center;
	margin-bottom:10px;
}
.inline-block li {
	text-align:center;
	display:inline-block;
	width:48%;
	margin-bottom:8px;
	margin:0 auto 8px;
}
.inline-block li img{
	width:100%;
	height:auto;
}
.main99 {
	margin-bottom:20px;
	background-image:url(../img/99back.png);
	background-size:cover;
	padding:15px 0;
	
}
.minc {
	font-family: 'Noto Serif JP', serif;
	font-size:24px;
	text-align:center;
	margin-bottom:10px;

}
.stepbar {
  margin: 0 auto;
  width: 80%;
}

.stepbar .stepbarwrap {
  margin: 2em 0;
  position: relative;
}

.stepbar .stepbarwrap .steptitle {
  display: inline-flex;
  align-items: center;
}

.stepbar .stepbarwrap .steptitle .stepcircle {
  display: inline-block;
  width: 3em;
  height: 3em;
  content: "";
  border-radius: 50%;
  background-color: #1e90ff;
  color: #fff;
  text-align: center;
}

.stepbar .stepbarwrap .steptitle .stepcircle span {
  display: inline-block;
  line-height: 1.2em;
  font-size: 0.8em;
  font-weight: bold;
  position: relative;
  top: 0.9em;
}

.stepbar .stepbarwrap .steptitle .title {
  margin: 0.5em;
  font-weight: bold;
  font-size: 1.2em;
}

.stepbar .stepbarwrap .steptxt {
  padding-left: 3.5em;
}

.stepbar .stepbarwrap .steptxt .txt {
  font-size: 0.9em;
}

.stepbar .stepbarwrap .stepline {
  width: 1px;
  height: calc(100% + 1em);
  background-color: #1e90ff;
  position: absolute;
  top: 1em;
  left: 1.5em;
  z-index: -1;
}

.stepbarwrap:last-of-type .stepline:last-of-type {
  display: none;
}

@media screen and (max-width: 960px) {
  .stepbar {
    width: 90%;
  }
}
/* Base
----------------------------------------------------*/
.miyanosawa-service-head {
    margin-bottom: 2em;
    text-align: center;
}
.miyanosawa-service-heading {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0 1em;
    line-height: 1.1;
    font-size: 1.5em;
}
.miyanosawa-service-list {
    max-width: 280px;
    margin: auto;
}
.miyanosawa-service-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -1em 1em 0;
}
.miyanosawa-service-list li {
    width: 45%;
    padding: 0 1em 1em 0;
}
.main ul > li {
    position: relative;
    padding-left: 1.5em;
    line-height: 1.5;
    list-style-type: none;
}
.main ul.list-style-none > li {
    padding-left: 0;
}
.miyanosawa-service-list .icon {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto .75em;
  border-radius: 100%;
  background-color: #f4f4f4;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
}

.miyanosawa-service-list .icon::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.miyanosawa-service-list .icon img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 60%;
  height: 60%;
  margin: auto;
}
.miyanosawa-service-list .text {
    display: block;
    margin: 0 -.5em;
    line-height: 1.2;
    color: #FF6600;
    text-align: center;
    -webkit-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
}
.accident-about-define {
    margin: 2em auto;
    max-width: 880px;
    border: 5px solid #FF6600;
}
.accident-about-define dt {
  text-align: center;
  padding: 1em .5em .8em .5em;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2;
  color: #FF6600;
  border-bottom: 2px solid #ccc;
}
.accident-about-section ul.accident-about-list {
    max-width: 640px;
    margin: 0 auto;
}
.accident-about-section ul.accident-about-list li {
    position: relative;
    padding: .3em .3em .3em 3em;
    font-size: 0.9rem;
    line-height: 1.7;
    font-weight: 700;
    color: #795548;
}
.accident-about-section ul.accident-about-list li:not(:last-child) {
  margin-bottom: .6em;
}

.accident-about-section ul.accident-about-list li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
  border-radius: 0;
  width: 41px;
  height: 34px;
  background: url("../img/check.png") no-repeat center/cover;
}

.accident-about-section ul.accident-about-list li::before {
    width: 29px;
    height: 24px;
}
.accident-outline-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 -2em 0;
}
.accident-outline-item {
    width: 100%;
    margin: 0 0 2em 0;
}
.accident-outline-item img {
    width: 100%;
}
.accident-outline-title {
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.2;
    color: #33ad00;
    padding: .8em 0 .5em 0;
}
ol.accident-case-list {
    counter-reset: number 0;
    margin: 2em 1em 2em 2em;
}
ol.accident-case-list li {
	position: relative;

	line-height: 1.8;
	font-weight: 500;
	padding-left: 1.7em;
	color: #4cb050;
	margin-bottom: 20px;
}
/*　ステップリスト
-------------------------------------*/
.moduleUnit .stepListBox {
}
.moduleUnit .stepListBox .stepListTtl {
	margin-bottom:25px;
}
.moduleUnit .stepListBox .stepListTtl span {
	font-size:20px;
	padding:0 15px;
}
.moduleUnit .stepListBox .stepListTtl:before {
	height:2px;
	margin-top:-1px;
}
.moduleUnit .stepListBox > ul > li {
	display:block;
	padding-bottom:20px;
	margin-bottom:20px;
}
.moduleUnit .stepListBox > ul > li figure {
	display:block;
	width:100%;
	max-width:260px;
	padding-right:0;
	text-align:center;
	margin:0 auto 15px;
}
.moduleUnit .stepListBox > ul > li .stepTxt {
	display:block;
	font-size:14px;
}
.moduleUnit .stepListBox > ul > li .stepTxt .stepTxtTtl {
	margin-bottom:15px;
}
.moduleUnit .stepListBox > ul > li .stepTxt .stepTxtTtl .number {
	width:40px;
	padding-right:13px;
	line-height:1;
}
.moduleUnit .stepListBox > ul > li .stepTxt .stepTxtTtl .number span {
	font-size:20px;
	width:40px;
	padding:10px 0;
	border-radius:20px;
}
.moduleUnit .stepListBox > ul > li .stepTxt .stepTxtTtl .txt {
	font-size:18px;
}
.moduleUnit .stepListBox > ul > li .stepTxt .stepTxtTtl .txt br {
	display:none;
}
.right {
    float: right;
    max-width: 50%;
    height: auto;
}
.spimg40 {
    width: 40%;
    height: auto;
    margin-left: 10px;
}


.time-table-main {
  margin: -1px -1px 10px;
  overflow: hidden;
}
.time-table table {
	width: 100%;
	color: #333;
	line-height: 1;
	background-color: #fff;
	border-spacing: 1px;
	font-size: 12px;
}
.time-table thead th,
.time-table thead td {
	height: 40px;
	text-align: center;
	color: #fff;
	background-color: #66cc00;
	font-family: GenJyuuGothicXP, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	-webkit-transform: rotate(0.001deg);
	transform: rotate(0.001deg);
}
  .time-table tbody th {
    padding-left: 0.5em;
    text-align: left;
  }

.time-table tbody td {
  line-height: 1.4;
  text-align: center;
  background-color: #f6f6f6;
  padding: 10px 0;
}
.time-table tbody td.sat {
  background-color: #cae4ff;
}
.time-table .title span {
  display: inline-block;
  vertical-align: middle;
}
.time-table .ampm {
  display: block;
}
.time-table .open {
    display: block;
    width: 1em;
    height: 1em;
    margin: auto;
    border-radius: 100%;
    background-color: #006a58;
}
.time-table .close {
    display: block;
    width: 1em;
    height: .4em;
    margin: auto;
    background-color: #006a58;
}
.time-table .time {
    display: inline-block;
    vertical-align: middle;
}
.time-table .title span {
    display: inline-block;
    vertical-align: middle;
}
.time-table thead td {
    width: 11%;
}
th, td {
    padding: 0;
    vertical-align: middle;
}
.time-table-note {
    font-size: .8em;
}
.time-table-note dt {
    float: left;
    clear: left;
    width: 5em;
    padding: .1em 0;
    text-align: center;
    color: #fff;
    background-color: #d93600;
}
.time-table-note dd {
    padding: .2em 0 0 6em;
}
.table1 {
	border-collapse: collapse;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	width: 100%;
	font-size:12px;
	border:1px solid #66cc00;
}
.table1 td{
  border:1px solid #66cc00;
  padding:10px;
  
}
.table1 th{
  border:1px solid #fff;
  padding:10px;
  
}
.table1 th{
	background-color: #66cc00;
	text-align: left;
	color: #fff;
	width: 8em;
}
.midashi0 {
    position: relative;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
    padding-top: 0.5em;
    font-size: 19px;
    font-weight: bold;
    color: #019a63;
    background-image: url(../img/ha.png);
    background-repeat: no-repeat;
    background-position: left 15px;
    padding-left: 43px;
    background-size: 37px;
}
.midashi0::after {
content: "";
    width: 100%;
    height: 1px;
    background: #019a63;
    position: absolute;
    /* top: 29px; */
    left: 0;
    bottom: 30px;
	
}
.midashi0 span {
    font-size: 0.875rem;
    color: #a3a3a3;
    display: block;
    margin-top: 5px;
	margin-left: -50px;
}
.aligncenter, div.aligncenter {
    display: block;
    margin: 15px auto;
}
.wp-caption {
	border: 1px solid #eee;
	width: 100%;
}
.wp-caption img{
width: 96%;
    height: auto;
    margin: 2%;
}

.wp-caption-text {
    text-align: center;
    font-size: 12px;
    font-style: italic;
    line-height: 2;
    margin: 9px auto;
}
.aligncenter, div.aligncenter {
    display: block;
    margin: 15px auto;
}
.cap {
	margin:0 15px 0 15px;
	text-align:center;
}


/*　ステップリスト
-------------------------------------*/
.moduleUnit .stepListBox {
}
.moduleUnit .stepListBox .stepListTtl {
	text-align:center;
	position:relative;
	margin-bottom:25px;
}
.moduleUnit .stepListBox .stepListTtl span {
	display:inline-block;
	line-height:1.3;
	font-size:26px;
	font-weight:normal;
	background:#fff;
	padding:0 20px;
	position:relative;
	z-index:10;
}
.moduleUnit .stepListBox .stepListTtl:before {
	content:"";
	display:block;
	position:absolute;
	width:100%;
	left:0;
	top:50%;
	height:4px;
	margin-top:-2px;
	background:#e2e2e2;
}
.moduleUnit .stepListBox > ul > li {
	list-style:none;
	display:table;
	width:100%;
	border-bottom:1px dashed #ddd;
	padding-bottom:36px;
	margin-bottom:36px;
}
.moduleUnit .stepListBox > ul > li:last-child {
	margin-bottom:0;
}
.moduleUnit .stepListBox > ul > li figure {
	display:table-cell;
	vertical-align:middle;
	width:260px;
	padding-right:32px;
	text-align:center;
}
.moduleUnit .stepListBox > ul > li figure img {
	max-width:100%;
	width:100%;
	height:auto;
}
.moduleUnit .stepListBox > ul > li .stepTxt {
	display:table-cell;
	vertical-align:middle;
	font-size:15px;
	line-height:1.67;
}
.moduleUnit .stepListBox > ul > li .stepTxt .stepTxtTtl {
	display:table;
	width:100%;
	margin-bottom:20px;
}
.moduleUnit .stepListBox > ul > li .stepTxt .stepTxtTtl p {
	display:table-cell;
	vertical-align:middle;
}
.moduleUnit .stepListBox > ul > li .stepTxt .stepTxtTtl .number {
	width:50px;
	padding-right:13px;
	line-height:1;
}
.moduleUnit .stepListBox > ul > li .stepTxt .stepTxtTtl .number span {
	color:#fff;
	font-family: 'Roboto', sans-serif;
	font-size:28px;
	background:#85ce66;
	display:inline-block;
	width:50px;
	text-align:center;
	padding:11px 0;
	border-radius:25px;
}
.moduleUnit .stepListBox > ul > li .stepTxt .stepTxtTtl .txt {
	font-size:20px;
	color:#33ad00;
	letter-spacing:-0.025em;
	line-height:1.3;
	font-weight:bold;
}
.moduleUnit .stepListBox > ul > li .stepTxt .stepTxtTtl .txt span {
	font-weight:bold;
	font-size:14px;
	display:block;
	margin-top:5px;
}
.st2 {
	color: #209d26;
    font-weight: bolder;
    font-size: 20px;
}

.st3 {
    font-weight: bolder;
}
/*　ステップリスト
-------------------------------------*/
.moduleUnit .stepListBox {
}
.moduleUnit .stepListBox .stepListTtl {
	margin-bottom:25px;
}
.moduleUnit .stepListBox .stepListTtl span {
	font-size:20px;
	padding:0 15px;
}
.moduleUnit .stepListBox .stepListTtl:before {
	height:2px;
	margin-top:-1px;
}
.moduleUnit .stepListBox > ul > li {
	display:block;
	padding-bottom:20px;
	margin-bottom:20px;
}
.moduleUnit .stepListBox > ul > li figure {
	display:block;
	width:100%;
	max-width:260px;
	padding-right:0;
	text-align:center;
	margin:0 auto 15px;
}
.moduleUnit .stepListBox > ul > li .stepTxt {
	display:block;
	font-size:14px;
}
.moduleUnit .stepListBox > ul > li .stepTxt .stepTxtTtl {
	margin-bottom:15px;
}
.moduleUnit .stepListBox > ul > li .stepTxt .stepTxtTtl .number {
	width:40px;
	padding-right:13px;
	line-height:1;
}
.moduleUnit .stepListBox > ul > li .stepTxt .stepTxtTtl .number span {
	font-size:20px;
	width:40px;
	padding:10px 0;
	border-radius:20px;
}
.moduleUnit .stepListBox > ul > li .stepTxt .stepTxtTtl .txt {
	font-size:18px;
}
.moduleUnit .stepListBox > ul > li .stepTxt .stepTxtTtl .txt br {
	display:none;
}





.main2-box1 {
    margin-left: auto;
    clear: both;
    margin-right: auto;
    margin-bottom: 20px;
    border: 1px solid #DADADA;
    padding-top: 15px;
    border-radius: 4px;
}

.pic-c {
    text-align: center;
    margin-bottom: 10px;
}
.main2-box1 p {
    margin-left: 20px;
    margin-right: 20px;

    font-size: 14px;
    margin-bottom: 10px;
}
.title-3 {
color: #20a161;
    font-size: 18px;
    /* border-radius: 4px; */
    border-left-width: 6px;
    border-left-style: solid;
    border-left-color: #20a161;
    /* padding-bottom: 10px; */
    padding-left: 10px;
    margin-left: 30px;
    margin-bottom: 15px;
    /* padding-top: 3px; */
    line-height: inherit;
}

html{

}
.naka5 {
	margin:0 5px;
}

body{
	font-size:14px;
	color: #333;
		font-family: 'Noto Sans JP', sans-serif;
}
.shita30 {
	margin-bottom:35px !important;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
margin:0;
padding:0;
font-style:normal;
font-weight:normal;
	font-family: 'Noto Sans JP', sans-serif;
}

h1, h2, h3, h4, h5, h6{
line-height:1.9;
font-weight:normal;
font-size:100%;
}

p,
li,
dt, dd,
th, td{
	line-height: 1.9;
}

p a{
	color:#333;
}

ul, ol{
list-style-type:none;
list-style-position:outside;
}



img{
	vertical-align: bottom;
}

a img{
border:0;
}

/*　　*/


.center-text {
	text-align:center;
	margin:10px auto !important;
}

.floatright {
	float:right;
}

.floatleft {
	float:left;
}

.clearboth {
	clear:both;
}

.margin_b5 {
	margin-bottom: 5px;
}

.margin_b10 {
	margin-bottom: 10px;
}

.margin_b15 {
	margin-bottom: 15px;
	margin-bottom: 15px !important;
}

.margin_b20 {
	margin-bottom: 20px;
}

.margin_b30 {
	margin-bottom: 30px;
}

.margin_b40 {
	margin-bottom: 40px;
}

.padd_l15 {
	padding-left: 15px;
}

.in_cont {
	clear: both;
	overflow: hidden;
}

.in_cont5 {
	clear: both;
	margin-bottom: 5px;
	overflow: hidden;
}

.in_cont10 {
	clear: both;
	margin-bottom: 10px;
	overflow: hidden;
}

.in_cont20 {
	clear: both;
	margin-bottom: 20px;
	overflow: hidden;
}

.in_cont25 {
	clear: both;
	margin-bottom: 25px;
	overflow: hidden;
}

.in_cont30 {
	clear: both;
	margin-bottom: 30px;
	overflow: hidden;
}

.midashi1 {
    font-size: 19px;
    font-weight: bold;
    color: #20a161;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom-width: 4px;
    border-bottom-style: solid;
    border-bottom-color: #20a161;
    background-image: url(../img/img10.png);
    background-repeat: no-repeat;
    background-position: right 3px;
    padding-top: 10px;
}

.midashi2 {
    font-weight: bold;
    color: #4cb050;
    background-image: url(../img/yaji.jpg);
    background-repeat: no-repeat;
    background-position: left 8px;
    padding-left: 25px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #4cb050;
    background-size: 20px;
    font-size: 18px;
}
.margin_b10 {
    margin-bottom: 10px;
}
.img100 img {
    width: 98%;
    height: auto;
    padding: 1%;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid #DDD;
}
.midashi22 {
	font-weight: bold;
	color: #4cb050;
	background-image: url(../img/yaji.jpg);
	background-repeat: no-repeat;
	background-position: left 1px;
	padding-left: 25px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-size: 20px;
}

.midashi3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;

}

.midashi4 {
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    margin-bottom: 10px;
    color: #20a161;
}

.midashi5 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

.t1 {
	font-size: 12px;
}

.list1 {
	margin-bottom: 20px;
	margin-left: 10px;
}

.list1 li{

}
.main1 p {
    margin-left: 10px;
    margin-right: 6px;
 
    font-size: 14px;
    margin-bottom: 16px;
}
.main11 p {
    margin-left: 10px;
    margin-right: 6px;
    line-height: 1.8;
    font-size: 14px;
    margin-bottom: 16px;
	border-bottom:1px dotted #ccc;
}
.pic-r {
    margin-bottom: 15px;
    float: right;
    padding-right: 15px;
	margin-left:10px;
}

img.icon:hover{
    opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
}

.font_r {
	color: #F00;
}

.font_b {
	font-weight: bold;
}

.font_bb {
	color: #610B03;
}

.img100 img{
	width:100%;
	height:auto;
}

/*　メニュー　*/


#sp_menu {
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	height: 60px;
	z-index: 1000;
	background-image: url(../img/menu_back.png);
	background-repeat: repeat;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-top-width: 1px;
}
#sp_menu_btn {
    width: 30px;
    height: 30px;
    padding: 5px;
    float: left;
}
#sp_pagetop {
	width: 50px;
	float: right;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0;
}
#sp_logo {
	position: absolute;
	top: 15px;
	left: 50%;
	margin-left: -97px;
}
#sp_menu_inner {
    position: relative;
    width: 100%;
}
.footer_c2 p a {
	color: #FFF;
}
.frame {
	    position: relative;
    display: inline-block;
    width: 290px;
    border: 4px solid #fff;
    box-shadow: 2px 2px 10px -3px rgba(0, 0, 0, 1);
    margin-top: 11px;
    border-radius: 5px;
}
.frame img {
	margin-top: 10px;
	border-radius: 10px;
	transform-origin: 0 0;
}


/*　トップページ　*/


/*　ヘッダー　*/

.sp-home {

}


.toph1 {
	font-size: 10px;
	padding-top: 5px;
	margin-bottom: 15px;
}

.wrap {
	overflow: hidden;

}
section {
    padding: 40px 0;
    border-bottom: 1px dotted #dddddd;
	
}
section:nth-child(odd) {
	background-color: #fffcf4;
	background-image: url(../img/woodbk.jpg);
}
.div1 {
	padding-left:20px;
	padding-right:20px;
}
.div2 {
	padding-left:20px;
	padding-right:20px;
}
header {

    height: 62px;
    margin-bottom: 0px;

}

.header_cont {
	width: 262px;
	margin-right: auto;
	margin-left: auto;
}

.header_logo {
position: fixed;
    background-color: #fff;
    z-index: 1;
    height: 60px;
    border-bottom: 2px solid #66cc00;
}

.header_logo img{
	width:100%;
	height:auto;
}
nav-link {
    padding-top: 45px;
    padding-bottom: .5em;
    border-bottom: 2px solid #F1A3C6;
    background-position: center 5px;
}

img {
    max-width: 100%;
    height: auto;
}
.nav-link0 {
	background-image: url(../img/img01.png);
	background-repeat: no-repeat;
	background-size: 12px;
}
.nav-link1 {
	background-image: url(../img/img02.png);
	background-repeat: no-repeat;
	background-size: 25px;
}
.nav-link2 {
	background-image: url(../img/img03.png);
	background-repeat: no-repeat;
	background-size: 25px;
}
.nav-link3 {
	background-image: url(../img/img04.png);
	background-repeat: no-repeat;
	background-size: 25px;
}
.nav-link4 {
	background-image: url(../img/img05.png);
	background-repeat: no-repeat;
	background-size: 25px;
}
.nav-link5 {
	background-image: url(../img/img06.png);
	background-repeat: no-repeat;
	background-size: 25px;
}
.nav-link6 {
	background-image: url(../img/img07.png);
	background-repeat: no-repeat;
	background-size: 25px;
}
.nav-link7 {
	background-image: url(../img/img08.png);
	background-repeat: no-repeat;
	background-size: 25px;
}
.nav-link8 {
	background-image: url(../img/img09.png);
	background-repeat: no-repeat;
	background-size: 25px;
}
.nav-link9 {
	background-image: url(../img/img10.png);
	background-repeat: no-repeat;
	background-size: 25px;
}
.spacer5 {

    margin: 10px;
}
.shita5 {
	margin-bottom:5px;
}
.ubder2 {
	font-size:16px;
	font-weight:bold !important;
}
.moji {
		font-weight:bold !important;
}
.telnum3v {
	color: #fff;
	margin: 10px;
	padding: 10px;
}
.yell {
font-weight: bold;
    color: #66cc00;
    font-size: 18px;
}
.main_img {
margin-right: auto;
    margin-left: auto;
    background-image: url(../img/main_imgb.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
}
.main_img h1 {
	
}
.main_img img{
padding: 20px 0 20px;
margin:0 10px;
}
.main_img_p {
	padding-left: 20px;
	padding-bottom: 14px;
	
}
.redbold {
	color:#f00;
	font-weight:bold;
}
.botan3 {
	margin-top: 10px;
	text-align: center;
	width: 150px;
	margin-right: auto;
	margin-left: auto;
	color: #fff;
	border-radius: 20px;
	padding: 5px;
	background-color: #FF6600;
}
.botan3 a {
    color: #fff !important;
	text-decoration:none;
}
.mida1 {
	font-size: 16px;
	/* margin-bottom: 5px; */
	color: #fff;
	text-align: center;
	border-radius: 5px;
	padding: 5px;
	margin: 5px auto;
	background-color: #FF6600;
}
.mida2 {
	font-size: 22px;
	margin-bottom: 30px;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
.mida2 span {
	font-size: 26px;
	margin-bottom: 30px;
	color: #FF3300;
	font-weight: bold;
}
.mida3 {
	font-size: 14px;
	margin-bottom: 10px;
	color: #111;
	text-align: center;
	border-bottom: 2px solid #ddd;
	line-height: 2;
	margin-bottom: 30px;
	padding-bottom: 10px;
}


.main1 {
    background-repeat: repeat;
    padding-top: 25px;
    padding-bottom: 0px;

}

.main1_midashi {

	background-repeat: no-repeat;
	background-position: right -8px;
	margin-bottom: 10px;
}
.main1_midashi0 {

	margin-bottom: 10px;
}

.cont300 {

	margin-right: 10px;
	margin-left: 10px;
}

.cont280 {
	margin-right: 40px;
	margin-left: 40px;
}

.main2 {
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}

.main3 {
	background-color: #faf8f8;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.main333 {
	background-color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.main3_info {
	margin-right: 10px;
	margin-left: 10px;
	text-align: center;
}
.centertext {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.shita20 {
    margin-bottom: 20px;
}
.copy {
    text-align: center;
    margin-top: 8px;
    margin-bottom: 10px;
    font-size: 9px;
}
.telnum3v a {
	color: #fff !important;
	font-weight: bold !important;
	text-decoration: none;
	font-size:12px;
}.telnum3v a span {

}
.moji2 {
    font-weight: bold !important;
	color:#fff !important;
		font-size:16px !important;
}
.main3_midashi {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #019a63;
	margin-bottom: 24px;
	padding-bottom: 12px;
	font-size: 19px;
	font-weight:bold;
	color:#019a63;
}
.main3_midashi2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #019a63;
	margin-bottom: 24px;
	padding-bottom: 12px;
	font-size: 16px;
	font-weight: bold;

}
.midashi3 {
	color:#019a63;
}
.shinryo_li ul {
	font-size: 14px;
	list-style-type: disc;
	line-height: 25px;
}
.yobou_li ul {
	font-size: 14px;
	list-style-type: decimal;
	line-height: 25px;
	margin-bottom:30px;
}

.yobou_li li {
margin-left: 25px;
    color: #666;
    margin-right: 10px;
    list-style-type: none;
    background-image: url(../img/yaji2.jpg);
    background-repeat: no-repeat;
    background-position: left 6px;
    padding-left: 20px;
    background-size: 10px;
	margin-bottom:20px;
}
.shinryo_li li {
margin-left: 25px;
    color: #666;
    margin-right: 10px;
    list-style-type: none;
    background-image: url(../img/yaji2.jpg);
    background-repeat: no-repeat;
    background-position: left 6px;
    padding-left: 20px;
    background-size: 10px;
}
.kinen_m2 {
    color: #FF3300;
}
.main5-6 {
	margin-right: 10px;
	margin-left: 10px;
	text-align: center;
	margin-bottom: 30px;
}

.main6_midashi {
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
.min {
	font-family: 'Yuji Mai', serif;
}
.migi {
	text-align:right;
	margin-right:10px;
}

/*　ページ　*/

.page_cont {
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 10px;
}

.page_title {
	background-image: url(../img/title_back.png);
	height: 120px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}

.page_title p{
	padding-top: 42px;
	padding-left: 15px;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
}

.company_t dl{
	margin-bottom: 30px;	
}
.access table {
  width: 100%;
  margin-bottom:30px;
}

.access table tr {
  border-bottom: 1px dashed #a3a3a3;
  display: block;
}

.access table tr th, .access table tr td {
  padding: 10px;
}

.access table tr th {
color: #019a63;
    padding-left: 0;
    width: 7em;
    text-align: left;
}

.access table tr td {
  padding-right: 0;
  text-align: justify;
}

.company_t dt{
	border-bottom: 1px dotted #CCC;
	padding-bottom: 3px;
	font-weight: bold;
	margin-bottom: 5px;
}

.company_t dd{
	vertical-align: middle;
	margin-bottom: 20px;
}

.company_t dd a{
	color:#333
}

.company_t span{
color: #999;
    padding-left: 10px;
    font-size: 12px;
}

.st {
	color: #F00;
}

.paint_t {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 5px;
}

.paint_1{
	font-weight: bold;
	background-color: #eee;
	text-align: center;
	width: 100px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #ddd;
}

.paint_2{
	font-weight: bold;
	background-color: #eee;
	text-align: center;
	width: 76px;
	border: 1px solid #ddd;
}

.paint_t td{
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #ddd;
}

.wrd {
	font-weight: bold;
}

.rd {
	color:#FF0000;
	font-weight:bold;
}

.case_cont {
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 30px;
	padding-bottom: 10px;
}

.faqList2 {
	background-image: url(../img/qa_q.gif);
	background-repeat: no-repeat;
	background-position: 0px 25px;
	padding-top: 25px;
	font-weight: bold;
	color: #FF3300;
	font-size: 14px;
	padding-left: 30px;
}

.faqList3 {
	background-image: url(../img/qa_a.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	color: #300000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 20px;
	padding-top: 10px;
	margin-top: 10px;
	padding-left: 30px;
}
.shadow {
    margin-top: 5px; /* 画像の上の余白*/
    display: inline-block; 
    box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8); /*横方向　下方向　ぼかし　広がり　色 */
}

/*　box
-------------------------------------*/
.box {
	box-shadow: 0.5px 0.866px 3px 0px rgba(0, 0, 0, 0.2);
	position: relative;
	background:#faf8f8;
	background-repeat: repeat;
	background-position: left top;
}
.box:before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 8px 8px;
	border-color: transparent transparent #34ad00 transparent;
	content:"";
	display:block;
	position:absolute;
	bottom:5px;
	right:5px;
}
.box a {
	display:block;
}
.box a:hover {
	color:#333;
}
/*　checkBox
-------------------------------------*/
.checkBoxIn {
	margin: 0 auto 30px;
	padding: 0 3px;
}
.checkBoxIn .checkBox {
	width: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.checkBoxIn .checkBox a {
	display:block;
	text-decoration:none;
	padding:26px 10px;
	    color: #333;
}
.checkBoxIn .checkBox a:hover {
	color:#333;
}
.checkBoxIn .checkBox a:hover img {
	opacity:1;
}
.checkBoxIn .checkBox h3 {
	line-height:1.6;
	text-align:;
}
.checkBoxIn .checkBox h3 span {
display: block;
    font-weight: bold;
    font-size: 17px;
    padding: 0 0px 6px;
	font-family: 'Noto Serif JP', serif;

}
.img0 {
	padding:8px 0;
}
.checkBoxIn .checkBox .col2 figure {
	float:none;
	text-align: center;
}
.checkBoxIn .checkBox .col2 p {
float: none;

    font-size: 15px;
    line-height: 1.86;
    margin-bottom: 10px;
    text-align: left;
}
.checkBoxIn .checkBox .btn {
	width: 240px;
	margin: 0 auto;
	line-height: 1;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
	border-radius: 38px;
	background-color: #1e90ff;
}
.checkBoxIn .checkBox a:hover .btn {
	background:#fff;
	color:#33ad00;
}
.checkBoxIn .checkBox01 {
	    display: block;
}
.checkBoxIn .checkBox01 h3 {
	margin-bottom:0px;
}
.checkBoxIn .checkBox01 .col2 {

}
.checkBoxIn .checkBox01 .col2 p {

}
.checkBoxIn .checkBox01 a,a:link, a:visited {
    cursor: pointer;
    color: #333;
    text-decoration: none;
}
.checkBoxIn .checkBox01 figure {
	padding-left:7px;
}
.checkBoxIn .checkBox02 h3 {
	margin-bottom:16px;
}
.checkBoxIn .checkBox02 .col2 {
	padding-bottom:20px;
}
.checkBoxIn .checkBox02 .col2 p {
	padding-top:30px;	
}
.checkBoxIn .checkBox02 {
	float:right;
}

.slick-prev {
    left: 10px !important;
	    z-index: 2;
}
.slick-next {
    right: 10px !important;
}
.main3_info .btn {
	width: 220px;
	margin: 0 auto;
	line-height: 1;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
	border-radius: 38px;
	background-color: #019a63;
}
.main3_info .btn2 {
    width: 220px;
    margin: 0 auto;
    line-height: 1;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
    border-radius: 38px;
    background-color: #9e9e9e;
}
.ta5 a {
	text-decoration:underline;
}
.main3_info .btn a {
color:#fff;
}
.main3_info .btn2 a {
color:#fff;
}
.line {
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
}
.cal_wrapper {
  max-width: 800px; /* 最大幅 */
  min-width: 280px; /* 最小幅 */
  margin: 2.0833% auto;
}
 
