body {
	font-family: "Rounded Mplus 1c";
	font-weight: 300;
	overflow-x: hidden;
}
/*----------------------------------- language_area */
#language_area {
	position: absolute;
	top: 0;
	padding: 10px 0;
	width: 100%;
	z-index: 20000;
	background: url(../img/common_img/bg_pi_pattern.png) repeat 0 0;
}
#language_area .container {
		display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}
/*language_btn */
#language_btn {
	width: 180px;
	display: flex;
	align-items: flex-end;
}
#language_btn li a:hover {
	opacity: 0.7;
}
#language_btn li img {
	width: 100%;
	height: auto;
}

.wf-roundedmplus1c {
	font-family: "Rounded Mplus 1c";
}
h1, h2, h3, h4, h5, p {
	font-size: 1.6rem;
	font-size: 16px;
	font-weight: inherit;
}
li, dt, dd {
	font-size: 1.6rem;
	font-size: 16px;
}
div, p, dd, li {
	word-break: normal;
	word-wrap: break-word;
}
.pc_disp {
	display: none;
}
.sp_disp {
	display: block;
}

@media print, screen and (min-width:768px) {
.pc_disp {
	display: block;
}
.sp_disp {
	display: none;
}
}
a {
	-webkit-tap-highlight-color: rgba(198, 225, 145, 0.2);
}
img.img-responsive {
	text-align: center;
	margin: 0 auto;
}

@media print, screen and (min-width:768px) {
img.img-responsive {
	text-align: inherit;
	margin: inherit;
}
}
/* ----------------------------------------------------------------header*/
header {
	text-align: left;
	padding-top: 40px;

}
#h1_area {
	background: url(../img/common_img/bg_pi_pattern.png) repeat 0 0;
	box-sizing: border-box;
}
#h1_area .container {
	text-align: left;
}
h1 {
	display: inline-block;
	font-size: 10px;
	text-align: left;
	padding: 0.3em 0;
	color: #fff;
	font-weight: bold;
}
#header {
}
#header .container {
	min-height: 120px;
	position: relative;
}
.header_logo {
	margin: 10px auto;
}
.header_logo img {
	width: 280px;
	height: auto;
	margin: 0 auto;
	text-align: center;
}
.header_contact {
}
.header_contact li {
	display: inline-block;
	text-align: left;
}
.header_contact li:first-of-type {
	width: 65%;
}
.header_contact li br {
	display: block;
}
ul.header_info {
}
ul.header_info li {
	display: block;
	font-size: 10px;
	color: #666;
}
.header_contact li:first-of-type ul.header_info li {
	width: 100%;
}
.header_contact img.header_tel {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 65px;
	top: 80%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media print, screen and (min-width:768px) {
#h1_area .container {
	text-align: right;
}
h1 {
	text-align: right;
	font-size: 11px;
}
#header .container {
	min-height: 180px;
	position: relative;
}
.header_logo {
	margin: 0;
	position: absolute;
	left: 15px;
	top: 10px;
}
.header_logo img {
	width: 446px;
	height: auto;
}
.header_contact {
	position: absolute;
	right: auto;
	left: auto;
	top: 60%;
}
.header_contact li br {
	display: none;
}
.header_contact li:first-of-type {
	width: inherit;
}
ul.header_info {
}
ul.header_info li {
	font-size: 14px;
}
.header_contact img.header_tel {
	width: auto;
	height: auto;
	position: relative;
	right: auto;
	left: 90%;
	top: 50%;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
}

@media print, screen and (min-width:1200px) {
#header .container {
	min-height: 120px;
}
.header_logo {
	margin: 0;
	position: absolute;
	left: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.header_contact {
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.header_contact li:first-of-type {
	width: inherit;
}
.header_contact img.header_tel {
	left: auto;
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}
}
#main_area {
	padding-bottom: 35px;
}
#main_area.cts_main_area {
	padding-bottom: 35px;
}

