@charset "utf-8";
/* CSS Document */
@import url(//fonts.googleapis.com/css?family=Ubuntu:400,500);


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/*background-image: url(img/bg.jpg);
	background-repeat: repeat-x;*/
	-webkit-print-color-adjust: exact;
	/*font-family: Ubuntu, Arial, Meiryo, sans-serif;*/
	font-family: 'Noto Sans JP', sans-serif;
}
header{
	width: 100%;
    height: 110px;
    position: relative;
    z-index: 100;
    box-shadow: 0 12px 23px -9px rgb(25 25 25 / 58%); 
    /* background-color: #ffffff38;*/
    position: fixed;
		/*top: 0;*/
}
header.Index{
	position:relative;
	width:100%;
}
.headerInner{
	width:100%;
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
	height:83px;
}
.header{
	display:block;
	margin:auto;
	text-align: center;
	max-width: 400px;
}
.header h1.logo{
	font-size: 17px;
	font-family: 'Noto Sans JP', sans-serif;
	margin-top:5px;
}
.header h1.logo a{
	text-decoration: none;
    color: #333;
    text-shadow: 0 2px 3px #ddd;
}
.header h1.logo img{
	display:block;
	margin-left: auto;
	margin-right: auto;
	width:120px;
	height:auto;
}

.boxx {
    margin: auto;
    display: block;
    width: 100%;
}
.boxx .inner{
	margin: auto;
    width: 100%;
    max-width: 1200px;
    text-align: right;
		padding-top: 40px;
}
.boxx .inner .innerBox{
	width:290px;
	float:right
}
.boxx .inner p.apply {
    display: inline-block;
    border: 3px solid #ffffff85;
    border-radius: 9px;
    background-color: #ffffff85;
    box-shadow: 0 5px 8px 0px rgb(25 25 25 / 51%);
		margin-bottom: 15px;
}

.boxx.sub .inner{
	padding-top: 20px;
}
.boxx.sub .inner p.apply{
	width:200px;
}
.boxx.sub .inner p.apply img{
	width:100%;
	height:auto
}


/***************************************************************************************************TOPメイン*/
.navBar{
width: 100%;
    margin-top: -45px;
    position: relative;
    z-index: 10;
		font-family: "Kosugi Maru", sans-serif;
}
.navBar .navInner{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1200px;
    text-align: center;
    background-color: #FF9800;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border: 1px solid #fff;
    border-bottom: none;
}
.navInner ul{
	display: inline-block;
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
		height: 45px;
		line-height: 38px;
}
.navInner ul li{
	display: inline-block;
    width: 13%;
		margin-top: 3px;
		border-right:1px solid #ffffff78;
		padding-right:0.6%;
		
}
.navInner ul li.last{
	border-right:none;
}
.navInner ul li a{
	text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 1px 2px #2f1403;
    display: block;
}
.navInner ul li a:hover{
	background-color:#ffffff4a;
}



.mainContent{
width: 100%;
    margin-top: 0;
    position: relative;
    z-index: 10;
		/*font-family: 'Noto Sans JP', sans-serif;*/
}
.mainContent .contInner{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1200px;
    text-align: center;
    background-color: #fff;
    /*min-height: 500px;*/
		/*box-shadow: 0 -27px 23px 0px rgba(25, 25, 25, 0.15);*/
		padding-top: 35px;
}

/********************************左サイド*/
.mainContent .blocL{
	width:290px;
	float:left;
	margin-right:20px;
}

