@charset "UTF-8";
/*
Theme Name: teamm
Theme URI: /wp-content/themes/teamm
Description: ナノ医療イノベーションセンターのサイトです
Author: teamm
Author URI:
Version: 1.0

1.  common settings
2.  sp settings
3.  header settings
4.  index settings
5.  page settings
6.  single settings
7.  sidebar settings
8.  footer settings
9.  form setting
10.  Other Styles

*/

@font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    src: local("Noto Sans CJK JP Regular"),
    url('./fonts/NotoSans_Regular.woff2') format('woff2'),
    url('./fonts/NotoSans_regular.woff') format('woff'),
    url('./fonts/NotoSans_regular.otf') format('opentype');
}
@font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 500;
    src: local("Noto Sans CJK JP Regular"),
    url('./fonts/NotoSans_Medium.woff2') format('woff2'),
    url('./fonts/NotoSans_medium.woff') format('woff'),
    url('./fonts/NotoSans_medium.otf') format('opentype');
}
@font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 600;
    src: local("Noto Sans CJK JP Regular"),
    url('./fonts/NotoSans_Bold.woff2') format('woff2'),
    url('./fonts/NotoSans_bold.woff') format('woff'),
    url('./fonts/NotoSans_bold.otf') format('opentype');
}


/*==================================================================
	common settings
===================================================================*/
html {
  font-family: 'Noto Sans JP',"Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing:0.02em;
}
body{
	overflow-x: hidden;
	letter-spacing:0.02em;
	position:relative;
	color:#000;
}
h1,h2,h3,h4,h5,p,a,span,strong,dl,dt,dd,table,tbody,thead,th,td,blockquote,ul,li,ol {
	font-family: 'Noto Sans JP',"Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.uk-grid.uk-grid-collapse {
	margin-left: 0;
}
.uk-grid.uk-grid-collapse >* {
	padding-left: 0;
}
p, li, dt, dd,th,td{
	font-size: 14px;
	line-height:200%;
	margin:0 0 20px 0;
}
a {
	-webkit-transition: 0.4s ;
	transition: 0.4s ;
	text-decoration:underline;
	color:#1600f7;
}
.uk-link:hover, a:hover{
	text-decoration:none;
}
a img:hover {
	opacity: 0.6;
	-webkit-transition: 0.4s ;
	transition: 0.4s ;
}
a:hover {
	color:#f11ccb;
}
img{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
@media screen and (max-width : 959px){
	.uk-container{
		padding:0 25px;
	}
}
@media screen and (max-width : 639px){
	p, li, dt, dd th,td{
		font-size: 13px;
		line-height:180%;
		margin-bottom:15px;
	}
	.uk-container{
		padding:0 12px;
	}
}
@media (min-width: 960px){
.footside {
    max-width: 900px;
}}




/* margin,padding
-------------------------------------------------------------------*/
.mb0 {
	margin-bottom: 0;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 1.5em;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb60 {
	margin-bottom: 60px;
}
.mb80 {
	margin-bottom: 80px;
}
.mb120 {
	margin-bottom: 120px;
}
.mb100 {
	margin-bottom: 8em;
}
.mt5{
	margin-top: 5px;
}
.mt10{
	margin-top: 10px;
}
.mt15{
	margin-top: 15px;
}
.mt20{
	margin-top: 20px;
}
.mt40{
	margin-top: 40px;
}
.mt60{
	margin-top: 60px;
}
.mt80{
	margin-top: 80px;
}
.pb0{
	padding-bottom:0;
}
.pb20{
	padding-bottom:20px;
}
.pb30{
	padding-bottom:30px;
}
.pt80{
	padding-top:80px;
}
.pt30{
	padding-top:30px;
}
.pb80{
	padding-bottom:80px;
}
.pt0{
	padding-top:0;
}
.pBox15{
	padding:15px;
}
@media screen and (max-width : 959px){
	.mb120 {
		margin-bottom: 80px;
	}
}
@media screen and (max-width : 639px){
	.mb60{
		margin-bottom:30px;
	}
	.mb80{
		margin-bottom:40px;
	}
	.mb100{
		margin-bottom:50px;
	}
	.mb120 {
		margin-bottom: 60px;
	}
}


/* font style
-------------------------------------------------------------------*/
.red{
	color:#e95504;
}
.bold{
	font-weight:bold;
}
.center{
	text-align:center;
}
.strong,
strong{
	font-weight:500;
	color:#28a7e1;
	font-size:18px;
}
.fonts{
	font-size:13px;
	color:#666;
}


/* table sheet style
-------------------------------------------------------------------*/
table.sheet {
	border-collapse:collapse;
	border-spacing:0px;
	border-bottom: none;
	margin-bottom:25px;
	width:100%;
	background:#fff;
}
.sheet th, .sheet td {
	padding: 10px 20px;
	text-align: left;
	line-height:1.5em;
	vertical-align:middle;
	background:#f5f5f5;
	line-height:220%;
	border-bottom:1px solid #fff;
}
.sheet td ul li:last-child {
	margin:0;
}
.staff td ul li{
	font-size:13px;
	line-height:180%;
	margin:0 0 5px 0;
}
.sheet td ul.list {
	margin:0;
}
.sheet th {
	background: #e2dffe;
	font-weight:500;
	text-align:center;
}
.sheet td img {
	vertical-align:middle;
}
table.center td{
	text-align:center;
}
table td.fonts{
	font-size:12px;
	color:#666;
}

/* table price
---------------------------------------------*/
table.price th,
table.price td{
	padding: 8px 20px;
}
table.price th{
	width:50%;
	text-align:left;
}
table.price td{
	text-align:center;
	width:25%;
}
table.price td:last-child{
	text-align:right;
}
table.center td{
	text-align:center;
}


@media screen and (max-width : 639px){
	table.sheet td{
		border-right: none;
		padding:15px;
	}
	.sheet ul{
		padding-left:20px;
	}
}

	/* table 横スクロール style
-------------------------------------------------------------------*/
@media screen and (max-width : 639px){
	.scroll{
		overflow:auto!important;
		white-space:nowrap;
	}
	.scroll::-webkit-scrollbar{
		height:5px;
	}
	.scroll::-webkit-scrollbar-track{
		background:#f1f1f1;
	}
	.scroll::-webkit-scrollbar-thumb{
		background:#bcbcbc;
	}
}

/*	dl style
-------------------------------------------------------------------*/
dl.dllist{
	width: 100%;
	overflow: hidden;
	border-bottom:1px dotted #ddd;
	display: flex;
	flex-wrap: wrap;
}
.dllist dt, .dllist dd{
	margin:0;
	padding:15px 25px;
}
.dllist dt{
	width: calc(25% - 50px);
	clear: left;
	background: #f6f6f6;
	border-top:1px dotted #ddd;
	font-weight:500;
}

.dllist dd{
	width:  calc(75% - 50px);
	background:#fff;
	border-top:1px dotted #ddd;
}

@media screen and (max-width : 639px){
	dl.dllist{
		width: 100%;
		background:none;
		border-bottom:none;
	}
	.dllist dt, .dllist dd{
		float:none;
		width:calc(100% - 30px);
		border-top:none;
	}
	.dllist dt{
		border-bottom:1px dotted #ddd;
		padding:5px 15px;
		background:#edf7fc;
	}
	.dllist dd{
		border:none;
		padding:10px 15px;
		margin:0 0 15px 0;
	}
}

/* list style
-------------------------------------------------------------------*/
ul.list{
	padding-left:30px;
	margin:0 0 25px;
}
ul.list li{
	padding-left:5px;
	margin:0 0 10px 0;
	list-style-image:url(./img/ico.png);
}
ul.list li a{
	font-weight:bold;
	font-size:14px;
}

ol.list{
	counter-reset: my-counter;
	list-style: none;
	padding-left:30px;
	margin:0 0 25px;
}
ol.list li{
	padding-left:10px;
	margin:5px 0;
	position: relative;
}
ol.list li:before{
	content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #00aaeb;
  color: #fff;
  display: block;
  float: left;
  line-height: 200%;
  margin-left: -40px;
  text-align: center;
	width:2em;
  border-radius: 50%;
}

/*	tab menu
-------------------------------------------------------------------*/
ul.tab{
	margin:0 0 60px 0;
	padding:0;
	text-align:center;
}
ul.tab li{
	display:inline-block;
	list-style-type:none;
	margin:0 30px;
	min-width:210px;
}
ul.tab li a{
	padding:7px 60px 7px 68px;
	background: #9fa0a0 url(./img/more2.png) no-repeat 30px center/11px;
	display:block;
	text-align:center;
	text-decoration:none;
	font-size:16px;
	font-weight:500;
	color:#fff;
}
ul.tab li a:hover,
ul.tab li a.active{
	background-color: #199bc6;
	color: #fff;
}
.tabContent,
.tabContent2{
	display: none;
}
@media screen and (max-width : 959px){
	ul.tab{
		margin:0 0 40px 0;
	}
	ul.tab li{
		margin:0 15px;
	}
	ul.tab2 li {
		display:block;
	}
	ul.tab li a{
		margin:0 0 1px;
	}
}
@media screen and (max-width : 639px){
	ul.tab{
		margin:0 0 20px 0;
	}
	ul.tab li{
		margin:0 15px;
	}
	ul.tab2 li {
		display:block;
	}
	ul.tab li a{
		font-size:14px;
	}
	ul.tab2 li a{
		padding: 7px 15px 7px 23px;
	}
}


/* icon
-------------------------------------------------------------------*/
i{
	color:#fff;
}
a:hover i{
	color:#fff !important;
}


/*	blockquote
-------------------------------------------------------------------*/
blockquote::before,
blockquote::after {
  display: none;
}

/*	uk-accordion
-------------------------------------------------------------------*/
.uk-accordion li{
	margin:0;
}
.uk-accordion-title:hover{
	cursor:pointer;
	color:#01146d;
}
.uk-accordion-title{
	text-decoration:none;
	font-size:16px;
	padding:15px 15px 15px 35px;
	font-weight:400;
	border-bottom:dotted 1px #ddd;
	margin:0;
	background:#fff url(./img/list.png) no-repeat 10px center;
	color:#222;
}
.uk-accordion-content{
	padding:30px;
	background:#f7f8fc;
	margin:15px 0 0;
	border-radius:5px;


}



/*==================================================================
	sp common settings
===================================================================*/
/* sp contactbtn footer
-------------------------------------------------------------------*/
#sp-contact{
	position: fixed;
	bottom: 0;
	right: 0;
	width:100%;
	z-index:100;
	overflow:hidden;
	margin:0;
	padding:0;
}
#sp-contact li{
	float:left;
	width:50%;
	margin:0;
	list-style:none;
}
#sp-contact li a{
	display:block;
	color:#fff;
	font-weight:500;
	text-decoration:none;
	padding: 10px 0 8px 0;
	font-size:14px;
	text-align:center;
	height:auto;
	background:#199bc6;
	border-right:1px solid #fff;
}
#sp-contact li a span{
	display:block;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	font-size:10px;
	text-align:center;
	line-height:120%;
}
#sp-contact li:last-child a{
	border-right:none;
}
#sp-contact li a i{
	color:#fff;
}
@media screen and (max-width : 639px){
	body{
		padding-bottom:57px;
	}
}


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