@media print, screen and (min-width:768px) {
#main_area {
	padding-bottom: 70px;
}
#main_area.cts_main_area {
	padding-bottom: 35px;
}
}
#mainnavi {
	display: none;
}
#mainnavi ul.mnav {
	margin-top: 15px;
}
#mainnavi ul.mnav li {
	padding: 0 0.1em;
	width: 32%;
	display: inline-block;
	text-align: center;
}
#mainnavi ul.mnav li:nth-child(1) img, #mainnavi ul.mnav li:nth-child(3) img, #mainnavi ul.mnav li:nth-child(5) img {
	border-radius: 100%;
	background: url(../img/navi_img/bg_menu_odd.png) repeat 0 0;
}
#mainnavi ul.mnav li:nth-child(2) img, #mainnavi ul.mnav li:nth-child(4) img, #mainnavi ul.mnav li:nth-child(6) img {
	border-radius: 100%;
	background: url(../img/navi_img/bg_menu_even.png) repeat 0 0;
}

@media print, screen and (min-width:768px) {
#mainnavi {
	display: block;
	margin: 0 auto;
	text-align: center;
}
#mainnavi ul.mnav {
	margin: 15px auto 0;
}
#mainnavi ul.mnav li {
	width: 49%;
}
#main_area.cts_main_area #mainnavi ul.mnav li {
	width: 32%;
}
#main_area.cts_main_area #mainnavi ul.mnav li img {
	width: 80px;
	height: auto;
}
#mainnavi ul.mnav li:nth-child(1) img, #mainnavi ul.mnav li:nth-child(4) img, #mainnavi ul.mnav li:nth-child(5) img {
	border-radius: 100%;
	background: url(../img/navi_img/bg_menu_odd.png) repeat 0 0;
}
#mainnavi ul.mnav li:nth-child(2) img, #mainnavi ul.mnav li:nth-child(3) img, #mainnavi ul.mnav li:nth-child(6) img {
	border-radius: 100%;
	background: url(../img/navi_img/bg_menu_even.png) repeat 0 0;
}
#main_area.cts_main_area #mainnavi ul.mnav li:nth-child(1) img, #main_area.cts_main_area #mainnavi ul.mnav li:nth-child(3) img, #main_area.cts_main_area #mainnavi ul.mnav li:nth-child(5) img {
	border-radius: 100%;
	background: url(../img/navi_img/bg_menu_odd.png) repeat 0 0;
}
#main_area.cts_main_area #mainnavi ul.mnav li:nth-child(2) img, #main_area.cts_main_area #mainnavi ul.mnav li:nth-child(4) img, #main_area.cts_main_area #mainnavi ul.mnav li:nth-child(6) img {
	border-radius: 100%;
	background: url(../img/navi_img/bg_menu_even.png) repeat 0 0;
}
}

@media print, screen and (min-width:991px) {
#mainnavi ul.mnav li {
	padding: 0 0.1em;
	width: 49%;
}
#main_area.cts_main_area #mainnavi ul.mnav li {
	width: 32%;
	margin-bottom: 15px;
}
#main_area.cts_main_area #mainnavi ul.mnav li img {
	width: 100px;
	height: auto;
}
}
#mainnavi ul.mnav li.active a img{
	background: rgba(247,122,182,0.5) url(../img/common_img/bg_stripe_15.png) repeat 0 0;
}
#main_area.cts_main_area #mainnavi ul.mnav li.active a img{
	background: rgba(247,122,182,0.5) url(../img/common_img/bg_stripe_15.png) repeat 0 0;
}
#mainnavi ul.mnav li.active img {
	opacity: 0.7;
	box-shadow: 0 0 3px 3px #ebebeb;
}
#main_area.cts_main_area #mainnavi ul.mnav li a:hover img {
	background: rgba(247,122,182,0.5) url(../img/common_img/bg_stripe_15.png) repeat 0 0;
}
#main_area.cts_main_area #mainnavi ul.mnav li.active a:hover img {
	background: url(../img/navi_img/bg_menu_odd.png) repeat 0 0;
}
#mainnavi ul.mnav li a:hover img {
	background: rgba(247,122,182,0.5) url(../img/common_img/bg_stripe_15.png) repeat 0 0;
}
#mainnavi ul.mnav li.active a:hover img {
	background: url(../img/navi_img/bg_menu_odd.png) repeat 0 0;
}
/* togglebtn */
#toggle {
	width: 40px;
	z-index: 99999;
	margin-left: 8px;
	position: absolute;
	right: 15px;
	top: 80%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#toggle img {
	width: 100%;
	height: auto;
}
#toggle img.toggle_close {
	display: block;
}
#toggle img.toggle_open {
	display: none;
}
#toggle.open img.toggle_close {
	display: none;
}
#toggle.open img.toggle_open {
	display: block;
}

