@charset "UTF-8";
/*
Theme Name: sasakawa_2405
Theme URI: /wp-content/themes/sasakawa
Description: 笹川平和財団のサイトです
Author: yamada
Author URI:
Version: 1.0

1.  common 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: lighter;
    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/NotoSansJP-Regular.otf') format('opentype');
}
@font-face {
    font-family: 'Noto Sans JP';
    font-style: bold;
    font-weight: 600;
    src: local("Noto Sans CJK JP Medium"),
    url('./fonts/NotoSans_Medium.woff2') format('woff2'),
    url('./fonts/NotoSans_medium.woff') format('woff'),
    url('./fonts/NotoSansJP-Medium.otf') format('opentype');
}
@font-face {
    font-family: 'Noto Sans JP';
    font-style:bold ;
    font-weight: 700;
    src: local("Noto Sans CJK JP Bold"),
    url('./fonts/NotoSans_Bold.woff2') format('woff2'),
    url('./fonts/NotoSans_bold.woff') format('woff'),
    url('./fonts/NotoSansJP-Bold.otf') format('opentype');
}


/*==================================================================
	common settings
===================================================================*/
html {
	font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing:0.05em;
}
body{
	overflow-x: hidden;
	letter-spacing:0.05em;
	position:relative;
	color:#111;
}
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',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#111;
}
.uk-grid.uk-grid-collapse {
	margin-left: 0;
}
.uk-grid.uk-grid-collapse >* {
	padding-left: 0;
}
p, li, dt, dd,th,td{
	font-size: 16px;
	line-height:190%;
	margin:0 0 30px 0;
}
a {
	-webkit-transition: 0.4s ;
	transition: 0.4s ;
	text-decoration:underline;
	color:#19408f;
}
.uk-link:hover, a:hover{
	text-decoration:none;
}
a img:hover {
	opacity: 0.6;
	-webkit-transition: 0.4s ;
	transition: 0.4s ;
}
a:hover {
	color:#19408f;
	text-decoration:none;
}
img{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

	
@media screen and (max-width : 959px){
	.uk-container{
		padding:0 30px;
	}
}
@media screen and (max-width : 639px){
	p, li, dt, dd, th,td{
		line-height:180%;
		margin-bottom:20px;
		font-size:15px;
	}
	.uk-container{
		padding:0 15px;
	}
}




/* 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;
	}
	.mt60{
		margin-top: 30px;
	}
}


/* font style
-------------------------------------------------------------------*/

.bold{
	font-weight:bold;
}
.center{
	text-align:center;
}
.strong,
strong{
	font-weight:700;
	color:#111;
	font-size:20px;
	font-style:italic;
}
.fonts{
	font-size:12px;
	color:#666;
}
.fontlarge{
	font-size:20px;
}
.italic{
	font-style:italic;
}
@media screen and (max-width : 639px){
	.strong,
	strong{
		font-size:17px;
	}
}

/* table sheet style
-------------------------------------------------------------------*/
table.sheet {
	border-collapse:collapse;
	border-spacing:0px;
	border-bottom: none;
	margin-bottom:25px;
	width:100%;
}
.sheet th, .sheet td {
	padding: 15px 20px;
	text-align: left;
	line-height:1.5em;
	vertical-align:middle;
	background:#fff;
	line-height:180%;
	border-bottom:1px solid #f0edea;
	border-right:1px solid #f0edea;
}
.sheet th {
	text-align:center;
	color:#651a00;
	font-weight:400;
}
.sheet td ol.list{
	margin:0;
}
.sheet td ul.list{
	padding-left:20px;
	margin:0;
}
.sheet td ul.list li {
	margin:0 0 6px;
	line-height:160%;
}
.sheet td ul.list li:last-child {
	margin:0;
}
.sheet td img {
	vertical-align:middle;
}
.sheet th img {
	margin:10px 0 0 0;
}
/* table other
---------------------------------------------*/
table.center td{
	text-align:center;
}
table td.fonts{
	font-size:12px;
	color:#666;
}
.sheet30 th {
	width:30%;
}
.sheetEqual  {
	table-layout: fixed;
}
table.small td,
table.small th,
table.small td li{
	font-size:13px;
}

/* table price
---------------------------------------------*/
table.price {
	margin:0;
}
table.price th,
table.price td{
	padding: 5px 0;
	background:none;
	border:none;
}
table.price th{
	width:50%;
	text-align:left;
	font-size:18px;
	color:#6e1c00;
	background:url(img/icon.svg) no-repeat left center/20px;
	padding-left:35px;
}
table.price td{
	text-align:center;
	font-size:24px;
	color:#ec6800;
}
table.price td:last-child{
	text-align:right;
}


@media screen and (max-width : 639px){
	.sheet th, .sheet td,.sheet td ul.list li {
		font-size:13px;
	}
	.sheet ul{
		padding-left:20px;
	}
	.sheet td ul.list{
		padding-left:0;
	}
	.sheet td ul.list li {
    padding-left:15px;
}
	table.price th,
	table.price td{
		padding: 0;
	}
	table.price th{
		font-size:15px;
		padding-left:35px;
	}
	table.price td{
		font-size:18px;
	}
	table.price th img{
		display:block;
	}
	table.spblock th,
	table.spblock td{
		display:block;
		margin:0;
		width:auto;
		padding:10px;
	}
	table.spblock th{
		padding:5px 10px;
	}
}

	/* table 横スクロール style
-------------------------------------------------------------------*/
@media screen and (max-width : 639px){
	.scroll{
		overflow:auto!important;
		white-space:nowrap;
		display:block;
	}
	.scroll::-webkit-scrollbar{
		height:5px;
	}
	.scroll::-webkit-scrollbar-track{
		background:#f1f1f1;
	}
	.scroll::-webkit-scrollbar-thumb{
		background:#bcbcbc;
	}
	.scroll .sheetEqual  {
		table-layout: auto;
	}
}

/*	dl style
-------------------------------------------------------------------*/
dl.dllist{
	width: 100%;
	overflow: hidden;
	background:#f5f5f5;
	border-bottom:1px dotted #ddd;
}
.dllist dt, .dllist dd{
	display: block;
	float: left;
	margin:0;
	padding:15px 25px;
}
.dllist dt{
	width: calc(25% - 50px);
	clear: left;
	border-top:1px dotted #ddd;
	font-weight:500;
	letter-spacing:0.1em;
}

.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% - 20px);
		border-top:none;
	}
	.dllist dt{
		border-bottom:1px dotted #ddd;
		font-weight:bold;
		padding:5px 10px;
		background:#fff;
		color:#2a180e;
	}
	.dllist dd{
		border:none;
		padding:10px ;
		margin:0 0 15px 0;
	}
}

/* list style
-------------------------------------------------------------------*/
ul.list{
	padding-left:15px;
	margin:0 0 25px;
}
ul.list li{
	padding-left:25px;
	margin:5px 0;
	position:relative;
	list-style:none;
}