/* header
-------------------------------------------------------------------*/
.header{
	z-index:900;
	position:absolute;
	top:0;
	width:100%;
}
header{
	height:100px;
}
header.uk-sticky-fixed{
	background:#fff;
}
header .uk-grid{
	position:relative;
}
.logo{
	padding:30px 25px;
	    padding-top: 0;
}
.menu_btn{
	border:none;
	z-index:900;
	vertical-align:middle;
	background:#fff;
	color:#fff;
	font-size:13px;
	margin: 0;
	height:100px;
	width:100px;
	outline:0;
}
.menu_btn a{
	display:block;
	color:#fff;
	text-decoration:none;
	height:100%;
}
.menu_btn2 a{
	line-height:100px;;
}
.menu_btn i{
	font-size:36px;
	color:#f11ccb;
}
.menu_btn2 ul,
.menu_btn2 ul li{
	padding:0;
	margin:0;
}
.menu_btn2 ul li{
	display:inline-block;
}
.menu_btn2 ul li span{
	display:inline;
}
.menu_btn2 ul li:last-child span:before{
	content:"/"
}
.menu_btn2 ul li a:hover{
	text-decoration:underline;
	color:#e9de30;
}
.menu_btn2{
	background:rgba(176,176,176,0.9);
}
.menu_btn3{
	background:#f11ccb;
}
.menu_btn4{
	background:rgba(25,155,198,0.9);
}
.menu_btn2:hover{
	background:rgba(176,176,176,1);
}
.menu_btn3:hover{
	background:#1600f7;
}
.menu_btn4:hover{
	background:rgba(25,155,198,1);
}
@media (min-width: 960px){
	header .uk-width-2-3\@m{
		width:calc(100% * 2 / 3);
	}
}

