@charset "UTF-8";


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


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

/*=============================================================
　base
=============================================================*/

h1 {
	margin: 0px;
	color: #FFF;
	font-size: 9pt;
	padding: 0px;
}
h1 span {
	color: #fdf3cc;
}

h2 {
	margin: 0px;
	text-align: right;
	font-size: 80%;
	color: #FFF;
	line-height: 1.8em;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h3 {
	font-size: 180%;
	font-weight: bold;
	text-align: center;
	background-image: url(../images/title.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	margin: 0px;
}
h4 {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
h4 a {
	color: #333 !important;
	text-decoration: none !important;
}
.none {
	margin: 0px !important;
}
#florting{
	position: fixed;
	right: -70px;
	top: 100px;
}
#florting a{
  position: relative;
  display: block;
  width: 70px;
  text-decoration: none;
}
#florting a::before{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
#spfix {
	display:none;
}
.br-pc { display:block; }
.br-sp { display:none; }



/*=============================================================
　area
=============================================================*/


	
.area {
	height: auto;
	width: 1040px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.area_a {
	height: auto;
	width: 100%;
	padding: 0px;
	background-color: #e4e8ed;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 120px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.area_b {
	height: auto;
	width: 100%;
	padding: 0px;
	background-color: #e4e8ed;
	margin: 0px;
}
.area_c {
	height: auto;
	width: 100%;
	background-color: #788cb5;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
}
.area_s {
	height: auto;
	width: 1040px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 80px;
	padding-right: 0px;
	padding-bottom: 80px;
	padding-left: 0px;
}
.area_g {
	height: auto;
	width: 1040px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}.c03_area {
	padding: 75px 0;
	}


/*=============================================================
　link-btn
=============================================================*/

.link-btn {
	text-align: center;
	padding: 0px;
	margin: 0px;
}
.link-btn a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	background-color: #3d5483;
	border-radius: 5px;
	box-shadow: 3px 3px #293a5c;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(../images/link_icon.png);
	background-repeat: no-repeat;
	background-position : right 10px bottom 22px;
	font-size: 90%;
}
.link-btn 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: #006d92;
}
.link-btn-c {
	text-align: center;
	padding: 0px;
	width: 47%;
	float: left;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.link-btn-c a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	background-color: #3d5483;
	border-radius: 5px;
	box-shadow: 3px 3px #293a5c;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(../images/link_icon.png);
	background-repeat: no-repeat;
	background-position : right 10px bottom 22px;
	font-size: 90%;
}
.link-btn-c 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: #006d92;
}



/*=============================================================
　header
=============================================================*/

header {
	margin: 0px;
	height: auto;
	width: 100%;
	background-color: #3d5483;
	padding: 0px;
}
#logo {
	margin: 0px;
	height: auto;
	width: 50%;
	float: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#logo dl {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#logo dl dt {
	margin: 0px;
	padding: 0px;
	float: left;
}
#logo dl dd {
	background-color: #FFF;
	float: left;
	font-size: 80%;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	line-height: 2em;
	color: #3d5483;
}
#copy {
	margin: 0px;
	padding: 0px;
	display: flex;
    justify-content: flex-end;
}
#nav {
	margin: 0px;
	background-color: #2b3955;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
/*開閉ボタン*/
#nav_toggle{
	display: block;
	width: 50px;
	height: 65px;
	padding: 0px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#nav_toggle div {
	position: relative;
}
#nav_toggle p {
	font-size: 80%;
	text-align: center;
	color: #FFF;
	margin: 0px;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	letter-spacing: 0.1em;
}
#nav_toggle span{
	display: block;
	height:3px;
	position: absolute;
	width: 100%;
	left: 0;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	background-color: #FFFFFF;
}
#nav_toggle span:nth-child(1){
	top:2px;
}
#nav_toggle span:nth-child(2){
	top:15px;
}
#nav_toggle span:nth-child(3){
	top:30px;
}
/*開閉ボタンopen時*/
.open #nav_toggle span:nth-child(1) {
	top: 14px;
    -webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);
}
.open #nav_toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav_toggle span:nth-child(3) {
	top: 14px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.nav_inner{
	display: none;
	position: absolute;
	top: 93px;
	width: 100%;
	background-color: rgba(43,57,85,0.9);
	left: 0;
	z-index: 99999999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.nav_inner ul{
	display: block;
	width: 70%;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
.nav_inner ul li{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	float: left;
	padding: 0px;
	margin-top: 0;
	margin-right: 1%;
	margin-bottom: 0;
	margin-left: 1%;
	background-image: url(../images/nav_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: auto;
	width: 30%;
}
.nav_inner ul li:last-child{
	border: none;
}
.nav_inner ul li a{
	display: block;
	font-size: 90%;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.nav_inner ul li 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;
	text-decoration: underline;
}
#vj {
	background-image: url("../images/main_2501.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0px;
	height: 620px;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-position: center top;
}
#vj dl {
	padding: 0px;
	height: auto;
	width: 1040px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#vj dl dt {
	font-size: 120%;
	font-weight: bold;
	margin: 0px;
	padding-top: 150px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: right;
}
#vj dl dd {
	padding: 0px;
	font-size: 350%;
	font-weight: bold;
	color: #3d5483;
	line-height: 1.5em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-align: right;
}
#vj dl dd span {
	background: linear-gradient(transparent 70%, #fefaca 70%);
}
#vj dl p {
	line-height: 2.6em;
	margin: 0px;
	padding: 0px;
	text-align: right;
	text-shadow: rgba(255,255,255,0.75) 1px 0 10px;
}
#document {
	padding: 0px;
	height: auto;
	width: 1040px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	display: flex;
	justify-content: space-between;
}
.d_inner {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 48%;
}
.d_inner a {
	border: 2px solid #3d5483;
	display: block;
	text-align: center;
	font-size: 110%;
	font-weight: bold;
	color: #3d5483;
	text-decoration: none;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	background-image: url(../images/link.png);
	background-repeat: no-repeat;
	background-position: right 15px bottom 27px;
	background-color: #FFF;
	border-radius: 4px;
}
.d_inner 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: #b2cafa;
}
#spcontents {
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.dname {
	background-color: #3d5483;
	height: auto;
	color: #FFF;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-radius: 5px;
	font-size: 90%;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
	width: 310px;
}
.dname span {
	font-size: 170%;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 1.5em;
}

	
.text1 {
	text-align: center;
	padding: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	line-height: 2em;
}
.text1 span {
	color: #C00;
	text-decoration: underline;
	font-weight: bold;
}
#doctor {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	display: flex;
    /*justify-content: space-between;*/
	justify-content: center;
}
#doctor dl {
	background-color: #f5f5f5;
	margin: 0px;
	height: auto;
	width: 48%;
	padding: 50px;
}
#doctor dl dt {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	text-align: center;
}
#doctor dl dd {
	font-size: 120%;
	font-weight: bold;
	color: #3d5483;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#doctor dl p {
	font-size: 200%;
	font-weight: bold;
	line-height: 1.5em;
}
#doctor dl p span {
	font-size: 60%;
	font-weight: normal;
	padding-left: 10px;
}
#doctor dl ul {
	padding: 0px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#doctor dl ul li {
	font-size: 90%;
}