ul.list li::before {
    content: "";
    width: 0.8em;
    height: 0.8em;
    background: #19408f;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 0.6em;
}
ol.list{
	counter-reset: my-counter;
	list-style: none;
	padding-left:30px;
	margin:0 0 25px;
}
ol.list li{
	padding-left:5px;
	margin:5px 0;
	position: relative;
}
ol.list li:before{
	content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #19408f;
  color: #fff;
  display: block;
  float: left;
  line-height: 22px;
  margin-left: -30px;
  text-align: center;
  height: 22px;
  width: 22px;
  border-radius: 50%;
	margin-top:3px;
}
@media screen and (max-width : 639px){
	ol.list li:before{
		margin-top:0;
	}
	ul.menulist li{
		display:block;
		margin:0 0 15px;
	}
}
/*	tab menu
-------------------------------------------------------------------*/
ul.tab{
	margin:0;
	padding:0;
	overflow:hidden;
	text-align:center;
}
ul.tab li{
	display:inline-block;
	list-style-type:none;
	margin:0 5px;
	width:20%;
}
ul.tab li a{
	padding:10px ;
	display:block;
	text-align:center;
	text-decoration:none;
	color:#fff;
	position:relative;
	font-size:15px;
}
ul.tab li a::after {
    transform: skewX(-15deg);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #ec6800;
    transition: 0.4s;
}
ul.tab li a:hover,
ul.tab li a.active{
	color:#6e1c00;
}
ul.tab li a:hover::after,
ul.tab li a.active::after{
	background: #fff;
}
.tabContent,.tabContent2 {
	display: none;
}
@media screen and (max-width : 959px){

}
@media screen and (max-width : 639px){
	ul.tab li{
		margin:0 ;
		width:auto;
	}
	ul.tab li a{
		padding:5px 20px ;
		font-size:13px;
	}
}


/* icon
-------------------------------------------------------------------*/
i{
	color:#fff;
}
a:hover i{
	color:#fff !important;
}


/*	blockquote
-------------------------------------------------------------------*/
blockquote {
	background: none repeat scroll 0 0 rgba(245, 245, 245, 0.8);
	border: 1px solid #FFFFFF;
	margin:0 0 40px 0;
	padding: 60px 30px 15px;
	position: relative;
	border-radius:10px;
}
blockquote:before {
	color: #C8C8C8;
	content: "“";
	font-family: serif;
	font-size: 500%;
	left: 0;
	line-height: 1em;
	position: absolute;
	top: 15px;
	left:15px;
}

/*	accordion
-------------------------------------------------------------------*/
/*アコーディオン全体*/
.accordion-area{
	list-style: none;
	width: 100%;
	padding:0;
}
.accordion-area li{
	margin: 0;
	background:none;
	border-top:1px solid #a6a6a6;
}
.accordion-area li:last-child{
	border-bottom:1px solid #a6a6a6;
}

/*アコーディオンタイトル*/
.faq_title {
	position: relative;/*+マークの位置基準とするためrelative指定*/
	cursor: pointer;
	font-weight: normal;
	padding: 30px 60px 30px 80px;
	transition: all .5s ease;
	margin:0;
	font-size:18px;
	color:#111;
}
.faq_title span{
	position:relative;
}
.faq_title span:before{
	position: absolute;
	content:'Q.';
	top:50%;
	left:-50px;
	transform:translatey(-50%);
	color:#19408f;
	font-size:30px;
}
/*アイコンの＋と×*/
.faq_title::before,
.faq_title::after{
	position: absolute;
	content:'';
	width: 30px;
	height: 2px;
	background-color: #d9d9d9;
}
.faq_title::before{
	top:48%;
	right: 30px;
	transform: rotate(0deg);
}
.faq_title::after{
	top:48%;
	right: 30px;
	transform: rotate(90deg);
}