@media screen and (max-width : 959px){
	header{
		height:80px;
		background:rgba(255,255,255,0.9);
	}
	.logo{
		padding:15px 20px;
		    padding-top: 0;
		width: 130px;
	}
	.menu_btn{
		height:80px;
		width:80px;
	}
	.menu_btn i{
		font-size:30px;
	}
	.menu_btn2{
		background:rgba(25,155,198,0.9);
	}
	.menu_btn2 a{
		line-height:80px;
	}
}
@media screen and (max-width : 639px){
	header{
		height:50px;
	}
	.logo{
		padding:13px 10px;
		padding-top: 0;
    width: 77px;
	}
	.menu_btn{
		height:50px;
		width:50px;
	}
	.menu_btn i{
		font-size:20px;
	}
	.menu_btn2 a{
		line-height:50px;
	}
}


/* navigation
-------------------------------------------------------------------*/
.nav_items{
	padding:0;
	margin:0 0 0 auto;
	width:auto;
	background:rgba(255,255,255,0.9);
}
.nav_items > li {
	display:block;
	float:left;
	box-sizing: border-box;
	margin:  0;
	padding:0 25px;
	text-align:center;
	width:auto;
	height:70px;
	position:relative;
}
.nav_items > li > a{
	display:block;
	text-decoration:none;
	color:#222;
	font-size:14px;
	text-align:center;
	letter-spacing:0.1em;
	border-bottom:solid 2px rgba(255,255,255,0);
	padding:20px 0 0 0;
}
.nav_items > li a:hover{
	border-bottom:solid 2px #1600f7;
	color:#1600f7;
}


/*Nav  シンプルプルダウン
-------------------------------------------------------------------*/
#nav .uk-dropdown{
	background:#fff;
	padding:15px;
	min-width:260px;
	box-shadow:none;
	border:solid #ddd 1px;
	margin:0;
}
#nav .menu-item-has-children {
	position: relative;
}
#nav .sub-menu {
	background:#fff;
	padding:15px;
	min-width:260px;
	box-shadow:none;
	border:solid #ddd 1px;
	margin:0;
	display: none;
	position: absolute;
	left: 25px;
	top: 50px;
}
#nav .menu-item-has-children:hover .sub-menu {
	display: block;
}
#nav ul li ul{
	list-style: none;
	margin: 0;
	padding: 0;
	z-index:2000;
}
#nav ul li ul li{
	margin:0;
	display:block;
}
#nav ul li ul li a{
	display:block;
	font-size:14px;
	color: #222;
	text-decoration:none;
	line-height:160%;
	padding:7px 10px 7px 25px;
	text-align:left;
	background:url(./img/more.png) no-repeat 10px center/5px;
}
#nav ul li ul li a:hover{
	color:#199bc6;
	border:none;
}


/* offcanvas
-------------------------------------------------------------------*/
.uk-offcanvas-bar{
	background:#f11ccb;
	padding: 0;
	width:460px;
}
.uk-nav-offcanvas>li{
	margin:0;
	display:block;
}

@media screen and (max-width : 639px){
	.uk-offcanvas-bar{
		width:80vw;
	}
}

/* nav_menu
-------------------------------------------------------------------*/
#nav_menu .uk-button{
	border:none;
	font-size:12px;
	color:#fff;
	background:none;
	top:0;
	right:0;
	height:80px;
	width:80px;
}
#nav_menu .uk-button span{
	display:inline-block;
	font-size:30px;
	color:#fff;
}
@media screen and (max-width : 639px){
	#nav_menu .uk-button{
		padding:0;
		height:50px;
		width:50px;
	}
	#nav_menu .uk-button span{
		font-size:20px;
	}
}


/* nav_menu_list
-------------------------------*/
#nav_menu ul {
	padding:0;
	overflow:hidden;
	margin:80px 15px 30px ;
}
#nav_menu ul li{
	margin:0;
}
#nav_menu ul li a{
	display:block;
	text-decoration:none;
	color:#fff;
	font-size:16px;
	padding:15px 15px 15px 30px;
	margin:0;
	border-top:dotted 1px #fff;
	background:url(./img/more3.png) no-repeat 10px center/10px;
}
#nav_menu ul li a:hover{
	background:#f07cfb url(./img/more3.png) no-repeat 10px center/10px;
}

/* nav_menu_list 2層目
-------------------------------*/
#nav_menu ul li ul {
	padding:0;
	margin:0 0 30px 20px;
	overflow:hidden;
}
#nav_menu ul li ul li{
	display:inline-block;
	margin:0;
	float:none;
	width:auto;
}
#nav_menu ul li ul li a{
	font-size:14px;
	border:none;
	padding:7px 15px 7px 30px;
	margin:0;
	letter-spacing:1px;
	line-height:160%;
}
@media screen and (max-width : 639px){
	#nav_menu ul{
		margin:50px 15px 30px ;
	}
	#nav_menu ul li a{
		padding:10px 10px 10px 30px;
		font-size:15px;
	}
	#nav_menu ul li ul li a{
		padding:5px 15px 5px 30px;
		font-size:13px;
	}
}




/*==================================================================
	index settings
===================================================================*/
/* keyv
-------------------------------------------------------------------*/
.keyv {
	position:relative;
}
.uk-slideshow-items{
	height:100vh;
	min-height:initial!important;
}
.uk-slideshow-items>*{
	margin:0;
	z-index:-1;
}
.keyv .uk-cover{
	left:60%;
}
.keyv_txt{
	align-items: center;
	justify-content: center;
	display: flex;
	height:100%;
	margin:0 20px;
}
.news{
	position:absolute;
	bottom:40px;
	left:0;
	z-index:100;
}
.news a{
	display:block;
	background:#4d40ffaa;
	text-decoration:none;
	padding:17px 8em 17px 30px;
}
.news a .date{
	color:#fff;
}
.news a p{
	display:inline-block;
	color:#fff;
	margin:0 15px 0 0;
}
span.new{
	display:inline-block;
	color:#e9de30;
	font-size:11px;
	margin:0;
	letter-spacing:0;
}
@media screen and (max-width : 959px){
	.uk-slideshow{
		position:relative;
	}
	.uk-slideshow-items{
		height:500px;
	}
	.keyv .uk-cover{
		left:50%;
	}
	.keyv_txt2{
		position:absolute;
		top:55%;
		right:30px;
		transform:translateY(-50%);
		z-index:100;
		margin:0;
	}
	.keyv_txt2 img{
		display:block;
		width:70%;
		background:rgba(255,255,255,0.8);
		padding:30px;
		margin:0 0 0 auto;
	}
	.news{
		position:relative;
		margin:0 12px ;
		bottom:20px;
	}

}
@media screen and (max-width : 639px){
	.uk-slideshow-items{
		height:300px;
	}
	.keyv_txt2{
		right:0;
	}
	.keyv_txt2 img{
		width:40%;
		padding:10px;
	}
	.news a{
		padding:10px;
	}
	.news a .date{
		color:#fff;
	}
}