.base_contents00_g2 > .top_c02_container > .grid_item {
	margin: 0 25px 30px 25px;
	padding: 35px;
	background-color: #f5f5f5;
	border-radius: 8px;
	}
	
.dr_box {

	}
.dr_box .drimg img {
	width: 100%;		
	}
.dr_box .tx01 {
	font-size: 120%;
	font-weight: bold;
	color: #3d5483;
	color: #456097;
	margin: 0px;
	padding: 12px 0 0px;
	}
.dr_box .tx02 {
	font-size: 200%;
	font-weight: bold;
	line-height: 1.5em;
	text-align: justify;
}
.dr_box .tx02 .tx_s {
	font-size: 60%;
	font-weight: normal;
	padding-left: 10px;
	}
.dr_box .tx03 {
	font-size: 90%;
	line-height: 1.45;
	text-align: justify;
	padding: 6px 0;
	}
.dr_box .tx04 {
	font-size: 90%;
	line-height: 1.45;
	text-align: justify;
	padding: 6px 0 12px;
	}
.dr_box .tx04 .tx_icon {
	font-size: 80%;
	background-color: #3d5483;
	color: #FFF;
	padding: 3px 6px;
	margin-right: 8px;
	border-radius: 3px;
	}
.dr_box .tx05 {
	font-size: 90%;
	line-height: 1.45;
	text-align: justify;
	padding: 12px 0 6px;
	border-top: 1px #CCC solid;
	}
.dr_box .tx05 .tx_icon {
	display: inline-block;
	padding-bottom: 3px;
	font-size: 105%;
	font-weight: 600;
	color:#3d5483;
	color: #456097;
	}
.dr_box .tx05 .tx_icon2 {
	font-size: 65%;
	padding: 0 2px;
	vertical-align: text-bottom;
	}
.dr_box .tx05 .tx_l {
	font-weight: 500;
	background: linear-gradient(transparent 60%, rgba(255,255,0,0.35) 60%);
	padding: 0 2px;	
	}
.dr_box .tx05 a {
	text-decoration: none;
	}
.dr_box .tx05 a:hover {
	text-decoration: underline;
	}
	