/*　closeというクラスがついたら形状変化　*/
.faq_title.close::before{
	transform: rotate(45deg);
}
.faq_title.close::after{
	transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.faq_box {
	display: none;/*はじめは非表示*/
	background: #f7f7f7;
	margin:0 0 30px;
	padding: 40px 50px 40px 80px;
	border-radius:5px;
	position:relative;
}
.faq_box p:last-child{
	margin:0;
}
.faq_box:before{
	position: absolute;
	content:'A.';
	top:50%;
	left:30px;
	transform:translatey(-50%);
	color:#19408f;
	font-size:30px;
}
@media screen and (max-width : 639px){
	.accordion-area li{
		margin: 5px 0;
	}
	.faq_title {
		padding: 15px 40px;
		font-size:15px;
		line-height:160%;
	}
	.faq_box {
		margin:0 0 20px;
		padding: 15px 15px 15px 45px;
	}
	.faq_title::before,
	.faq_title::after{
		width: 15px;
		height: 1px;
	}
	.faq_title::before{
		right: 10px;
	}
	.faq_title::after{
		right: 10px;
	}
	.faq_box:before{
		left:15px;
		font-size:22px;
	}
	.faq_title span:before{
		left:-30px;
		font-size:22px;
	}
}



/* fadeIn
-------------------------------------------------------------------*/
.fade_in {
  opacity: 0;
  transition-duration: 1500ms;
  transition-property: opacity, transform;
}
.fade_in_up {
  transform: translate(0, 50px);
}
.fade_in_down {
  transform: translate(0, -50px);
}
.fade_in_left {
  transform: translate(-50px, 0);
}
.fade_in_right {
  transform: translate(50px, 0);
}
.scroll_in {
  opacity: 1;
  transform: translate(0, 0);
}
@media screen and (max-width : 959px){

}
@media screen and (max-width : 639px){
	.fade_in {
		transition-duration: 1000ms;
	}
}




/*==================================================================
	header settings
===================================================================*/

/* header
-------------------------------------------------------------------*/
header{
	z-index:970;
	height:120px;
	width:100%;
	position:relative;
	background:#fff;
}
header .uk-grid{
	align-items: center;
	height:120px;
}
header.fixed{
	position:fixed;
	top: 0;
	left: 0;
}
.logo{
	margin:0 0 0 10%;
	line-height:100%;
}
.head_btn{
	position:absolute;
	top:12px;
	right:20px;
}
.head_btn a{
	font-size:18px;
	text-decoration:none;
	display:inline-block;
	padding:5px 20px 5px 35px;
	line-height:100%;
	position:relative;
	z-index: 1;
	border-radius:30px;
	background:#fff url(img/more.svg) no-repeat 20px center;
	color:#19408f;
	border:solid 1px #19408f;
	font-weight:700;
	vertical-align:middle;
	margin-left:10px;
}
.head_btn a:last-child{
	padding:0;
	background:none;
	border:none;
}
.head_btn a span{
	font-size:14px;
	vertical-align:middle;
	line-height:100%;
	display:inline-block;
	margin-left:10px;
	margin-bottom:4px;
	color:#19408f;
	transition:0.4s;
}
.head_btn a:hover{
	background:#19408f url(img/more2.svg) no-repeat 20px center;
	color:#fff;
}
.head_btn a:hover span{
	color:#fff;
}
@media screen and (max-width : 959px){
	header,
	header .uk-grid{
		height:80px;
	}
	.head_btn{
		display:none;
	}
	.logo{
		margin:0 0 0 30px;
	}
}
@media screen and (max-width : 639px){
	header,
	header .uk-grid,
	header.fixed,
	header.fixed .uk-grid{
		height:50px;
	}

	.logo{
		margin:0 0 0 10px;
	}
	.logo img{
		height:30px;
		width:auto;
	}

}

/* keyv
-------------------------------------------------------------------*/
.keyv {
	position:relative;
	margin:0;
	height:760px;
}
.keyv_img {
	background:url(img/keyv.jpg) no-repeat center center/cover;
	height:100%;
	width:70%;
	margin:0 0 0 auto ;
	border-radius:5px 0 0 5px;
}
.keyv_txt{
	position:absolute;
	top:50%;
	left:10%;
	transform:translatey(-50%);
}
.keyv_txt h1{
	margin:0;
	line-height:100%;
}
.keyv2{
	margin-top:-90px;
}
.keyv_img2{
	background:url(img/keyv2.jpg) no-repeat center center/cover;
	border-radius:0 5px 5px 0;
	box-shadow:10px 10px 10px rgba(215,215,215,0.4);
}
.keyv_txt2{
	padding:210px 80px 120px;
}
.keyv_txt2 h2{
	font-size:30px;
	letter-spacing:0.2em;
	font-weight:700;
	color:#19408f;
	line-height:200%;
	margin-bottom:40px;
}
.keyv_txt2 p{
	font-size:20px;
	letter-spacing:0.05em;
	margin:0 0 0 15px;
}
.bg{
	background:url(img/bg1.png) no-repeat center 100px;
}

.keyv_txt.keyv_name {
    top: 10%;
}

@media screen and (max-width : 959px){
	.keyv {
		height:500px;
	}
	.keyv_txt{
		left:60px;
	}
	.bg{
		background:url(img/bg1.png) no-repeat center 60px/110%;
	}
	.keyv2{
		margin-top:60px;
	}
	.keyv_img2{
		background:url(img/keyv2.jpg) no-repeat center center/cover;
		height:200px;
	}
	.keyv_txt2{
		padding:60px 60px 20px;
	}
	.keyv_reader{
		width:50%;
	}



}
@media screen and (max-width : 639px){
	.keyv {
		height:200px;
	}
	.keyv_txt{
		left:20px;
	}
	.keyv_txt h1 img{
		width:67%;
	}
	.keyv2{
		margin-top:30px;
	}
	.keyv_img2{
		height:120px;
		border-radius:0;
	}
	.keyv_txt2{
		padding:30px 15px 0;
	}
	.keyv_txt2 h2{
		font-size:18px;
		letter-spacing:0.1em;
		line-height:160%;
		margin-bottom:20px;
	}
	.keyv_txt2 p{
		font-size:15px;
		letter-spacing:0.05em;
		margin:0 0 0 5px;
	}
	.keyv_txt.keyv_name{
		top: 15%;
	}
	.keyv_reader {
    	top: 60%;
	}
}

/*  contactbtn 
-------------------------------------------------------------------*/
#sp-contact{
	position: fixed;
	z-index:980;
	margin:0;
	padding:0;
	bottom: 0;
	right:0;
	width:100%;
	overflow:hidden;
}
#sp-contact li{
	margin:0;
	list-style:none;
	line-height:100%;
	display:block;
	float:left;
	width:50%;
}
#sp-contact li a{
	display:block;
	color:#fff;
	text-decoration:none;
	font-size:18px;
	text-align:center;
	background:url(img/more2.svg) no-repeat 30px center,rgba(25,64,143,0.9) ;
	margin:0;
	padding: 20px 10px;
	position:relative;
	border-right:solid 1px #fff;
	font-weight:600;
}
#sp-contact li:last-child a{
	border-right:none;
}
#sp-contact li a span{
	font-size:14px;
	color:#fff;
	display:block;
	margin-top:5px;
	font-weight:400;
}
#sp-contact li a i{
	color:#fff;
	margin:1px 5px 0;
	font-size:38px;
}
@media screen and (max-width : 959px){
	body{
		padding-bottom:77px;
	}
}
@media screen and (max-width : 639px){
	body{
		padding-bottom:53px;
	}
	#sp-contact li a{
		padding: 10px;
		font-size:13px;
	}
}


/* navigation
-------------------------------------------------------------------*/
#nav{
	display:inline-block;
	vertical-align:middle;
}
.nav_items{
	padding:35px 20px 0 0;
	margin:0;
}
.nav_items > li {
	display:block;
	float:left;
	margin:  0;
	padding:0;
	text-align:center;
	position:relative;
}
.nav_items > li > a,
.nav_items > li > span.nolink{
	text-decoration:none;
	color:#19408f;
	font-size:18px;
	text-align:center;
	letter-spacing:0.05em;
	margin:0 ;
	padding:10px 17px 10px 25px;
	display:block;
	line-height:100%;
	position:relative;
	font-weight:700;
}
.nav_items > li a:before,
.nav_items > li > span.nolink:before{
	content:"";
	background:url(img/line.svg) no-repeat center center;
	width:9px;
	height:30px;
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
}
.nav_items > li a:hover:after,
.nav_items > li > span.nolink:hover:after{
	content:"";
	background:#19408f;
	height:2px;
	width:30px;
	position:absolute;
	bottom:0;
	left:calc(50% + 4px);
	transform:translatex(-50%);
	transition:0.4s;
}
.nav_items > li > a span,
.nav_items > li > span.nolink span{
	color:#111;
	font-size:14px;
	letter-spacing:0.02em;
	margin:7px 0 0 0 ;
	display:block;
	line-height:100%;
	font-weight:400;
}
@media screen and (max-width : 1260px){
	.nav_items > li > a,
	.nav_items > li > span.nolink{
		font-size:16px;
		letter-spacing:0;
	}
	.nav_items > li > a span,
	.nav_items > li > span.nolink span{
		font-size:12px;
		letter-spacing:0;
	}
}
@media screen and (max-width : 1115px){
	.nav_items > li > a,
	.nav_items > li > span.nolink{
		padding:10px 7px 10px 15px;
	}
	.nav_items{
		padding:35px 10px 0 0;
	}
}

