@charset "utf-8";
/* CSS Document */

/* ci dental town css
-----------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Open+Sans:wght@300;400;600;700&display=swap');
/*font-family: 'Noto Sans JP', sans-serif;
font-family: 'Open Sans', sans-serif;*/

/* ==============================================
    universal reset
============================================== */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

/* ==============================================
    html,body and base
============================================== */
html,body {
	height:100%;
}

/* general params
------------------*/
table {
	empty-cells: show;
	font-size: 100%;
	border-collapse: collapse;
}

img {
	border: none;
	height: auto;
	vertical-align: top;
    image-rendering: -webkit-optimize-contrast;
	max-width: 100%;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	font-size: 100%;
}

h1 img{
	width: 250px;
	/*position: relative;*/
	left: -55px;
	top: -90px;
}

.pcmenu_follow h1 img{
	margin-left: 20px;
	left: -20px;
	top: 0;
}

h1 img,h2 img,h3 img,h4 img,h5 img,h6 img {
}

ul {
	letter-spacing: -.40em;
}

.entry-content ul{
	/*display: flex;*/
	list-style: none;
}

p{
	letter-spacing: 0.05rem;
}

ul li {
	letter-spacing: normal;
}
li{
	margin: 0 20px 0 0;
}

figure {
	margin: 1rem;
	text-align: center;
}
@media screen and (max-width: 700px){
		figure {
		margin: 5px;
	}
}

/* acronyms and abbreviations styles 
-------------------------------------*/
acronym,abbr {
	cursor: help;
}


/* ==============================================
    clear
============================================== */
.cbox {
	zoom: 100%;
}
.cbox:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
}
.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
}
.clear hr {
	display: none;
}

hr.clear {
	zoom: 1;
	clear: both;
	height: 0;
	border: none;
	font-size: 0;
}
*:first-child+html hr.clear {/* for IE7 */
	border-top: 1px solid;
} 

/* ==============================================
    fadein
============================================== */

.logo_fadein{
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #FFF;
	z-index: 1500;
}
.logo_fadein p {
	position: fixed;
	/*left: 50%;*/
	top: 50%;
	transform: translate(-50%, -50%);
	/*display: none;*/
	z-index: 9999;
	width: 65px;
}

/* ==============================================
    body
============================================== */
body {
	text-align: center;
	line-height: 1.8;
	color: #3c3c3c;
	font-size: 16px;
	-webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 700px) {
	body {
		min-width: 300px;
		font-size: 14px;
	}
}
@media print {
	body {
		min-width: 950px;
	}
}
body,
input,
select,
textarea {
	font-family: 'Noto Sans JP', sans-serif;
}
form input[type="submit"],
form input[type="reset"],
form input[type="button"] {
	-webkit-appearance: none;
}

/* ==============================================
    link
============================================== */
a {
	transition: all .4s;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

@media screen and (min-width: 701px) {
	a:hover,
	#pagetop img:hover {
		opacity: 0.7;
		filter: alpha(opacity=70);
		-ms-filter: "alpha( opacity=70 )";
	}
	a img.rollover:hover {
		opacity: 1;
		filter: alpha(opacity=100);
		-ms-filter: "alpha( opacity=100 )";
	}
}

/* ==============================================
    base
============================================== */
#container {
	zoom: 1;
	margin: 0 auto;
	text-align: left;
}
#container:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
}
.inner {
	width: 1100px;
	margin: 0 auto;
}

header .inner,
#breadcrumb .inner {
	width: 96%;
}

.sp {
	display: none;
}
.pc {}
.switch {}
.call {}

@media screen and (max-width: 1100px) {
	.inner {
		width: 100%;
	}
	.plan_style img,.plan_content img{
		width: 100%;
	}
}

@media screen and (max-width: 700px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.plan_style img,.plan_content img{
		width: 100%;
	}
}

/* ==============================================
    container
============================================== */
#container {
	position:relative;
	margin: 0 auto;
}

/* ==============================================
    header
============================================== */
body {
	/*margin-top: 100px;*/
}

header {
	position: relative;
	top: 0;
	width: 100%;
	margin: 0px;
	padding: 0;
	/*background: rgba(0,0,0,0.4);*/
	z-index: 10;
}

header .pcmenu {
	/*position: absolute;*/
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 80px;
	/*width: 100%;*/
	top: -90px;
}

