@charset "UTF-8";

html,body{height:100%;}
#tmp_wrapper {
	position: relative;
}
body{
	-webkit-text-size-adjust: 100%;
	padding:0;
	margin: 0;
	font-family: 'Zen Maru Gothic', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
	font-feature-settings: "palt" 1;
	-webkit-font-feature-settings: "palt" 1;
	letter-spacing:0.05em;
	color: #333;
}

.noto{
	font-family: 'Noto Sans JP', sans-serif;
}

.zenmaru{
	font-family: 'Zen Maru Gothic',sans-serif !important;
}

.linktxt-parts{
	text-decoration: underline;
	color: #2576a8;
	font-weight: bold;
}

/* skip ---------------------------------------*/
.skip {
	width:1px;
	color:#000000;
	font-size:0.1%;
	line-height:0.1;
	background-color:#FFFFFF;
	position:absolute;
	left:-3000px;
	z-index:9999;
}
a.skip {
	color:#003377;
	background-color:#FFFFFF;
	text-align:center;
	padding:2px 0;
	top:auto;
}
a.skip:active {
	display:block;
	width:99.99%;
	font-size:100%;
	line-height:1.6;
	top:0;
	left:0;
}
a.skip:focus {
	display:block;
	width:99.99%;
	font-size:100%;
	line-height:1.6;
	top:0;
	left:0;
}

/* animation ---------------------------------------*/

.animation{
	opacity: 0;
	transform: translate(0px,50px);
}

.animation.on{
	opacity: 1;
	transition: all 1700ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
	transform: translate(0px,0);
}


/* default */

div,dl,dt,dd,ul,ol,
li,h1,h2,h3,h4,h5,
h6,pre,code,form,fieldset,legend,
input,textarea,p,blockquote,
th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;word-break: break-all;font-size:inherit;width:100%;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q::before,q::after{content:'';}
abbr{border:0;font-variant:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
legend{color:#000;}
select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;}
pre,code,kbd,samp{font-family:monospace;*font-size:108%;line-height:100%;}
.aligncenter{text-align:center;}
figure{padding:0;margin:0;}
img{
	vertical-align: bottom;
	line-height: 1;
	max-width:100%;
	height:auto;
}

input[type="submit"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}

a{text-decoration: none;color:#000;}
a:hover{}

#tmp_wrapper *,
#tmp_wrapper *:before,
#tmp_wrapper *:after {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/* indent */

div.section, blockquote {
	padding: 0 0 0 1em;
}
.space_lft1 {
	padding-left: 1em;
}
.font-en{
	font-family: 'Oswald', sans-serif;
}


/* common item ---------------------------------------*/

.clearfix::after,
.inner::after,
.wrap_pankuzu::after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, .foo { color: red } /* IE11 */
}

@media all and (-ms-high-contrast:none){
	.foo { color: green } /* IE10〜Edge */
}


/* layout ---------------------------------------*/

.wrapper {
	padding: 100px 20px;
	position:relative;
}
.wrapper_wide {
	padding: 100px 0;
	position:relative;
}

.inner,
.wrap_pankuzu {
	max-width:1280px;
	margin:0 auto;
}
.section{
	margin-bottom: 50px;
	padding: 0 20px;
}

.inner{
	max-width:1280px;
	margin:0 auto;
}

.inner1100 {
	max-width: 1100px;
	margin: 0 auto;
}

.inner980 {
	max-width: 980px;
	margin: 0 auto;
}

.inner768 {
	max-width: 768px;
	margin: 0 auto;
}

.ov-h{overflow: hidden;}

.overlay{
	display: none;
}


/* header ---------------------------------------*/

header{
	position:absolute;
	left: 0;
	top: 0;
	width: 100%;
	height:255px;
	z-index: 100;
	background: #fff;
}

.header-inner{
	max-width: 1280px;
	margin: 0 auto;
	position:relative;
}
.header-logo {
	position: absolute;
	left:0;
	top:50px;
}

.header-logo a {
	display: block;
	background:  url('/shared/site_tomoni/images/common/logo.png') left center no-repeat;
	background-size: 100%;
	width: 195px;
	height: 66px;
	text-indent: -999em;
	overflow: hidden;
}

.header-title{
	display: block;
	position:absolute;
	left: 50%;
	top: 50px;
	transform: translate(-50%,0);
}
h1.header-title {
	font-size: inherit;
}
.header-title img{
	width: 260px;
	height: 36px;
}

.header-explain{
	position:absolute;
	right: 0;
	top: 10px;
}

.header-explain a {
	display: inline-block;
	transition: all .25s ease;
}

.header-explain a:hover {opacity: 0.7;}

.header-help{
	position:absolute;
	right: 0;
	top: 45px;
	font-size:13px;
	font-weight:500;
}

.header-help a{
	display: block;
	line-height: 1;
	padding: 10px 0px 10px 25px;
	position:relative;
}

.header-help a::before{
	display:block;
	content:'';
	border-right:4px solid #019edb;
	border-bottom:4px solid #019edb;
	width:8px;
	height:8px;
	position:absolute;
	left:0px;
	top:50%;
	transform:translate(0,-50%) rotate(-45deg);
}

.header-sns{
	position:absolute;
	right: 0;
	top: 90px;
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
	background-repeat: no-repeat;
}

.header-sns li:not(:first-child){margin-left: 21px;}

.header-sns li a,
.header-sns li span {
	display: block;
	transition: all .25s ease;
	cursor: pointer;
	background: #019edb;
	width: 43px;
	height: 43px;
	border-radius:50%;
	position:relative;
}

.header-sns li a:hover,
.header-sns li span:hover {
	opacity: 0.7;
}

.header-sns img{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
}

.header-sns .sns-fb img{width:15px;}
.header-sns .sns-tw img{width:25px;}
.header-sns .sns-line img{width:26px;}
.header-sns .sns-insta img{width:27px;}


/* gnav ---------------------------------------*/

.gnav{
	position:absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	border-bottom: 10px solid #019edb;
}

.gnav-list{
	max-width: 1280px;
	margin: 0 auto;
	display:flex;
	justify-content:space-between;
	align-items:center;
}

.gnav-list-item{
	display: inline-block;
	font-size:18px;
	letter-spacing:0.1em;
	font-weight:500;
	line-height: 1.5;
	width: 100%;
	text-align:center;
}

.gnav-list-item:first-child{margin-left: 0;}

.gnav-list-item > a{
	display: block;
	height: 75px;
	border-bottom: 3px solid transparent;
	transition: all .25s ease;
	position:relative;
	border-radius:10px 10px 0 0;
}

.gnav-list-item > a.is-current,
.gnav-list-item.is-active > a,
.gnav-list-item > a:hover{
	color: #fff;
	background: #019edb;
}

.gnav-list-item > a:hover{
}

.gnav-list-item > a span{
	position:absolute;
	width: 100%;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
}

#openmenu{display:none;}


/* megadrop ---------------------------------------*/

.megadrop{
	background: #019edb;
	position:absolute;
	left: 0;
	top: 250px;
	width: 100%;
	color: #fff;
	font-weight:500;
	display: none;
}

.megadrop-inner{
	max-width: 1280px;
	margin: 0 auto;
	padding: 10px 0;
}

.megadrop-menu{display: none;}

.megadrop-list{
	display:flex;
	flex-wrap:wrap;
	border-left: 1px solid rgba(0,0,0,0.2);
}

.megadrop-list li{
	width: 25%;
	border-right: 1px solid rgba(0,0,0,0.2);
	border-top: 1px solid rgba(0,0,0,0.2);
}

.megadrop-list li:nth-child(1),
.megadrop-list li:nth-child(2),
.megadrop-list li:nth-child(3),
.megadrop-list li:nth-child(4){border-top:none;}

.megadrop-menu.is-project .megadrop-list li:nth-child(1),
.megadrop-menu.is-project .megadrop-list li:nth-child(2),
.megadrop-menu.is-project .megadrop-list li:nth-child(3),
.megadrop-menu.is-project .megadrop-list li:nth-child(4){border-bottom: 1px solid rgba(0,0,0,0.2);}

.megadrop-menu.is-project .megadrop-list li:nth-child(5),
.megadrop-menu.is-project .megadrop-list li:nth-child(6),
.megadrop-menu.is-project .megadrop-list li:nth-child(7),
.megadrop-menu.is-project .megadrop-list li:nth-child(8){border-top: none;}


.megadrop-list li a{
	display: block;
	height: 55px;
	position:relative;
	color: #fff;
	transition: all .25s ease;
}

.megadrop-list li a::before{left:10px;}
.megadrop-list li a::after{right:10px;}

.megadrop-list li a:hover{
	background: #fff;
	color: #019edb;
}

.megadrop-list li a:hover::before,
.megadrop-list li a:hover::after{opacity:1;}

.megadrop-list li a span{
	display: block;
	position:absolute;
	width: calc(100% - 60px);
	left:50%;
	top:50%;
	text-align:center;
	transform:translate(-50%,-50%);
}


/* 追従 ---------------------------------------*/
/*
header.is-fixed{
	height: 80px;
	position: fixed;
}

header.is-fixed .header-logo{
	width: 120px;
	height: 60px;
	top: 10px;
}

header.is-fixed .gnav-list-item a{
	padding: 0 0 20px;
}
 */

header.is-prepara{
	position: fixed;
	background: #fff;
	height: 75px;
	top: -75px;
}

header.is-anime{transition: 0.5s;}

header.is-prepara.is-fixed{
	position: fixed;
	background: #fff;
	height: 75px;
	top: 0;
	transition: 0.5s;
}
header.is-prepara .header-inner{display: none;}

header.is-prepara.is-fixed .megadrop{
	top: 75px;
}

header.is-prepara.is-fixed .megadrop-inner{
	padding: 0 0 10px;
}

header.is-prepara.is-fixed .gnav-list-item{
	font-size: 15px;
}

header.is-prepara.is-fixed .gnav-list-item > a{
	height: 65px;
	border-radius: 0;
}

header.is-prepara.is-fixed .megadrop-list li a{height: 50px;}
header.is-prepara.is-fixed .megadrop-list li a span{
	font-size: 15px;
}

/* footer ---------------------------------------*/

/*footer{
	padding:80px 0 0px 0;
	border-top: 10px solid #019edb;
}*/
footer{
	padding:80px 0 0px 0;
}

.footer-inner{
	max-width:1320px;
	margin:0 auto;
}

.footer-logo-wrapper{
	position:relative;
	text-align:center;
	margin-bottom: 100px;
}

.footer-sns{
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
	width: 250px;
	margin: 0 auto 80px;
}

.footer-sns li:not(:first-child){margin-left: 21px;}

.footer-sns li a,
.footer-sns li span {
	display: block;
	transition: all .25s ease;
	cursor: pointer;
	background: #019edb;
	width: 43px;
	height: 43px;
	border-radius:50%;
	position:relative;
}

.footer-sns li a:hover,
.footer-sns li span:hover {
	opacity: 0.7;
}

.footer-sns img{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
}

.footer-sns .sns-fb img{width:15px;}
.footer-sns .sns-tw img{width:25px;}
.footer-sns .sns-line img{width:26px;}
.footer-sns .sns-insta img{width:27px;}

.footer-sns-list{
	font-size:0px;
}

.footer-sns-list li{
	width:36px;
	display: inline-block;
	margin-right: 15px;
}

.footer-sns-list li a,
.footer-sns-list li span{
	display: inline-block;
	transition: all .25s ease;
	cursor: pointer;
}

.footer-sns-list li a:hover,
.footer-sns-list li span:hover {
	opacity: 0.7;
}

.footer-title{
	margin-bottom: 20px;
	display: block;
}

.footer-title img{
	width: 200px;
	height: 30px;
}

.footer-logo{
	display: block;
	background: url('/shared/site_tomoni/images/common/logo.png') left center no-repeat;
	background-size: 100%;
	width: 174px;
	height: 70px;
	text-indent: -999em;
	overflow: hidden;
	margin: 0 auto 20px;
}

.footer-explain{
	font-size:15px;
	letter-spacing:0.1em;
	line-height: 1.6;
}

.footernav{
	width: ;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin-bottom: 30px;
}

.footernav-line{
	width: 210px;
	margin: 0 20px;
}

.footernav-line-title{
	font-size:13px;
	font-weight:bold;
	border-bottom: 1px solid #019edb;
	line-height: 1;
	padding-bottom: 8px;
	margin-bottom: 20px;
}

.footernav-list{
	margin-bottom: 25px;
	padding-left: 8px;
}


.footernav-list-item{
	margin-bottom: 20px;
	font-size:12px;
	font-weight:500;
}

.footernav-list-item a{
	display: block;
	transition: all .75s ease;
	position:relative;
	padding-left: 15px;
}
.footernav-list-item a:hover{text-decoration:underline;}

.footernav-list-item a::before{
	display:block;
	content:'';
	background:#019edb;
	background-size:100%;
	width:5px;
	height:5px;
	position:absolute;
	left: 0;
	border-radius:50%;
	top:50%;
	transform:translate(0,-50%);
}

.footernav-list-item a[target="_blank"]::after{
	display: inline-block;
	margin-left: 10px;
	content:'';
	background:url('/shared/site_tomoni/images/common/icon_blank_gray.png') no-repeat left top;
	background-size:100%;
	width: 13px;
	height: 13px;
	border: none;
	transform: translate(0,0);
	position: static;
}

.footernav-list-item span.comingsoon{
	display: block;
	transition: all .75s ease;
	position:relative;
	padding-left: 15px;
	opacity: 0.5;
	padding: 5px 20px 5px 20px;
}
.footernav-list-item span.comingsoon::before{
	display:block;
	content:'';
	background:#019edb;
	background-size:100%;
	width:5px;
	height:5px;
	position:absolute;
	left: 0;
	border-radius:50%;
	top:50%;
	transform:translate(0,-50%);
}


.copyright{
	display: block;
	text-align: center;
	font-size: 11px;
	background: #019edb;
	padding: 10px 0;
	font-weight:500;
	color: #fff;
}

.gotop{
	width:22px;
	position:fixed;
	right:10px;
	bottom:15px;
	z-index:100;
	opacity:0;
}

.gotop a img{width:100%;}


/* bnr list ---------------------------------------*/

.bnr-list{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.bnr-list:has(> li:nth-child(2):last-child){
	justify-content: space-between;
}
.bnr-list > li{
	width: 31.5%;
	text-align: center;
}

.bnr-list > li a {
	display: inline-block;
	transition: all .25s ease;
}

.bnr-list > li a:hover {
	opacity: 0.7;
}
.bnr-list.space-center{justify-content: center;}

/* grid ---------------------------------------*/

.l-row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-left: -10px;
}

.l-col-1, .l-col-2, .l-col-2-4, .l-col-3, .l-col-4, .l-col-5, .l-col-6, .l-col-7, .l-col-8, .l-col-9, .l-col-10, .l-col-11, .l-col-12 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}