#cbnr {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 120px;
	margin-left: 0px;
	text-align: center;
}
#btitle {
	font-weight: bold;
	font-size: 150%;
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #3d5483;
}
#blog {
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	display: flex;
	justify-content:space-between;
	margin: 0px;
}
#blog dl {
	padding: 20px;
	width: 32%;
	background-color: #FFF;
	position: relative;
	z-index: 1;
	border: 1px solid #3d5483;
	margin: 0px;
	border-radius: 4px;
}
#blog dl a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
}
#blog dl: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: #FFF1DD;
}
#blog dl img {
	width: 100%;
	height: 170px;
	object-fit: cover;
	margin-bottom: 10px;
}
#blog dl dt {
	margin: 0px;
	padding: 0px;
	line-height: 1.6em;
	font-weight: bold;
}
#blog dl dd {
	font-size: 70%;
	line-height: 1.6em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	color: #999;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#blog dl p {
	font-size: 90%;
	line-height: 1.7em;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.link-btn-blog {
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	height: auto;
	margin-top: 0px;
	margin-bottom: 120px;
	padding: 0px;
}
.link-btn-blog a {
	color: #FFF;
	text-decoration: none;
	font-size: 120%;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
	background-color: #3d5483;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	box-shadow: 0px 8px #2f384b;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.link-btn-blog a:hover  {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-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;
}
#reason {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#reason dt {
	text-align: center;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#reason dd {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#reason dd span {
	color: #C00;
	font-weight: bold;
}
#pattern {
	background-color: #e4e8ed;
	height: auto;
	width: 1040px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 35px;
	margin-left: auto;
	display: flex;
	justify-content: space-between;
	padding-top: 70px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#pattern dl {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 30%;
}
#pattern dl dt {
	background-color: #3d5483;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-radius: 4px;
}
#pattern dl dd {
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#pattern dl p {
	font-size: 90%;
	margin: 0px;
	padding: 0px;
}
#setubi {
	background-color: #FFF;
	border: 1px solid #b9b9b9;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 60px;
	margin-left: 0px;
	border-radius: 4px;
}
#setubi dl {
	margin: 0px;
	padding: 30px;
}
#setubi dl dt {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#setubi dl dd {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#setubi dl p {
	font-size: 90%;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#point {
	margin: 0px;
	padding: 0px;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#point dl {
	padding: 30px;
	height: auto;
	width: 31%;
	background-color: #e4e8ed;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-radius: 4px;
}
#point dl dt {
	font-size: 120%;
	text-align: center;
	font-weight: bold;
	color: #3d5483;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#point dl dd {
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#point dl dd img{
	width:100%;
}
#point dl p {
	font-size: 90%;
	margin: 0px;
	padding: 0px;
}
.picon {
	padding: 0px;
	text-align: center;
	text-decoration: underline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-size: 90%;
	font-weight: bold;
}
.cyusyaku {
	font-size: 80%;
	color: #666;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 120px;
	margin-left: 0px;
}
#request {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 120px;
	margin-left: 0px;
}
#request dl {
	border: 1px solid #CCC;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 30px;
	padding-right: 50px;
	padding-bottom: 30px;
	padding-left: 50px;
	border-radius: 4px;
}
#request dl dt {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 60px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#request dl dd {
	font-size: 130%;
	font-weight: bold;
	color: #3d5483;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#request dl p {
	font-size: 90%;
}
#indication {
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: flex;
	justify-content: space-between;
}
#indication dl {
	background-color: #FFF;
	margin: 0px;
	padding: 30px;
	height: auto;
	width: 30%;
	border-radius: 4px;
}
#indication dl dt {
	font-size: 120%;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
	color: #3d5483;
}
#indication dl dd {
	margin: 0px;
	text-align: center;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#indication dl p {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 150%;
	font-weight: bold;
}
#indication dl p span {
	font-size: 200%;
}
#mintitle {
	background-color: #3d5483;
	height: auto;
	width: 35%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-radius: 4px;
}
.comment_a {
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 60px;
	margin-left: 0px;
}
.comment_a li {
	font-size: 80%;
	line-height: 1.6em;
	margin: 0px;
	padding: 0px;
}
.comment_b {
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
.comment_b li {
	font-size: 80%;
	line-height: 1.6em;
	margin: 0px;
	padding: 0px;
}
.cost-list {
	height: auto;
	width: 100%;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #dddddd;
	border-left-color: #dddddd;
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.cost-list th,
.cost-list td {
	text-align: left;
	vertical-align: top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-color: #FFF;
}
.cost-list th {
	width: 52%;
	font-size: 90%;
}
.cost-list td {
	text-align: right;
	font-size: 90%;
}
.cost-list th span {
	font-weight: normal;
	font-size: 80%;
	line-height: 1.3em;
	padding-left: 5px;
}
.cost-list td span {
	font-size: 80%;
	color: #666;
	line-height: 1.3em;
}
#flow {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 120px;
	margin-left: 0px;
}
#flow dl {
	border: 1px solid #CCC;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 30px;
	padding-right: 60px;
	padding-bottom: 30px;
	padding-left: 60px;
	position: relative;
	border-radius: 4px;
}
#flow dl dt {
	padding: 0px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 60px;
}
#flow dl dd {
	font-size: 130%;
	font-weight: bold;
	color: #3d5483;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#flow dl p {
	font-size: 90%;
}
#flow dl ul {
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#flow dl ul li {
	width: 35%;
	padding: 0px;
	float: left;
	height: auto;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.namber {
	margin: 0px;
	height: 60px;
	width: 60px;
	background-color: #3d5483;
	color: #FFF;
	font-size: 80%;
	padding: 0px;
	position: absolute;
	top: -30px;
	left: 20px;
	text-align: center;
	line-height: 60px;
	border-radius: 50%;
}
#qa {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 120px;
	margin-bottom: 45px;
	margin-left: 0px;
}
#qa dl {
	padding: 0px;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 60px;
	margin-left: 0px;
}
#qa dl dt {
	background-color: #f5f5f5;
	margin: 0px;
	background-image: url(../images/q.png);
	background-repeat: no-repeat;
	background-position: left 30px top 27px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 80px;
	font-weight: bold;
	font-size: 110%;
	border-radius: 4px;
}
#qa dl dd {
	margin: 0px;
	background-image: url(../images/a.png);
	background-repeat: no-repeat;
	background-position: left 30px top 27px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 80px;
	font-size: 90%;
}
.name {
	background-color: #3d5483;
	margin: 0px;
	width: 40%;
	font-size: 120%;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	height: auto;
	border-radius: 4px 4px 0 0 ;
}

.clinic {
	padding: 40px;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	border-radius: 0 4px 4px 4px;
}
.cl_inner {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 50%;
}
.cl_inner dl {
	margin: 0px;
	padding: 0px;
}
.cl_inner dl ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.cl_inner dl ul li {
	padding: 0px;
	float: left;
	margin: 0px;
}