header .innner_menu{
	display: flex;
	position: absolute;
	justify-content: space-between;
	width: 100%;
	align-items: center;
	left: 20px;
	z-index: 999;
}
header .pcmenu_follow {
	display: none;
	/*display: flex;*/
	position: fixed;
	justify-content: space-between;
	align-items: center;
	height: 80px;
	top: 0;
	background: #7dce9d;
	width: 100%;
	z-index: 999;
}

header #siteid {
	display: block;
	font-size: 1.500em;
	font-weight: 600;
}

header nav {
	
	
}
header nav ul {
	list-style: none;
	display: flex;
	justify-content: flex-end;
	margin-right: 20px;
}
header nav ul li {
	padding: 0 10px;
}

header a {
	color: #000;
	/*margin-left: 30px;*/
}

header a:hover {
	text-decoration: none;
}
header .pcmenu_follow a{
	color: #fff;
}


@media screen and (max-width: 768px) {
	header #siteid {
		font-size: 1.250em;
	}
	header nav ul li a {
		font-size: 0.875em;
	}
}

@media screen and (max-width: 700px) {
	body {
		/*margin-top: 50px;*/
	}
	header .pcmenu_follow{
		display: none;
	}
	header nav.pcmenu {
		height: 50px;
	}
	header #siteid {
		font-size: 1.250em;
	}
	header nav,header nav.pcmenu {
		position: fixed;
		left: 0;
		background: rgba(255, 255, 255, 0.81);
		/*background: #000;*/
		width: 100%;
		height: 100vh;
		transform: translateX(100%);
		opacity: 0;
		transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease;
		z-index: 12;
	}
	header .innner_menu{
		left: 0;
		top: 0;
	}
	header nav.active {
		opacity: 1;
		transform: translateX(0);
	}
	header nav ul {
		display: block;
		padding-top: 30px;
	}
	header nav ul li {
		padding: 0;
	}
	header nav ul li a {
		font-size: 1.500em;
		display: block;
		padding: 10px;
	}
	h1 img {
		width: 180px;
		position: absolute;
		top: 9px;
		left: 8px;
		z-index: 99;
	}
	nav.pcmenu_follow{
		display: none;
		top: -80px;
	}
	header .pcmenu_follow a{
		display: none;
	}
}


/* ==============================================
    menuBtn span
============================================== */
#menuBtn {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
	/*background: #000;*/
	text-indent: -10000px;
	overflow: hidden;
	cursor: pointer;
	z-index: 11;
}
#menuBtn span,
#menuBtn:before,
#menuBtn:after {
	display: block;
	position: absolute;
	width: 30px;
	height: 2px;
	margin-left: -10px;
	background: #000;
	top: 30px;
	left: 30px;
	transition: all .4s;
	opacity: 1;
}
#menuBtn span {
	margin-top: -1px;
	transition: opacity 150ms 50ms;
}

#menuBtn:before,
#menuBtn:after {
	content: "";
}
#menuBtn:before {
	transform: translate(0, -8px);
}
#menuBtn:after {
	transform: translate(0, 6px);
}

#menuBtn.active span {
	opacity: 0;
}
#menuBtn.active:before  {
	transform: rotate(45deg);
}
#menuBtn.active:after  {
	transform: rotate(-45deg);
}
@media screen and (max-width: 700px) {
	#menuBtn {
		display: block;
		width: 50px;
		height: 50px;
	}
	#menuBtn span,
	#menuBtn:before,
	#menuBtn:after {
		top: 25px;
		left: 25px;
	}
}

/* ==============================================
    breadcrumb
============================================== */

#breadcrumb {
	margin: 20px 0;
	padding-top: 100px;
}

#breadcrumb ol {
	list-style: none;
}
#breadcrumb li {
	display: inline-block;
	color: #888;
	font-size: 0.875em;
}

#breadcrumb li a {
	color: #333;
	text-decoration: none;
}
#breadcrumb li a:hover {
	text-decoration: none;
}

#breadcrumb li a::after {
	content: ">";
	display: inline-block;
	padding: 0 5px;
}

@media screen and (max-width: 700px) {
	#breadcrumb {
		margin: 0;
		padding: 10px 0;
	}
}