@media print, screen and (min-width:768px) {
#toggle {
	display: none;
}
}
/*------------------------------------------------------------pagetitle*/
#pagetitle {
	margin-bottom: 10px;
}

@media print, screen and (min-width:768px) {
#pagetitle {
	margin-bottom: 30px;
}
}
/*------------------------------------------------------------content*/
#content {
	text-align: left;
}
.section {
	clear: both;
	margin-bottom: 10px;
}

@media print, screen and (min-width:768px) {
.section {
	margin-bottom: 30px;
}
}
/* ----------------------------------------------------------------footer*/
footer {
	position: relative;
	background: url(../img/common_img/bg_naname_basic.png) repeat 0 0;
}
footer::before {
	content: "";
	display: block;
	width: 100%;
	height: 10px;
	background: url(../img/common_img/bg_naname_darkg.png) repeat 0 0;
}
footer h2 {
	width: 260px;
	height: 50px;
	display: block;
	margin: 0 auto 30px;
	background: url(../img/common_img/bg_naname_darkg.png) repeat 0 0;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	top: -10px;
	line-height: 50px;
	border-radius: 6px;
}

@media print, screen and (min-width:768px) {
footer h2 {
	margin: 0 auto 60px;
}
}
/* footerinfo */
#footerinfo {
}
#footerinfo .time_tbl {
	width: 100%;
	border-collapse: collapse;
	box-shadow: 0 0 0 2px #999999 inset;
}
#footerinfo .time_tbl th {
	padding: 0.2em 0.3em;
	font-size: 16px;
	font-weight: bold;
	color: #666;
	border: 1px dotted #838383;
	border-top: 0;
	border-right: 0;
}
#footerinfo .time_tbl th br {
	display: block;
}
#footerinfo .time_tbl tr.th_head th {
	text-align: center;
}
#footerinfo .time_tbl tr.th_head th:first-of-type {
	text-align: left;
	border-left: 0;
}
#footerinfo .time_tbl td {
	text-align: center;
	width: 9%;
	font-size: 15px;
	font-weight: normal;
	color: #666;
	border-bottom: 1px dotted #838383;
	border-left: 1px dotted #838383;
}
#footerinfo .time_tbl tr:not(.th_head) th:first-of-type {
	text-align: left;
	border-left: 0;
	font-size: 14px;
}
#footerinfo .time_tbl tr:last-of-type th, #footerinfo .time_tbl tr:last-of-type td {
	border-bottom: 0;
}

@media print, screen and (min-width:768px) {
#footerinfo .time_tbl th {
	padding: 0.4em 0.5em;
}
#footerinfo .time_tbl th br {
	display: none;
}
#footerinfo .time_tbl tr:not(.th_head) th:first-of-type {
	font-size: 16px;
}
}
#footerinfo .attention_ul {
	margin: 0.5em 0 0;
}
#footerinfo .attention_ul li {
	font-size: 13px;
	line-height: 1.3em;
	color: #666;
	text-align: left;
	padding-left: 1em;
}
#footerinfo .attention_ul li .kome {
	margin-left: -1em;
}
.f_info {
	margin: 30px 0 0;
	text-align: left;
	color: #666;
}
.f_info dt {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0.6em;
}
.f_info dt br {
	display: block;
}
.f_info dd {
	line-height: 1.2em;
}
.f_info dd p.add_tx {
	font-size: 14px;
}
.f_info dd li {
	font-size: 14px;
	display: inline-block;
}
.f_info dd li:first-of-type::after {
	content: " / ";
}