.cl_inner dl dt {
	padding: 0px;
	font-size: 90%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.cl_inner dl dd {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
.cl_inner dl dd span {
	font-size: 200%;
	line-height: 1.5em;
}
.cl_inner dl p {
	font-size: 80%;
	line-height: 1.7em;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.map {
	margin: 0px;
	padding: 0px;
	float: right;
	height: auto;
	width: 43%;
}
.map iframe {
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 390px;
}
.yamate {
	padding: 0px;
	font-size: 80%;
	float: left;
	width: 100%;
	line-height: 1.6em;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #C00;
	text-decoration: underline;
}

.lm {
	margin-left: 20px !important;
}
.kaiin {
	font-size: 80%;
	font-weight: bold;
	color: #C00;
	line-height: 1.5em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}
#link {
	padding: 0px;
	height: auto;
	width: 40%;
	margin-top: 0px !important;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#link dt{
	font-weight: bold;
	color: #FFF;
	text-align: center;
	font-size: 110%;
	margin: 0px;
	background-color: #3d5483;
	border-radius: 5px;
	position: relative;
	top: -20px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#link dt:after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #3d5483 transparent transparent transparent;
  border-width: 15px 15px 0 15px;
}
#link_inner {
	margin: 0px;
	padding: 0px;
}
#link_inner dl {
	margin: 0px;
	padding: 0px;
}
#link_inner dl dt {
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	color: #FFF;
}
#link_inner dl dt span {
	text-decoration: underline;
	color: #f5eeaf;
}
#link_inner dl dd {
	color: #FFF;
	margin: 0px;
	text-align: center;
	font-size: 90%;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.ft_link {
	text-align: center;
	padding: 0px;
	height: auto;
	width: 40%;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.ft_link a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(../images/ftlink.png);
	background-repeat: no-repeat;
	background-position : right 10px bottom 23px;
	border: 2px solid #FFF;
}
.ft_link 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: #006d92;
}
footer {
	height: auto;
	width: 100%;
	background-color: #3d5483;
	margin: 0px;
	padding-top: 55px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#ft {
	margin: 0px;
	padding: 0px;
}
#ft dl {
	margin: 0px;
	padding: 0px;
}
#ft dl dt {
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
#ft dl dd {
	font-size: 90%;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#ft dl p {
	font-size: 140%;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	line-height: 1.5em;
}
.ft_txt {
	background-color: #FFF;
	width: 25%;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 90%;
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #3d5483;
	height: auto;
	font-weight: bold;
}
.copyright {
	font-size: 60%;
	color: #FFF;
	text-align: center;
	margin: 0px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}


}




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



/*=============================================================
　base
=============================================================*/
body {
	color: #333333;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	min-width: 1200px;
}
#spfix {
	display:none;
}

}



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

/*=============================================================
　base
=============================================================*/

h1 {
	display: none;
}

h2 {
	display: none;
}
h3 {
	font-size: 150%;
	font-weight: bold;
	text-align: center;
	background-image: url(../images/title.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	height: auto;
	width: 96%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	line-height: 1.6em;
	letter-spacing: -0.03em;
}
h4 {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
h4 a {
	color: #333 !important;
	text-decoration: none !important;
}
.none {
	margin: 0px !important;
}
#florting{
	display:none;
}
#spfix{
	position: fixed;
	bottom: 0;
	margin: 0px;
	background-color: rgba(0,0,0,0.5);
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	z-index: 999999999;
}
#spfix dt {
	height: auto;
	width: 98%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
.br-pc { display:none; }
.br-sp { display:block; }



/*=============================================================
　area
=============================================================*/

.area {
	height: auto;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.area_a {
	height: auto;
	width: 100%;
	padding: 0px;
	background-color: #e4e8ed;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 100px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.area_b {
	height: auto;
	width: 100%;
	padding: 0px;
	background-color: #e4e8ed;
	margin: 0px;
}
.area_c {
	height: auto;
	width: 100%;
	background-color: #788cb5;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
}
.area_s {
	height: auto;
	width: 100%;
	padding-top: 80px;
	padding-right: 0px;
	padding-bottom: 80px;
	padding-left: 0px;
	margin: 0px;
}
.area_g {
	height: auto;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
	
.c03_area {
	padding: 60px 0;
	}
/*=============================================================
　link-btn
=============================================================*/

.link-btn {
	text-align: center;
	padding: 0px;
	margin: 0px;
}
.link-btn a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	background-color: #3d5483;
	border-radius: 5px;
	box-shadow: 3px 3px #293a5c;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(../images/link_icon.png);
	background-repeat: no-repeat;
	background-position : right 10px bottom 22px;
	font-size: 90%;
}
.link-btn-c {
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.link-btn-c a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	background-color: #3d5483;
	border-radius: 5px;
	box-shadow: 3px 3px #293a5c;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(../images/link_icon.png);
	background-repeat: no-repeat;
	background-position : right 10px bottom 22px;
	font-size: 90%;
}



/*=============================================================
　header
=============================================================*/

header {
	margin: 0px;
	height: auto;
	width: 100%;
	background-color: #3d5483;
	padding: 0px;
}
#logo {
	margin: 0px;
	height: auto;
	width: 70%;
	float: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#logo dl {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#logo dl dt {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#logo dl dd {
	background-color: #FFF;
	float: left;
	font-size: 80%;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	line-height: 2em;
	color: #3d5483;
	margin: 0px;
}
#copy {
	margin: 0px;
	padding: 0px;
	display: flex;
    justify-content: flex-end;
}
#nav {
	margin: 0px;
	background-color: #2b3955;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