/*Nav  シンプルプルダウン
-------------------------------------------------------------------*/
#nav li.has-child div{
	position: absolute;
	left:0;
	top:60px;
	z-index: 4;
	visibility: hidden;
	opacity: 0;
	width:160px;
	margin:0;
}
#nav li.has-child:hover > div,
#nav li.has-child ul li:hover > div,
#nav li.has-child:active > div,
#nav li.has-child ul li:active > div{
	visibility: visible;
	opacity: 1;
	transition: all .3s;
}
#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:13px;
	color: #fff;
	text-decoration:none;
	line-height:160%;
	text-align:left;
	margin:0;
	border-bottom:dotted 1px #fff;
	padding:12px 15px 12px 25px;
	width:100%;
	position:relative;
	background:url(img/more2.svg) no-repeat 10px center,rgba(25,64,143,0.9) ;
}
#nav ul li ul li:last-child a{
	border:none;
}
#nav ul li ul li a:hover{
	background-color:rgba(76,113,187,0.9);
}
#nav ul li ul li a:before,
#nav ul li ul li a:hover:after{
	content:none;
}

/* menubtn
-------------------------------------------------------------------*/
.menu_btn{
	border:none;
	z-index:1000;
	vertical-align:middle;
	background:none;
	color:#fff;
	font-size:12px;
	margin: 0 30px 0 0;
	height:80px;
	outline:0;
	letter-spacing:0.1em;
	text-align:center;
	padding:0;
	position:relative;
	position:absolute;
	top:0;
	right:0;
}
button.active{
	position:fixed;
	top:0;
	right:0;
}
.menu_btn::after {
	content:'MENU';
	margin:5px auto 0;
	display:block;
	color:#19408f;
	text-decoration:none;
	text-align:center;
	width:40px;
	font-weight:700;
}
.active::after {
	content:'CLOSE';
	letter-spacing:0;
}
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 30px;
	height: 22px;
	text-align:center;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 30px;
	height: 2px;
	background-color: #19408f;
}

header.fixed .menu-trigger span,
button.active .menu-trigger span{
	background-color:#19408f
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 10px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}
button.active .menu-trigger span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}
button.active .menu-trigger span:nth-of-type(2) {
	opacity: 0;
}
button.active .menu-trigger span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
}
@media screen and (max-width : 639px){
	.menu_btn{
		margin: 0 10px 0 0;
		height:50px;
	}
	.menu_btn::after {
		margin:0 auto 0;
	}
}
/* toggle_nav
-------------------------------*/
#toggle_nav{
	position:fixed;
	z-index: 999;
	top:0;
	right: -120%;
	width:60%;
	height:100vh;
	background: #fff;
	transition: all 0.7s;
	overflow-y: scroll;
}
.toggle_inner{
	padding:60px 40px 80px;
}
#toggle_nav.open{
	right: 0;
	transform:0.4s;
}
@media screen and (max-width : 639px){
	#toggle_nav{
		width:90%;
		overflow-y: scroll;
	}
	.toggle_inner{
		padding:60px 20px 160px;
	}
}


/* nav_menu_list
-------------------------------*/
#toggle_nav ul {
	padding:0;
	overflow:hidden;
	margin:30px 0 30px;
	text-align:center;
}
#toggle_nav ul li{
	margin:0;
}
#toggle_nav ul li a{
	display:block;
	text-decoration:none;
	color:#19408f;
	font-size:18px;
	padding:15px 0;
	margin:0;
	border-top:1px dotted #ddd;
	line-height:160%;
	font-weight:700;
}
#toggle_nav ul li:last-child a{
	border-bottom:1px dotted #ddd;
}
#toggle_nav ul li a span{
	display:block;
	text-decoration:none;
	color:#111;
	font-size:14px;
	margin:0;
	line-height:120%;
	font-weight:600;
}
#toggle_nav ul li.uk-parent{
	clear:both;
}
#toggle_nav ul li ul.menu{
	padding:0;
	margin:0 0 20px;
}
#toggle_nav ul li ul.menu li a{
	display:inline-block;
	color:#111;
	font-size:15px;
	padding:5px 20px 5px 20px;
	margin:0;
	font-weight: 600;
	border:none;
	background:url(img/more.svg) no-repeat left center;
}
.uk-nav-parent-icon>.uk-parent>a::after{
	content:none;
}

.navbtn,
.navbtn:hover{
	display:block;
	color:#19408f;
	margin-top:10px;
	text-decoration:none;
	padding:10px 15px;
	line-height:160%;
	font-size:18px;
	position:relative;
	background:#fff url(img/more.svg) no-repeat 20px center;
	border:solid 2px #19408f;
	border-radius:100px;
	font-weight:700;
}
.navbtn span{
	display:block;
	color:#19408f;
	line-height:120%;
	font-size:14px;
	font-weight:700;
}


@media screen and (max-width : 639px){
	#toggle_nav ul li a{
		font-size:16px;
		padding:12px 0;
	}
	#toggle_nav ul li ul.menu li a{
		font-size:14px;
	}
	#toggle_nav ul li ul.menu{
		margin:0 0 10px;
	}
	.navbtn{
		padding:10px;
		font-size:16px;
	}
}



/*==================================================================
	index settings
===================================================================*/
/* top_content
-------------------------------------------------------------------*/
article.content{
	margin:140px 0; 
}
@media screen and (max-width : 959px){
	article.content{
		margin:100px 0; 
	}
}
@media screen and (max-width : 639px){
	article.content{
		margin:50px 0; 
	}
}

/* top_title
-------------------------------------------------------------------*/
.uk-container>:last-child.top_title{
	margin:0 0 100px;
}
.top_title{
	margin:0 0 100px;
	color:#19408f;
	font-size:40px;
	letter-spacing:0.1em;
	position:relative;
	line-height:100%;
	text-transform:uppercase;
	font-weight:700;
	font-style:italic;
	text-align:center;
}
.top_title span.sub{
	display:block;
	color:#111;
	font-size:20px;
	letter-spacing:0.1em;
	line-height:100%;
	margin:20px 0 0 0;
	text-transform:capitalize;
	font-weight:600;
	font-style:normal;
}
.top_news .top_title{
	text-align:left;
}

@media screen and (max-width : 959px){
	.top_title{
		margin:0 0 60px
	}
	.uk-container>:last-child.top_title{
		margin:0 0 60px;
	}
}
@media screen and (max-width : 639px){
	.uk-grid>*>:last-child.top_title {
		margin: 0 0 30px;
	}
	.uk-container>:last-child.top_title{
		margin:0 0 30px;
	}
	.top_title{
		margin:0 0 30px;
		font-size:26px;
		letter-spacing:0.1em;
		line-height:160%;
	}
	.top_title span.sub {
		font-size:14px;
		letter-spacing:0.1em;
		margin:5px 0 0 0;
		line-height:140%;
	}
	.top_news .top_title{
		text-align:center;
	}
	.top_news .uk-grid>*>:last-child.top_title{
		margin-bottom:0;
	}

}