/* top_title
-------------------------------------------------------------------*/
.top_title{
	margin:90px 15px 70px;
	text-align:center;
	font-size:50px;
	letter-spacing:0;
	line-height:160%;
	color:#9fa0a0;
	font-weight:500;
	line-height:100%;
}
.top_title:first-letter,
.top_title span.black{
	color:#000;
}
.top_title span.blue{
	color:#f11ccb;
}
.top_title span.blue2{
	color:#6bb3c7;
}
.top_title span.sub{
	color:#000;
	display:block;
	font-size:20px;
	margin:15px 0 0 0 ;
	letter-spacing:0.05em;
	line-height:100%;
	font-weight:500;
}
.Topthesis .top_title span.sub{
	margin:20px 0 0 0 ;
}

@media screen and (max-width : 959px){
	.top_title{
		margin:60px 15px 50px;
	}
}
@media screen and (max-width : 639px){
	.top_title{
		margin:30px 15px 25px;
		font-size:20px;
	}
	.top_title span.sub{
		font-size:14px;
		margin:8px 0 0 0 ;
	}
	.Topthesis .top_title span.sub{
		margin:10px 0 0 0 ;
		line-height:140%;
	}
}

/* Topabout
-------------------------------------------------------------------*/
.Topabout{
	margin:100px 0 0 0;
}
.about_bg{
	background:url(/wp-content/uploads/2022/11/pixta_58050128_M.jpg) no-repeat center center/cover;
	height:100%;
}
.about_bg2{
	background:url(/wp-content/uploads/2022/11/pixta_58050128_M.jpg) no-repeat right center/cover;
	height:100%;
}
.about_txt{
	padding:40px;
}
.about_txt h2{
	font-size:20px;
	color:#000;
	line-height:200%;
	margin:0 0 40px;
}
.about_txt h2 span{
	line-height:260%;
}
.about_txt p{
	margin:0 0 40px;
}
.about_txt a{
	color:#000;
	font-size:15px;
	font-weight:500;
	background:url(/wp-content/uploads/2022/08/more.png) no-repeat 5px center/7px;
	padding:0 0 0 25px;
	text-decoration:none;
}
.about_txt a:hover{
	color:#1e2ceb;
}
.about_txt img{
	padding:0 15px 0 0;
	vertical-align:bottom;
	margin:0 0 15px;
	display:inline-block;
}
@media screen and (max-width : 959px){
	.about_txt{
		padding:30px;
	}
	.Topabout{
		margin:60px 0 0 0;
	}
}
@media screen and (max-width : 639px){
	.Topabout{
		margin:10px 0 0 0;
	}
	.about_txt{
		padding:0 12px 30px;
	}
	.about_bg{
		height:200px;
		background:url(/wp-content/uploads/2022/11/pixta_58050128_M.jpg) no-repeat center 80%/cover;
	}
	.about_txt img{
		width:100px;
	}
	.about_txt h2{
		font-size:17px;
		line-height:180%;
		margin:0 0 25px;
	}
	.about_txt p{
		margin:0 0 20px;
	}
}

/* toppoint
-------------------------------------------------------------------*/
.Toppoint{
	max-width:950px;
	margin:0 auto 40px;
}
.Toppoint img{
	display:block;
	margin:0 auto;
}
.Toppoint h3{
	color:#000;
	font-size:18px;
	font-weight:500;
	text-align:center;
	margin:25px 0 60px;
	line-height:180%;
}
.Toppoint h3 span{
	background:url(/wp-content/uploads/2022/08/more.png) no-repeat left center/7px;
	padding:0 18px 0 25px;
}
.Toppoint a{
	display:block;
	text-decoration:none;
}
.point {
	border-radius: 50%;
	background-color: #f11ccb;
	width:200px;
	height:200px;
	margin:0 auto;
	align-items: center;
	display: flex;
}
.point2{
	background:#f11ccb;
}
.Toppoint a:hover .point{
	opacity:0.6;
	transition:0.4s;
}
.Toppoint a:hover .point img{
	opacity:1;
}
.Toppoint a:hover h3{
	color:#1600f7;
	transition:0.4s;
}
@media screen and (max-width : 959px){
	.Toppoint{
		margin:0 auto 20px;
	}
	.Toppoint h3{
		margin:25px 0 40px;
	}
}
@media screen and (max-width : 639px){
	.Toppoint{
		margin:0 auto 15px;
	}
	.Toppoint h3{
		font-size:15px;
		margin:10px 0 20px;
		line-height:160%;
	}
	.Toppoint h3 span{
		background:url(./img/more.png) no-repeat left center/7px;
		padding:0 13px 0 20px;
	}
	.point {
		width:140px;
		height:140px;
	}
}


/* Topthesis
-------------------------------------------------------------------*/
.Topthesis{
	background:#edf5f7;
	padding:0 0 100px;
}
.line-list2{
	margin:0 auto 60px;
	max-width:900px;
}
.line-list2 li{
	margin:0;
	border-bottom:1px solid #fff;
	padding: 0;
}
.line-list2 li:last-child {
	border-bottom: none;
}
.line-list2 li a,
.line-list2 li span {
	text-decoration:none;
	color:#000;
	display:block;
	padding:12px 15px;
}
.line-list2 li .content {
	display: block;
	padding: 0;
	margin: 0;
}
.line-list2 li a.inline {
	display: inline;
	padding: 0;
	color: #199bc6;
	text-decoration: underline;
}
.line-list2 li a:hover {
	color:#199bc6;
}
@media screen and (max-width : 959px){
	.Topthesis{
		padding:0 0 60px;
	}
	.line-list2{
		margin:0 auto 40px;
	}
}
@media screen and (max-width : 639px){
	.Topthesis{
		padding:0 0 30px;
	}
	.line-list2{
		margin:0 auto 20px;
	}
}