/*開閉ボタン*/
#nav_toggle{
	display: block;
	width: 40px;
	height: 60px;
	padding: 0px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#nav_toggle div {
	position: relative;
}
#nav_toggle p {
	font-size: 80%;
	text-align: center;
	color: #FFF;
	margin: 0px;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	letter-spacing: 0.1em;
}
#nav_toggle span{
	display: block;
	height:3px;
	position: absolute;
	width: 100%;
	left: 0;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	background-color: #FFFFFF;
}
#nav_toggle span:nth-child(1){
	top:2px;
}
#nav_toggle span:nth-child(2){
	top:15px;
}
#nav_toggle span:nth-child(3){
	top:30px;
}
/*開閉ボタンopen時*/
.open #nav_toggle span:nth-child(1) {
	top: 14px;
    -webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);
}
.open #nav_toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav_toggle span:nth-child(3) {
	top: 14px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.nav_inner{
	display: none;
	position: absolute;
	top: 88px;
	width: 100%;
	background-color: rgba(43,57,85,0.9);
	left: 0;
	z-index: 99999999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.nav_inner ul{
	display: block;
	width: 90%;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.nav_inner ul li{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	padding: 0px;
	margin-top: 0;
	margin-right: 1%;
	margin-bottom: 0;
	margin-left: 1%;
	background-image: url(../images/nav_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: auto;
	width: 100%;
}
.nav_inner ul li:last-child{
	border: none;
}
.nav_inner ul li a{
	display: block;
	font-size: 90%;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.nav_inner ul li 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;
	text-decoration: underline;
}
#vj {
	background-image: url(../images/main_sp.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0px;
	height: 550px;
	height: 680px;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-position: center top;
}
#vj dl {
	padding: 0px;
	height: auto;
	height: 680px;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#vj dl dt {
	font-weight: bold;
	margin: 0px;
	padding-top: 70px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	line-height: 1.7em;
}
#vj dl dd {
	padding: 0px;
	font-size: 200%;
	font-weight: bold;
	color: #3d5483;
	line-height: 1.6em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#vj dl dd span {
	background: linear-gradient(transparent 70%, #fefaca 70%);
}
#vj dl p {
	line-height: 2em;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
}
#document {
	padding: 0px;
	height: auto;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.d_inner {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.d_inner a {
	border: 2px solid #3d5483;
	display: block;
	text-align: center;
	font-size: 90%;
	font-weight: bold;
	color: #3d5483;
	text-decoration: none;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	background-image: url(../images/link.png);
	background-repeat: no-repeat;
	background-position: right 10px bottom 27px;
}
#spcontents {
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 80px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#spcontents a img {
	width: 94%;
	}
	
.dname {
	background-color: #3d5483;
	color: #FFF;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-radius: 5px;
	font-size: 90%;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
}
.dname span {
	font-size: 170%;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 1.5em;
}
.text1 {
	text-align: center;
	padding: 0px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	line-height: 2em;
	height: auto;
	width: 90%;
}
.text1 span {
	color: #C00;
	text-decoration: underline;
	font-weight: bold;
}
#doctor {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
}
#doctor dl {
	padding-top: 50px;
	padding-right: 20px;
	padding-bottom: 50px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	background-color: #f5f5f5;
}
#doctor dl dt {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	text-align: center;
}
#doctor dl dt img{
	width:100%;
}
#doctor dl dd {
	font-size: 120%;
	font-weight: bold;
	color: #3d5483;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#doctor dl p {
	font-size: 160%;
	font-weight: bold;
	line-height: 1.5em;
}
#doctor dl p span {
	font-size: 60%;
	font-weight: normal;
	padding-left: 10px;
}
#doctor dl ul {
	padding: 0px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#doctor dl ul li {
	font-size: 90%;
}
#cbnr {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 80px;
	margin-left: auto;
	text-align: center;
	height: auto;
	width: 90%;
}

	
.base_contents00_g2 > .top_c02_container > .grid_item {
	margin: 0 4px 30px 4px;
	padding: 15px;
	background-color: #f5f5f5;
	border-radius: 8px;
	}
.dr_box {

	}
.dr_box .drimg img {
	width: 100%;		
	}
.dr_box .tx01 {
	font-size: 115%;
	font-weight: bold;
	color: #3d5483;
	color: #456097;
	margin: 0px;
	padding: 12px 0 0px;
	}
.dr_box .tx02 {
	font-size: 200%;
	font-weight: bold;
	line-height: 1.5em;
	text-align: justify;
}
.dr_box .tx02 .tx_s {
	font-size: 60%;
	font-weight: normal;
	padding-left: 10px;
	}
.dr_box .tx03 {
	font-size: 90%;
	line-height: 1.45;
	text-align: justify;
	padding: 6px 0;
	}
.dr_box .tx04 {
	font-size: 90%;
	line-height: 1.45;
	text-align: justify;
	padding: 6px 0 12px;
	}
.dr_box .tx04 .tx_icon {
	font-size: 80%;
	background-color: #3d5483;
	color: #FFF;
	padding: 3px 6px;
	margin-right: 8px;
	border-radius: 3px;
	}
.dr_box .tx05 {
	font-size: 90%;
	line-height: 1.45;
	text-align: justify;
	padding: 12px 0 6px;
	border-top: 1px #CCC solid;
	}
.dr_box .tx05 .tx_icon {
	display: inline-block;
	padding-bottom: 3px;
	font-size: 105%;
	font-weight: 600;
	color:#3d5483;
	color: #456097;
	}