/* more style
-------------------------------------------------------------------*/
p.more{
	margin: 60px 0 0 0;
	text-decoration:none;
	z-index: 2;
}
.more a{
	display:inline-block;
	text-decoration:none;
	font-size:18px;
	color:#19408f;
	letter-spacing:0.15em;
	padding:15px 20px;
	line-height:120%;
	position:relative;
	text-align:center;
	z-index: 2;
	min-width:300px;
	background:#fff url(img/more.svg) no-repeat 30px center;
	border-radius:100px;
	border:solid 2px #19408f;
	font-weight:700;
}
.more a span{
	font-size:12px;
	display:block;
	color:#19408f;
	transition:0.4s;
}
.more a:hover{
	background:#19408f url(img/more2.svg) no-repeat 30px center;
	color:#fff;
}
.more a:hover span{
	color:#fff;
}
.uk-grid > p.more:first-child{
	text-align:right;
}
.uk-grid > p.more:last-child{
	text-align:left;
}
@media screen and (max-width : 959px){
	.uk-grid > p.more a{
		display:block;
	}
	.uk-grid > p.more:first-child{
		text-align:center;
	}
	.uk-grid > p.more:last-child{
		text-align:center;
	}
}
@media screen and (max-width : 639px){
	p.more{
		margin: 30px 0 0 0;
		text-align:center;
	}
	.more a{
		display:block;
		padding:10px 20px;
		font-size:16px;
		letter-spacing:0.1em;
	}
	.uk-grid > p.more{
		margin-top:10px;
	}
}
.more_long a{
	width:330px;
}
@media screen and (max-width: 639px){
	.more_long a{
	width:300px;
	margin: auto;
	padding: 10px 0;
	background: #fff url(img/more.svg) no-repeat 15px center;
}
}