.col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}

.l-col-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}

.l-col-1 {
	flex: 0 0 8.3333333333%;
	max-width: 8.3333333333%;
}

.l-col-2 {
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%;
}

.l-col-2-4 {
	flex: 0 0 20%;
	max-width: 20%;
}

.l-col-3 {
	flex: 0 0 25%;
	max-width: 25%;
}

.l-col-4 {
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%;
}

.l-col-5 {
	flex: 0 0 41.6666666667%;
	max-width: 41.6666666667%;
}

.l-col-6 {
	flex: 0 0 50%;
	max-width: 50%;
}

.l-col-7 {
	flex: 0 0 58.3333333333%;
	max-width: 58.3333333333%;
}

.l-col-8 {
	flex: 0 0 66.6666666667%;
	max-width: 66.6666666667%;
}

.l-col-9 {
	flex: 0 0 75%;
	max-width: 75%;
}

.l-col-10 {
	flex: 0 0 83.3333333333%;
	max-width: 83.3333333333%;
}

.l-col-11 {
	flex: 0 0 91.6666666667%;
	max-width: 91.6666666667%;
}

.l-col-12 {
	flex: 0 0 100%;
	max-width: 100%;
}

.order-first {order: -1;}
.order-last {order: 13;}
.order-0 {order: 0;}
.order-1 {order: 1;}
.order-2 {order: 2;}
.order-3 {order: 3;}
.order-4 {order: 4;}
.order-5 {order: 5;}
.order-6 {order: 6;}
.order-7 {order: 7;}
.order-8 {order: 8;}
.order-9 {order: 9;}
.order-10 {order: 10;}
.order-11 {order: 11;}
.order-12 {order: 12;}
.offset-1 {margin-left: 8.3333333333%;}
.offset-2 {margin-left: 16.6666666667%;}
.offset-3 {margin-left: 25%;}
.offset-4 {margin-left: 33.3333333333%;}
.offset-5 {margin-left: 41.6666666667%;}
.offset-6 {margin-left: 50%;}
.offset-7 {margin-left: 58.3333333333%;}
.offset-8 {margin-left: 66.6666666667%;}
.offset-9 {margin-left: 75%;}
.offset-10 {margin-left: 83.3333333333%;}
.offset-11 {margin-left: 91.6666666667%;}


/* margin ---------------------------------------*/

.mt-0{margin-top:0px !important;}
.mt-5{margin-top:5px !important;}
.mt-10{margin-top:10px !important;}
.mt-15{margin-top:15px !important;}
.mt-20{margin-top:20px !important;}
.mt-25{margin-top:25px !important;}
.mt-30{margin-top:30px !important;}
.mt-35{margin-top:35px !important;}
.mt-40{margin-top:40px !important;}
.mt-45{margin-top:45px !important;}
.mt-50{margin-top:50px !important;}
.mt-55{margin-top:55px !important;}
.mt-60{margin-top:60px !important;}
.mt-65{margin-top:65px !important;}
.mt-70{margin-top:70px !important;}
.mt-75{margin-top:75px !important;}
.mt-80{margin-top:80px !important;}
.mt-85{margin-top:85px !important;}
.mt-90{margin-top:90px !important;}
.mt-95{margin-top:95px !important;}
.mt-100{margin-top:100px !important;}

.mb-0{margin-bottom:0px !important;}
.mb-5{margin-bottom:5px !important;}
.mb-10{margin-bottom:10px !important;}
.mb-15{margin-bottom:15px !important;}
.mb-20{margin-bottom:20px !important;}
.mb-25{margin-bottom:25px !important;}
.mb-30{margin-bottom:30px !important;}
.mb-35{margin-bottom:35px !important;}
.mb-40{margin-bottom:40px !important;}
.mb-45{margin-bottom:45px !important;}
.mb-50{margin-bottom:50px !important;}
.mb-55{margin-bottom:55px !important;}
.mb-60{margin-bottom:60px !important;}
.mb-65{margin-bottom:65px !important;}
.mb-70{margin-bottom:70px !important;}
.mb-75{margin-bottom:75px !important;}
.mb-80{margin-bottom:80px !important;}
.mb-85{margin-bottom:85px !important;}
.mb-90{margin-bottom:90px !important;}
.mb-95{margin-bottom:95px !important;}
.mb-100{margin-bottom:100px !important;}
.mb-110{margin-bottom:110px !important;}
.mb-120{margin-bottom:120px !important;}
.mb-130{margin-bottom:130px !important;}
.mb-140{margin-bottom:140px !important;}

.pt-0{padding-top:0px !important;}
.pt-5{padding-top:5px !important;}
.pt-10{padding-top:10px !important;}
.pt-15{padding-top:15px !important;}
.pt-20{padding-top:20px !important;}
.pt-25{padding-top:25px !important;}
.pt-30{padding-top:30px !important;}
.pt-35{padding-top:35px !important;}
.pt-40{padding-top:40px !important;}
.pt-45{padding-top:45px !important;}
.pt-50{padding-top:50px !important;}
.pt-55{padding-top:55px !important;}
.pt-60{padding-top:60px !important;}
.pt-65{padding-top:65px !important;}
.pt-70{padding-top:70px !important;}
.pt-75{padding-top:75px !important;}
.pt-80{padding-top:80px !important;}
.pt-85{padding-top:85px !important;}
.pt-90{padding-top:90px !important;}
.pt-95{padding-top:95px !important;}
.pt-100{padding-top:100px !important;}

.pb-0{padding-bottom:0px !important;}
.pb-5{padding-bottom:5px !important;}
.pb-10{padding-bottom:10px !important;}
.pb-15{padding-bottom:15px !important;}
.pb-20{padding-bottom:20px !important;}
.pb-25{padding-bottom:25px !important;}
.pb-30{padding-bottom:30px !important;}
.pb-35{padding-bottom:35px !important;}
.pb-40{padding-bottom:40px !important;}
.pb-45{padding-bottom:45px !important;}
.pb-50{padding-bottom:50px !important;}
.pb-55{padding-bottom:55px !important;}
.pb-60{padding-bottom:60px !important;}
.pb-65{padding-bottom:65px !important;}
.pb-70{padding-bottom:70px !important;}
.pb-75{padding-bottom:75px !important;}
.pb-80{padding-bottom:80px !important;}
.pb-85{padding-bottom:85px !important;}
.pb-90{padding-bottom:90px !important;}
.pb-95{padding-bottom:95px !important;}
.pb-100{padding-bottom:100px !important;}
.pb-110{padding-bottom:110px !important;}
.pb-120{padding-bottom:120px !important;}
.pb-130{padding-bottom:130px !important;}
.pb-140{padding-bottom:140px !important;}


/* width ---------------------------------------*/

.wid-10per{width:10% !important;}
.wid-15per{width:15% !important;}
.wid-20per{width:20% !important;}
.wid-25per{width:25% !important;}
.wid-30per{width:30% !important;}
.wid-40per{width:40% !important;}
.wid-50per{width:50% !important;}
.wid-60per{width:60% !important;}
.wid-70per{width:70% !important;}
.wid-80per{width:80% !important;}
.wid-100per{width:100% !important;}

.wid-300{width:300px !important;}


/* title ---------------------------------------*/

h1 {
	font-size: 38px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.06em;
}
h2 {
	font-size: 32px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.06em;
}
h3 {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.06em;
}
h4 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.06em;
}
h5 {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.06em;
}
h6 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.06em;
}

.title-page-sub {
	color: #333;
	font-size: 18px;
	line-height: 1.8;
	text-align: center;
}
.title-page.s-size{
	font-size: 32px;
	line-height: 1.7;
	letter-spacing: 0;
}

.title-page {
	font-weight:600;
	font-size: 40px;
	line-height: 1.2;
	text-align: center;
	letter-spacing: 4px;
}

.title-page span{font-size: 50px;}

.title-page-sub-title{
	padding-top: 15px;
	display: block;
	width: 400px;
	font-weight: 500;
	margin: 15px auto 0;
}

.title-section{
	font-size:32px;
	font-weight:bold;
	position:relative;
	padding-bottom: 20px;
	letter-spacing:0.1em;
}

.title-section small{
	position:absolute;
	left: 0;
	bottom: 0;
	font-size:17px;
	line-height: 1;
	color: #333;
	font-family: 'Oswald', sans-serif;
	letter-spacing:0.05em;
	font-weight:normal;
}

.bg-blue .title-section small{color: #fff;}

.title-block{
	font-size: 28px;
	font-weight: bold;
	border-bottom: 5px solid #333;
	padding-bottom: 20px;
	line-height: 1.5;
	margin-bottom: 45px;
}
.title-block.small-title-block{
	font-size: 24px;
}

.title-paragraph {
	position: relative;
	margin-bottom: 40px;
	font-weight: bold;
	font-size: 28px;
	line-height: 1.3;
	padding: 50px 0px 50px 55px;
}

.title-paragraph::before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
}

.title-small{
	font-weight:600;
	font-size: .7rem;
	line-height: 1.5;
	color: #222;
}

.title-article-small {
	position: relative;
	margin-bottom: 40px;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.3;
	padding-bottom: 30px;
}
.title-article-small::before {
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	transform: translate(0,-50%);
	background: #333;
	width: 200px;
	height: 6px;
}


/* bg ---------------------------------------*/

.bg-blue{
	background: #333;
	color: #fff;
}

/* text ---------------------------------------*/

.text {
	font-size: 16px;
	line-height: 1.9;
	letter-spacing: 0.08em;
	font-family: 'Noto Sans JP', sans-serif;
}