/* Topcase
-------------------------------------------------------------------*/
.cases{
	display:block;
	background:#f6f6f6;
	padding:80px 60px;
	text-decoration:none;
	color:#000;
	border:solid 1px #f6f6f6;
}
.cases:hover{
	background:#edf5f7;
	border-color:#199bc6;
}
.cases img{
	display:block;
	margin:35px auto;
}
.cases h3{
	color:#000;
	font-size:18px;
	font-weight:500;
	margin:0 0 30px;
	letter-spacing:0.05em;
}
.cases p{
	color:#000;
	margin:0 0 30px;
}
.cases p.more{
	text-align:left;
	font-size:15px;
	background:url(./img/more.png) no-repeat 5px center/7px;
	padding:0 0 0 25px;
	margin:0;
}
.cases:hover p.more{
	color:#199bc6;
	transition:0.4s;
}
@media screen and (max-width : 959px){
	.cases{
		padding:60px 30px;
	}
	.cases img{
		margin:60px auto;
	}
}
@media screen and (max-width : 639px){
	.cases{
		padding:40px 20px 30px 20px;
	}
	.cases img{
		margin:0 auto;
		width:60%;
	}
	.cases h3{
		font-size:15px;
		margin:30px 0 20px;
	}
	.cases p{
		margin:0 0 15px;
	}
}

/* Topguide
-------------------------------------------------------------------*/
.Topguide .uk-card-default{
	width:600px;
	margin:0 auto;
}
.Topguide .uk-slider-items li{
	margin:0;
}
.Topguide .uk-card-title{
	color:#000!important;
	font-size:16px;
	font-weight:500;
	letter-spacing:0.1em;
	margin:0 0 20px;
}
.Topguide .uk-card-body p{
	color:#000;
}
.Topguide .uk-dotnav{
	margin:40px 0!important;
}
.Topguide .uk-dotnav>.uk-active>*{
	background:#6bb3c7;
}
.Topguide .uk-dotnav>*>*{
	width:15px;
	height:15px;
	background:#9fa0a0;
	border:none;
}
.Topguide .uk-dotnav>*>*:hover{
	background:#6bb3c7;
}
.Topguide .uk-dotnav li:first-child{
	padding-left:0;
}
@media screen and (max-width : 959px){

}
@media screen and (max-width : 639px){
	.Topguide .uk-card-default{
		width:320px;
	}
	.Topguide .uk-grid-large>*{
		padding:0 5px;
	}
	.Topguide{
		margin:0 12px;
	}
	.Topguide .uk-dotnav{
		margin:30px 0 15px!important;
	}
	.Topguide .uk-dotnav>*>*{
		width:12px;
		height:12px;
	}
	.Topguide .uk-card-title{
		font-size:15px;
		letter-spacing:0.05em;
		margin:0 0 15px;
	}
	.Topguide .uk-card-body{
		padding:20px;
	}
}

/* Toplist
-------------------------------------------------------------------*/
.Toplist{
	margin:0 0 100px;
}
.Toplist ul{
	margin-bottom:30px;
}
.list_logo{
	border: solid 1px #ddd;
	padding: 5px;
}
.list_logo .org-thumb {
	margin: 0;
}
.list_logo img{
	display: block;
	margin: 0 auto;
}
.Toplist h3 {
	margin: 15px 10px 30px;
	font-size: 15px;
}
@media screen and (max-width : 959px){
	.Toplist{
		margin:0 0 60px;
	}
}
@media screen and (max-width : 639px){
	.Toplist{
		margin:0 0 30px;
	}
	.list_logo{
		padding:20px;
	}
	.list_logo img{
		height:40px;
	}
	.Toplist h3{
		margin: 10px 5px 15px;
		font-size:13px;
	}
	.Toplist ul{
		margin-bottom:0;
	}
}