.dr_box .tx05 .tx_icon2 {
	font-size: 65%;
	padding: 0 2px;
	vertical-align: text-bottom;
	}
.dr_box .tx05 .tx_l {
	font-weight: 500;
	background: linear-gradient(transparent 60%, rgba(255,255,0,0.35) 60%);
	padding: 0 2px;	
	}
.dr_box .tx05 a {
	text-decoration: none;
	}
.dr_box .tx05 a:hover {
	text-decoration: underline;
	}
#btitle {
	font-weight: bold;
	font-size: 150%;
	text-align: center;
	margin: 0px;
	color: #3d5483;
	padding: 0px;
}
#blog {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	margin: 0px;
}
#blog dl {
	padding: 20px;
	width: 90%;
	background-color: #FFF;
	position: relative;
	z-index: 1;
	border: 1px solid #3d5483;
	height: auto;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-radius: 4px;
}
#blog dl a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
}
#blog dl img {
	width: 100%;
	height: 170px;
	object-fit: cover;
	margin-bottom: 10px;
}
#blog dl dt {
	margin: 0px;
	padding: 0px;
	line-height: 1.6em;
	font-weight: bold;
}
#blog dl dd {
	font-size: 70%;
	line-height: 1.6em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	color: #999;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#blog dl p {
	font-size: 90%;
	line-height: 1.7em;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.link-btn-blog {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	height: auto;
	margin-top: 0px;
	margin-bottom: 80px;
	padding: 0px;
}
.link-btn-blog a {
	color: #FFF;
	text-decoration: none;
	font-size: 120%;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
	background-color: #3d5483;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	box-shadow: 0px 8px #2f384b;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#reason {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	height: auto;
	width: 90%;
}
#reason dt {
	text-align: center;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#reason dd {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#reason dd span {
	color: #C00;
	font-weight: bold;
}
#pattern {
	background-color: #e4e8ed;
	height: auto;
	width: 100%;
	padding-top: 70px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
#pattern dl {
	padding: 0px;
	height: auto;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}
#pattern dl dt {
	background-color: #3d5483;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-radius: 4px;
}
#pattern dl dd {
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#pattern dl p {
	font-size: 90%;
	margin: 0px;
	padding: 0px;
}
#setubi {
	background-color: #FFF;
	border: 1px solid #b9b9b9;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	border-radius: 4px;
}
#setubi dl {
	margin: 0px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
}
#setubi dl dt {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#setubi dl dd {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#setubi dl dd img,#setubi dl dt img{
	width:100%;
}
#setubi dl p {
	font-size: 90%;
	margin: 0px;
	padding: 0px;
}
#point {
	margin: 0px;
	padding: 0px;
}
#point dl {
	padding: 30px;
	background-color: #e4e8ed;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-radius: 4px;
}
#point dl dt {
	font-size: 130%;
	text-align: center;
	font-weight: bold;
	color: #3d5483;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	line-height: 1.7em;
}
#point dl dd {
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#point dl dd img{
	width:100%;
}
#point dl p {
	font-size: 90%;
	margin: 0px;
	padding: 0px;
}
.picon {
	padding: 0px;
	text-align: center;
	text-decoration: underline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-size: 110%;
	font-weight: bold;
}
.cyusyaku {
	font-size: 80%;
	color: #666;
	padding: 0px;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 100px;
	margin-left: auto;
	height: auto;
	width: 95%;
	line-height: 1.6em;
}
#request {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 100px;
	margin-left: 0px;
}
#request dl {
	border: 1px solid #CCC;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	border-radius: 4px;
}
#request dl dt {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#request dl dt img{
	width:100%;
}
#request dl dd {
	font-size: 140%;
	font-weight: bold;
	color: #3d5483;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	line-height: 1.6em;
}
#request dl p {
	font-size: 90%;
}
#indication {
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#indication dl {
	background-color: #FFF;
	padding: 30px;
	height: auto;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	border-radius: 4px;
}
#indication dl dt {
	font-size: 120%;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
	color: #3d5483;
}
#indication dl dd {
	margin: 0px;
	text-align: center;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#indication dl p {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 150%;
	font-weight: bold;
}
#indication dl p span {
	font-size: 200%;
}
#mintitle {
	background-color: #3d5483;
	height: auto;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-radius: 4px;
}
.comment_a {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 60px;
	margin-left: auto;
	padding: 0px;
	height: auto;
	width: 90%;
}
.comment_a li {
	font-size: 80%;
	line-height: 1.6em;
	margin: 0px;
	padding: 0px;
}
.comment_b {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: auto;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.comment_b li {
	font-size: 80%;
	line-height: 1.6em;
	margin: 0px;
	padding: 0px;
}
.cost-list {
	height: auto;
	width: 90%;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #dddddd;
	border-left-color: #dddddd;
	padding: 0px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.cost-list th,
.cost-list td {
	text-align: left;
	vertical-align: top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-color: #FFF;
}
.cost-list th {
	width: 52%;
	font-size: 90%;
}
.cost-list td {
	text-align: right;
	font-size: 90%;
}
.cost-list th span {
	font-weight: normal;
	font-size: 80%;
	line-height: 1.3em;
	padding-left: 5px;
}
.cost-list td span {
	font-size: 80%;
	color: #666;
	line-height: 1.3em;
}
#flow {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 100px;
	margin-left: 0px;
}
#flow dl {
	border: 1px solid #CCC;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 50px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	position: relative;
	border-radius: 4px;
}
#flow dl dt {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#flow dl dt img{
	width:100%;
}
#flow dl dd {
	font-size: 130%;
	font-weight: bold;
	color: #3d5483;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#flow dl p {
	font-size: 90%;
}
#flow dl ul {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#flow dl ul li {
	width: 100%;
	padding: 0px;
	height: auto;
	margin: 0px;
}
.namber {
	margin: 0px;
	height: 60px;
	width: 60px;
	background-color: #3d5483;
	color: #FFF;
	font-size: 80%;
	padding: 0px;
	position: absolute;
	top: -30px;
	left: 20px;
	text-align: center;
	line-height: 60px;
	border-radius: 50%;
}
#qa {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 100px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#qa dl {
	padding: 0px;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
}
#qa dl dt {
	background-color: #f5f5f5;
	margin: 0px;
	background-image: url(../images/q.png);
	background-repeat: no-repeat;
	background-position: left 20px top 27px;
	font-weight: bold;
	font-size: 110%;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 70px;
	border-radius: 4px;
}
#qa dl dd {
	margin: 0px;
	background-image: url(../images/a.png);
	background-repeat: no-repeat;
	background-position: left 20px top 27px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 70px;
	font-size: 90%;
}
.name {
	background-color: #3d5483;
	width: 90%;
	font-size: 120%;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 16px;
	margin-left: auto;
	border-radius: 4px;
}