.text-l {
	font-size: 18px;
	line-height: 2;
	letter-spacing: 0.08em;
	font-family: 'Noto Sans JP', sans-serif;
}

.text-m {
	font-size: 16px;
	line-height: 2;
	letter-spacing: 0.08em;
	font-family: 'Noto Sans JP', sans-serif;
}

.text-s {
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 0.08em;
	font-family: 'Noto Sans JP', sans-serif;
}

.text-ss {
	font-size: 12px;
	line-height: 1.8;
	letter-spacing: 0.08em;
	font-family: 'Noto Sans JP', sans-serif;
}

.text-lead{
	font-size: 18px;
	line-height: 2;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.08em;
}

.lowerarticle .text-lead,
.lowerarticle .text-s{font-family: 'Zen Maru Gothic', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;}

.text-center{text-align: center !important;}
.text-right{text-align: right !important;}
.text-left{text-align: left !important;}

.text-red{color: #aa0000 !important;}
.text-blue{color:#333 !important;}


@media all and (-ms-high-contrast:none){
	.text-ellipsis-2 { height: 3.2em; } /* IE10〜Edge */
	.text-ellipsis-3 { height: 4.7em; } /* IE10〜Edge */
}

.text-ellipsis-count::after{content: '…';}

.text-link{color: #333;text-decoration: none;}
.text-link:hover{text-decoration: underline;}

.text-link.icon-blank {
	display: inline-block;
	position: relative;
	padding-right: 1.2em;
}

.text-link.icon-blank::after {
	display: block;
	content: '';
	background: url('/shared/site_tomoni/images/common/icon_blank_gray.png') no-repeat center center;
	background-size: 100%;
	width: 18px;
	height: 19px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0,-50%);
}


/* -------------------- pankuzu --------------------- */
.wrap_pankuzu {
	position:relative;
	z-index:1;
}
#tmp_pankuzu {
	position: absolute;
	top: 10px;
	color: #333333;
	left: 0;
}
#tmp_pankuzu a {
	color: #333333;
	text-decoration: underline;
}
#tmp_pankuzu.in-hero,
#tmp_pankuzu.in-hero a {
	color: #fff;
}
#tmp_pankuzu a:hover {
	text-decoration: none;
}


/* list ---------------------------------------*/

.list{}
.list li{
	margin-bottom: 10px;
	font-size:16px;
	line-height: 1.73;
	position:relative;
	padding-left: 15px;
	letter-spacing:0.1em;
}

.list li:last-child{margin-bottom: 0;}

.list li::before{
	display:block;
	content:'';
	background:#2A619B;
	background-size: 100%;
	width:6px;
	height:6px;
	position:absolute;
	left:0;
	top:11px;
}

ul.list-simple li{
	margin-bottom: 15px;
	font-size:16px;
	line-height: 1.73;
	position:relative;
	padding-left: 10px;
}

ul.list-simple li::before{
	display:block;
	content:'';
	background:#222;
	width:4px;
	height:4px;
	border-radius:50%;
	position:absolute;
	left:0px;
	top:13px;
}

ol.list-simple{
	padding-left: 15px;
}

ol.list-simple li{
	margin-bottom: 15px;
	font-size:16px;
	line-height: 1.73;
	position:relative;
	list-style-type: decimal;
}

ol.list-simple li::before{}

.table-blue .list-simple li{margin-bottom:5px;}

.noticelist li{
	text-indent:-1em;
	margin-left: 1em;
	font-size:12px;
	line-height: 1.8;
}


/* btn ---------------------------------------*/

.btn,
.btn a{
	display: inline-block;
	min-width: 200px;
	margin: 0 20px;
	padding: 20px 20px;
	font-size:16px;
	border: 2px solid #000;
	border-radius: 30px;
	background-color: #333;
	line-height: 1.1;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	font-weight:500;
	cursor: pointer;
	position:relative;
	letter-spacing:0.05em;
	transition: all .75s ease;
}

.btn a{
	margin: 0;
	border: none;
}

.btn::after{
	display:block;
	content:'';
	border-right:2px solid #fff;
	border-bottom:2px solid #fff;
	width:7px;
	height:7px;
	position:absolute;
	right:18px;
	top:50%;
	transform:translate(0,-50%) rotate(-45deg);
	display: none;
}

.btn[target="_blank"]::after,
.btn a[target="_blank"]::after {
	display: inline-block;
	margin-left: 10px;
	content:'';
	background:url('/shared/site_tomoni/images/common/icon_blank.png') no-repeat left top;
	background-size:100%;
	width: 15px;
	height: 15px;
	border: none;
	transform: translate(0,0);
	position: static;
	transition: all .75s ease;
}
.indexproject-list-btn a .icon_blank {
	display: none;
}

.btn:hover,
.btn a:hover {
	background: #fff;
	color: #019edb;
}

.btn-white{
	background: #fff !important;
	color: #333;
}

.btn-white::after{
	border-right:2px solid #333;
	border-bottom:2px solid #333;
}