/* ==============================================
    contents
============================================== */
.main-bg{
	padding-top: 100px;
	background-image: url("image/mainbg.png");
	background-size: cover;
	background-position: center center;
    padding-bottom: 50px;
}

.section{
	margin-top: 50px;
}

#contents {

}

.pdf a,
a.pdf {
	position: relative;
	display: inline-block;
	margin-left: 25px;
}
.pdf a::before,
a.pdf::before {
	position: absolute;
	content: "";
	display: inline-block;
	background: url("image/file_pdf.svg") no-repeat 0 0;
	background-size: contain;
	width: 20px;
	height: 20px;
	margin-left: -25px;
}

/* Youtube レスポンシブ用 */
.movie_wrap {
	position: relative;
	padding-top: 56.25%;
	height: 0;
	overflow: hidden;
}
.movie_wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 700px) {
	table.scroll {
		overflow: auto;
		white-space: nowrap;
		display: block;
		width: auto;
	}
	table.scroll tbody {
		width: 100%;
	}
	table.scroll::-webkit-scrollbar {
		height: 5px;
	}
	table.scroll::-webkit-scrollbar-track {
		background: #f1f1f1;
	}
	table.scroll::-webkit-scrollbar-thumb {
		background: #bcbcbc;
	}
}

/* ==============================================
    pagetop
============================================== */
#pagetop {
    position: fixed;
    bottom: 85px;
    right: 10px;
    display: none;
	text-indent: -99999px;
	background: #aaa url("image/btn_pagetop.svg") no-repeat center center / 14px 14px;
	width: 75px;
	height: 75px;
	border-radius: 50%;
	transition: .2s;
	cursor: pointer;
}
@media screen and (min-width: 700px) {
	#pagetop:hover {
		transform: translateY(-4px);
	}
}
@media screen and (max-width: 700px) {
	#pagetop {
		width: 50px;
		height: 50px;
	}
}

/* ==============================================
    footer
============================================== */
footer {
	background: #c8c8c8;
	margin: 50px auto 0;
	padding: 50px 0;
	color: #fff;
}

footer strong {
	display: block;
}
footer strong.companylogo img {
	width: 120px;
	margin-top: 30px;
}

footer nav.f_link {
	margin-bottom: 20px;
}
footer nav.f_link ul {
	list-style: none;
	display: flex;
	justify-content: flex-start;
}
footer nav.f_link li {
	margin-right: 20px;
}
footer nav.f_link li a {
	color: #fff;
	font-size: 13px;
}

footer address {
	font-style: normal;
}

#footerlogo{
	width: 350px;
    margin: 20px 0;
}

#copyright {
	text-align:left;
	font-size: 14px;
}
#googlepolicy {
	font-size: 12px;
}
#googlepolicy a {
	color: #fff;
}

@media screen and (max-width: 960px) {
}

@media screen and (max-width: 700px) {
	footer strong {
		margin-bottom: 20px;
	}
	footer strong.companylogo img {
		margin-top: 0;
	}
	footer nav.f_link ul {
		display: block;
	}
	#copyright {
		text-align:left;
		font-size: 12px;
	}
}

/*資料請求ボタン*/
.topbuttn a{
	position: fixed;
	bottom: 20px;
	right: 90px;
	padding: 15px 45px;
	background: linear-gradient(160deg, rgb(65 176 83 / 90%), 55%, rgb(187 231 80 / 70%));
	border-radius: 5px;
	border: solid 2px white;
	color: white;
	Z-index: 1002;
}
.topbuttn a:hover{
	text-decoration: none;
}

/* ==============================================
    スクロールアニメーション
============================================== */
.scrollin {}
.fadein {}
.slidein {}

.scrollin.fadein {
	opacity : 0;
	visibility: hidden;
	transition: 0.5s;
	transform: translateY(100px);
}
.scrollin.fadein.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.scrollin.slidein {
	opacity : 0;
	visibility: hidden;
	transition: 0.5s;
	transform: translateX(300px);
}
.scrollin.slidein.active {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}

/* ==============================================
    news-archive
============================================== */
ul.news-archive {
	list-style: none;
	margin-bottom: 30px;
}
.news-archive li {
	margin: 20px 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
}
.news-archive li:last-child {
	border-bottom: none;
}

.news-archive li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.news-archive li a:hover {
	text-decoration: none;
}