/* Toptour
-------------------------------------------------------------------*/
.Toptour a{
	display:block;
	text-decoration:none;
	padding:100px 0;
	text-decoration:none;
	position:relative;
	overflow: hidden;
}
.Toptour a:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.Toptour a:hover:after {
    opacity: 1;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.Toptour :after{
	background:url(./img/bg.png) no-repeat center center/cover;
}
.Toptour a h2.top_title{
	position:relative;
	margin:0;
	color:#fff;
	z-index:100;
	background:url(./img/more3.png) no-repeat center bottom/36px;
	padding:0 0 60px;
}
.Toptour a:hover h2.top_title{
	background:url(./img/more3.png) no-repeat 51% bottom/36px;
	transition:0.4s;
}
.Toptour a h2.top_title span.sub,
.Toptour a h2.top_title:first-letter{
	color:#fff;
}
@media screen and (max-width : 959px){
	.Toptour a{
		padding:80px 0;
	}
}
@media screen and (max-width : 639px){
	.Toptour a{
		padding:30px 0;
	}
	.Toptour a h2.top_title{
		background:url(./img/more3.png) no-repeat center bottom/24px;
		padding:0 0 40px;
	}
	.Toptour a:hover h2.top_title{
		background:url(./img/more3.png) no-repeat 55% bottom/24px;
	}
}


/* Topnews
-------------------------------------------------------------------*/
.Topnews{
	max-width:1000px;
	margin:0 auto 100px;
}
.line-list{
	padding:0;
	list-style:none;
	margin:0 0 60px;
}
.line-list li{
	margin:0;
}
.line-list li a{
	text-decoration:none;
	color:#000;
	display:block;
	padding:12px 25px;
	background:#e2dffe;
}
.line-list li:nth-child(even) a{
	background:#fff;
}
.line-list li a:hover h3{
	color:#1600f7;
}
.line-list li h3{
	display:inline-block;
	font-size:14px;
	line-height:180%;
	margin: 0;
	vertical-align: middle;
	width:87%;
}
.date{
	display:inline-block;
	color:#999;
	font-size:12px;
	letter-spacing:0;
	line-height:120%;
	margin:0 25px 0 0;
	vertical-align:middle;
}


@media screen and (max-width : 959px){
	.Topnews{
		margin:0 auto 60px;
	}
	.line-list{
		margin:0 0 40px;
	}
}
@media screen and (max-width : 639px){
	.Topnews{
		margin:0 auto 30px;
	}
	.line-list{
		margin:0 0 30px;
	}
	.line-list li a{
		padding:10px 15px;
	}
	.line-list li h3{
		width:100%;
		font-size:13px;
	}
	.date{
		margin:0 10px 0 0;
	}
}



/*==================================================================
	page settings
===================================================================*/
/* 固定ページ
-------------------------------------------------------------------*/
.contents {
	margin:0 auto 100px;
}
.contents_area .uk-grid>* p.center{
	margin:0 auto 15px;
}
.contents h2,
.contents h3,
.contents h4{
	clear:both;
}
.contents section div{
	overflow:hidden;
}
.img_cap{
	background:#68b2c7;
	font-size:13px;
	color:#fff;
	padding:5px 10px;
	display:block;
	line-height:150%;
}
@media screen and (max-width : 959px){
	.contents {
		margin:0 auto 60px;
	}
}
@media screen and (max-width : 639px){
	.contents {
		margin:20px 0 0;
	}
	.contents .uk-align-right,
	.contents .uk-align-left{
		display:block;
		float:none;
		margin:0 auto 15px;
	}
	.contents .uk-align-right img,
	.contents .uk-align-left img{
		display:block;
		margin:0 auto ;
		width:80%;
	}
	.img_cap{
		font-size:11px;
	}
}

/* bl
-------------------------------------------------------------------*/
.bl{
	padding: 15px 30px;
	margin:0 0 40px;
}
.bl a,
.bl{
	color:#333;
	font-size:12px;
}
.bl ul{
	margin:0 auto;
}
.bl ul li{
	font-size:12px;
	margin:0;
	color:#333;
}
.uk-breadcrumb>li:not(.uk-active)>span{
	color:#333;
	font-size:12px;
}
.uk-breadcrumb>*{
	flex:initial;
}
@media screen and (max-width : 959px){
	.bl{
		padding:30px 15px;
		background:none;
		margin:0 ;
	}
}
@media screen and (max-width : 639px){
	.bl{
		display:none;
	}
}

/* more style
-------------------------------------------------------------------*/
p.more{
	margin:0;
	text-decoration:none;
	text-align:center;
}
.more a{
	display:inline-block;
	text-decoration:none;
	font-size:15px;
	color:#f11ccb;
	text-align:center;
	padding:15px 15px 15px 22px;
	background:url(/wp-content/uploads/2022/08/more.png) no-repeat 30px center/7px;
	border:solid 1px #1600f7;
	font-weight:500;
	min-width:300px;
}
.more a:hover{
	background:#1e2ceb url(./img/more4.png) no-repeat 30px center/7px;
	color:#fff;
}

@media screen and (max-width : 959px){
}
@media screen and (max-width : 639px){
	.more a{
		display:block;
		font-size:13px;
		padding:10px 15px 10px 22px;
	}
}



/* page_ttl
-------------------------------------------------------------------*/
.page_ttl_txt,
.title {
	padding:100px 0 0 0;
	text-align:center;
}
.page_ttl_txt h1,
.title h1 {
	margin:0 ;
	/*background:url(./img/bg.png) no-repeat center center/cover ;*/
		background:url(/wp-content/uploads/2022/11/bg2-1024x420-1.png) no-repeat center center/cover ;
	padding:60px 0 0 0;
}
.page_ttl_txt span,
.title span{
	display:block;
	max-width:1200px;
	margin:0 auto;
	font-size:26px;
	letter-spacing:0.1em;
	line-height:200%;
	padding:40px 12px;
	color:#fff;
}
.title1{
	margin:0 0 30px 0;
	padding:15px;
	background:#f6f6f6;
}
.title1 span{
	display:block;
	padding:10px 20px;
	font-weight:400;
	font-size:20px;
	line-height:160%;
	letter-spacing:0.1em;
	border-left:6px solid #1600f7;
	color:#000;
}
.title2,
.single h2{
	font-size:18px;
	margin:40px 0 30px 0;
	font-weight:500;
	letter-spacing:0.05em;
	color:#000;
	background:#fff url(/wp-content/uploads/2022/08/icon.png) no-repeat left center/26px;
	padding:10px 0 10px 35px;
	border-bottom:2px dotted #ddd;
}
.title3,
.single h3{
	font-size:16px;
	margin:30px 0 20px 0;
	padding:5px 15px;
	font-weight:500;
	color:#000;
	border-left:solid 4px #68b2c7;
	background:#f6f6f6;
}

@media screen and (max-width : 959px){
	.page_ttl_txt,
	.title {
		padding:80px 0 0 0;
	}
	.page_ttl_txt h1,
	.title h1 {
		padding:0;
	}
}
@media screen and (max-width : 639px){
	.page_ttl_txt,
	.title {
		padding:50px 0 0 0;
	}
	.page_ttl_txt h1 span,
	.title h1 span{
		display:block;
		font-size:16px;
		letter-spacing:1px;
		padding:30px 12px;
	}
	.title1,
	.single h2{
		margin:0 0 15px;
		padding:10px;
	}
	.title1 span,
	.single h2 span{
		font-size:15px;
		letter-spacing:0.05em;
		padding:5px 10px;
	}
	.title2,
	.single h3 {
		font-size:14px;
		margin-bottom:15px;
		background-size:16px;
		padding:10px 0 10px 25px;
	}
	.title3,
	.single h4{
		margin:0 0 10px 0;
	}

}


/* text_box
-------------------------------------------------------------------*/
.sBox{
	padding:30px;
	border:1px dashed #049895;
	margin:30px 0;
	border-radius:5px;
}


/* page_menu
-------------------------------------------------------------------*/
.page_menu .uk-grid>*{
	margin:0 0 40px;
}
.page_menu a{
	display:block;
	text-decoration:none;
	border:solid 1px #28a7e1;
}
.contents .page_menu .uk-grid>* img{
	margin:0;
	width:100%;
}
.page_menu h3{
	margin:0;
	background:url(./img/more.png) no-repeat 90% center/30px;
	font-size:16px;
	letter-spacing:0.1em;
	padding:15px 50px 15px 20px;
	color:#28a7e1;
}
.page_menu a:hover h3{
	display:block;
	background:#eff9ff url(./img/more.png) no-repeat 95% center/30px;
	transition:0.4s;
}
.page_menu a:hover img{
	opacity:0.6;
}
@media screen and (max-width : 959px){
	.page_menu .uk-grid>*{
		margin:0 0 30px;
	}
}
@media screen and (max-width : 639px){
	.page_menu .uk-grid{
		padding-left:20px;
	}
	.page_menu .uk-grid>*{
		margin:0 0 10px;
		padding-left:10px;
	}
	.page_menu h3{
		background-size:20px;
		font-size:14px;
		letter-spacing:0;
		padding:10px 40px 10px 10px;
	}
}








/*==================================================================
	single settings
===================================================================*/
/* 投稿ページ,アーカイブ
-------------------------------------------------------------------*/
.uk-container .single{
	padding:40px;
	background:#f6f6f6;
	margin:0 0 100px;
}
.uk-container .archivelist{
	margin:0 auto 100px;
}
.single_more{
	margin-top:40px;
}
.single_more .more a{
	display:block;
	font-size:13px;
	padding:5px 10px 5px 17px;
	min-width:initial;
}

@media screen and (max-width : 959px){
	.uk-container .single{
		padding:30px;
		margin:0 0 40px;
	}
	.archivelist{
		width:100%;
	}
	.uk-container .archivelist{
		margin:0 auto 40px;
	}
}

@media screen and (max-width : 639px){
	.uk-container .single{
		background:#fff;
		margin:0 0 30px;
		border:none;
		padding:0;
	}
	.single_more .more a{
		font-size:12px;
	}
	.uk-container .archivelist{
		margin:0 auto 30px;
	}
}

/*  list
----------------------------*/
.Box a {
	display:block;
	overflow:hidden;
	text-decoration:none;
	margin:0 0 10px;
	background:#e2dffe url(./img/more3.png) no-repeat 20px center/24px;
	border:solid 1px rgba(255,255,255,0);
	padding:30px 30px 30px 60px;
}

.Box h2{
	font-size:18px;
	margin:10px 0 0 0;
	line-height:160%;
	color:#000;
}
.Box a:hover h2{
	color:#1600f7;
	transition:0.4s;
}
.org-link {
	text-decoration: none;
}
@media screen and (max-width: 639px) {
	.org-link {
		margin-top: 20px;
	}
}
.org-link p{
	color: #000;
}
.org-thumb {
	height: 140px;
	width: 100%;
	overflow: hidden;
	background: #fff;
	position: relative;
	margin-right: 10px;
}
.org-thumb img {
	position: absolute;
	max-width: 130px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.org-box 
.i-cat{
	display:inline-block;
	text-align:center;
	color:#fff;
	padding:6px 10px;
	width:7em;
	margin:0 15px 0 0;
	font-size:11px;
	line-height:100%;
	text-transform:uppercase;
	background:#199bc6;
}
@media screen and (max-width : 959px){
	.Box:nth-child(even) a{
		background:#fff url(./img/more.png) no-repeat 20px center/14px;
	}
}
@media screen and (max-width : 639px){
	.Box a{
		padding:10px 10px 10px 40px;
		background-size:14px;
		background-position:15px center;
		margin:0 0 5px;
	}
	.Box:nth-child(even) a{
		background:#fff url(./img/more.png) no-repeat 20px center/7px;
	}
	.Box h2,
	.Box2 h2{
		font-size:14px;
		margin:5px 0 ;
	}
	.i-cat{
		display:none;
	}
	
}




/*   pagination
-------------------------------------------------------------------*/
.pagination {
	width: 100%;
	text-align: center;
	z-index: 200;
	list-style-type: none;
	padding:0;
}
.pagination a {
	margin: 0 5px;
	width: 15px;
	height: 15px;
	display: inline-block;
	overflow: hidden;
}
.pagination a.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}
.pagination,
.pagination li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}