/* Toppoint
-------------------------------------------------------------------*/
.Toppoint {
	background:linear-gradient(to right, #fff 15%, #f5f5f5 15%);
}
.Toppoint .top_title{
	margin-top:-30px;
}
.point_txt{
	padding:100px 0;
}
.point_img1{
	background:url(img/top_img1.jpg) no-repeat center center/cover;
	height:80%;
	width:100%;
	position:absolute;
	left:-200px;
	border-radius:5px;
	box-shadow: 10px 10px 10px rgba(215,215,215,0.4);
}
.point_img2{
	background:url(img/top_img2.jpg) no-repeat center center/cover;
	height:40%;
	width:325px;
	position:absolute;
	right:60px;
	bottom:0;
	border-radius:5px;
	box-shadow: 10px 10px 10px rgba(215,215,215,0.4);
}
.Toppoint .uk-grid+.uk-grid-large{
	margin-top:40px;
	margin-bottom:-40px;
}
@media screen and (max-width : 959px){
	.point_txt{
		padding:40px 0 0;
		text-align:center;
	}
	.point_img1{
		height:300px;
		width:70%;
		position:static;
	}
	.point_img2{
		height:200px;
		width:325px;
		position:static;
		margin:-100px 0 0 auto;
	}
	.Toppoint .uk-grid+.uk-grid-large{
		margin-top:0;
	}
}
@media screen and (max-width : 639px){
	.point_txt{
		padding:30px 0 0;
		text-align:left;
	}
	.point_img1{
		height:200px;
		width:80%;
	}
	.point_img2{
		height:120px;
		width:50%;
		margin:-100px 0 0 auto;
	}
	.Toppoint {
		margin-bottom:70px;
	}
}



/* topabout
-------------------------------------------------------------------*/
.about_img{
	background:url(img/about.jpg) no-repeat center center/cover;
	height:314px;
	width:100%;
	margin-bottom:60px;
}
.about_txt p{
	line-height:240%;
}
@media screen and (max-width : 959px){
	.about_img{
		background:url(img/about.jpg) no-repeat 20% center/cover;
		height:200px;
		margin-bottom:40px;
	}
}
@media screen and (max-width : 639px){
	.about_img{
		height:160px;
		margin-bottom:30px;
	}
	.about_txt p{
		line-height:180%;
	}

}

/* topmessage
-------------------------------------------------------------------*/
.bg2{
	background:url(img/bg2.png) no-repeat center 80px;
}
.message_img1{
	background:url(img/message1.jpg) no-repeat center center/cover;
	width:28%;
	height:40%;
	border-radius:5px 0 0 5px;
	position:absolute;
	top:120px;
	right:0;
}
.message_img2{
	background:url(img/message2.jpg) no-repeat center center/cover;
	width:40%;
	height:50%;
	border-radius:0 5px 5px 0;
	position:absolute;
	bottom:120px;
	left:0;
}
.message_txt{
	writing-mode: vertical-rl;
	padding-bottom:140px;
	margin:0 auto;
}
.MESSAGEen{
		writing-mode: unset;
    text-align: center;
}
.message_txt_en{
	writing-mode: unset;
    text-align: center;
	padding-bottom: 20px;
}
.message_txt_en p {
    margin: 0 0 0 0px;
}
.message_txt p{
	font-size:18px;
	margin:0 0 0 60px ;
	line-height:260%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.message_txt p:last-child{
	margin:0 ;
}
.message_txt p.strong{
	font-style:normal;
}
@media screen and (max-width : 959px){
	.bg2{
		background:url(img/bg2.png) repeat-y center 40px/110%;
	}
	.message_img1{
		width:35%;
		height:30%;
		top:120px;
	}
	.message_img2{
		width:50%;
		height:40%;
		bottom:120px;
	}
	.message_txt p{
		margin:0 0 0 40px ;
		line-height:240%;
	}
	.message_txt{
		padding-bottom:100px;
	}
}
@media screen and (max-width : 639px){
	.bg2{
		background:url(img/bg2.png) no-repeat center 40px/110%;
	}
	.message_txt{
		writing-mode: horizontal-tb;
		padding-bottom:160px;
	}
	.message_txt p{
		font-size:14px;
		margin:0 0 20px 0;
		line-height:200%;
	}
	.message_img1{
		width:40%;
		height:20%;
		top:80px;
	}
	.message_img2{
		width:80%;
		height:30%;
		bottom:80px;
	}

}

/* topFAQ
-------------------------------------------------------------------*/
.top_faq .uk-container{
	max-width:1000px;
	padding-bottom:140px;
}

@media screen and (max-width : 959px){
	.top_faq .uk-container{
		padding-bottom:80px;
	}
}
@media screen and (max-width : 639px){
	.top_faq .uk-container{
		padding-bottom:40px;
	}

}


/* line-list
---------------------------------------*/
.top_news{
	padding:140px 0;
}
.line-list{
	padding:0;
	list-style:none;
	margin:0;
}
.line-list li{
	margin:0;
}
.line-list li a{
	text-decoration:none;
	color:#111;
	display:block;
	padding:25px 15px;
	position:relative;
	transition:0.4s;
	border-bottom:1px solid #dddddd;
	background:url(img/more.svg) no-repeat left center;
}
.line-list li h3{
	display:inline-block;
	font-size:16px;
	margin: 0 ;
	line-height:160%;
	width:calc(100% - 130px);
	vertical-align:middle;
}
.line-list li a:hover h3{
	color:#19408f;
}
.date{
	color:#999;
	font-size:12px;
	letter-spacing:0.1em;
	line-height:100%;
	display:inline-block;
	margin:0 30px 0 15px;
}
.i-cat{
	display:inline-block;
	text-align:center;
	color:#fff;
	background:#19408f;
	padding:5px 20px;
	margin:0;
	font-size:12px;
	line-height:100%;
	text-transform:uppercase;
}


@media screen and (max-width : 959px){
	.top_news{
		padding:60px 0 100px;
	}
}
@media screen and (max-width : 639px){
	.top_news{
		padding:40px 0 60px;
	}
	.date{
		margin:0;
	}
	.line-list li h3{
		display:block;
		width:100%;
		font-size:15px;
	}
	.i-cat{
		margin:0 ;
		padding:3px 10px
	}
	.line-list li a{
		padding:10px 20px ;
	}

}

/* contact
-------------------------------------------------------------------*/
.contact{
	background:url(img/contact.jpg) no-repeat center center/cover;
	padding:80px 0;
}
.contact_box{
	background:#fff;
	border-radius:5px;
	max-width:880px;
	margin:0 auto;
	padding:60px;
}
.contact .top_title{
	margin-bottom:50px;
}
.contact_box p{
	text-align:center;
}
.contact_box h2 + p{
	font-size:20px;
	font-weight:600;
}
.contact_box p.more{
	margin-top:10px;
}
.contact_box .uk-grid > p.more:first-child{
	text-align:right;
}
.contact_box .uk-grid > p.more:last-child{
	text-align:left;
}
@media screen and (max-width : 959px){
	.contact_box p.more a{
		min-width:initial;
		display:block;
	}
}
@media screen and (max-width : 639px){
	.contact{
		padding:30px 0;
	}
	.contact_box{
		padding:30px 20px;
	}
	.contact .top_title{
		margin-bottom:30px;
	}
	.contact_box p{
		text-align:left;
	}
	.contact_box h2 + p{
		font-size:17px;
	}
}
/*==================================================================
	page settings
===================================================================*/
/* 固定ページ
-------------------------------------------------------------------*/
.contents {
	margin:0 auto 120px;
	max-width:1000px;
}
.contents_area .uk-grid>* img{
	margin:0 auto 40px;
}
.contents_area section{
	margin:0 0 80px;
	overflow:hidden;
}
.contents_area section:last-child{
	margin:0;
}
.contents h2,
.contents h3,
.contents h4{
	clear:both;
}
.contents section div{
	overflow:hidden;
}

.contents .top_title{
	margin:20px 0 60px;
}
.contents .top_title2{
	text-transform:uppercase;
}
.contents p.more{
	margin:40px 0;
	text-align:center;
}
@media screen and (max-width : 959px){
	.contents {
		margin:0 auto 80px;
	}
	.contents_area section{
		margin:0 0 60px;
	}
	.contents .top_title{
		margin:40px 0 60px;
	}
}
@media screen and (max-width : 639px){
	.contents {
		margin:0 auto 40px;
	}
	.contents .uk-align-right,
	.contents .uk-align-left{
		display:block;
		float:none;
		margin:0 auto 20px;
	}
	.contents .uk-align-right img,
	.contents .uk-align-left img{
		display:block;
		margin:0 auto ;

	}
	.contents .uk-align-right img.width100,
	.contents .uk-align-left img.width100{
		max-width:100%;
	}
	.contents_area section{
		margin:0 0 30px;
	}
	.contents .top_title{
		margin:30px 0;
	}
	.contents p.more{
		margin:10px 0;
		text-align:center;
	}
}



/* bl
-------------------------------------------------------------------*/
.bl{
	padding: 5px 40px;
	margin:0 0 40px;
	overflow:hidden;
}
.bl ul{
	padding:0;
	margin:0;
}
.bl a,
.bl a span,
.bl ul li,
.uk-breadcrumb>li:not(.uk-active)>span{
	font-size:12px;
	margin:0;
	color:#555;
	display:inline-block;
}
.uk-breadcrumb>*{
	flex:initial;
}
@media screen and (max-width : 959px){
	.bl{
		padding: 5px 20px;
		margin:0 ;
	}
}
@media screen and (max-width : 639px){
	.bl{
		padding: 5px 10px;
	}
	.bl a,
	.bl a span,
	.bl,
	.uk-breadcrumb>li:not(.uk-active)>span,
	.bl ul li{
		font-size:10px;
	}
	.uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before{
		margin: 0 10px;
	}
	.uk-breadcrumb>*>*{
		display:inline;
	}
}




/* page_ttl
-------------------------------------------------------------------*/
.title1,
.single h2{
	margin:0 0 40px 0;
	padding:22px 20px ;
	border-top:solid 3px #19408f;
	border-bottom:solid 1px #ddd;
	font-size:22px;
	font-weight:700;
	text-align:center;
	letter-spacing:0.15em;
	line-height:160%;
	color:#19408f
}
.title2,
.single h3{
	margin:40px 0 30px 0;
	padding:2px 15px ;
	border-left:solid 6px #19408f;
	font-size:20px;
	font-weight:700;
	letter-spacing:0.15em;
	line-height:160%;
	color:#222
}
@media screen and (max-width : 959px){

}
@media screen and (max-width : 639px){
	.title1,
	.single h2{
		margin:0 0 25px 0;
		padding:12px 10px ;
		font-size:18px;
		letter-spacing:0.05em;
	}
	.title2,
	.single h3{
		margin:25px 0 20px 0;
		padding:2px 15px ;
		font-size:16px;
	}

}




/* text_box
-------------------------------------------------------------------*/
.sBox{
	padding:20px;
	margin:30px 0;
	background:#fff;
	clear:both;
	border:solid 5px #ddd;
}
.sBox .title3{
	margin-top:0;
}
.sBox >*:last-child{
	margin:0;
}
@media screen and (max-width : 639px){
	.sBox{
		padding:15px;
	}
}

/* 目次
-------------------------------------------------------------------*/
.contents_list{
	margin-bottom:60px;
}
.contents_list > ul.list li{
	font-size:20px;
}
.contents_list > ul.list li a{
	text-decoration:none;
	color:#222;
}
.contents_list > ul.list li a:hover{
	color:#19408f;
}
.contents_list > ul.list li > ul li{
	font-size:15px;
}
.contents_list > ul.list li> ul li::before{
	background:url(img/more.svg) no-repeat center center/cover;
	border-radius:0;
}
@media screen and (max-width : 639px){
	.contents_list > ul.list li{
		font-size:16px;
	}
	.contents_list > ul.list li > ul li{
		font-size:14px;
	}
	.contents_list{
		margin-bottom:30px;
	}
	.contents_list > ul.list li > ul{
		padding-left:0;
	}
}


/* application_btn
-------------------------------------------------------------------*/
.application_btn{
	text-align:center;
}
.application_btn a{
	display:inline-block;
	font-size: 22px;
	text-decoration: none;
	display: inline-block;
	padding: 35px 60px 35px 75px;
	line-height: 100%;
	position: relative;
	z-index: 1;
	border-radius: 60px;
	background: url(img/more2.svg) no-repeat 30px center/10px,linear-gradient(to right,#62d4c0, #e9d422, #ffc923);
	color: #fff;
	text-shadow: 1px 1px 3px #545454;
	font-weight: 700;
	vertical-align: middle;
	margin:0 0 40px;
}
.application_btn a:hover{
	opacity:0.6;	
}
@media screen and (max-width : 639px){
	.application_btn a{
		font-size: 18px;
		padding: 25px 30px 25px 45px;
		background: url(img/more2.svg) no-repeat 20px center/10px,linear-gradient(to right,#62d4c0, #e9d422, #ffc923);
		margin:0 0 30px;
	}
}



/*==================================================================
	single settings
===================================================================*/
/* 投稿ページ,アーカイブ
-------------------------------------------------------------------*/
.singlepage{
	margin:60px auto 120px;
}
.uk-container .single{
	padding:40px 30px 30px;
	background:#f5f5f5;
}
.single{
	position:relative;
}
.single .tag{
	transform:none;
	top:10px;
	right:15px;
}
.uk-container .single .date{
	display:block;
	font-size:15px;
	margin:0 0 30px 0;
	border-bottom:1px solid #ddd;
	padding-bottom:15px;
}
.attachment-singlepage_thumbnails{
	display:block;
	margin:0 auto 30px;
}
.archivelist .top_title{
	margin:20px 0 80px;
}
.singlepage .top_title{
	line-height:140%;
	margin:0 0 60px;
}
.singlepage .top_title span.sub{
	margin-top:10px;
	line-height:180%;
}
.archivelist .top_title,
.singlepage .top_title,
.archivelist .top_title3 span{
	text-transform: uppercase;
}
.archivelist .top_title3{
	text-transform: none;
}
.archivelist{
	margin-bottom:120px;
}

@media screen and (max-width : 959px){
	.archivelist{
		width:100%;
		margin-bottom:80px;
	}
	.archivelist .top_title{
		margin:20px 0 60px;
	}
	.singlepage .top_title{
		margin:30px 0 30px;
	}
	.singlepage{
		margin:0 auto 80px;
	}
	.single_more .more a{
		display:block;
		min-width:initial;
	}
}

@media screen and (max-width : 639px){
	.archivelist{
		margin-bottom:40px;
	}
	.singlepage{
		margin:0 auto 40px;
	}
	.uk-container .single{
		padding:15px;
	}
	.attachment-singlepage_thumbnails{
		margin:0 0 15px;
	}
	.single_more .more a{
		font-size:12px;
		padding-top:8px;
		padding-bottom:8px;
		background-position:right 10px center;
	}
	.archivelist .top_title{
		margin:20px 0 30px;
	}
	.singlepage .top_title{
		margin:20px 0 30px;
		font-size:20px;
	}
	.uk-container .single .date{
		font-size:12px;
		margin:0 0 15px 0;
		padding-bottom:15px;
	}
	.single .tag{
		top:-25px;
		right:5px;
	}
}

/* サムネイル付き list
----------------------------*/
.Box a{
	text-decoration:none;
	margin:0;
	background:#fff;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
	flex-wrap: wrap;
	padding:0;
	border-bottom:solid 1px #ddd;
}
.archivelist .uk-container > div + section {
	border-top:solid 1px #ddd;
}
.Box a > div{
	width:67%;
}
.Box .thumbnail{
	width:30%;
	height:220px;
	margin-right:3%;
	background-size:cover;
	background-position:center center;
}
.Box .no-thumbnail{
	background:#f5f5f5;
	width:30%;
	height:220px;
	margin-right:3%;
	position:relative;
}
.Box .no-thumbnail::before{
	content:"NO IMAGE";
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	color:#666;
}
.Box h2{
	font-size:18px;
	margin:15px 40px 20px 0 ;
	line-height:160%;
	transition:0.4s;
	color:#222;
}
.Box .date{
	display:inline-block;
}
p.Box-txt{
	font-size:14px;
	letter-spacing:0.1px;
	color:#666;
	margin:0 30px 0 0;
}
.Box a:hover{
	background:#f5f5f5;
}

@media screen and (max-width : 959px){
	.uk-container p.Box-txt{
		display:none;
	}
	.Box a > div{
		width:55%;
	}
	.Box .thumbnail,
	.Box .no-thumbnail{
		width:40%;
		height:160px;
		margin-right:5%;
	}
}
@media screen and (max-width : 639px){
	.Box .thumbnail,
	.Box .no-thumbnail{
		height:120px;
		width:40%;
	}
	.Box a > div{
		
	}
	.Box h2{
		font-size:14px;
		margin:5px 0 ;
		padding-right:0;
		line-height:140%;
	}

}


/*   pagination
-------------------------------------------------------------------*/
.pagination {
	width: 100%;
	text-align: center;
	z-index: 200;
	list-style-type: none;
	padding:0;
	margin:60px 0 0 0;
}
.pagination a {
	margin: 0 5px;
	width: 15px;
	height: 15px;
	display: inline-block;
	overflow: hidden;
}
.pagination a.next,
.pagination a.prev{
	width: 60px;
}
.pagination a.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}
.pagination,
.pagination li a,
.pagination a,
.pagination span{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}


/* 色変更箇所*/
.pagination a,
.pagination span{
	font-weight: 500;
	padding-top: 1px;
	text-decoration:none;
	border-left-width: 0;
	min-width:36px;
	min-height:36px;
	color: #222;
	background-color: #f5f5f5;
}

/* 色変更箇所*/
.pagination li:not([class*="current"]) a:hover,
.pagination a:hover,
.pagination span.current{
	background:#19408f;
	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: "<"; }
.pagination li.last a::after { content: ">"; }

.pagination li.previous a::before { content: "←"; }
.pagination li.next a::after { content: "→"; }

/* 色変更箇所*/
.pagination li.current a {
	background:#19408f;
	cursor: default;
	pointer-events: none;
	color:#fff;
}



@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;
	}
	.pagination {
		margin:30px 0 0 0;
	}
}




/*==================================================================
	sidebar settings
===================================================================*/
/* side menu ttl
-------------------------------------------------------------------*/
.side_nav{
	margin-bottom:40px;
	border-bottom:none;
}
.side_nav a{
	color:#fff;
}
.side_nav_ttl {
	padding:5px;
	letter-spacing:0.1em;
	font-size:15px;
	font-weight:normal;
	margin:0;
	color:#fff;
	background:#19408f;
	text-align:center;
}



/* 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 25px;
	font-size:13px;
	line-height:140%;
	color:#222;
	background:#fff url(img/more.svg) no-repeat 5px center;
	border-bottom:1px dotted #ddd;
}
.side_nav_item ul li a:hover {
	background:#f5f5f5 url(img/more.svg) no-repeat 10px center;
}
.side_nav_item .date{
	display:block;
	margin:0 0 5px 0;
}
.side_nav .uk-nav li>a{
	display:block;
}


/*==================================================================
	footer settings
===================================================================*/
footer{
	padding:80px 0 ;
}
@media screen and (max-width : 959px){
	footer{
		padding:60px 0 ;
	}
}

@media screen and (max-width : 639px){
	footer{
		padding:20px 0 ;
	}

}
/* sitemap
-------------------------------------------------------------------*/

.footer_sitemap ul{
	margin:0;
	padding:0;
}
.footer_sitemap li{
	margin:0;
	padding:0;
	list-style:none;
}
.footer_sitemap li a{
	font-size:13px;
	color:#444;
	text-decoration:none;
	margin:0 0 20px;
	padding:0 0 0 15px;
	position:relative;
	font-weight:300;
	background:url(img/more2.svg) no-repeat left center;
}
.footer_sitemap li a:hover{
	color:#19408f;
	background-image:url(img/more.svg);
}
.footer_sitemap li ul li a{
	position:relative;
	padding-left:10px;
}
.footer_sitemap li ul li a:before{
	content:"- ";
}
@media screen and (max-width : 959px){
	.footer_sitemap{
		padding:0 0 60px 0;
	}
}

@media screen and (max-width : 639px){
	.footer_sitemap{
		padding:0 0 30px 0;
	}
	.footer_sitemap li a{
		margin:0 0 15px;
		font-size:12px;
	}
}


/* sign
-------------------------------------------------------------------*/
footer .uk-grid >*{
	position:relative;
}
.footer_sign{
	position:absolute;
	bottom:0;
}
.footer_sign p {
	color: #444;
	font-size:12px;
	margin:0;
	letter-spacing:0.1em;
	padding:0;
	font-weight:300;
}
.footer_sign a{
	color: #444;
}

@media screen and (max-width : 959px){
	.footer_sign{
		position:static;
		margin:40px 0;
	}
}
@media screen and (max-width : 639px){
	.footer_sign{
		margin:20px 0;
	}
	.footer_sign p {
		letter-spacing:0px;
		font-size:10px;
	}
}

/* pagetop
-------------------------------------------------------------------*/
#page-top {
	position: fixed;
	bottom: 60px;
	right:0;
	margin:0;
	z-index:900;
}
#page-top a {
	background: url(./img/pagetop.png) no-repeat 0 0/cover;
	z-index:10;
	text-indent:-5000px;
	text-decoration: none;
	color: #fff;
	width: 70px;
	height:70px;
	text-align: center;
	display: block;
}
@media screen and (max-width : 959px){
	#page-top {
		bottom: 100px;
	}
}
@media screen and (max-width : 639px){
	#page-top {
		bottom: 70px;
	}
	#page-top a {
		width: 35px;
		height:35px;
	}
}