.news-archive li a::after {
	content: "";
	display: block;
	background: url("image/btn_more.svg") no-repeat 0 0 / contain;
	width: 100px;
	height: 10px;
	margin-left: 20px;
}

.news-archive li .cat {
	display: block;
	width: 10em;
	color: #777;
	margin-right: 20px;
}
.news-archive li .date {
	width: 8em;
	color: #999;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.875em;
	font-weight: 600;
}

.news-archive li h3 {
	flex: 1;
	font-weight: 400;
	color: #2F2F2F;
}


@media screen and (max-width: 700px) {
	.news-archive {
		margin: 0 20px 30px;
	}
	.news-archive li a {
		display: block;
	}
	.news-archive li .date {
		margin: 5px 0;
	}
	.news-archive li a::after {
		display: none;
	}
	.news-archive li h3 {
		font-size: 1.143em;
	}
}

/* ==============================================
    entry-content
============================================== */
.entry-content.inner {}
@media screen and (max-width: 1100px) {
	.entry-content.inner {
		width: 90%;
	}
}

.entry-content h1 {
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.25;
	text-align: center;
	letter-spacing: 0.1em;
	color: #41b053;
	margin: 1.5rem 0;
}
.entry-content h2 {
	position:relative;
	display:table;
	background:#41B053;
	box-shadow:0 3px 3px 0 rgba(0,0,0,0.1);
	font-size: 2rem;
	text-align: center;
	color: white;
	line-height: 1.25;
	letter-spacing: 0.1em;
	padding: 8px 0.9em;
	margin: 3em auto 1.5rem;
}
.entry-content h2:before{
	content:" ";
	position:absolute; 
	top:-10px;
	left:4px;
	width:99%;
	height:4px;
	border-style:solid;
	background: #7dce8a;
	border-color:transparent;
	transform: skewX(318deg);
}
.entry-content h2:after{
    content:" ";
    position:absolute;
    top:-4px;
    left:100%;
    width:10px;
	height:100%;
	background: #6abc77;
	transform: skewY(318deg);
}
.entry-content h3 {
	font-size: 1.5rem;
	color: #446e95;
	margin: 1.5rem 0;
	line-height: 1.3;
	letter-spacing: 0.125em;
}
.entry-content h4 {
	display: inline-block;
	position: relative;
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.125em;
	margin: 0.75rem 0;
	padding-left: 2em;
}
.entry-content h4:before{
	position: absolute;
	content:url("image/h3.svg");
	display: inline-block;
	width: 1.675em;
	left: 0px;
	top: -7px;
}
.entry-content h5 {
	font-size: 1.125rem;
	color: #3c3c3c;
	margin: 1.5rem 0;
	line-height: 1.3;
	letter-spacing: 0.125em;
}
.entry-content h6{
	display: inline-block;
	background: #3f83dd;
	font-size: 1.125rem;
	color: #fff;
	padding: 1px 1em;
	border-radius: 3px;
	margin: 10px auto;
	letter-spacing: 0.125em;
}

/*.entry-content h3 {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.25;
	margin: 1rem 0;
	position: relative;
	line-height: 1.4;
	display: inline-block;
	padding-left: 2.8rem;
}
.entry-content h3:before{
	position: absolute;
	content:url("image/h3.svg");
	display: inline-block;
	width: 1.2em;
	height: 20px;
	left: -5px;
	top: -4px;
}
entry-content h4 {
	font-size: 1.75rem;
	color: #87c390;
	margin: 1rem 0;
	line-height: 1.3;
	letter-spacing: normal;
}
entry-content h5 {
	font-size: 1.500rem;
	color: #009960;
	line-height: 1.3;
	letter-spacing: 0.1em;
	margin: 1rem 0;
}*/

@media screen and (max-width: 700px) {
	.entry-content h1 {
		font-size: 1.5rem;
	}
	.entry-content h2 {
		font-size: 1.5rem;
		line-height: 1.25;
		margin: 3em auto 1em;
		padding: 10px 1.25em;
	}
	.entry-content h3 {
	}
	.entry-content h4 {
	}
	.entry-content h5 {
	}
}

.entry-content p{
	margin: 1.5rem 0;
}

.entry-content ul,ol{
	position: relative;
	margin: 1.5rem 0 1rem 1.5rem;
}