.clinic {
	background-color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 60px;
	margin-left: 0px;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
	border-radius: 4px;
}
.cl_inner {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
.cl_inner dl {
	margin: 0px;
	padding: 0px;
}
.cl_inner dl ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.cl_inner dl ul li {
	padding: 0px;
	float: left;
	margin: 0px;
	height: auto;
	width: 50%;
}


.cl_inner dl dt {
	padding: 0px;
	font-size: 90%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.cl_inner dl dd {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
.cl_inner dl dd span {
	font-size: 200%;
	line-height: 1.5em;
}
.cl_inner dl p {
	font-size: 80%;
	line-height: 1.7em;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.map {
	margin: 0px;
	padding: 0px;
}
.map iframe {
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 390px;
}
.yamate {
	padding: 0px;
	font-size: 80%;
	float: left;
	width: 100%;
	line-height: 1.6em;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #C00;
	text-decoration: underline;
}

.lm {
	margin: 0px;
	padding: 0px;
}
.kaiin {
	font-size: 80%;
	font-weight: bold;
	color: #C00;
	line-height: 1.5em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}
#link dt{
	font-weight: bold;
	color: #FFF;
	text-align: center;
	font-size: 110%;
	margin: 0px;
	background-color: #3d5483;
	border-radius: 5px;
	position: relative;
	top: -20px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#link dt:after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #3d5483 transparent transparent transparent;
  border-width: 15px 15px 0 15px;
}
#link_inner {
	margin: 0px;
	padding: 0px;
}
#link_inner dl {
	padding: 0px;
	height: auto;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#link_inner dl dt {
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	color: #FFF;
}
#link_inner dl dt span {
	text-decoration: underline;
	color: #f5eeaf;
}
#link_inner dl dd {
	color: #FFF;
	margin: 0px;
	text-align: center;
	font-size: 90%;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.ft_link {
	text-align: center;
	padding: 0px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.ft_link a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(../images/ftlink.png);
	background-repeat: no-repeat;
	background-position : right 10px bottom 23px;
	border: 2px solid #FFF;
}
footer {
	height: auto;
	width: 100%;
	background-color: #3d5483;
	margin: 0px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
}
#ft {
	margin: 0px;
	padding: 0px;
}
#ft dl {
	padding: 0px;
	height: auto;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#ft dl dt {
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
#ft dl dd {
	font-size: 90%;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
	line-height: 1.6em;
}
#ft dl p {
	font-size: 140%;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	line-height: 1.5em;
}
.ft_txt {
	background-color: #FFF;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 90%;
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #3d5483;
	font-weight: bold;
}
.copyright {
	font-size: 60%;
	color: #FFF;
	text-align: center;
	margin: 0px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
}


.top_mainimg_btnbox {
	position: absolute;
	z-index: 996;
	display: inline-block;
	bottom: 0px;
	right: 0px;
	text-align: right;
	}

.top_mainimg_btnbox a {
  display: inline-block;
	font-weight: 600;
  padding: 0.85em 2.4em 0.85em 1.2em;
	/*margin-right: 8px;*/
	margin-top: 12px;
	margin-left: 8px;
  text-decoration: none;
  background: #668ad8;/*ボタン色*/
	background-color: #FFF;
	border: 2px solid #3d5483;
	
  color: #3d5483;
  border-radius: 3px;
	position: relative;
}
@media (max-width: 480px)  {
.top_mainimg_btnbox {
	bottom: 25px;
	}
.top_mainimg_btnbox a {
	width: 100%;
	margin-left: 0px;
  padding: 0.85em 2.4em 0.85em 0.8em;
}
}