/*==================================================================
  form setting
===================================================================*/
.indispensable{
	display:inline-block;
	font-size:12px;
	color:#ec6800;
	line-height:140%;
	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% - 42px);
	outline: none;
	-webkit-appearance: none;
	border: 1px solid #ddd ;
	background-color: #f6f6f6 !important;
	padding:15px 20px;
	font-size:13px;
	border-radius:0;
}
input[type="text"].hasDatepicker{
	width: calc(50% - 42px);
}
select{
	width: 30%;
	background:url(./img/more.svg) no-repeat right 10px center/10px;
}
*[class*="disabled"],
*:disabled {
    cursor: default !important;
}


/* radio btn */
input[type=radio] {
	appearance: none;
	display: none;
}
input[type=radio] + span {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}
input[type=radio] + span:before {
	font-family: "Font Awesome 5 Free";
	content: "\f111";
	display: inline-block;
	margin-right: 0.5em;
	font-weight: 300;
	color: #ddd;
	font-size:20px;
	vertical-align: middle;
	background:#fff;
	line-height:95%;
	border-radius:15px;
}
input[type=radio]:checked + span:before {
	content: "\f192";
	font-weight: 400;
	color: #ec6800;
}
@media screen and (max-width : 639px){
	input[type=radio] + span {
		display:block;
	}
	.mw_wp_form .horizontal-item + .horizontal-item{
		margin-left:0!important;
	}
}