@media print, screen and (min-width:768px) {
.f_info dt {
	font-size: 16px;
}
.f_info dt br {
	display: none;
}
}
.f_navi {
	margin: 20px 0;
	text-align: left;
}
.f_navi li {
	display: inline-block;
	padding-right: 1em;
	font-size: 14px;
}
.f_navi li::before {
	content: "\f138";
	font-family: FontAwesome;
	left: -1em;
	color: #666;
	margin-right: 0.3em;
}
.f_navi li a {
	color: #666;
}
.f_navi li a:hover {
	color: #b1b1b1;
}

@media print, screen and (min-width:768px) {
.f_navi {
	margin: 40px 0 0;
}
}
#f_map {
	margin: 20px auto 0;
}
#f_map iframe {
	width: 100%;
}

@media print, screen and (min-width:768px) {
#f_map {
	margin: 0 auto;
}
}
.f_banner {
	width: 100%;
	margin: 12px auto 20px;
	display: table;
}
.f_banner li {
	display: table-cell;
	padding: 0 0.3em;
}
.f_banner li:nth-of-type(1) {
	padding-left: 0;
}
.f_banner li:nth-of-type(2) {
	padding-right: 0;
}

@media print, screen and (min-width:768px) {
.f_banner {
	margin: 12px auto 0;
}
}
.copyright {
	margin-top: 35px;
	background: url(../img/common_img/bg_pi_pattern.png) repeat 0 0;
	width: 100%;
	display: block;
	text-align: center;
}
small {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: #fff;
}

@media print, screen and (min-width:768px) {
.copyright {
	text-align: right;
}
small {
	text-align: right;
}
}
/*カレンダー更新プログラム（フッター）フォーマット*/
#calendar {
	width: 100%;
	padding: 10px 9px;
	margin: 0 0 10px;
	background: #fff;
	position: relative;
}
#calendar #cal_title {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
#calendar #month {
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	position: absolute;
	top: 12px;
	right: 10px;
	z-index: 999;
}
#calendar #month strong {
	font-size: 16px;
}
#calendar table {
	width: 100%;
	border-collapse: collapse;
}
#calendar table th, #calendar table td {
	font-size: 12px;
	text-align: center;
	padding: 10px 0;
}
#calendar table th {
	background: #C0C0C0;
	font-weight: bold;
}
#calendar table td.holiday {
	font-weight: bold;
	background: url(../img/common_img/holiday.png) no-repeat center center;
}
#calendar table td.half {
	font-weight: bold;
	background: url(../img/common_img/half.png) no-repeat center center;
}
#calendar table td.monday {
	color: #fff;
	font-weight: bold;
	background: url(../img/common_img/monday.png) no-repeat center center;
}
ul.page_ctl {
	text-align: center;
	padding: 8px 10px;
	margin: 0 0 10px;
}
ul.page_ctl li {
	font-size: 12px;
	color: #389e7c;
}
ul.page_ctl li a {
	text-decoration: underline;
}
ul.page_ctl li a:hover {
	color: #999;
}
ul.page_ctl .ctl_left {
	float: left;
}
ul.page_ctl .ctl_right {
	float: right;
}
#tx_holiday {
	float: left;
	margin-right: 20px;
	padding: 0 0 0 15px;
	background: url(../img/common_img/holiday_s.png) no-repeat left center;
}
#tx_half {
	float: left;
	padding: 0 0 0 15px;
	background: url(../img/common_img/half_s.png) no-repeat left center;
}
#tx_monday {
	clear: both;
	padding: 0 0 0 15px;
	background: url(../img/common_img/monday_s.png) no-repeat left center;
}

@media print, screen and (min-width:768px) {
#calendar {
	width: 60%;
	margin: 0 auto 10px;
}
}