/* 色変更箇所*/
.pagination a {
	font-weight: 500;
	padding-top: 1px;
	text-decoration:none;
	border-left-width: 0;
	min-width:36px;
	min-height:36px;
	color: #6bb3c7;
	background-color: #f6f6f6;
}

/* 色変更箇所*/
.pagination li:not([class*="current"]) a:hover {
	background:#6bb3c7;
	color:#fff;
}

.pagination li:first-of-type a {
	border-left-width: 1px;
}

.pagination li.first span,
.pagination li.last span,
.pagination li.previous span,
.pagination li.next span {
	/* screen readers only */
	position: absolute;
	top: -9999px;
	left: -9999px;
}

.pagination li.first a::before,
.pagination li.last a::after,
.pagination li.previous a::before,
.pagination li.next a::after {
	display: inline-block;
	font-family: Fontawesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
}

.pagination li.first a::before { content: "\f100"; }
.pagination li.last a::after { content: "\f101"; }

.pagination li.previous a::before { content: "\f104"; }
.pagination li.next a::after { content: "\f105"; }

/* 色変更箇所*/
.pagination li.current a {
	background:#6bb3c7;
	cursor: default;
	pointer-events: none;
	color:#fff;
}

.pagination > li:first-child > a {
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}

.pagination > li:last-child > a {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}

@media only screen and ( max-width: 639px ) {
	.pagination li.first,
	.pagination li.last {
		/* screen readers only */
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	.uk-container .pagination li{
		padding:0;
		margin:0 0 20px;
	}
	.pagination li.previous a {
		border-left-width: 1px;
	}
}




/*==================================================================
	sidebar settings
===================================================================*/


/* side menu ttl
-------------------------------------------------------------------*/
.side_nav{
	margin-bottom:30px;
	background:#fff;
	border-bottom:none;
}
.side_nav_ttl {
	background:#1600f7;
	padding:5px;
	text-align:center;
	letter-spacing:0.05em;
	font-size:14px;
	margin:0;
	color:#fff;
}
.side_nav_ttl a{
	color:#fff;
	font-size:14px;
	text-decoration:none;
}
span.i-cat.i-information {
    color: #1600f7;
}


/* side menu list
-------------------------------------------------------------------*/
.side_nav_item ul {
	padding:0;
	border-top:none;
}
.side_nav_item{
	margin:0;
}
.side_nav_item ul li {
	position:relative;
	margin:0;
}
.side_nav_item ul li a {
	padding:10px 15px 10px 30px;
	font-size:13px;
	line-height:160%;
	color:#000;
	background:url(/wp-content/uploads/2022/08/more.png) no-repeat 10px center/6px;
	border-bottom:1px dotted #ddd;
}
.side_nav_item ul li a:hover {
	background-color:#edf5f7 ;
	color:#1600f7;
}
.side_nav_item .date{
	display:inline-block;
	color:#999;
}



/*==================================================================
	footer settings
===================================================================*/
.footer_access{
	padding:0 60px 60px 60px;
	background:#f7f7f7;
}
.footer_logo{
	margin:0 0 40px;
}
.footer_logo img{
	display:block;
	width: 150px;
    margin: auto;
}
.footer_access h3{
	font-size:15px;
	margin:25px 0 15px;
	background:url(/wp-content/uploads/2022/08/icon.png) no-repeat left center/15px;
	padding:0 0 0 25px;
}
.footer_access p{
	font-size:13px;
	margin:0;
}
.footer_access .sheet{
	margin:0;
}
.footer_access .sheet th{
	font-size:14px;
	width:22%;
	padding:15px;
	border-color:#f7f7f7;
}
.footer_access .sheet td{
	padding:15px;
	background:#fff;
	border-color:#f7f7f7;
}
.footer_access .sheet td,
.footer_access .sheet td ul li{
	font-size:13px;
	line-height:160%;
	color:#444;
}
.footer_access .sheet td ul {
	padding:0;
	margin:0;
}
.footer_access .sheet td ul li{
	list-style:none;
	margin:0 0 10px;
}
.footer_access .sheet td li:last-child{
	margin:0;
}
@media screen and (max-width : 959px){
	.footer_access{
		padding:0 0 30px;
	}
	.uk-grid>* .footer_credit{
		margin:0 0 30px;
	}
	.map{
		margin:40px 0 0 0;
		height:300px;
	}
}
@media screen and (max-width : 639px){
	.footer_access{
		padding:0 0 15px 0;
	}
	.footer_logo{
		margin:0 0 30px;
	}
	.footer_logo img{
		width:80%;
	}
	.uk-grid>* .footer_credit{
		margin:0 0 20px;
	}
	.map{
		margin:20px 0 0 0;
		height:220px;
	}
	.footer_access h3{
		font-size:14px;
		margin:15px 0 15px;
	}
}

/* sitemap
-------------------------------------------------------------------*/
.footer_sitemap{
	padding:60px 0 ;
}
.footer_sitemap p{
	margin:0;
}
.sitemap{
	padding:0;
	float:left;
	width:33.3333%;
	margin:0;
}
.sitemap li{
	list-style:none;
	display:block;
	margin:0;
}
.sitemap li a{
	display:block;
	color:#000;
	font-size:13px;
	margin:0;
	text-decoration:none;
	padding:3px 0;
	line-height:140%;
}
.sitemap li{
	margin:0;
}
.sitemap a:hover{
	color:#1600f7;
}
@media screen and (max-width : 959px){
	.footer_sitemap{
		padding:30px 0;
	}
}

@media screen and (max-width : 639px){
	.sitemap{
		width:50%;
	}
}

/* sign
-------------------------------------------------------------------*/
.footer_sign p {
	color: #000;
	font-size:10px;
	text-align:center;
	margin:0;
	letter-spacing:0.1em;
	padding:25px 0;
	border-top:solid 1px #000;
}
@media screen and (max-width : 639px){
	.footer_sign p {
		letter-spacing:0px;
	}
}

/* pagetop
-------------------------------------------------------------------*/
#page-top {
	position: fixed;
	bottom: 40px;
	right: 10px;
	margin:0;
	z-index:1001;
}
#page-top a {
	background: url(/wp-content/uploads/2022/08/pagetop.png) no-repeat 0 0;
	z-index:10;
	text-indent:-5000px;
	text-decoration: none;
	color: #fff;
	width: 70px;
	height:70px;
	text-align: center;
	display: block;
}