.mainContent .blocL .magaz h3.magazTitle{
 background-color: #c40b27;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    font-family: "Kosugi Maru", sans-serif;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    height: 40px;
    line-height: 38px;
    background-image: url(../img/icnBook.png);
    background-position: left 6px center;
    background-repeat: no-repeat;
    background-size: 25px;
}
.mainContent .blocL .magaz .magazCont{
    min-height: 250px;
    background-color: #c40b2724;
		padding: 5%;
		border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.mainContent .blocL .magaz .magazCont a{
	text-decoration:none;
	font-weight:bold;
	font-size: 19px;
	color: #c40b27;
}
.mainContent .blocL .magaz .magazCont img{
	width:100%;
	height:auto;
	margin-bottom:4px;
    border: 2px solid #c40b27;
    border-radius: 6px;
		box-shadow: 0 5px 8px 0px rgba(25, 25, 25, 0.15);
}
.mainContent .blocL .magaz .magazCont .new {
    display: inline-block;
    padding: 2px;
    padding-left: 6px;
    padding-right: 6px;
    background-color: #c40b27;
    font-size: 13px;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    margin-right: 8px;
}
.mainContent .blocL .magaz .magazCont p.old{
        width: 86%;
    line-height: 36px;
    height: 36px;
    background-color: #fff;
    border: 2px solid #de7752b3;
    border-radius: 6px;
    margin-top: 12px;
    font-size: 15px;
    font-weight: bold;
    background-image: url(../img/icnPdf.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: left 6px center;
    box-shadow: 0 5px 8px 0px rgba(25, 25, 25, 0.15);
    text-align: left;
    padding-left: 14%;
}
.mainContent .blocL .magaz .magazCont p.old a{
	text-decoration:none;
	font-weight:bold;
	font-size: 15px;
	color: #333;
}
.mainContent .blocL .magaz .magazCont p.old a:hover{
	text-decoration:underline;
	color:#C00
}


/********************************中央サイド*/
.mainContent .blocM{
	width:580px;
	float:left;
	margin-right:20px;
}

.mainContent .blocM .newsBox h2.news{
	    font-size: 20px;
    font-weight: bold;
    font-family: "Kosugi Maru", sans-serif;
    text-align: left;
    padding-left: 30px;
    background-image: url(../img/icnNews.png);
    background-position: left 2px top -2px;
    background-repeat: no-repeat;
    background-size: 24px;
    margin-bottom: 11px;
    padding-bottom: 13px;
    border-bottom: 2px solid #ff9800;

}

.mainContent .blocM .newsBox{
	margin-bottom:63px;
	padding-top:6px;
}
.mainContent .blocM .newsBox dl.nList {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
		font-family: Ubuntu, Arial, Meiryo, sans-serif;
}
.mainContent .blocM .newsBox dl.nList dt {
		margin-bottom: 0px;
    float: left;
    width: 160px;
    padding: 3px;
    font-size: 14px;
    color: #333;
    line-height: 18px;
    text-align: left;
    font-weight: normal;
    color: #666;
}
.mainContent .blocM .newsBox dl.nList dd {
	float: left;
    font-size: 14px;
    padding: 3px;
    line-height: 21px;
    text-align: left;
    width: 580px;
}
.mainContent .blocM .newsBox hr {
	border: none;
    border-bottom: 1px dotted #ccc;
    width: 100%;
    margin-top: 4px;
    margin-bottom: 18px;
    display: inline-block;
}
.mainContent .blocM .newsBox a{
	color: #C00;
	text-decoration:none;
	display:block;
	font-weight:bold
}
.mainContent .blocM .newsBox a:hover{
	text-decoration:underline;
}
.mainContent .blocM .newsBox strong.title {
    font-size: 16px;
    display: inline-block;
    margin-bottom: 5px;
    font-family: 'Noto Sans JP', sans-serif;
    border-left: 3px solid #FF9800;
    padding-left: 7px;
    padding-bottom: 3px;
}
.mainContent .blocM .newsBox a.pdf {
    background-size: 25px;
    font-size: 12px;
    margin-top: 4px;
}

/********************************左サイド*/
.mainContent .blocR{
	width:290px;
	float:left;
}

.mainContent .guide h3.guideTitle{
 background-color: #ff9900;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    font-family: "Kosugi Maru", sans-serif;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    height: 40px;
    line-height: 38px;
    background-image: url(../img/icnGuide.png);
    background-position: left 6px center;
    background-repeat: no-repeat;
    background-size: 25px;
}
.mainContent .guide .guideCont{
    min-height: 250px;
    background-color: #ff990033;
		padding: 5%;
		border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.mainContent .guide .guideCont a{
	text-decoration:none;
	font-weight:bold
}
.mainContent .guide .guideCont img{
	width:100%;
	height:auto;
	margin-bottom:12px;
	box-shadow: 0 5px 8px 0px rgba(25, 25, 25, 0.15);
}
.mainContent .guide .guideCont .new {
    display: inline-block;
    padding: 2px;
    padding-left: 6px;
    padding-right: 6px;
    background-color: #ff9900;
    font-size: 13px;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    margin-right: 8px;
}





/********************************ガイドボタン*/
.mainContent.gd{
	background-color: #fcf1f2;
}
.mainContent.gd .contInner{
	background-color:transparent;
	min-height:329px;
}

.ttlBox {
        position: relative;
    width: 100%;
    height: 1px;
    color: rgba(80, 80, 80, .35);
    /* margin: -55px 0 69px; */
    top: -62px;
		margin-bottom:15px;
}
.ttlBox:after, .ttlBox:before {
    content: '';
    position: absolute;
    top: 27px;
    width: 48%;
    height: 1px;
    background-color: rgba(105,106,107,.54);
    z-index: 1;
}
.ttlBox:before {
    left: 0;
		background: -webkit-gradient(linear,left top,right bottom,from(#fff),to(#c40b27));
    background: -moz-linear-gradient(left,#fff,#c40b27);
    background: linear-gradient(left,#fff,#c40b27);
}
.ttlBox:after {
    right: 0;
		background-color: rgba(105,106,107,.69);
    background: -webkit-gradient(linear,left top,right bottom,from(#c40b27),to(#fff));
    background: -moz-linear-gradient(left,#c40b27,#fff);
    background: linear-gradient(left,#c40b27,#fff);
}
.ttlBox .m {
color: #fff;
    text-align: center;
    font-weight: 500;
    font-size: 17px;
    line-height: 36px;
    padding: 3px;
    /* margin-top: -13px; */
    padding-bottom: 4px;
    border-radius: 2rem;
    -webkit-transition: opacity 250ms ease-out 0s;
    -moz-transition: opacity 250ms ease-out 0s;
    transition: opacity 250ms ease-out 0s;
    /* border: 1px solid rgba(105, 106, 107, .54); */
    position: relative;
    z-index: 2;
    background-color: #c40b27;
		background: linear-gradient(139deg, #d4007a 0%, #c40b27 100%);
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 35%;
    font-family: 'Noto Sans JP', sans-serif;
		border: 5px double #fff;
}

ul.category{
	margin:auto;
}
ul.category li{
	float: left;
    width: 22%;
    margin: 1%;
    height: 130px;
    font-family: "Kosugi Maru", sans-serif;
    /*border: 2px solid #eee;*/
		border-radius: 8px;
		box-shadow: 0 15px 23px 0px rgba(25, 25, 25, 0.15);
}
ul.category li a{
	text-decoration:none;
	display:block
}
ul.category li .txt{
	height: 50px;
    line-height: 50px;
    background-color: #ccc;
    font-size: 20px;
    font-weight: bold;
		border-bottom-left-radius: 8px;
		border-bottom-right-radius: 8px;
		background-image: url(../img/markYa.png);
    background-position: right 10px center;
    background-repeat: no-repeat;
}

ul.category li .img{
	height:80px;
	background-repeat: no-repeat;
	background-size: 80px;
	background-color: #ffffff8a;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
ul.category li a:hover .txt{
	background-image: url(../img/markYa2.png);
}
ul.category li a:hover .img{
	background-color: #fff;
}

ul.category li.sports .img{ background-image:url(../img/icn1.png); background-position: center top 3px;}
ul.category li.sports .txt{ background-color: #11b0a8; color:#FFF; border-bottom: 3px solid #0f7f7a; }

ul.category li.leisure .img{ background-image:url(../img/icn2.png); background-position: center top 3px;}
ul.category li.leisure .txt{ background-color: #4a9863; color:#FFF; border-bottom: 3px solid #2d7243; }

ul.category li.culture .img{ background-image:url(../img/icn3.png); background-position: center top 3px;}
ul.category li.culture .txt{ background-color: #7882ad; color:#FFF; border-bottom: 3px solid #454f79; }

ul.category li.healthcheck .img{ background-image:url(../img/icn4.png); background-position: center top 3px;}
ul.category li.healthcheck .txt{ background-color: #44a6d6; color:#FFF; border-bottom: 3px solid #29789f; }

ul.category li.health .img{ background-image:url(../img/icn5.png); background-position: center top 3px;}
ul.category li.health .txt{ background-color: #71b058; color:#FFF; border-bottom: 3px solid #4b7d37; }

ul.category li.watching .img{ background-image:url(../img/icn6.png); background-position: center top 3px;}
ul.category li.watching .txt{ background-color: #f39800; color:#FFF; border-bottom: 3px solid #ac6e07; }

ul.category li.travel .img{ background-image:url(../img/icn7.png); background-position: center top 3px;}
ul.category li.travel .txt{ background-color: #56598b; color:#FFF; border-bottom: 3px solid #393c65; }

ul.category li.life .img{ background-image:url(../img/icn8.png); background-position: center top 3px;}
ul.category li.life .txt{ background-color: #c28854; color:#FFF; border-bottom: 3px solid #865b34; }


.catBox {
	position: relative;
    width: 100%;
    height: 1px;
    color: rgba(80, 80, 80, .35);
		margin-bottom:25px;
		margin-top: 25px;
}
.catBox:after, .catBox:before {
    content: '';
    position: absolute;
    top: 27px;
    width: 48%;
    height: 1px;
    background-color: rgba(105,106,107,.54);
    z-index: 1;
}
.catBox:before {
    left: 0;
		background: -webkit-gradient(linear,left top,right bottom,from(#fff),to(#a2a09f));
    background: -moz-linear-gradient(left,#fff,#a2a09f);
    background: linear-gradient(left,#fff,#a2a09f);
}
.catBox:after {
    right: 0;
		background-color: rgba(105,106,107,.69);
    background: -webkit-gradient(linear,left top,right bottom,from(#a2a09f),to(#fff));
    background: -moz-linear-gradient(left,#a2a09f,#fff);
    background: linear-gradient(left,#a2a09f,#fff);
}
.catBox .m {
color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 23px;
    line-height: 33px;
    padding: 3px;
    /* margin-top: -13px; */
    padding-bottom: 6px;
    border-radius: 2rem;
    -webkit-transition: opacity 250ms ease-out 0s;
    -moz-transition: opacity 250ms ease-out 0s;
    transition: opacity 250ms ease-out 0s;
    /* border: 1px solid rgba(105, 106, 107, .54); */
    position: relative;
    z-index: 2;
    background-color: #c40b27;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 35%;
    font-family: 'Noto Sans JP', sans-serif;
		border: 5px double #fff;
}
.catBox .m.sports{background-color: #11b0a8;}
.catBox .m.leisure{background-color: #4a9863;}
.catBox .m.culture{background-color: #7882ad;}
.catBox .m.healthcheck{background-color: #44a6d6;}
.catBox .m.health{background-color: #71b058;}
.catBox .m.watching{background-color: #f39800;}
.catBox .m.travel{background-color: #56598b;}
.catBox .m.life{background-color: #c28854;}


/********************************中央サイド（2カラム）*/
.mainContent .blocM.big{
	width:900px;
	margin-right:0;
}

.ttlBox.sub {
    top: -0;
    margin-bottom: 70px;
}
ul.category.sub li {
    width: 11.5%;
    margin: 0.5%;
    height: 80px;
}
ul.category.sub li .img {
    height: 45px;
    background-size: 45px;
}
ul.category.sub li .txt {
    height: 31px;
    line-height: 32px;
    font-size: 15px;
    background-image: none;
    text-align: center;
    text-shadow: 0 1px 2px #2f1403;
}
ul.category.sub li a:hover .txt{
	background-image: none;
}


/************************************************************************************************コンテンツ*/

/*施設*/
.gBox {
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
    padding-bottom: 25px;
    border-bottom: 2px dotted #ddd;
}
.gBox.x {
	border-bottom: none;
}
.gBox .gBoxInner{
	clear: left;
}
.gBox .gBoxImg{
	width: 31%;
    /* display: inline-block; */
    margin-right: 3%;
    float: left;
}
.gBox .gBoxImg img{
	width: 97%;
    height: auto;
    padding: 1.5%;
    background-color: #fff;
    box-shadow: 0 5px 8px 0px rgba(25, 25, 25, 0.15);
    border-radius: 5px;
}
.gBox .gBoxTxt{
	width:65%;
	display: inline-block;
}
.gBox .gBoxTxt h3.name{
    font-size: 29px;
	margin-bottom: 8px;
}
.gBox .gBoxTxt h3.name a{
	text-decoration:none;
}
.gBox .gBoxTxt h3.name a:hover{
	text-decoration:underline;
}
.gBox .gBoxTxt .disp{
	    font-family: Ubuntu, Arial, Meiryo, sans-serif;
    margin-top: 0;
    font-size: 15px;
    line-height: 170%;
    padding-top: 12px;
}
.gBox .gBoxTxt .dispSp {
        background-image: url(../img/icnSP.gif);
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: left 5px center;
    padding: 1%;
    padding-left: 12%;
    font-size: 14px;
    border: 1px solid #edc1c1;
    border-radius: 8px;
    margin-top: 10px;
    background-color: #fcf0efb3;
    min-height: 60px;
    font-family: Ubuntu, Arial, Meiryo, sans-serif;
    color: #ff0033;
    display: table;
    width: 87%;
}
.gBox .gBoxTxt .dispSp .dsipInner{
	display: table-cell;
    vertical-align: middle;
}
.gBox .gBoxTxt .dispSp strong{
	font-weight:normal
}
.gBox .gBoxTxt .bacis .tel {
    background-image: url(../img/icnTel.png);
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: left 2px center;
    padding: 0;
    padding-left: 31px;
    font-size: 17px;
    color: #333;
		float: left;
    margin-right: 30px;
}
.gBox .gBoxTxt .bacis .area {
    padding: 0;
    padding-left: 31px;
    font-size: 17px;
    color: #333;
}
.gBox .gBoxTxt .bacis .area span{
    font-size: 14px;
    background-color: #8BC34A;
    padding: 1px;
    padding-left: 10px;
    padding-right: 8px;
    margin-right: 5px;
    border-radius: 5px;
    color: #fff;
}


.gBox .gBoxTxt.x{
	width:99%;
}
.gBox .gBoxTxt.x .dispSp {
	background-size: 65px;
    background-position: left 10px center;
		padding-left: 10%;
    width: 89%;
}
.gBox .gBoxImg.x{
	width:99%;
}
.gBox .gBoxImg.x img {
    width: 98%;
    padding: 1%;
    margin-top: 12px;
    margin-bottom: 20px;
}
.gBox .gBoxTxt.x .disp{
    border-top: 4px double #eee;
		border-bottom: 4px double #eee;
}

.gBox ul.addr{
    width: 100%;
    margin: auto;
		margin-top: 15px;
}
.gBox ul.addr li{
	line-height: 30px;
    font-size: 15px;
    display: inline-block;
}
.gBox ul.addr li.n{
	width: 18%;
    background-color: #eee;
    text-align: center;
    padding-bottom: 3px;
    border-radius: 4px;
}
.gBox ul.addr li.x{
	width: 79%;
    font-family: Ubuntu, Arial, Meiryo, sans-serif;
    margin-left: 2%;
}
.gBox ul.addr hr{
	border:none;
	border-bottom:1px solid #eee;
	margin-top:5px;
	margin-bottom:10px;
}
.gBox ul.addr .map {
        background-image: url(../img/icnMap.png);
    background-size: 27px;
    background-repeat: no-repeat;
    background-position: left 5px center;
    float: right;
    padding-left: 38px;
}

.Sns{
	margin:auto;
}
.Sns .Share{
	margin: auto;
    text-align: right;
}
.Sns .Share li{
	display: inline-block;
    width: 4%;
    margin: 0.5%;
    margin-top: 0;
}
.Sns .Share li img{
	width:100%
}

/************************************************************************************************Pager*/
.Pager{
	margin-top: 5px;
    margin-bottom: 25px;
    font-family: Ubuntu, Arial, Meiryo, sans-serif;
    font-size: 15px;
    background-color: #eee;
    padding: 7px;
    border-radius: 5px;
    padding-left: 12px;
}
.Pager a{
	color:#3f51b5;
	font-weight: bold;
}


/************************************************************************************************About(Common)*/
h3.ttl{
	border-top: 1px solid #eee; 
    padding: 5px;
    padding-left: 12px;
    border-bottom: 5px solid #ff9800;
    margin-bottom: 12px;
    border-radius: 5px;
    /* background-color: #f5f5f5; */
    box-shadow: 0 0 6px rgb(200 200 200 / 37%);
    margin-top: 12px;
		margin-bottom:20px;
}

.tblType{
	width:100%;
	font-size:15px;
	box-shadow: 0 0 6px rgba(200, 200, 200, 0.75);
}
.tblType th{
	border: 1px solid #ccc;
    padding: 10px;
    background-color: rgb(255 152 0 / 11%);
    vertical-align: middle;
		font-weight:bold;
		/*box-shadow: 0px 0px 6px 0px #fff inset;*/
}
.tblType td{
	border: 1px solid #ccc;
    padding: 10px;
		vertical-align: middle;
		line-height: 150%;

}
.tbxType td{
	padding:5px
}
.mainContent .blocM a.pdf{
	text-decoration: none;
}
.mainContent .blocM a.pdf:hover{
	text-decoration: underline;
}
.mainContent .blocM a.pdf{
	background-image: url(../img/icnPdf2.png);
    background-repeat: no-repeat;
    background-size: 26px;
    background-position: left 0px center;
    padding-left: 30px;
}
.tbxType.Financial {
    border-bottom: 2px dotted rgb(221, 221, 221);
    margin-bottom: 12px;
}

/*ダウンロード*/
.downBox {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
    padding-bottom: 15px;
}
.downBox .downBoxInner{
	clear: left;
}
.downBox .downFile{
	background-image: url(../img/icnPdf2.png);
    background-repeat: no-repeat;
    background-size: 36px;
    background-position: left 0px top -3px;
    padding-left: 40px;
    line-height: 28px;
    font-size: 20px;
    padding-bottom: 8px;
    border-bottom: 2px dotted #ddd;
}
.downBox .downBtn{
	    background-image: url(../img/icnDown.png);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: left 6px center;
    float: right;
    background-color: #ff9800;
    color: #fff;
    padding: 5px;
    padding-left: 34px;
    padding-right: 12px;
    padding-bottom: 6px;
    text-align: center;
    border-radius: 8px;
    margin-top: 6px;
    border: 3px double;
		user-select: none;
}
.downBox .downBtn a{
	display:block;
	color:#FFF;
	font-weight:bold;
	text-decoration:none
}
.downBox .downBtn:hover{
	opacity:0.75
}

/*資料ページ*/
.applys{
	min-height:650px;
}
.applys .box{
	display: inline-block;
    margin: 0.5%;
    width: 48%;
    text-align: center;
    -webkit-box-shadow: 0 1px 16px rgb(100 100 100 / 25%);
    border: 2px solid #fff;
    border-radius: 6px;
}
.applys .box img{
	margin-bottom:12px;
	border-radius: 6px;
}
.applys .box .inner{
    border: 3px double #cbbcbc;
    border-radius: 6px;
    background: linear-gradient(169deg, #f9f6f8 40%, #fee3af 80%);
    min-height: 75px;
    padding-top: 20px;
}
.applys .box .inner.fuk{
	border: 3px double #f8bbd3;
    background: linear-gradient(169deg, #f9f6f8 40%, #f8bbd3 80%);
}
.applys .box a p.title{
	    font-size: 21px;
    font-weight: bold;
    color: #C00;
    text-decoration: none;
    /*font-family: Arial,Meiryo,sans-serif;*/
		line-height: 27px;
}
.applys .box a:hover p.title{
	color: #f00;
	text-decoration:underline
}
.applys .box p.min{
	font-size: 15px;
	text-decoration:none;
	color:#554a8b
}
.applys .box a{
	display:block;
	text-decoration:none
}

.applys .boxTxt{
	display: inline-block;
    margin: 0.5%;
    width: 48%;
    text-align: center;
    /* -webkit-box-shadow: 0 1px 16px rgb(100 100 100 / 25%); */
    border: 2px solid #ebdaa5;
    border-radius: 6px;
    float: right;
    background-color: #fbefde;
		margin-top:6px;
		background-image: url(../img/bnr1.gif);
    background-repeat: no-repeat;
    background-position: right 9px center;
		padding-top: 6px;
    padding-bottom: 6px;
}
.applys .boxTxt a{
	display:block;
	font-size: 14px;
    font-weight: bold;
    color: #554a8b;
	text-decoration:none
}
.applys .boxTxt a:hover  p.title{
		text-decoration:underline
}

.applys .boxTxtLnk{
	display: inline-block;
    margin: 0.5%;
    width: 47%;
    font-size: 12px;
    color: #F00;
    float: right;
    margin-top: 7px;
    margin-left: 1.4em;
    text-indent: -1.1em;
}
.applys .boxTxtLnk a{
    color: #F00;
}

p.btnBenefit{
    padding: 7px;
		padding-bottom:9px;
    border: 1px solid #FF5722;
    width: 320px;
    text-align: center;
    font-weight: bold;
    background-color: #FF9800;
    font-size: 18px;
    border-radius: 4px;
    margin: auto;
    margin-top: 10px;
}
p.btnBenefit a{ display:block; color:#FFF; text-decoration:none}
p.btnBenefit:hover{ opacity:0.85}

/************************************************************************************************フッター*/
.Footer{
	width: 100%;
	/*
	background: -moz-linear-gradient(top,#fff,#fcf1f2);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fcf1f2));
	*/
	background-color: #f8edee;
}
.Footer .FooterIn{
	width: 100%;
	max-width: 1200px;
	margin-left:auto;
	margin-right:auto;
}
.Footer .FooterInner{
	width: 100%;
    margin-top: 80px;
    min-height: 220px;
    text-align: center;
    padding-top: 12px;
}
.Footer p.Name{
    background-color: #fff;
}
.Footer .FooterInner ul{
	margin:12px;
	display:block;
}
.Footer .FooterInner ul li{
text-align: center;
    display: inline-block;
    color: #999;
    border-left: 1px solid rgba(238, 238, 238, 0.22);
    padding-left: 8px;
    padding-right: 8px;
    font-size: 15px;
}
.Footer .FooterInner ul li.last{
	border-right:1px solid rgba(238, 238, 238, 0.22);
}
.Footer .FooterInner ul li a{
	color:#de7752;
	text-decoration:none;
	display:block;
	height:20px;
	line-height:20px;
}
.Footer .FooterInner ul li a:hover{
	text-decoration:underline;
}
.Footer .FooterInner p{
	margin:15px;
}

.Footer .FooterInner .addr{
    margin: 10px;
    text-align: center;
    font-size: 14.5px;
    color: #333;
    padding: 0;
		line-height: 25px;
}
.Footer .FooterInner .copy{
font-size: 11px;
    color: #999;
    border-top: 1px solid rgba(204, 204, 204, 0.21);
    padding-top: 5px;
		padding-bottom:8px;
    margin: 0;
}

.gotoTop {
    position: fixed;
    bottom: 3%;
    right: 1%;
    z-index: 100;
}
.gotoTop p {
    width: 40px;
    height: 40px;
    background-image: url(../img/top.png);
    display: block;
}


/*Mobile*/
.mobileMenu{
	display:none;
}
.commonWrap ul.tabMenu.Company{
	display:none;
}