@media print, screen and (min-width:992px) {
#calendar {
	width: 100%;
	margin: 0 0 10px;
}
}
/*カレンダー更新プログラム（メインカラム）フォーマット*/
.note {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	background-color: #969696;
	top: 0px;
	border-radius: 4px;
	padding: 5px 10px;
	margin-bottom: 20px;
}
.calender_nav {
	width: 260px;
	margin: 0 auto;
	text-align: center;
}
p.date {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
.calender_table {
	overflow-x: auto;
	clear: both;
	position: relative;
}
#calender02 table {
	width: 600px;
	border-collapse: collapse;
	margin-bottom: 10px;
}
#calender02 table tr th {
	text-align: center;
	background: #CBCBCB;
	border: 1px dotted #6F6F6F;
	border-bottom: 1px solid #6F6F6F;
	padding: 10px;
	width: 14%;
}
#calender02 table tr td {
	text-align: center;
	border: 1px dotted #6F6F6F;
	padding: 10px;
}
#calender02 table tr.tr_date td {
	background: #E5E5E5;
}
#calender02 table tr.tr_text td {
	height: 60px;
	vertical-align: top;
}
.bg_color01 {
	background: #D5A8A9;
}
.bg_color02 {
	background: #B1CAD8;
}
.tx_color01 {
	color: #D5A8A9;
}
.tx_color02 {
	color: #B1CAD8;
}

@media print, screen and (min-width:768px) {
.note {
	display: none;
}
#calender02 table {
	width: 100%;
}
}
/*------------------------------------------------------------Pankuzu*/
/*pankuzu*/
#pankuzu {
	width: 100%;
	margin: 5px 0 15px;
	clear: both;
}
#pankuzu ol {
	list-style: none;
	float: right;
}
#pankuzu ol li {
	float: left;
	font-size: 11px;
	padding: 0 7px 0 10px;
	background: url(../img/common_img/icon_pankuzu.gif) no-repeat 0 50%;
}
#pankuzu ol li em {
	font-style: normal;
}
#pankuzu ol li.home {
	padding-left: 0;
	background: none;
}
#pankuzu ol li a:link, #pankuzu ol li a:visited {
	text-decoration: underline;
}
#pankuzu ol li a:hover, #pankuzu ol li a:active {
	text-decoration: underline;
}
/* ----------------------------------------------------------------rayout*/
.center {
	margin: auto;
}
/*------------------------------------------------------------table*/
.sheet_basic {
	width: 100%;
	border-collapse: collapse;
}
.sheet_basic tr th, .sheet_basic tr td {
	border: 1px dotted #6D6D6D;
	padding: 10px;
	text-align: left;
	vertical-align: top;
	display: block;
}

@media print, screen and (min-width:768px) {
.sheet_basic tr th, .sheet_basic tr td {
	display: table-cell;
}
}
/*------------------------------------------------------------Decoration*/
/*Line*/
hr.line_01 {
	height: 1px;
	clear: both;
	margin: 20px 0px;
	border-top: 1px dotted #CCC;
	border-right: 0 dotted #CCC;
	border-bottom: 0 dotted #CCC;
	border-left: 0 dotted #CCC;
}
.space_10 {
	height: 10px;
	clear: both;
}
.space_20 {
	height: 20px;
	clear: both;
}
.space_30 {
	height: 30px;
	clear: both;
}
.space_10 hr, .space_20 hr, .space_30 hr {
	display: none;
}
/*------------------------------------------------------------Text*/
/*title*/
.title01 {
	font-size: 34px;
	font-weight: bold;
	color: #f366a6;
	background: url(../img/common_img/po_line_ti01.png) no-repeat center top;
	background-size: 120px;
	padding: 0.5em 0 0;
	margin-bottom: 0.5em;
}
.bg_basic .title01:first-of-type {
	margin-top: -30px;
}

@media print, screen and (min-width:768px) {
.title01 {
	font-size: 34px;
}
}
.title02 {
	margin: 2em auto 0.5em;
	font-size: 28px;
	line-height: 1.3em;
	font-weight: bold;
	color: #3acce2;
	padding-left: 1em;
}
.title01+.title02 {
	margin-top: 0;
}
.title02 span.ti02_in {
	position: relative;
	min-height: 1em;
}