/*==================================================================
  form setting
===================================================================*/
.contactform{
	margin:0 auto;
}
.indispensable {
	display: inline-block;
  font-size: 12px;
  color: #f25e35;
	line-height: 140%;
	margin: 0 ;
}
.supplementary {
	display: inline-block;
	font-size: 12px;
	color: #999;
	line-height: 1.2;
	margin: 0;
}

/* form
-------------------------------------------------------------------*/
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="radio"],
input[type="checkbox"],
input[type="number"],
label,
button {
	cursor: pointer;
}
input[type="checkbox"],
input[type="radio"] {
	vertical-align: middle;
}
input[type="hidden"] {
	*float: left;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"],
textarea,
select{
	width: calc(100% - 32px);
	outline: none;
	-webkit-appearance: none;
	border: 1px solid #ddd ;
	background-color: #FFFFFF !important;
	padding:10px 15px;
	font-size:14px;
}

*[class*="disabled"],
*:disabled {
    cursor: default !important;
}



/* css checkbox */
input[type=checkbox] ,
input[type=radio] {
	display: none;
}
.wpcf7-list-item-label {
    position: relative;
    padding: 0 20px 0 25px;
}
.wpcf7-list-item-label:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 15px;
	height: 15px;
	border: 1px solid #ddd;
	background:#fff;
}
input[type=checkbox]:checked + .wpcf7-list-item-label{
  color: #68b2c7;
}
input[type=checkbox]:checked + .wpcf7-list-item-label:after,
input[type=radio]:checked + .wpcf7-list-item-label:after{
	content: "";
	display: block;
	position: absolute;
	top: -5px;
	left: 5px;
	width: 7px;
	height: 14px;
	transform: rotate(40deg);
	border-bottom: 3px solid #68b2c7;
	border-right: 3px solid #68b2c7;
}


/* css btn */
#back,
#confirm,
input[type="submit"]{
	display:inline-block;
	text-decoration:none;
	font-size:14px;
	color:#f11ccb;
	text-align:center;
	padding:15px 80px;
	letter-spacing:1px;
	background:#ffffff;
	font-weight:500;
	border:none;
	-webkit-transition: 0.4s ;
	transition: 0.4s ;
	-webkit-appearance: none;
	border:solid 1px #1600f7;
}

#confirm:hover,
#back:hover,
input[type="submit"]:hover{
	background:#1600f7;
	color:#ffffff;
	transform:0.2s;
	-webkit-transition: 0.4s ;
	transition: 0.4s ;
}

/* 確認画面  */
form.wpcf7-form{
	margin-top: -160px;
	padding-top: 160px;
}
input:-webkit-autofill.wpcf7c-conf {
	-webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
	border: none !important;
	background: #fff !important;
}
input:-webkit-autofill.wpcf7c-conf:focus {
	border: none !important;
}
.wpcf7c-conf {
	background: #fff !important;
	border-color: #fff !important;
}
.wpcf7c-conf:focus {
	border-color: transparent !important;
}
.custom-wpcf7c-confirmed input[type=checkbox] ,
.custom-wpcf7c-confirmed input[type=radio] {
	display:block!important;
	float:left;
	margin:10px 0 0 0;
}
.custom-wpcf7c-confirmed .wpcf7-list-item-label {
    padding: 0 20px 0 15px;
}
.custom-wpcf7c-confirmed .wpcf7-list-item-label:before {
	content: none;
	display: none;
}
.uk-lightbox {
	background: rgba(0, 0, 0, .5);
}
.overlay-primary {
	background: rgba(104, 178, 199, .8);
	color: #fff;
}
.overlay-light-dark {
	background: rgba( 0, 0, 0,.2);
}
.background-base-color {
	background: #edf5f7;
}

span.wpcf7-not-valid-tip{
	color: #f10000;
	font-size: 12px;
}
input.wpcf7-not-valid,
textarea.wpcf7-not-valid {
	border-color: #f10000;
}
.wpcf7c-elm-step2{
	background:#68b2c7;
	color:#fff!important;
	font-weight:500;
	text-align:center;
	padding:10px;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-mail-sent-ok{
	padding:15px!important;
	border:none!important;
	margin:0 auto!important;
	text-align:center;
	background:#68b2c7;
	border-radius:30px;
	color:#fff;
}
.custom-wpcf7c-confirmed .spam{
	display:none;
}