.top_mainimg_btnbox a::before,
.top_mainimg_btnbox a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.top_mainimg_btnbox a::after{
	right: 16px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #3d5483;
	border-right: 2px solid #3d5483;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}



.top_c01_bg01 {
		width: 100%;
		margin:  0 auto;
		overflow: hidden;
	background-color: #f4f3ee;
		/*background-color: rgba(253,255,223,0.45);*/
	}
.top_c01_box {
	padding: 75px 0 45px;
	}

.top_c01_txbox01{
padding: 25px 25px 15px;
/*border: 6px #DDD solid;*/
background-color: #FFF;
	border-radius: 6px;
}
@media only screen and (max-width: 820px) {
.top_c01_txbox01{
background:rgba(255,255,255,0.9);
padding: 15px 15px 15px 10px;
}
}

.top_c01_stit01 {
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	letter-spacing: -0.05em;
	color: #456097;
	padding-bottom: 16px;
}
@media only screen and (max-width: 820px) {
.top_c01_stit01 {
	font-size: 20px;
	padding-bottom: 10px;
	}
}


.top_c01_container_r, .top_c01_container_l {
	/*padding: 80px 0;*/
}

.top_c01_container_r .grid_item_01 {
	padding: 0px 30px 8px 20%;
}
@media only screen and (max-width: 820px) {
.top_c01_container_r .grid_item_01 {
	padding: 15px 0px 8px 0px;
}
}
.top_c01_imgbox {
	overflow: hidden;
	height: 436px;
}
@media only screen and (max-width: 820px) {
.top_c01_imgbox {
	height: auto;
	}
}
.top_c01_imgbox img {
display: block;
transition-duration: 0.5s;
width: 100%;
}
/*.top_c01_imgbox img:hover {
transform: scale(1.1); 
transition-duration: 0.5s;
opacity: 0.8;
}*/
.top_c01_container_r .top_c01_imgbox {
	border-radius: 10px 0 0 10px;
}
.top_c01_container_l .top_c01_imgbox {
	border-radius: 0 10px 10px 0;
}
@media only screen and (max-width: 820px) {
.top_c01_container_r .top_c01_imgbox, .top_c01_container_l .top_c01_imgbox {
border-radius: 10px;		
	}
}


.top_contents01_g2r > .grid_container {
	display: -ms-grid;
	display: grid;

/*  grid-gap: 30px;*/
  
  -ms-grid-columns: 46% 54%;
  grid-template-columns: 46% 54%;
  
  -ms-grid-rows:  auto;
  grid-template-rows:  auto;
}

.top_contents01_g2r > .grid_container > .grid_item {
/*  background: #fff;*/
/*  border-radius: 8px; 
  border: 3px solid #ccc;*/
  margin: 0 0px 0px 0px;
}

.top_contents01_g2r > .grid_container > .grid_item_01 {
	-ms-grid-column: 1; /* 横のスタート位置(IE用) */
	-ms-grid-column-span: 1; /* 横のマス数(IE用) */
	grid-column: 1 / 2; /* 横位置 */
	
	-ms-grid-row: 1; /* 縦のスタート位置(IE用) */
	-ms-grid-row-span: 1; /* 縦のマス数(IE用) */
	grid-row: 1 / 2; /* 縦位置 */
}
.top_contents01_g2r > .grid_container > .grid_item_02 {
	-ms-grid-column: 2;
	-ms-grid-column-span: 1;
	grid-column: 2 / 3;
	
	-ms-grid-row: 1;
	grid-row: 1; 
}
@media only screen and (max-width: 820px) {
.top_contents01_g2r > .grid_container {
	display: -ms-grid;
	display: grid;

/*  grid-gap: 30px;*/
  
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  
  -ms-grid-rows:  auto;
  grid-template-rows:  auto;
}
.top_contents01_g2r > .grid_container > .grid_item {
/*  background: #fff;*/
/*  border-radius: 8px; 
  border: 3px solid #ccc;*/
  margin: 0 15px 0px 15px;
  margin: 0 0px 0px 0px;
}
.top_contents01_g2r > .grid_container > .grid_item_01 {
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-column: 1 / 2;
	
	-ms-grid-row: 2;
	grid-row: 2; 
}
.top_contents01_g2r > .grid_container > .grid_item_02 {
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-column: 1 / 2;
	
	-ms-grid-row: 1;
	grid-row: 1; 
}
}








.top_c01_li {
	font-size:18px;	
	/*list-style-image: url(../images/zettu_mainimg02a_icon01.png);*/
	line-height: 1.25;
	padding-bottom: 19px;
	padding-left:1.6em;
	text-indent: -1.6em;
	font-weight: 600;
}
.top_c01_li .tx > .tx_l {
	background: linear-gradient(transparent 70%, rgba(255,255,0,0.35) 70%);
	padding: 0 2px;
}
.top_c01_li .tx01 {
	font-size:16px;
	font-weight: 400;
	text-align: justify;
	padding-left:0em;
	text-indent: 0em;
	padding-top: 4px;
}
.top_c01_li .tx01 .tx_s {
	font-size:12px;
}
.top_c01_li img {
	width: 24px;
}
.top_c01_li span.tx {
vertical-align: middle;
padding-left: 6px;
}
@media only screen and (max-width: 820px) {
.top_c01_li {
	font-size:17px;
	letter-spacing: -0.05em;
	padding-bottom: 14px;
	padding-left:1.6em;
	text-indent: -1.6em;
	}
.top_c01_li .tx01 {
	font-size:14px;
	letter-spacing: -0.02em;
	}
.top_c01_li img {
	width: 20px;
	}
.top_c01_li span.tx {
padding-left: 4px;
}
}











.top_c00_bg01 {
	/*background-color: #EEE;*/
	padding: 15px 0 120px;
}

@media (max-width: 480px)  {
.top_c00_bg01 {
	/*background-color: #EEE;*/
	padding: 15px 0 90px;
}
}