.entry-content ul li{
	line-height: 1.35;
	margin: 0.5625rem 0;
}

.entry-content ul li:before{
	content: '■';
	position: absolute;
	left: -1.25em;
	color: #59b95a;
}

.entry-content table {
	margin: 1.5rem 0 20px;
	width: 100%;
}
.entry-content th,
.entry-content td {
	border: 1px solid #ddd;
	padding: 20px;
}

/*.entry-content img {
	margin: 1rem 1rem;
}*/

/* 囲み罫線 */
.border-contents{
	border: solid 3px #59b95a;
	padding: 15px 60px;
	margin: 1.5rem 0;
	border-radius: 10px;
	position: relative;
}

@media screen and (max-width: 700px) {
	.border-contents{
		margin: 30px 0;
		padding: 20px 25px;
	}
}

/* カラム飾り */
.colmns-gap{
	gap: 10px;
}
.frame-plate{
	width: 100%;
	max-width: 400px;
	border: solid 2px #41b053;
	border-radius: 3px;
	background: #beecc5;
	padding: 10px 10px;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0;
}

ul.flex-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 30px auto 25px !important;
}
ul.flex-list li{
	margin: 15px auto 25px;
    border: solid 2px #41b053;
    padding: 15px 30px;
    border-radius: 5px;
    color: #000;
    font-weight: 500;
    font-size: 1.2rem;
    background: #beecc5;
}

/* ==============================================
    wp-block-button__link
============================================== */

.wp-block-button__link {
	display: block;
	background: #1c3e5d;
	border: 3px solid #1c3e5d;
	border-radius: 100px;
	text-align: center;
	padding: 1.1em 3em;
	margin: 1.5rem auto;
	color: white;
	text-decoration: none;
	line-height: 1.2;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	font-weight: 500;
	font-size: 1.5rem;
	letter-spacing: 2px;
	transition: all 0.4s;
}
.wp-block-button__link:hover {
	text-decoration: none;
	color: #1c3e5d;
	background: #fff;
	transform: translateY(-5px);
	transition: all 0.4s;
}

@media screen and (max-width: 700px) {
	.entry-content li{
		width: 100%;
	}
}
	

/* ==============================================
    contactform
============================================== */

input[type="text"],input[type="tel"],input[type="email"]{
	width: 95%;
	height: 45px;
	padding: 2px;
}

input[type="date"]{
	width: 100px;
	height: 30px;
	padding: 2px;
}

input[type="number"] {
	height: 27px;
	padding: 2px;
	width: 40px;
  }
  
select{
	width: 150px;
	height: 35px;
	margin-bottom: 5px;
  }
  
  textarea{
	width: 95%;
	height: 200px;
	padding: 2px;
  }
  
  .contact7 {
	  max-width: 100%;
	box-sizing: border-box;
  }

.wpcf7{
	margin-top: 80px;
}

.wpcf7-list-item-label{  
	line-height: 30px;
}

table{
	border-collapse:collapse;
}

table.contact_7 th,table.contact_7 td{
	border:none;
}

table.contact_7 th,table.contact_7 td{
	border-bottom: 1px solid #dfdfdf;
}

.contact_7 th,.contact_7 td{
	/*height: 30px;*/
	padding-bottom: 10px;
	padding: 15px 0;
}

.contact_7 th {
	width: 30%;
	min-width: 150px;
	text-align: left;
	border-bottom: 1px;
}
.doui{
	display: block;
    text-align: center;
    margin-top: 20px;
}

/* 必須マーク */
.must {
	background: #f12828;
}
 
/* 任意マーク */
.optional {
	background: #999;
}

.must,.optional {
	color: #FFF;
	border-radius: 3px;
	font-size: 10px;
	margin-left: 10px;
	padding: 5px 10px;
	letter-spacing: 2px;
}
.btn_contact7 {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 20px;
}
.btn_contact7 input {
	width: 70%;
	background-color: rgb(0, 153, 96);
	color: #FFF;
  font-size: 1.1em;
  height: 50px;
	letter-spacing: 0.2em;
	border: 1px solid rgb(0, 153, 96);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;	
}
.btn_contact7 input:hover {
	background-color: #FFF;
	color: rgb(0, 153, 96); 
}