@media print, screen and (min-width:768px) {
.title02 {
	font-size: 30px;
}
}
.title03 {
	margin: 0.5em auto;
	font-size: 24px;
	font-weight: bold;
	color: #b39cf5;
}
.title03 span {
	font-size: 12px;
}

@media print, screen and (min-width:768px) {
.title03 {
	margin: 1em auto 0.6em;
	font-size: 24px;
}
}
/*TextRight*/
.tx_right {
	text-align: right;
}
/*TextLeft*/
.tx_left {
	text-align: left;
}
/*TextCenter*/
.tx_cent {
	text-align: center;
}
/*bold*/
.tx_bold {
	font-style: normal;
	font-weight: bold;
}
/*TextRed*/
.tx_red {
	color: #C33;
}
/*attention*/
.attention {
	font-size: 10px;
	line-height: 130%;
	margin: 5px 0;
}
/*------------------------------------------------------------Float*/
/*FloatLeft*/
.float_left {
	float: left;
}
/*FloatRight*/
.float_right {
	float: right;
}
/*ClearBoth*/
.clearboth {
	clear: both;
}
/*phbox*/
.phbox_right {
	text-align: center;
	margin-bottom: 10px;
}
.phbox_right img {
	max-width: 100%;
	height: auto;
}
.phbox_left {
	text-align: center;
	margin-bottom: 10px;
}
.phbox_left img {
	max-width: 100%;
	height: auto;
}
.ov_hidden {
	overflow: hidden;
}

@media print, screen and (min-width:768px) {
.phbox_right {
	float: right;
	margin-left: 10px;
	margin-bottom: 0px;
}
.phbox_left {
	float: left;
	margin-right: 10px;
	margin-bottom: 0px;
}
}
/*------------------------------------------------------------Margin*/
/*MarginTop*/
.margin_t05 {
	margin-top: 5px;
}
.margin_t10 {
	margin-top: 10px;
}
.margin_t20 {
	margin-top: 20px;
}
.margin_t30 {
	margin-top: 30px;
}
.margin_t40 {
	margin-top: 40px;
}
.margin_t50 {
	margin-top: 50px;
}
/*MarginBottom*/
.margin_b05 {
	margin-bottom: 5px;
}
.margin_b10 {
	margin-bottom: 10px;
}
.margin_b20 {
	margin-bottom: 20px;
}
.margin_b30 {
	margin-bottom: 30px;
}
.margin_b40 {
	margin-bottom: 40px;
}
.margin_b50 {
	margin-bottom: 50px;
}
/*MarginRight*/
.margin_r05 {
	margin-right: 5px;
}
.margin_r10 {
	margin-right: 10px;
}
.margin_r15 {
	margin-right: 15px;
}
.margin_r20 {
	margin-right: 20px;
}
/*MarginLeft*/
.margin_l05 {
	margin-left: 50px;
}
.margin_l10 {
	margin-left: 10px;
}
.margin_l15 {
	margin-left: 15px;
}
.margin_l20 {
	margin-left: 20px;
}
/*Margin_device*/
.margin-xs-b10 {
	margin-bottom: 10px;
}

@media print, screen and (min-width:768px) {
.margin-xs-b10 {
	margin-bottom: 0px;
}
}
/*------------------------------------------------------------ClearFix*/
.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
/*------------------------------------------------------------Hoverimg*/
a:hover img.hoverimg {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
/*------------------------------------------------------------other*/
/*Pagetop*/
#pagetop {
	position: fixed;
	bottom: 20px;
	right: 10px;
	z-index: 9999;
}
#pagetop img {
	width: 58px;
	height: auto;
}

@media print, screen and (min-width:768px) {
#pagetop img {
	width: auto;
	height: auto;
}
}
/* ctspage common */
main#cts_container {
}
main#cts_container .bg_basic {
	padding: 30px 0px 20px;
	background: url(../img/common_img/bg_naname_basic.png) repeat 0 0;
	color: #585858;
}