.btn.is-primary:hover{border-color:#008CEA;}

.btn.is-secondary{
	background: none;
	color: #07629f;
	background: #fff;
}

.btn.is-secondary:hover{
	background-color: #07629f;
	color: #fff;
}

.btn.is-tertiary{
	background: none;
	color: #767676;
	border-color: #919191;
}

.btn.is-tertiary:hover{
	background: #919191;
	color: #fff;
}

.btn.is-attention{
	background-color: #c35d59;
	border-color: #c35d59;
}

.btn.is-attention:hover{
	background: #EF6C66;
	border-color: #EF6C66;
}

.btn.is-s{
	min-width:50px;
	font-size:13px;
	padding: 5px;
}

.btn.is-l{
	min-width:250px;
	font-size:18px;
	padding: 15px;
}


/* icon ---------------------------------------*/

.icon {
	display: inline-block;
	text-align: center;
	padding: 2px 8px;
	background-color: #333;
	color: #fff;
	font-size: 12px;
	margin-left: 10px;
}

.icon-onlyicon {
	margin-left: 0;
}


/* -------------------- table --------------------- */

.table-horizontal{font-size:14px}

.table-horizontal thead th,
.table-horizontal thead td{
	background: #767676;
	color: #fff;
	line-height: 1.94;
	padding: 3px 4px;
	border-top:1px solid #dbdbdb;
	border-right:1px solid #dbdbdb;
	border-left:1px solid #dbdbdb;
	text-align:center;
	white-space: nowrap;
}

.table-horizontal tbody th,
.table-horizontal tbody td{
	line-height: 1.75;
	padding: 6px 8px;
	background: #fff;
	border:1px solid #dbdbdb;
}

.table-horizontal tbody th{text-align:center;}

.table-horizontal tbody td.td-grouptitle{
	font-weight:600;
	text-align:center;
	background: #DCE3E8;
	color: #484848;
}

.table-horizontal.is-zebra tbody tr:nth-child(2n) th,
.table-horizontal.is-zebra tbody tr:nth-child(2n) td{background: #F4F4F4;}

.table-vertical{border-top:1px solid #DBDBDB;}

.table-vertical th{
	text-align: left;
	padding: 16px;
	background: #F4F4F4;
	vertical-align: top;
	font-weight:600;
	border-bottom:1px solid #DBDBDB;
	color: #333;
	line-height: 1.6;
	text-align: left;
	min-width: 145px;
	vertical-align: middle;
}

.table-vertical td{
	text-align: left;
	padding: 16px 16px;
	vertical-align: top;
	border-bottom:1px solid #DBDBDB;
	line-height: 1.6;
	color: #484848;
}

.table-horizontal td a,
.table-vertical td a{color: #0078C6;}

.table-horizontal td a:hover,
.table-vertical td a:hover{text-decoration: underline;}

.table-vertical td small{
	line-height: 1.3;
	display: inline-block;
	font-size:12px;
}


/* modal ---------------------------------------*/

.modal-wrapper{display: none;}

.modal{background: #fff;}

.modal-inner{
	width: 100%;
	padding: 30px;
	background: #fff;
}

.modal-inner-manual{
	text-align: center;
}

.modal-inner-manual iframe{
	width: 600px;
	height: 500px
}

.modal-inner-close{
	position:absolute;
	right: 10px;
	top: 10px;
}


/* form ---------------------------------------*/

.form-area .submit{
	text-align: center;
}

.form-select{
	width: 100%;
	padding: 8px 10px;
	font-size: 13px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #999;
	background: url('/shared/site_tomoni/images/icon_select.png') 97% 50% no-repeat, -webkit-linear-gradient(top, #fff 0%, #fff 50% ,#eee 100%);
	background: url('/shared/site_tomoni/images/icon_select.png') 97% 50% no-repeat, linear-gradient(to bottom, #fff 0%, #fff 50% ,#eee 100%);
	background-size: 8px 36px;
	border-radius:0;
	outline: none;
}

select::-ms-expand {
	display: none;
}

.form-text{
	padding:13px 5px;
	border:1px solid #999;
	width:100%;
	box-sizing:border-box;
	-webkit-appearance: none;
	outline: none;
	border-radius:0;
}

.form-radio {
	display: inline-block;
	line-height: 1;
	margin-right: 5px;
	font-size: 14px;
	position:relative;
}

.form-radio label {
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	line-height: 1.4;
	min-height: 23px;
	margin: 0px 0;
	padding: 3px 0 0 25px;
	position: relative;
	vertical-align: top;
}

.form-radio input[type="radio"]{position: absolute;left:0px;top:0px;width:1px;height:1px;overflow: hidden;opacity:0;}

.form-radio label::before{
	display:block;
	content:'';
	border:1px solid #aaa;
	border-radius:50%;
	width:20px;
	height:20px;
	position:absolute;
	left: 0;
	top:50%;
	transform: translate(0,-50%);
}

.form-radio input:checked + label::after{
	display:block;
	content:'';
	background: #2A619B;
	border-radius:50%;
	width:14px;
	height:14px;
	position:absolute;
	left: 4px;
	top:50%;
	transform: translate(0,-50%);
}

.form-radio input:disabled + label {opacity: 0.7;}

.form-checkbox {
	display: inline-block;
	line-height: 1;
	margin-right: 5px;
	font-size: 14px;
	position:relative;
}

.form-checkbox label {
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	line-height: 1.4;
	min-height: 23px;
	margin: 0px 0;
	padding: 3px 0 0 30px;
	position: relative;
	vertical-align: top;
}

.form-checkbox input[type="checkbox"]{position: absolute;left:0px;top:0px;width:1px;height:1px;overflow: hidden;opacity:0;}

.form-checkbox label::before{
	display:block;
	content:'';
	border:1px solid #aaa;
	border-radius:2px;
	width:20px;
	height:20px;
	position:absolute;
	left: 0;
	top:50%;
	transform: translate(0,-50%);
}

.form-checkbox input:checked + label::after{
	display:block;
	content:'';
	background: #2A619B;
	border-radius:1px;
	width:14px;
	height:14px;
	position:absolute;
	left: 4px;
	top:50%;
	transform: translate(0,-50%);
}

.form-checkbox input:disabled + label {opacity: 0.7;}

.form-textarea{
	padding:13px 5px;
	border:1px solid #999;
	width:100%;
	box-sizing:border-box;
	height:80px;
	-webkit-appearance: none;
	outline: none;
	border-radius:0;
}

::placeholder {color:#ccc;}

.toggle-switch {
	position: relative;
	width: 60px;
	height: 30px;
	margin: auto;
	display: inline-block;
}

.toggle-input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	opacity: 0;
	cursor: pointer;
}

.toggle-switch label{
	width: 60px;
	height: 30px;
	background: #ccc;
	position: relative;
	display: inline-block;
	border-radius: 30px;
	transition: 0.1s;
	box-sizing: border-box;
}

.toggle-switch label::after {
	content: '';
	position: absolute;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	left: 0;
	top: 0;
	z-index: 2;
	background: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	transition: 0.1s;
}

.toggle-input:checked + label{background-color: #4BD865;}
.toggle-input:checked + label::after{left: 30px;}

.must{color:#aa0000;}


/* accordion ---------------------------------------*/

.accordion{}
.accordion-title{
	position:relative;
	display: inline-block;
	padding-right: 50px;
	cursor: pointer;
}

.accordion-title:hover{
	color:#2A619B;
	text-decoration: underline;
}

.accordion-title::after{
	display:block;
	content:'';
	border-bottom:3px solid #2A619B;
	border-right:3px solid #2A619B;
	width:10px;
	height:10px;
	margin-top:-17px;
	position:absolute;
	right:10px;
	top:50%;
	transform: rotate(45deg);
	transition: all .25s ease;
}

.accordion-title.is-open::after{
	transform: rotate(225deg);
}

.accordion-body{
	display: none;
}


/* tab ---------------------------------------*/

.tab{}


/* lowerkv ---------------------------------------*/
.wrap_lowerkv-wrapper {
	padding-top: 255px;
}
.wrap_lowerkv-wrapper.idx_wrap_lowerkv2 {
	padding-top: 0;
}
.lowerkv-wrapper {
	position:relative;
}

.lowerkv {
	height: 260px;
	width: 100%;
	padding: 0 20px;
}

.conferencekv {
	background: url(/shared/site_tomoni/images/common/bg_kv_conference.jpg) no-repeat center center;
	/*background: url(/shared/site_tomoni/images/common/bg_kv_lowpage_summer.jpg) no-repeat center center;*/
	/*background: url(/shared/site_tomoni/images/common/autumn/bg_kv_lowpage_autumn.jpg) no-repeat center center;*/
	/*background: url(/shared/site_tomoni/images/common/winter/bg_kv_lowpage_winter.jpg) no-repeat center center;*/
	/*background: url(/shared/site_tomoni/images/common/spring/bg_kv_lowpage.jpg) no-repeat center center;*/
	background-size: cover;
}

.memberkv {
	background: url(/shared/site_tomoni/images/common/bg_kv_member.jpg) no-repeat center center;
	/*background: url(/shared/site_tomoni/images/common/bg_kv_lowpage_summer.jpg) no-repeat center center;*/
	/*background: url(/shared/site_tomoni/images/common/autumn/bg_kv_lowpage_autumn.jpg) no-repeat center center;*/
	/*background: url(/shared/site_tomoni/images/common/winter/bg_kv_lowpage_winter.jpg) no-repeat center center;*/
	/*background: url(/shared/site_tomoni/images/common/spring/bg_kv_lowpage.jpg) no-repeat center center;*/
	background-size: cover;
}

.hintkv {
	background: url(/shared/site_tomoni/images/common/bg_kv_hint.jpg) no-repeat center center;
	/*background: url(/shared/site_tomoni/images/common/bg_kv_lowpage_summer.jpg) no-repeat center center;*/
	/*background: url(/shared/site_tomoni/images/common/autumn/bg_kv_lowpage_autumn.jpg) no-repeat center center;*/
	/*background: url(/shared/site_tomoni/images/common/winter/bg_kv_lowpage_winter.jpg) no-repeat center center;*/
	/*background: url(/shared/site_tomoni/images/common/spring/bg_kv_lowpage.jpg) no-repeat center center;*/
	background-size: cover;
}

.sdgskv {
	background: url(/shared/site_tomoni/images/common/bg_kv_sdgs.jpg) no-repeat center center;
	/*background: url(/shared/site_tomoni/images/common/bg_kv_lowpage_summer.jpg) no-repeat center center;*/
	/*background: url(/shared/site_tomoni/images/common/autumn/bg_kv_lowpage_autumn.jpg) no-repeat center center;*/
	/*background: url(/shared/site_tomoni/images/common/winter/bg_kv_lowpage_winter.jpg) no-repeat center center;*/
	/*background: url(/shared/site_tomoni/images/common/spring/bg_kv_lowpage.jpg) no-repeat center center;*/
	background-size: cover;
}

.datakv {
	background: url(/shared/site_tomoni/images/common/bg_kv_data.jpg) no-repeat center center;
	/*background: url(/shared/site_tomoni/images/common/bg_kv_lowpage_summer.jpg) no-repeat center center;*/
	/*background: url(/shared/site_tomoni/images/common/autumn/bg_kv_lowpage_autumn.jpg) no-repeat center center;*/
	/*background: url(/shared/site_tomoni/images/common/winter/bg_kv_lowpage_winter.jpg) no-repeat center center;*/
	/*background: url(/shared/site_tomoni/images/common/spring/bg_kv_lowpage.jpg) no-repeat center center;*/
	background-size: cover;
}

.messagekv {
	background: url(/shared/site_tomoni/images/common/bg_kv_about.jpg) no-repeat center center;
	/*background: url(/shared/site_tomoni/images/common/bg_kv_lowpage_summer.jpg) no-repeat center center;*/
	/*background: url(/shared/site_tomoni/images/common/autumn/bg_kv_lowpage_autumn.jpg) no-repeat center center;*/
	/*background: url(/shared/site_tomoni/images/common/winter/bg_kv_lowpage_winter.jpg) no-repeat center center;*/
	/*background: url(/shared/site_tomoni/images/common/spring/bg_kv_lowpage.jpg) no-repeat center center;*/
	background-size: cover;
}

.aboutkv {
	background: url(/shared/site_tomoni/images/common/bg_kv_about.jpg) no-repeat center center;
	/*background: url(/shared/site_tomoni/images/common/bg_kv_lowpage_summer.jpg) no-repeat center center;*/
	/*background: url(/shared/site_tomoni/images/common/autumn/bg_kv_lowpage_autumn.jpg) no-repeat center center;*/
	/*background: url(/shared/site_tomoni/images/common/winter/bg_kv_lowpage_winter.jpg) no-repeat center center;*/
	/*background: url(/shared/site_tomoni/images/common/spring/bg_kv_lowpage.jpg) no-repeat center center;*/
	background-size: cover;
}

.introductionkv{
	background: url(/shared/site_tomoni/images/common/bg_kv_about.jpg) no-repeat center center;
	/*background: url(/shared/site_tomoni/images/common/bg_kv_lowpage_summer.jpg) no-repeat center center;*/
	/*background: url(/shared/site_tomoni/images/common/autumn/bg_kv_lowpage_autumn.jpg) no-repeat center center;*/
	/*background: url(/shared/site_tomoni/images/common/winter/bg_kv_lowpage_winter.jpg) no-repeat center center;*/
	/*background: url(/shared/site_tomoni/images/common/spring/bg_kv_lowpage.jpg) no-repeat center center;*/
	background-size: cover;
}

.lowerkv-inner {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	height: 100%;
}

.lowerkv-image {
	position: absolute;
	top: 0;
	left: 0;
	height: 260px;
	z-index: -1;
}
.lowerkv-image_cnt .detail_img img {
	object-fit: cover;
	height: 260px;
}
.lowerkv-title {
	position: absolute;
	top: 54%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
}

.future-index-list .indexhint-list-image{
	min-height: 256px;
}

/* lead ---------------------------------------*/

.lead {
	margin-bottom: 60px;
	padding: 0 20px;
}

.lead-text {
	font-size: 18px;
	line-height: 1.9;
	letter-spacing: 0.12em;
}

.lead-text + .lead-text {
	margin-top: 40px;
}


/* lowerarticle ---------------------------------------*/

.lowerarticle {
	margin-bottom: 80px;
	padding: 0 20px;
	position: relative;
}

.lowerarticle-list-item {
	margin-bottom: 60px;
}

.lowerarticle-list-item a {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	transition: all ease .25s;
}

.lowerarticle-list-item a:hover {
	opacity: 0.7;
}

.lowerarticle-list-image {
	width: 34%;
}

.lowerarticle-list-detail {
	width: 62.5%;
}

.lowerarticle-list-sholder {
	margin-bottom: 5px;
}

.lowerarticle-list-date {
	display: inline-block;
	margin-right: 10px;
	font-size: 16px;
}

.lowerarticle-list-category {
	display: inline-block;
	text-align: center;
	padding: 2px 8px;
	background-color: #333;
	color: #fff;
	font-size: 12px;
}

.lowerarticle-list-title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
	letter-spacing: 0;
	line-height: 1.6;
}

.lowerarticle-list-text {
	font-size: 16px;
	line-height: 2;
	letter-spacing: 0.1em;
	font-family: 'Noto Sans JP', sans-serif;
}


/* lowertopics ---------------------------------------*/

.lowertopics-category-list{
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
	margin-left: 10px;
}

.lowertopics-category-list li{
	border: 1px solid #ddd;
	line-height: 1;
	padding: 9px 22px;
	margin-left: 8px;
	font-size:13px;
	color: #aaa;
	cursor: pointer;
}

.lowertopics-category-list li.is-active{
	color: #333;
	border-color: #333;
}

.lowertopics {padding: 0 20px;}

.lowertopics-list{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}

.lowertopics-list-nofit {
	align-items: flex-start;
}

.lowertopics-list li{
	width: 32%;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12);
	margin-bottom: 50px;
}

.lowertopics-list li.empty{box-shadow: none;}

.lowertopics-list-image{
	display: block;
	width: 100%;
	overflow: hidden;
	height: 235px;
	position:relative;
	border-radius:5px 5px 0 0;
}

.lowertopics-list-image.lowertopics-list-image-high {height: 380px;}
.lowertopics-list-image.lowertopics-list-image-short {height: 200px;}
.lowertopics-list-image.lowertopics-list-image-book {height: 474px;}

.lowertopics-list-image img{
	position:absolute;
	left:50%;
	top:50%;
	transform-origin: center center;
	transform:translate(-50%,-50%);
	max-width: 110%;
	width: 110%;
	transition: all 1.25s ease;
}

.lowertopics-list-image-book img{
	width: 103%;
}
a:hover .lowertopics-list-image img{
	transform:translate(-50%,-50%) scale(1.1,1.1);
}
.lowertopics-list-detail{
	display: block;
	padding: 20px 30px 25px;
}

.topics-list-category{
	display: inline-block;
	padding: 4px 14px;
	border-radius: 13px;
	background-color: #f2f2f2;
	color: #333;
	font-size:12px;
	margin-bottom: 15px;
}

.topics-list-ariticletitle{
	font-size:16px;
	font-weight:bold;
	line-height: 1.6;
}

.topics-list-detail time{
	display: block;
	margin-top: 20px;
	font-size:14px;
	color: #666;
}

#tmp_contents .lowertopics-list-title,
.lowertopics-list-title {
	display: block;
	font-size:20px;
	font-weight:bold;
	line-height: 1.55;
	margin-bottom: 5px;
}
#tmp_contents .lowertopics-list img {
	max-width: none;
}

.lowertopics-list-name{
	font-size:24px;
	font-weight:bold;
	line-height: 1.55;
	letter-spacing: 0.1em;
}

.lowertopics-list-name-sub{
	font-size:15px;
	line-height: 1.6;
	margin-bottom: 10px;
}

.lowertopics-list-position{
	font-size:14px;
	color: #666;
	line-height: 1.6;
}

.lowertopics-list-text{
	font-size:16px;
	color: #666;
	line-height: 1.8;
	letter-spacing: 0.14em;
}

.flex-box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flex-box-left{
	width: 48%;
}
.flex-box-right{
	width: 48%;
}
.info-txt-link{
	display: block;
	margin-bottom: 20px;
	transition: 0.3s;
}
.info-txt-link:hover{opacity: 0.6;}
.info-txt-link p{
	text-align: left;
	font-size: 17px;
	font-weight: bold;
	padding: 0 0 0 15px;
	margin: 0 0 15px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	min-height: 50px;
	color: #037bd3;
	text-decoration: underline;
	border-left: 4px solid #037bd3;
}
.info-txt-link img{}


.common-f-large{
	font-size: 30px;
	display: block;
	margin-bottom: 10px;
}


/* tel_link ---------------------------------------*/

span.tel_link {
	display: inline-block !important;
	margin: 0 auto !important;
	text-align: inherit !important;
}

span.tel_link a {
	text-decoration: underline;
}
span.tel_link a:hover,
span.tel_link a:focus {
	text-decoration: none;
}

/* ==================================================
CMS-parts
================================================== */
/* col2
================================================== */
/* col2_cms */
table.col2 {
	width:99%;
	border-collapse:collapse;
	border-spacing:0;
}
table.col2 td.col2L,
table.col2 td.col2R {
	width:50%;
	padding:0;
	vertical-align:top;
	text-align:left;
}
#tmp_main table.col2 td.col2L {
	border-right:15px solid #FFFFFF;
}
/* col2_pub */
div.col2 {
	width:100%;
}
div.col2 div.col2L {
	display:table;
	width:48.5%;
	margin-right:2%;
	float:left;
}
div.col2 div.col2R {
	display:table;
	width:48.5%;
	float:left;
}
/* nestcol2 */
table.col2 table.col2 td.col2L {
	padding:0;
}
div.col2 div.col2 div.col2L {
	width:47.5%;
	margin-right:4%;
}
div.col2 div.col2 div.col2R {
	width:47.5%;
}
/* fixed_col2 */
div.fixed_col2 {
	width:100%;
}
div.fixed_col2 div.fixed_col2L {
	display:table;
	width:48.5%;
	margin-right:2%;
	float:left;
}
div.fixed_col2 div.fixed_col2R {
	display:table;
	width:48.5%;
	float:right;
}
/* col3
================================================== */
table.col3 {
	width:99%;
	border-collapse:collapse;
	border-spacing:0;
}
table.col3 td.col3L,
table.col3 td.col3M,
table.col3 td.col3R {
	width:33.33%;
	padding:0;
	vertical-align:top;
	text-align:left;
}
#tmp_main table.col3 td.col3L,
#tmp_main table.col3 td.col3M {
	border-right:15px solid #FFFFFF;
}
div.col3 {
	width:100%;
}
div.col3 div.col3L,
div.col3 div.col3M {
	display:table;
	width:31.7%;
	margin-right:2%;
	float:left;
}
div.col3 div.col3R {
	display:table;
	width:31.7%;
	float:left;
}

@media screen and (min-width: 769px){
	.lowertopics-list.is-halfsize li{
		width:16%;
	}
	.lowertopics-list.is-halfsize .lowertopics-list-image.lowertopics-list-image-high{
		height:190px;
	}
	.lowertopics-list.is-halfsize .lowertopics-list-detail{
		padding:15px 15px 10px;
		display: block;
	}
	.lowertopics-list.is-halfsize .lowertopics-list-name{
		font-size:17px;
	}
	.lowertopics-list.is-halfsize .lowertopics-list-name-sub{
		font-size:11px;
	}
	.lowertopics-list.is-halfsize .lowertopics-list-position{
		font-size:13px;
	}
}

@media screen and (min-width: 769px) and (max-width: 1100px){
	.lowertopics-list.is-halfsize li{width:24%;}
}


/* lowerbnr ---------------------------------------*/

.lowerbnr {
	background: #CCEBF7;
	margin-bottom: 60px;
	padding: 80px 20px;
	position:relative;
	z-index: 2;
}


/* lowerinfo ---------------------------------------*/

.lowerinfo-wraper {
	margin-bottom: 60px;
}

.sdgs_box.lowerinfo-wraper {
	margin-top: 80px;
}

.lowerinfo {
	border-top: 5px solid #333;
	padding: 65px 0 0px;
	position: relative;
}

.lowerinfo-block:not(:first-of-type) {
	border-top: 1px solid #DDD;
	margin-top: 20px;
	padding-top: 20px;
}

.lowerinfo-title {
	position: absolute;
	top: -1px;
	right: 0;
	font-size: 14px !important;
	text-align: center;
	line-height: 1.6;
	font-weight: bold;
	letter-spacing: 0.06em;
	margin:0 0 5px !important;
	color: #fff !important;
	border-radius: 0 0 15px 15px;
	padding: 10px 20px !important;
}

.lowerinfo-numberlist-wrapper {
	padding-left: 30px;
}

.lowerinfo-numberlist-item {
	list-style: static outside;
	font-size: 16px;
	letter-spacing: 0.06em;
	padding-left: 0.8em;
}

.lowerinfo-numberlist-item a {
	color: #333;
	text-decoration: underline;
}

.lowerinfo-numberlist-item a:hover {
	text-decoration: none;
}

.lowerinfo-image {
	width: 100%;
	text-align: center;
}

.lowerinfo-sdgslist {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.lowerinfo-sdgslist-item {
	width: 8%;
	margin-bottom: 5px;
}

.lowerinfo-sdgslist-item:not(:nth-of-type(11n-10)) {
	margin-left: 1.2%;
}

.lowerinfo-row {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.lowerinfo-col {
	width: 31%;
}

.lowerinfo-text {
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: 0.06em;
}

.lowerinfo-pointlist {}

.lowerinfo-pointlist-item {
	position: relative;
	padding-left: 50px;
	margin-bottom: 10px;
}

.lowerinfo-pointlist-icon {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
	background: #333;
	color: #fff;
	font-size: 12px;
	padding: 1px 10px 2px;
}

.lowerinfo-pointlist-question {
	font-size: 16px;
	letter-spacing: 0.06em;
}

.lowerinfo-profile {
	margin-top: 15px;
}

.lowerinfo-profile-row {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.lowerinfo-profile-col {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.col2 .lowerinfo-profile-col {
	width: 48%;
}

.lowerinfo-profile-image {
	width: 30%;
}

.col2 .lowerinfo-profile-image {
	width: 37.2%;
}

.lowerinfo-profile-detail {
	width: calc(70% - 40px);
}

.col2 .lowerinfo-profile-detail {
	width: calc(62.8% - 20px);
}

.lowerinfo-profile-title {
	font-size: 22px !important;
	letter-spacing: 0.06em;
	margin:0 0 5px !important;
	padding:0 !important;
	line-height:1.5 !important;
}
#tmp_contents h4.lowerinfo-profile-title::before {
	display:none;
}
.lowerinfo-profile-text {
	font-size: 14px;
	letter-spacing: 0.06em;
	line-height: 1.8;
	font-family: 'Noto Sans JP', sans-serif;
}

/* memberprofile ---------------------------------------*/

.memberprofile {
	padding: 0 20px;
}

.memberprofile-row {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.memberprofile-imagearea {
	width: 45%;
}

.memberprofile-image {}

.memberprofile-image:not(:last-of-type) {margin-bottom: 40px;}

.memberprofile-video {
	width: 100%;
}

.memberprofile-video video {
	width: 100%;
}

.memberprofile-detail {width: 50%;}

.memberprofile-header {
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #DDD;
}

.memberprofile-title {
	font-size: 32px;
	font-weight: bold;
	line-height: 1.45;
	letter-spacing: 0.08em;
	margin-bottom: 5px;
}

.memberprofile-title-sub {
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 5px;
}

.memberprofile-position {
	font-size: 14px;
	color: #666;
	line-height: 1.6;
}

.memberprofile-body {
	font-family: 'Noto Sans JP', sans-serif;
}

.memberprofile-text {
	font-size: 16px;
	line-height: 2;
	letter-spacing: 0.06em;
	margin-bottom: 30px;
}

.memberprofile-body-title {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
}

.memberprofile-body-video {
	width: 100%;
	margin-bottom: 20px;
}

.memberprofile-body-video video {
	width: 100%;
}


/* lowercolumn ---------------------------------------*/

.lowercolumn {padding: 0 20px;}


/* lowermember ---------------------------------------*/

.lowermember{
	padding: 0 20px;
	margin-bottom: 0px;
	position:relative;
}

.lowermember-list{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin-bottom: 30px;
}

.lowermember-list > li{
	width: 15%;
	margin-bottom: 30px;
}

.lowermember-list > li a {
	display: block;
	transition: all .25s ease;
}

.lowermember-list > li a:hover {
	opacity: 0.7;
}

.lowermember-item-image{margin-bottom: 10px;}
.lowermember-item-name{
	text-align: center;
	font-size: 16px;
	font-weight: normal;
}


/* lowersdgs ---------------------------------------*/

.lowersdgs {
	margin-bottom: 60px;
	padding: 0 20px;
}


/* lowernews ---------------------------------------*/

.lowernews-wrapper {
	margin-bottom: 60px;
	padding: 0 20px;
}

.lowernews-wrapper a {
	display: block;
	transition: all .25s ease;
}

.lowernews-wrapper a:hover {
	opacity: 0.7;
}

.lowernews {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.lowernews-image {
	width: 34%;
}

.lowernews-detail {
	width: 62.5%;
}

.lowernews-title {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 8px;
}

.lowernews-text {
	font-size: 18px;
	color: rgba(0,0,0,0.8);
	line-height: 2;
	letter-spacing: 0.06em;
}


/* lower2col ---------------------------------------*/

.lower2col-wrapper {
	margin-bottom: 60px;
	padding: 0 20px;
}

.lower2col {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.lower2col + .lower2col {
	margin-top: 40px;
}

.lower2col-image {
	width: 34%;
}

.lower2col-image img +img {
	margin-top: 20px;
}

.lower2col-imageright .lower2col-image{
	order: 1;
}

.lower2col-detail {
	width: 62.5%;
}

.lower2col-title {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 8px;
}

.lower2col-text {
	font-size: 16px;
	color: rgba(0,0,0,0.8);
	line-height: 2;
	letter-spacing: 0.06em;
	font-family: 'Noto Sans JP', sans-serif;
}

.lower2col .col {
	max-width: 48%;
}

.lower2col .col-image {
	margin-bottom: 20px;
}


/* pickuppoint ---------------------------------------*/

.pickuppoint-wrapper {
	margin-bottom: 60px;
}

.pickuppoint {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 30px 40px;
	background: #333;
}

.pickuppoint-icon {
	width: 90px;
	background: #fff;
	color: #333;
	height: 90px;
	font-size: 18px;
	font-weight: bold;
	line-height: 90px;
	border-radius: 45px;
	text-align: center;
}

.pickuppoint-text {
	width: calc(100% - 110px);
	color: #fff;
	line-height: 1.8;
	letter-spacing: 0.08em;
	font-size: 16px;
}


/* lowerimage ---------------------------------------*/

.lowerimage {
	text-align: center;
}

.lowerimage-caption {
	margin-top: 4px;
	font-size: 12px;
	line-height: 1.8;
	letter-spacing: 0.08em;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
}
.lowerimage-caption.short-txt{
	font-size: 16px;
}


/* separateblock ---------------------------------------*/

.separateblock {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.separeteblock-item {
	background: #CCEBF7;
	padding: 40px;
	width: 48%;
}

.separeteblock-title {
	max-width: 355px;
	width: 80%;
	margin: 0 auto 30px;
	background-color: #fff;
	border: 2px solid #333;
	font-size: 24px;
	color: #333;
	letter-spacing: 0.06em;
	line-height: 1.6;
	padding: 10px 20px;
	box-sizing: border-box;
	text-align: center;
	font-weight: bold;
	border-radius: 40px;
}

.separeteblock-text {
	font-size: 18px;
	line-height: 1.8;
	letter-spacing: 0.1em;
}


/* loweryoutube ---------------------------------------*/

.loweryoutube {
	margin-bottom: 70px;
}

.loweryoutube iframe {
	max-width: 100%;
}

.loweryoutube-title {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 25px;
	color: #333;
}


.laws_tomoniikiru_iframe{width: 580px;}

/* ==================================================
clearfix
================================================== */
div.col2:after,
div.fixed_col2:after,
div.col3:after {
	content: "";
	display: table;
	clear: both;
}

/* pcのみ */
@media screen and (min-width: 769px){
	.sp{display: none !important;}
	.spbr{display: none;}

	.subnav-list{display: none !important;}
}


/* middle pc */
@media screen and (min-width: 769px) and (max-width: 1380px){


}


/* more middle pc */
@media screen and (min-width: 769px) and (max-width: 1230px){

	.lowertopics-list-image.lowertopics-list-image-book {
		height: 500px;
	}
}


/* more middle pc */
@media screen and (min-width: 769px) and (max-width: 1145px){

	.lowertopics-list-image.lowertopics-list-image-book {
		height: 450px;
	}

}


/* more middle pc */
@media screen and (min-width: 769px) and (max-width: 1135px){

	.gnav-list-item,
	.megadrop-list li{font-size:16px;}
	.lowertopics-list-image {height: 200px;}

}


/* more middle pc */
@media screen and (min-width: 769px) and (max-width: 1120px){

	.lowertopics-list-image.lowertopics-list-image-high {height: 340px;}
	.lowertopics-list-image.lowertopics-list-image-book {height: 400px;}

}

/* small pc */
@media screen and (min-width: 769px) and (max-width: 1100px){


}


/* more small pc */
@media screen and (min-width: 769px) and (max-width: 1015px){

	.gnav-list-item,
	.megadrop-list li{font-size:14px;}
	.lowertopics-list li {width: 48%;}
	.lowertopics-list-image {height: 225px;}
	.lowertopics-list-image.lowertopics-list-image-high {height: 400px;}
	.lowertopics-list-image.lowertopics-list-image-short {height: 200px;}
	.lowertopics-list-image.lowertopics-list-image-book {height: 530px;}

}

/* more small pc */
@media screen and (min-width: 769px) and (max-width: 950px){

	.lowertopics-list-image.lowertopics-list-image-book {height: 500px;}
	.lowerinfo-profile-row {display: block;}
	.col2 .lowerinfo-profile-col {width: 100%;}
	.lowerinfo-profile-col + .lowerinfo-profile-col {margin-top: 20px;}
	.lowerinfo-profile-image {width: 22.22%;}
	.col2 .lowerinfo-profile-image {width: 22.22%;}
	.lowerinfo-profile-detail {width: calc(77.78% - 20px);}
	.col2 .lowerinfo-profile-detail {width: calc(77.78% - 20px);}

}


/* more small pc */
@media screen and (min-width: 769px) and (max-width: 815px){

	.lowertopics-list-image.lowertopics-list-image-high {height: 360px;}
	.lowertopics-list-image.lowertopics-list-image-book {height: 450px;}

}


@media screen and (max-width: 768px){

	/* default ---------------------------------------*/

	img{
		max-width:100%;
		height: auto;
	}
	*{box-sizing:border-box;}


	/* common item ---------------------------------------*/

	.pc{display: none !important;}
	.pcbr{display: none;}

	/* layout ---------------------------------------*/

	.header-inner,
	.footer-inner,
	.inner,
	.wrap_pankuzu,
	.wrapper,
	.wrapper_wide {
		min-width:0;
		width:100%;
	}

	.wrapper {
		padding: 40px 20px;
	}
	.wrapper_wide {
		padding: 40px 0;
	}

	/* header ---------------------------------------*/

	header{
		position: fixed;
		height:70px;
		border-bottom: 5px solid #019edb;
	}

	header.is-prepara{
		top: 0;
		height: 70px;
		box-shadow:0px 0px 10px rgba(0,0,0,0.1);
	}

	header.is-prepara.is-fixed{
		position: fixed;
		height: 70px;
	}
	header.is-prepara .header-inner{
		display: block;
	}
	header.is-prepara .gnav-list-item > a{
		height: auto;
	}
	header.is-prepara .gnav-list-item{
		font-size: 16px;
	}



	.header-explain{
		display: none;
		/*position:absolute;
		left: 150px;
		right: auto;
		top: 30px;
		width: 200px;
		padding: 0;*/
	}

	.header-inner{
		margin:0 auto;
		position:absolute;
		left:0;
		width: 100%;
	}

	.header-submenu{
		width:200px;
		position: absolute;
		right:0px;
		top:17px;
	}

	.header-logo,
	header.is-fixed .header-logo{
		position: absolute;
		left: 20px;
		top: 25px;
	}

	.header-logo a {
		display: block;
		background: url(/shared/site_tomoni/images/common/title_logo.svg) left center no-repeat;
		background-size: 100%;
		width: 110px;
		height: 17px;
	}

	.overlay{
		content:'';
		display: block;
		position:fixed;
		width:100%;
		height:300px;
		background: rgba(0,0,0,0.5);
		left:0;
		top:0;
		z-index:6;
	}

	#openmenu{
		display:block;
		width: 70px;
		height: 65px;
		text-indent: -99em;
		overflow: hidden;
		position:absolute;
		right:0px;
		top:0px;
		z-index: 150;
		background: #019edb
	}

	#openmenu span{
		content: '';
		display: block;
		width: 30px;
		height: 3px;
		background: #fff;
		position: absolute;
		left: 21px;
		transition: all .25s ease;
		z-index: 100;
		border-radius: 10px;
	}

	#openmenu span:nth-child(1){top:21px;}
	#openmenu span:nth-child(2){top:32px;}
	#openmenu span:nth-child(3){top:43px;}

	#openmenu.is-open span:nth-child(1){
		transform: rotate(45deg);
		top: 30px;
		left: 20px;
	}

	#openmenu.is-open span:nth-child(2){
		opacity:0;
		left:-25px;
	}

	#openmenu.is-open span:nth-child(3){
		transform: rotate(-45deg);
		top: 30px;
		left: 20px;
	}

	.bodyfixed{
		position: fixed;
		width: 100%;
		height: 100%;
	}


	/* gnav ---------------------------------------*/

	.gnav{
		border:none;
		background: #fff;
		padding-bottom: 0px;
		z-index:100;
		position: absolute;
		left:0px;
		top:0px;
		width:100%;
		display: none;
	}

	.gnav.is-active{
	}

	.gnav-inner{
		height: calc(100% - 74px);
		overflow:auto;
		position:absolute;
		left: 0;
		top: 65px;
		width: 100%;
	}

	.gnav-title{
		position:absolute;
		left: 0px;
		top: 0px;
		height: 65px;
		width: calc(100% - 73px);
	}

	.gnav-title img{
		width: 110px;
		height: 17px;
		position:absolute;
		left: 20px;
		top: 25px;
	}

	.gnav-list{
		display: block;
		border-left: 5px solid rgba(0,0,0,0.3);
		background: #019edb;
	}

	.gnav-list-item{
		display: block;
		font-size:16px;
		text-align:left;
		border-top: 1px solid rgba(0,0,0,0.3);
		border-bottom: 1px solid rgba(0,0,0,0.3);
		position:relative;
	}

	.gnav-list-item:first-child{border-top:none;}

	.gnav-list-item > a{
		color: #fff;
		height: auto;
		border-radius:0;
		padding: 20px 15px 20px 60px;
	}

	.gnav-list-item > a.is-current,
	.gnav-list-item.is-active > a{
		color: #fff;
	}

	.gnav-list-item > a span{
		position:relative;
		left:0;
		top:0;
		transform:translate(0,0);
	}

	.subnav-open{
		content: '';
		width: 40px;
		height: 40px;
		position:absolute;
		right: 5px;
		top: 12px;
	}

	.subnav-open::before,
	.subnav-open::after{
		display: block;
		content: '';
		background: #fff;
		background-size: 100%;
		width: 15px;
		height: 3px;
		position: absolute;
		left: 10px;
		top: 48%;
		transform: translate(0,-50%);
		transition: all .25s ease;
	}

	.subnav-open::after{transform:translate(0,-50%) rotate(90deg);}

	.subnav-open.is-open::after{
		transform:translate(0,-50%) rotate(0deg);
	}

	.subnav-list{
		border-top: 1px solid rgba(0,0,0,0.3);
		display: none;
	}

	.subnav-list > li{
		border-top: 1px solid rgba(0,0,0,0.3);
		font-size:15px;
	}

	.subnav-list > li > a{
		display: block;
		background: rgba(255,255,255,0.6);
		color: #333;
		height: auto;
		border-radius:0;
		line-height: 1;
		padding: 20px 20px 20px 15px;
	}
	.subnav-list > li > a span.comingsoon{
		opacity: 0.4;
	}

	.gnav-logo{
		display: block;
		background: url('/shared/site_tomoni/images/common/logo.png') left center no-repeat;
		background-size: 100%;
		width: 136px;
		height: 44px;
		text-indent: -999em;
		overflow: hidden;
		margin: 50px auto 30px;
	}

	.header-sns{
		position:relative;
		right: 0;
		top: 0;
		width: 250px;
		margin: 0 auto;
		padding-bottom: 50px
	}

	.header-sns li:not(:first-child){margin-left: 21px;}

	.header-sns li a,
	.header-sns li span {
		display: block;
		transition: all .25s ease;
		cursor: pointer;
		background: #019edb;
		width: 43px;
		height: 43px;
		border-radius:50%;
		position:relative;
	}

	.header-sns li a:hover,
	.header-sns li span:hover {
		opacity: 0.7;
	}

	.header-sns img{
		position:absolute;
		left:50%;
		top:50%;
		transform:translate(-50%,-50%);
	}

	.header-sns .sns-fb img{width:15px;}
	.header-sns .sns-tw img{width:25px;}
	.header-sns .sns-line img{width:26px;}
	.header-sns .sns-insta img{width:27px;}


	/* footer ---------------------------------------*/

	footer{
		padding:55px 0px 0px;
		border-width: 11px;
	}

	.footer-inner{
		display: block;
		padding: 0 20px;
		margin-bottom: 35px;
	}

	.footer-logo-wrapper{
		margin-bottom: 80px
	}

	.footer-sns{
		width: 250px;
		margin: 0 auto 60px;
	}

	.footer-sns li:not(:first-child){margin-left: 0;}

	.footer-sns li a,
	.footer-sns li span {
		width: 46px;
		height: 46px;
	}

	.footer-sns li a:hover,
	.footer-sns li span:hover {opacity: 1;}

	.footer-sns .sns-fb img{width:16px;}
	.footer-sns .sns-tw img{width:26px;}
	.footer-sns .sns-line img{width:28px;}
	.footer-sns .sns-insta img{width:29px;}

	.footer-logo{
		display: block;
		background: url(/shared/site_tomoni/images/common/logo.png) left center no-repeat;
		background-size: 100%;
		width: 140px;
		height: 66px;
		text-indent: -999em;
		overflow: hidden;
		margin-bottom: 20px;
	}

	.footernav-line{
		width: 100%;
		margin: 0;
	}

	.footernav{
		width: 100%;
		display: block;
		padding:0  0px;
	}

	.footernav-list{
		width: auto;
		margin-left: 0px;
		margin-bottom: 40px;
	}

	.footernav-line-title{
		font-size: 16px;
		font-weight: 600;
		border-width: 2px;
		padding-bottom: 12px;
		margin-bottom: 12px;
	}

	.footernav-list-item{
		margin-bottom: 0px;
		font-size:12px;
		font-weight:500;
	}

	.footernav-list-item a{
		padding: 5px 20px 5px 20px;
		position:relative;
	}

	.footernav-list-item a::before{
		width: 8px;
		height: 8px;
	}
	.footernav-list-item span.comingsoon::before{
		width: 8px;
		height: 8px;
	}

	.footernav-list-item a[target="_blank"]::after {
		display:block;
		content:'';
		background: url(/shared/site_tomoni/images/common/icon_blank_gray.png) no-repeat left top;
		background-size: 100%;
		width: 13px;
		height: 13px;
		border: none;
		position:absolute;
		right:0px;
		top:50%;
		transform:translate(0,-50%);
	}

	.copyright{padding: 15px 0 15px;}


	/* bnr list ---------------------------------------*/

	.bnr-list{
		display: block;
	}

	.bnr-list > li{
		width: 100%;
		margin-bottom: 20px
	}


	/* grid ---------------------------------------*/

	.row {
		margin-right: -4px;
		margin-left: -4px;
	}

	.col-1, .col-2, .col-2-4, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
		padding-right: 4px;
		padding-left: 4px;
	}

	.col-sp-1, .col-sp-2, .col-sp-2-4, .col-sp-3, .col-sp-4, .col-sp-5, .col-sp-6, .col-sp-7, .col-sp-8, .col-sp-9, .col-sp-10, .col-sp-11, .col-sp-12 {
		position: relative;
		width: 100%;
		min-height: 1px;
		padding-right: 4px;
		padding-left: 4px;
	}

	.col {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-sp-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-sp-1 {
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}
	.col-sp-2 {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	.col-sp-2-4 {
		flex: 0 0 20%;
		max-width: 20%;
	}
	.col-sp-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-sp-4 {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	.col-sp-5 {
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}
	.col-sp-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-sp-7 {
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}
	.col-sp-8 {
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}
	.col-sp-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-sp-10 {
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}
	.col-sp-11 {
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}
	.col-sp-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}


	/* margin ---------------------------------------*/

	.mt-sp-0{margin-top:0px !important;}
	.mt-sp-5{margin-top:5px !important;}
	.mt-sp-10{margin-top:10px !important;}
	.mt-sp-15{margin-top:15px !important;}
	.mt-sp-20{margin-top:20px !important;}
	.mt-sp-25{margin-top:25px !important;}
	.mt-sp-30{margin-top:30px !important;}
	.mt-sp-35{margin-top:35px !important;}
	.mt-sp-40{margin-top:40px !important;}
	.mt-sp-45{margin-top:45px !important;}
	.mt-sp-50{margin-top:50px !important;}
	.mt-sp-55{margin-top:55px !important;}
	.mt-sp-60{margin-top:60px !important;}
	.mt-sp-65{margin-top:65px !important;}
	.mt-sp-70{margin-top:70px !important;}
	.mt-sp-75{margin-top:75px !important;}
	.mt-sp-80{margin-top:80px !important;}
	.mt-sp-85{margin-top:85px !important;}
	.mt-sp-90{margin-top:90px !important;}
	.mt-sp-95{margin-top:95px !important;}
	.mt-sp-100{margin-top:100px !important;}

	.mb-sp-0{margin-bottom:0px !important;}
	.mb-sp-5{margin-bottom:5px !important;}
	.mb-sp-10{margin-bottom:10px !important;}
	.mb-sp-15{margin-bottom:15px !important;}
	.mb-sp-20{margin-bottom:20px !important;}
	.mb-sp-25{margin-bottom:25px !important;}
	.mb-sp-30{margin-bottom:30px !important;}
	.mb-sp-35{margin-bottom:35px !important;}
	.mb-sp-40{margin-bottom:40px !important;}
	.mb-sp-45{margin-bottom:45px !important;}
	.mb-sp-50{margin-bottom:50px !important;}
	.mb-sp-55{margin-bottom:55px !important;}
	.mb-sp-60{margin-bottom:60px !important;}
	.mb-sp-65{margin-bottom:65px !important;}
	.mb-sp-70{margin-bottom:70px !important;}
	.mb-sp-75{margin-bottom:75px !important;}
	.mb-sp-80{margin-bottom:80px !important;}
	.mb-sp-85{margin-bottom:85px !important;}
	.mb-sp-90{margin-bottom:90px !important;}
	.mb-sp-95{margin-bottom:95px !important;}
	.mb-sp-100{margin-bottom:100px !important;}


	/* width ---------------------------------------*/

	.wid-sp-100per{width:100% !important;}
	.wid-sp-50per{width:50% !important;}

	.wid-sp-400{width:400px !important;}
	.wid-sp-500{width:500px !important;}
	.wid-sp-600{width:600px !important;}
	.wid-sp-700{width:700px !important;}
	.wid-sp-800{width:800px !important;}
	.wid-sp-900{width:900px !important;}

	/* title ---------------------------------------*/

	h1 {
		font-size: 28px;
	}

	h2 {
		font-size: 24px;
	}

	h3 {
		font-size: 22px;
	}

	h4 {
		font-size: 20px;
	}

	h5 {
		font-size: 18px;
	}

	h6 {
		font-size: 18px;
	}

	.lowerkv-title{top: 48%;}

	.title-page.s-size{
		font-size: 18px;
		line-height: 1.5;
		letter-spacing: 0;
	}
	.title-page-sub {
		font-size: 16px;
	}
	.title-page-sub-title {
		padding-top: 10px;
		width:60%;
		margin: 7px auto 0;
		font-size: 12px;
	}

	.title-page {
		font-size: 20px;
		line-height: 1.8;
		letter-spacing: 1px;
	}

	.title-page span{
		font-size: 27px;
	}

	.title-section{
		font-size: 28px;
		padding: 32px 0 15px;
	}
	.title-section small{
		font-size:13px;
		padding-left: 3px
	}

	.title-section-lower {
		font-size: 24px;
		padding: 32px 0 23px;
	}

	.title-section-lower small {
		font-size: 14px;
	}

	.title-section::after{width: 100px;}

	.title-block {
		font-size: 21px;
		padding-bottom: 10px;
		margin-bottom: 25px;
	}
	.title-block.small-title-block{
		font-size: 17px;
	}

	.title-paragraph {
		font-size: 18px;
		line-height: 1.5;
		padding: 30px 0px 25px 30px;
		min-height: 80px;
		margin-bottom: 20px;
	}

	.title-small{font-size: 16px;}

	.title-article-small {
		font-size: 16px;
		padding-bottom: 15px;
		margin-bottom: 20px;
		line-height: 1.5em;
		font-weight: 500;
	}
	.title-article-small::before{
		display: block;
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		transform: translate(0,-50%);
		background: #333;
		width: 120px;
		height: 3px;
	}


	/* text ---------------------------------------*/

	.text-lead{font-size:15px;}
	.text-sp-center{text-align:center;}
	.text-sp-right{text-align:right;}
	.text-sp-left{text-align:left;}

	.text-m {font-size: 13px;}


	/* pankuzu ---------------------------------------*/

	.wrap_pankuzu {
		display: none;
	}


	/* list ---------------------------------------*/

	.list li{
		padding-left: 15px;
	}

	/* btn ---------------------------------------*/

	.btn{
		display: inline-block;
		min-width: 180px;
		margin: 0 0px;
		padding: 19px 60px;
		font-size:15px;
		line-height: 1.5;
		border-radius: 50px;
		letter-spacing:0.1em;
		transition: all .75s ease;
	}

	.btn-sp-2line{
		padding: 12px 60px;
		line-height: 1.7
	}

	.btn-sp-full {
		min-width: 90%;
	}

	.btn::after{
		width:6px;
		height:6px;
	}

	.btn[target="_blank"]::after{
		display: block;
		content:'';
		background:url('/shared/site_tomoni/images/common/icon_blank.png') no-repeat left top;
		background-size:100%;
		width: 15px;
		height: 15px;
		border: none;
		position:absolute;
		right: 15px;
		top: 50%;
		transform: translate(0,-50%);
	}

	.btn:hover{
		opacity: 0.7;
	}

	/* table ---------------------------------------*/

	.table-wrapper{margin-bottom: 55px;}

	.table-horizontal,
	.table-horizontal tbody,
	.table-horizontal tr,
	.table-horizontal th,
	.table-horizontal td{
		display: block;
		width:100%;
	}


	.table-horizontal th,
	.table-horizontal td{
		font-size:16px;
		border:none;
	}

	.table-horizontal th{padding: 18px 20px 18px 20px;}
	.table-horizontal td{padding: 25px 20px 25px 20px;}

	.table-sp-scroll{
		overflow: auto;
		width: calc(100% + 30px);
		margin: 0 -15px;
		padding-left: 15px;
	}

	.table-sp-scroll table{min-width:450px;}


	/* modal ---------------------------------------*/

	.modal-wrapper{display: none;}

	.modal{padding: 60px 10px 20px;}

	.modal-inner-close{
		width: 320px;
		max-width: 100%;
		margin:  30px auto;
	}


	/* form ---------------------------------------*/





	/* common ---------------------------------------*/

	.lowerkv-image_cnt .detail_img img {
		height: 130px;
	}

	.wrap_lowerkv-wrapper {
		padding-top: 70px;
	}

	.lowerkv {
		height: 130px;
	}

	.conferencekv {
		background: url(/shared/site_tomoni/images/common/bg_kv_conference_sp.jpg) no-repeat center center;
		/*background: url(/shared/site_tomoni/images/common/bg_kv_lowerpage_summer_sp.jpg) no-repeat center center;*/
		/*background: url(/shared/site_tomoni/images/common/bg_kv_lowerpage_autumn_sp.jpg) no-repeat center center;*/
		/*background: url(/shared/site_tomoni/images/common/bg_kv_lowerpage_winter_sp.jpg) no-repeat center center;*/
		/*background: url(/shared/site_tomoni/images/common/spring/bg_kv_lowpage_sp.jpg) no-repeat center center;*/
		background-size: cover;
	}

	.memberkv {
		background: url(/shared/site_tomoni/images/common/bg_kv_member_sp.jpg) no-repeat center center;
		/*background: url(/shared/site_tomoni/images/common/bg_kv_lowerpage_summer_sp.jpg) no-repeat center center;*/
		/*background: url(/shared/site_tomoni/images/common/bg_kv_lowerpage_autumn_sp.jpg) no-repeat center center;*/
		/*background: url(/shared/site_tomoni/images/common/bg_kv_lowerpage_winter_sp.jpg) no-repeat center center;*/
		/*background: url(/shared/site_tomoni/images/common/spring/bg_kv_lowpage_sp.jpg) no-repeat center center;*/
		background-size: cover;
	}

	.hintkv {
		background: url(/shared/site_tomoni/images/common/bg_kv_hint_sp.jpg) no-repeat center center;
		/*background: url(/shared/site_tomoni/images/common/bg_kv_lowerpage_summer_sp.jpg) no-repeat center center;*/
		/*background: url(/shared/site_tomoni/images/common/bg_kv_lowerpage_autumn_sp.jpg) no-repeat center center;*/
		/*background: url(/shared/site_tomoni/images/common/bg_kv_lowerpage_winter_sp.jpg) no-repeat center center;*/
		/*background: url(/shared/site_tomoni/images/common/spring/bg_kv_lowpage_sp.jpg) no-repeat center center;*/
		background-size: cover;
	}

	.sdgskv {
		background: url(/shared/site_tomoni/images/common/bg_kv_sdgs_sp.jpg) no-repeat center center;
		/*background: url(/shared/site_tomoni/images/common/bg_kv_lowerpage_summer_sp.jpg) no-repeat center center;*/
		/*background: url(/shared/site_tomoni/images/common/bg_kv_lowerpage_autumn_sp.jpg) no-repeat center center;*/
		/*background: url(/shared/site_tomoni/images/common/bg_kv_lowerpage_winter_sp.jpg) no-repeat center center;*/
		/*background: url(/shared/site_tomoni/images/common/spring/bg_kv_lowpage_sp.jpg) no-repeat center center;*/
		background-size: cover;
	}

	.datakv {
		background: url(/shared/site_tomoni/images/common/bg_kv_data_sp.jpg) no-repeat center center;
		/*background: url(/shared/site_tomoni/images/common/bg_kv_lowerpage_summer_sp.jpg) no-repeat center center;*/
		/*background: url(/shared/site_tomoni/images/common/bg_kv_lowerpage_autumn_sp.jpg) no-repeat center center;*/
		/*background: url(/shared/site_tomoni/images/common/bg_kv_lowerpage_winter_sp.jpg) no-repeat center center;*/
		/*background: url(/shared/site_tomoni/images/common/spring/bg_kv_lowpage_sp.jpg) no-repeat center center;*/
		background-size: cover;
	}

	.messagekv {
		background: url(/shared/site_tomoni/images/common/bg_kv_about_sp.jpg) no-repeat center center;
		/*background: url(/shared/site_tomoni/images/common/bg_kv_lowerpage_summer_sp.jpg) no-repeat center center;*/
		/*background: url(/shared/site_tomoni/images/common/bg_kv_lowerpage_autumn_sp.jpg) no-repeat center center;*/
		/*background: url(/shared/site_tomoni/images/common/bg_kv_lowerpage_winter_sp.jpg) no-repeat center center;*/
		/*background: url(/shared/site_tomoni/images/common/spring/bg_kv_lowpage_sp.jpg) no-repeat center center;*/
		background-size: cover;
	}

	.aboutkv {
		background: url(/shared/site_tomoni/images/common/bg_kv_about_sp.jpg) no-repeat center center;
		/*background: url(/shared/site_tomoni/images/common/bg_kv_lowerpage_summer_sp.jpg) no-repeat center center;*/
		/*background: url(/shared/site_tomoni/images/common/bg_kv_lowerpage_autumn_sp.jpg) no-repeat center center;*/
		/*background: url(/shared/site_tomoni/images/common/bg_kv_lowerpage_winter_sp.jpg) no-repeat center center;*/
		/*background: url(/shared/site_tomoni/images/common/spring/bg_kv_lowpage_sp.jpg) no-repeat center center;*/
		background-size: cover;
	}

	.lead {
		margin-bottom: 35px;
	}

	.lead-text {
		font-size: 15px;
		line-height: 2.1;
	}

	.lead-text + .lead-text {
		margin-top: 25px;
	}

	.lowerbnr {
		margin-bottom: 65px;
		padding: 60px 20px;
	}

	.lowerbnr .bnr-list li:last-of-type {
		margin-bottom: 0;
	}

	.lowerinfo-wraper {
		margin-bottom: 90px;
	}

	.lowerinfo {
		padding: 50px 0px 25px;
		position: relative;
	}

	.lowerinfo-title {
		letter-spacing: 0.04em;
		display: inline-block;
		font-size: 11px !important;
		padding: 5px 10px 10px !important;
		margin: 0 !important;
		border-radius: 0 0 5px 5px;
	}

	.lowerinfo-title-sp-small {
		font-size: 16px;
		margin-bottom: 8px;
	}

	.lowerinfo-numberlist-wrapper {padding-left: 20px;}

	.lowerinfo-numberlist-item {
		padding-left: 0.1em;
		line-height: 2.2;
	}

	.lowerinfo-numberlist-item a {display: inline-block;}

	.lowerinfo-image {
		width: 100%;
	}

	.lowerinfo-sdgslist {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}

	.lowerinfo-sdgslist-item {
		width: 18%;
		margin-bottom: 5px;
	}

	.lowerinfo-sdgslist-item:not(:nth-of-type(11n-10)) {
		margin-left: 0;
	}

	.lowerinfo-sdgslist-item:not(:nth-of-type(5n-4)) {
		margin-left: 2.5%;
	}

	.lowerinfo-row {
		display: block;
	}

	.lowerinfo-col {
		width: 100%;
	}

	.lowerinfo-col:last-of-type .lowerinfo-text {margin-bottom: 0;}

	.lowerinfo-text {
		font-size: 14px;
		line-height: 2;
		letter-spacing: 0.08em;
		margin-bottom: 15px;
	}

	.lowerinfo-pointlist-item {
		padding-left: 0;
		margin-bottom: 2px;
	}

	.lowerinfo-pointlist-item:last-of-type {margin-bottom: 0;}

	.lowerinfo-pointlist-icon {
		position: static;
		top: auto;
		left: auto;
		display: inline-block;
		transform: translate(0, 0);
		padding: 1px 15px 2px;
		margin-bottom: 4px;
	}

	.lowerinfo-pointlist-question {
		line-height: 2.1;
	}

	.lowerinfo-profile-row {
		display: block;
	}

	.lowerinfo-profile-col {
		display: block;
	}

	.col2 .lowerinfo-profile-col {
		display: block;
		width: 100%;
	}

	.lowerinfo-profile-col + .lowerinfo-profile-col {
		margin-top: 20px;
		padding-top: 20px;
		border-top: 1px solid #DDD;
	}

	.lowerinfo-profile-image {
		width: 100%;
		text-align: center;
		max-width: 100%;
		margin: 0 auto 20px;
	}

	.col2 .lowerinfo-profile-image {
		width: 100%;
	}

	.lowerinfo-profile-detail {
		width: 100%;
	}

	.col2 .lowerinfo-profile-detail {
		width: 100%;
	}

	.lowerinfo-profile-title {
		font-size: 16px !important;
		margin-bottom: 10px !important;
	}

	.lowerinfo-profile-text {
		font-size: 12px;
		letter-spacing: 0.06em;
		line-height: 2;
		font-family: 'Noto Sans JP', sans-serif;
	}

	.lowerinfo-profile-text a{word-break: break-all;}

	/* memberprofile ---------------------------------------*/

	.memberprofile-row {
		display: block;
		margin-bottom: 55px;
	}

	.memberprofile-imagearea {
		width: 100%;
		margin-bottom: 25px;
	}

	.memberprofile-detail {
		width: 100%;
	}

	.memberprofile-header {
		padding-bottom: 22px;
		margin-bottom: 25px;
	}

	.memberprofile-title {
		font-size: 20px;
		margin-bottom: 3px;
	}

	.memberprofile-title-sub {
		font-size: 12px;
		margin-bottom: 18px;
	}

	.memberprofile-position {line-height: 1.75;}

	.memberprofile-text {
		font-size: 16px;
		margin-bottom: 30px;
	}

	.memberprofile-text-profile {margin-bottom: 50px;}

	.memberprofile-body-title {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.memberprofile-body-image {margin-bottom: 25px;}


	/* lowermember ---------------------------------------*/

	.lowermember{
		padding: 20px 20px;
		margin-bottom: 40px;
	}

	.lowermember-list{
		margin-bottom: 45px;
	}

	.lowermember-list > li{
		width: 48%;
		margin-bottom: 16px;
	}

	.lowermember-item-image{
		margin-bottom: 7px;
		text-align: center;
	}

	.lowermember-item-name{
		text-align:center;
		font-size:14px;
		line-height: 2
	}


	/* lowersdgs ---------------------------------------*/

	.lowersdgs {
		margin-bottom: 40px;
	}


	/* lowernews ---------------------------------------*/

	.lowernews-wrapper {
		margin-bottom: 40px;
	}

	.lowernews {
		display: block;
	}

	.lowernews-image {
		width: 100%;
		margin-bottom: 25px;
	}

	.lowernews-detail {
		width: 100%;
	}

	.lowernews-title {
		font-size: 20px;
		line-height: 1.5;
		margin-bottom: 17px;
	}

	.lowernews-text {
		font-size: 16px;
	}


	/* lower2col ---------------------------------------*/

	.lower2col-wrapper {
		margin-bottom: 40px;
	}

	.lower2col {
		display: block;
	}

	.lower2col-image {
		width: 100%;
		margin-bottom: 25px;
	}

	.lower2col-detail {
		width: 100%;
	}

	.lower2col-title {
		font-size: 20px;
		line-height: 1.5;
		margin-bottom: 17px;
	}

	.lower2col-text {
		font-size: 13px;
	}

	.lower2col .col {
		max-width: 100%;
		margin-bottom: 40px;
	}


	/* pickuppoint ---------------------------------------*/

	.pickuppoint-wrapper {
		margin-bottom: 100px;
	}

	.pickuppoint {
		display: block;
		padding: 25px 20px 20px;
	}

	.pickuppoint-icon {
		width: 80px;
		height: 80px;
		line-height: 80px;
		border-radius: 40px;
		margin: 0 auto 12px;
	}

	.pickuppoint-text {
		width: 100%;
		line-height: 2;
		letter-spacing: 0.07em;
		font-size: 14px;
	}


	/* separateblock ---------------------------------------*/

	.separateblock {
		display: block;
	}

	.separeteblock-item {
		padding: 38px 20px 33px;
		width: 100%;
	}

	.separeteblock-item + .separeteblock-item {
		margin-top: 20px;
	}

	.separeteblock-title {
		max-width: auto;
		width: 100%;
		margin: 0 auto 25px;
		font-size: 20px;
		padding: 10px 15px;
		border-radius: 28px;
	}

	.separeteblock-text {
		font-size: 16px;
		line-height: 2;
	}


	/* lowerarticle ---------------------------------------*/

	.lowerarticle {margin-bottom: 35px;}
	.lowerarticle-list-item a {display: block;}

	.lowerarticle-list-image {
		width: 100%;
		margin-bottom: 25px;
	}

	.lowerarticle-list-detail {width: 100%;}
	.lowerarticle-list-sholder {margin-bottom: 12px;}

	.lowerarticle-list-date {
		font-size: 14px;
		letter-spacing: 0.02em;
	}

	.lowerarticle-list-category {padding: 2px 14px;}

	.lowerarticle-list-title {
		font-size: 20px;
		margin-bottom: 15px;
	}

	.lowerarticle-list-text {font-size: 14px;}


	/* lowertopics ---------------------------------------*/

	.lowertopics-list{display: block;}

	.lowertopics-list li{
		width: 100%;
		border-radius: 4px;
		box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12);
		margin-bottom: 40px;
	}

	.lowertopics-list-image{
		width: 100%;
		height: 55.5vw;
		border-radius:4px 4px 0 0;
	}

	.lowertopics-list-image.lowertopics-list-image-high {
		height: 90vw;
	}

	.lowertopics-list-image.lowertopics-list-image-short {
		height: 48vw;
	}

	.lowertopics-list-detail{
		padding: 24px 20px 25px;
	}

	.topics-list-articletitle{
		font-weight:500;
	}

	.lowertopics-list-title {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.lowertopics-list-name {
		font-size: 20px;
		margin-bottom: 6px;
	}

	.lowertopics-list-name-sub {
		font-size: 12px;
		margin-bottom: 16px;
	}

	.lowertopics-list-position {
		line-height: 1.7;
	}

	.lowertopics-list-text {
		line-height: 2;
		font-size: 13px;
	}


	/* loweryoutube ---------------------------------------*/

	.loweryoutube {margin-bottom: 40px;}

	.loweryoutube iframe {
		max-width: 100%;
		height: 50vw;
	}

	.loweryoutube-title {
		font-size: 20px;
		font-weight: bold;
		text-align: center;
		margin-bottom: 20px;
		color: #333;
	}

	/* lowerProfile ---------------------------------------*/

	.lowerinfo .text{font-size: 12px;}


	.laws_tomoniikiru_iframe{
		width: 100%;
	}

	.future-index-list .indexhint-list-image{min-height: auto;}

	.flex-box{display: block;}
	.flex-box-left{
		width: 100%;
	}
	.flex-box a{
		color: #037bd3;
		word-wrap: break-word;
	}
	.flex-box-right{
		width: 100%;
	}

	.info-txt-link p {
		text-align: left;
		font-size: 15px;
		font-weight: bold;
		padding: 0 0 0 10px;
		margin: 0 0 15px;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		min-height: 30px;
		color: #037bd3;
		text-decoration: underline;
		border-left: 3px solid #037bd3;
	}

	.common-f-large{
		font-size: 22px;
	}

}




/* iphone5 iphoneSE用 */
@media screen and (max-width: 370px){

}

@media screen and (min-width: 1441px){
}

@media screen and (max-width: 1400px){
	.lowerarticle::before {
		content: none;
		display: none;
	}
	.lowerarticle::after {
		content: none;
		display: none;
	}

}

/* ==================================================
add style for CMS
================================================== */

/* no_javascript
================================================== */
.no_javascript header {
	height:auto;
	position:relative;
	left:auto;
	top:0;
}
.no_javascript .header-inner {
	height:160px;
}
.no_javascript .gnav {
	position:relative;
	left:auto;
	bottom:auto;
	clear:both;
}
.no_javascript .wrap_lowerkv-wrapper,
.no_javascript .indexkv-wrapper {
	padding-top:0;
}
.no_javascript .animation {
	opacity:1;
}
.no_javascript .swiper-my-pagination,
.no_javascript .swiper-button-prev,
.no_javascript .swiper-button-next {
	display:none !important;
}
.no_javascript .swiper-wrapper {
	display:block !important;
	height:540px;
	overflow-x:hidden;
	overflow-y:auto;
}
.no_javascript .swiper-slide {
	width:auto !important;
	margin:0 0 10px;
}


/* text */

.txt_red {
	color: #bf1111;
	/* Setting by CMS sheets */
}

.txt_green {
	color: #17721e;
	/* Setting by CMS sheets */
}

.txt_orange {
	color: #C54914;
	/* Setting by CMS sheets */
}

.txt_big {
	font-size: 112.5%;
	/* Setting by CMS sheets */
}

.txt_small {
	font-size: 86%;
	/* Setting by CMS sheets */
}


/* bgcolor */

td.bg_red,
th.bg_red {
	color: inherit;
	background-color: #FCECEC;
	/* Setting by CMS sheets */
}

td.bg_yellow,
th.bg_yellow {
	color: inherit;
	background-color: #FBFBDF;
	/* Setting by CMS sheets */
}

td.bg_blue,
th.bg_blue {
	color: inherit;
	background-color: #EBF9FC;
	/* Setting by CMS sheets */
}

td.bg_gray,
th.bg_gray {
	color: inherit;
	background-color: #E9E9E9;
	/* Setting by CMS sheets */
}

td.bg_green,
th.bg_green {
	color: inherit;
	background-color: #EDFBEE;
	/* Setting by CMS sheets */
}

td.bg_purple,
th.bg_purple {
	color: inherit;
	background-color: #EDE9FA;
	/* Setting by CMS sheets */
}