@media screen and (max-width: 768px) {	
	.contact_7 th,.contact_7 td {
		display: block;
		width:98%;
	}
	.contact_7 th{
		padding: 15px 5px;
		margin: 0 0 8px 0;
		background: #f6f6f6;
		border-top: 2.5px solid #dfdfdf;
	}
}

/* ==============================================
    menu_area
============================================== */
.menu_area {
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
	justify-content: center;
}
.menu_area a {
	text-decoration: none;
}
.menu_area img {
	display: block;
	margin: 10px auto;
}
.menu_area h3 {
	font-size: 1.2rem;
	color: #41b053;
	text-align: center;
	margin: 0.5em 0;
}
.menu_area p {
	font-size: 14px;
	color: #3c3c3c;
}

@media screen and (max-width: 700px){
	.menu_area{
		gap: 15px;
	}
	.menu_area p {
	display: none;
	}
}

/* ==============================================
    contents_menu
============================================== */
.contents_menu {
	width: calc((100% - (25px*2))/3);
	background: #fff;
	border-radius: 10px;
	box-shadow: 8px 8px 12px 0px rgba(0, 0, 0, 0.2);
	padding: 1.5em;
}

@media screen and (max-width: 700px){
	.contents_menu {
		width: calc((95% - 15px)/2);
	}
}

/* ↓↓ここから使用していないCSS↓↓ */

/* ==============================================
    kenchiku
============================================== */
#kenchiku{}

/*.entry-content ul.kenchiku{
	display: block;
}
.plan_content{
	margin: 15px 30px;
}
.plan_style{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 30px;
}
.plan_line{
	display: flex;
	width: 40%;
	flex-wrap: wrap;
	align-items: flex-start;
	align-content: flex-start;
}
.plan_line p{
	margin: 0;
}
.plan_img{
	display: flex;
    justify-content: space-between;
    width: 98%;
}
.plan_line ul{
	list-style: none;
	margin: 0 0 30px 0 !important;
	position: relative;
}
.plan_line li{
	margin: 0 0 2px 20px;
	font-weight: 500px;
}
.plan_line li:before{
	content: '■';
	position: absolute;
	left: 0;
	color: #59b95a;
}*/


@media screen and (max-width: 700px) {	
	.plan_line{
		width: 100%;
	}
	.plan_style{
		margin: auto;
	}
	.plan_content{
		margin-right: 35px;
	}
	.plan_content img{
		margin-bottom: 25px;
	}
}

/* ==============================================
    usevoice
============================================== */
.u_voice h4{
	font-size: 1.7em;
	margin-bottom: 20px;
	color: #009960;
}
.u_voice h5{
	margin-left: 0;
	margin-bottom: 20px;
}
.u_voice .plan_style{
	margin:auto;
}

.u_voice ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.u_voice li{
	border:thick double #7dce9d;
	padding: 30px;
	width: 98%;
}
.u_voice li h5 span{
	font-size: 1rem;
}

.u_voice .plan_style{
	justify-content: space-between;
	align-items: center;
}

.u_voice .plan_line{
	width: 48%;
}
.u_voice img{
	text-align: center;
}

@media screen and (max-width: 700px) {
	.u_voice li{
	width: 100%;
	margin: 10px;
	}
	.u_voice .plan_style{
		width: 100%;
	}
	.u_voice .plan_line{
		width: 100%;
	}
}

@media screen and (max-width: 450px) {
	/*.u_voice .plan_content{
		margin: 0;
	}*/
}

/* ==============================================
    囲み罫線の中のコンテンツにかかる
============================================== */
/*.border-contents p strong{
	text-align: center;
}
.border-contents strong{
	font-size: 1.2rem;
	color: #59b95a;
}
.border-contents .js-img {
	position: absolute;
	top: -30px;
    right: 25px;
}
.border-contents ul{
	list-style: none;
	margin: 0 0 30px 0;
	position: relative;
}
.border-contents li{
	margin: 0 0 2px 20px;
	font-weight: 500px;
}
.border-contents li:before{
	content: '■';
	position: absolute;
	left: 0;
	color: #59b95a;
}*/

@media screen and (max-width: 700px) {
	/*.border-contents .js-img {
		width: 80px;
	}
	.border-contents .js-img {
		top: -55px;
		right: 10px;
		width: 65px;
	}*/
}