@media print, screen and (min-width:768px) {
main#cts_container .bg_basic {
	padding: 30px 0 50px;
}
}
.img_cir_bd {
	position: relative;
	border-radius: 100%;
	padding: 5px;
	margin-bottom: 20px;
	display: inline-block;
}

@media print, screen and (min-width:768px) {
.img_cir_bd {
	margin-bottom: 0;
}
}
.img_cir_bd img {
	border-radius: 100%;
	position: relative;
	z-index: 1;
}
.col-md-3 .img_cir_bd::after {
	content: "";
	display: block;
	width: 70%;
	height: 98%;
	padding: 0.5em;
	position: absolute;
	left: 20%;
	top: 12px;
	background: url(../img/common_img/bg_sb_pattern.png) repeat 0 0;
	z-index: 0;
	border-radius: 100%;
}
.col-md-3 .img_cir_bd.bd_pi::after {
	content: "";
	display: inline-block;
	width: 70%;
	height: 100%;
	padding: 0.5em;
	position: absolute;
	left: 20%;
	top: 12px;
	background: url(../img/common_img/bg_pi_pattern.png) repeat 0 0;
	z-index: 0;
	border-radius: 100%;
}
.img_cir_bd::after {
	content: "";
	display: block;
	width: 104%;
	height: 98%;
	padding: 0.5em;
	position: absolute;
	left: 0;
	top: 10px;
	background: url(../img/common_img/bg_sb_pattern.png) repeat 0 0;
	z-index: 0;
	border-radius: 100%;
}
.img_cir_bd.bd_pi::after {
	content: "";
	display: block;
	width: 104%;
	height: 98%;
	padding: 0.5em;
	position: absolute;
	left: 0;
	top: 10px;
	background: url(../img/common_img/bg_pi_pattern.png) repeat 0 0;
	z-index: 0;
	border-radius: 100%;
}

@media print, screen and (min-width:768px) {
.col-md-3 .img_cir_bd::after {
	content: "";
	display: block;
	width: 104%;
	height: 98%;
	padding: 0.5em;
	position: absolute;
	left: 0;
	top: 10px;
	background: url(../img/common_img/bg_sb_pattern.png) repeat 0 0;
	z-index: 0;
	border-radius: 100%;
}
.col-md-3 .img_cir_bd.bd_pi::after {
	content: "";
	display: block;
	width: 104%;
	height: 98%;
	padding: 0.5em;
	position: absolute;
	left: 0;
	top: 10px;
	background: url(../img/common_img/bg_pi_pattern.png) repeat 0 0;
	z-index: 0;
	border-radius: 100%;
}
}
.intro_tx {
	text-align: left;
	margin-bottom: 1em;
}
.intro_tx.tx_cent {
	text-align: center;
	margin-bottom: 1em;
}
.intro_tx em {
	padding: 0 0.5em;
	font-style: normal;
	font-size: 23px;
	font-weight: 600;
	background: linear-gradient(transparent 65%, #fdd5e7 65%);
	color: #6F6F6F;
}
.cts_p {
	text-align: left;
	line-height: 1.7em;
	margin-bottom: 1em;
}
.cts_ul {
	margin: 0 auto;
}
.cts_ul li {
	padding-left: 2em;
	text-align: left;
}
.cts_ul li::before {
	content: "●";
	display: inline-block;
	margin-right: 0.5em;
	position: relative;
	top: -0.3em;
	margin-left: -1em;
	font-size: 8px;
	font-weight: bold;
	color: #f366a6;
}

@media print, screen and (min-width:768px) {
.cts_ul li {
	width: 48%;
}
}
.notes_tx {
	padding-left: 1em;
	font-size: 14px;
	color: #666;
}
.notes_tx span.kome {
	margin-left: -1em;
	color: #da1b36;
}
main#cts_container .bg_basic figure img {
	width: 100%;
}
main#cts_container .col-md-3 figure img {
	width: 70%;
}

@media print, screen and (min-width:768px) {
main#cts_container .col-md-3 figure img {
	width: 100%;
}
}

@media print, screen and (min-width:768px) {
.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
}