/* checkbox btn */
input[type=checkbox] {
	appearance: none;
	display: none;
}
input[type=checkbox] + span:before {
	font-family: "Font Awesome 5 Free";
	content: "\f0c8";
	display: inline-block;
	margin-right: 0.5em;
	font-weight: 300;
	color: #ddd;
	font-size:20px;
	vertical-align: middle;
	background:#fff;
	line-height:95%;
	margin-bottom:0;
	border-radius:2px;
}
input[type=checkbox]:checked + span:before {
	content: "\f14a";
	font-weight: 400;
	color: #ec6800;
}


/* css btn */
#back,
#confirm,
input[type="submit"]{
	display:inline-block;
	text-decoration:none;
	font-size:15px;
	color:#fff;
	letter-spacing:0.15em;
	padding:12px 20px;
	line-height:160%;
	position:relative;
	text-align:center;
	z-index: 2;
	min-width:220px;
	background: #ec6800;
	-webkit-transition: 0.4s ;
	transition: 0.4s ;
	-webkit-appearance: none;
	border-radius:0;
	margin:40px 15px 0;
	border:none;
}
#confirm:hover,
#back:hover,
input[type="submit"]:hover{
	background: #f1964e;
	transform:0.2s;
}

@media screen and (max-width : 639px){
	#back,
	#confirm,
	input[type="submit"]{
		font-size:14px;
		padding:10px 30px;
		min-width:initial;
		margin:0 5px 0;
	}
}

.coming{
	text-align:center;
	margin-top: 350px;
}


.coming p{
	font-size: 1.8rem;
}
.fadeUp{
animation-name:fadeUpAnime;
animation-duration:0.8s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(30px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}
.txt_indent li{
	text-indent: -1rem;
}

/*動画で見る笹川、数字で見る笹川*/
.videocontent{
text-align: center;
}
@media screen and (max-width: 768px){
.videocontent iframe{width:100%;}
}

.data_contents {
    background: url(/wp-content/themes/sasakawa/img/data_bg.png);
    background-size:100% auto
}
.data_contents section{
    margin: 0 0 40px;
}
.title1_ex{
    margin: 0 0 40px 0;
    padding: 10px 20px;
    background:#19408f;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.15em;
    line-height: 160%;
    color: #ffffff;
}
.data_flex {
    display: flex;
    justify-content: space-between;
}
.data_flex p:first-child{
    margin-right:30px;
}
@media screen and (max-width: 768px){
.data_flex p:first-child{
    margin-right:10px;
    margin-bottom:10px;
}
.data_flex p{
    margin-bottom:10px;
}
.title1_ex {
    margin: 0 0 20px 0;
    font-size: 18px;
}
}