

/*bottomNavibtn layout */

.blockbtn,
.blockbtn2 {

	-webkit-box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.2);

	-moz-box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.2);

	box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.2);

	-ms-box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.2);

	background-color:#FFFFFF;

	margin-top: 4%;

	margin-right: 0;

	margin-bottom: 8%;

	margin-left: 0;


}

.blockbtn2 {
	padding-bottom: 1%;
}


.blockbtn h3,
.blockbtn2 h3  {

	width:100%;

	color: #FFF;

	background-image: url(../img/btntitleback.gif);

	background-repeat: repeat;

	padding-top: 10px;

	padding-bottom: 10px;

	font-size: 18px;

	text-align: center;

	font-weight: bold;

}

.blockbtn dl dt,
.blockbtn2 dl dt {

	padding:0;

	margin:0 5% 2% 5%;

	font-size: 13px;

	line-height: 18px;

}

.blockbtn2 dl {
	margin-top:10px;
}

.blockbtn dl .stitle,
.blockbtn2 dl .stitle {

	font-size: 14px;

	color: #f67800;

	line-height: 20px;

	vertical-align: middle;

}

.blockbtn dl .stitle img,
.blockbtn2 dl .stitle img {

	width: 43%;

}



.blockbtn dl dd,
.blockbtn2 dl dd {

	overflow:hidden;

	border:#ff7f00 solid 1px;

	-webkit-box-shadow: 0px 0px 6px rgba(51, 51, 51, 0.17);

	-moz-box-shadow: 0px 0px 6px rgba(51, 51, 51, 0.17);

	-ms-box-shadow: 0px 0px 6px rgba(51, 51, 51, 0.17);

	box-shadow: 0px 0px 6px rgba(51, 51, 51, 0.17);

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgb(255, 166, 0)), color-stop(1, rgb(255, 85, 0)));

	background: -moz-linear-gradient(-180deg, rgb(255, 166, 0) 0%, rgb(255, 85, 0) 100%);

	background: linear-gradient(-180deg, rgb(255, 166, 0) 0%, rgb(255, 85, 0) 100%);

	color: rgb(255, 255, 255);

	border-radius: 6px;

	-webkit-border-radius: 6px;

	-moz-border-radius: 6px;

	font-weight:bold;

	line-height:24px;

	margin-top: 3%;

	margin-right: 5%;

	margin-bottom: 5%;

	margin-left: 5%;

	padding-top: 5%;

	padding-right: 0;

	padding-bottom: 5%;

	padding-left: 12%;

}

.blockbtn dl dd p,
.blockbtn2 dl dd p {

	-webkit-background-size:10% auto;

	background-size:10% auto;

	background-image: url(../img/iconarrow.png);

	background-repeat: no-repeat;

	background-position: left center;

	background-size:contain;

	font-size: 16px;

}

.blockbtn dl dd a,
.blockbtn2 dl dd a {

	color: #FFFFFF;

	padding-left: 15%;



}





























.blockbottom  {

	border-bottom-style: solid;

	border-bottom-width: 1px;

	border-bottom-color: #a5a5a5;

	padding-bottom: 20px;



}



.blockbottom .home {

	text-align: left;

	background-image: url(../img/iconhome.gif);

	background-repeat: no-repeat;

	background-position: left center;

	background-size:20px auto;

	margin-top: 5%;

	margin-bottom: 5%;

	margin-left: 5%;

	padding-top: 5%;

	padding-bottom: 5%;

	padding-left: 8%;

	float: left;

}

.blockbottom .home a {

	font-weight:bold;

	color:#0096ff;

}

.blockbottom .home a:hover {

	text-decoration:underline;

}



.blockbottom .pagetop {

	background-image: url(../img/iconpagetop.gif);

	background-repeat: no-repeat;

	background-position: right center;

	background-size:20px auto;

	margin-top: 5%;

	margin-right: 5%;

	margin-bottom: 5%;

	margin-left: 0;

	padding-right: 8%;

	padding-top: 5%;

	padding-bottom: 5%;

	float: right;

}

.blockbottom .pagetop a {

	font-weight:bold;

	color:#0096ff;

}

.blockbottom .pagetop a:hover {

	text-decoration:underline;

}

.blockbottom ul  {

	margin-left: 5%;



}

.blockbottom ul li {

float:left;

}

.blockbottom ul li a {

	text-decoration:underline;

	display:inline;

	color:#0096ff;

	font-size: 12px;

	line-height: 20px;

}

.blockbottom ul li a:hover {

text-decoration:none;

}



.blocknav {

	background-color: #F9F9F9;

	width: 100%;

	vertical-align: middle;

	border-top-width: 2px;

	border-bottom-width: 2px;

	border-top-style: solid;

	border-bottom-style: solid;

	border-top-color: #CCC;

	border-bottom-color: #CCC;

	line-height: 0px;

}



.blocknav .back {

	float: left;

	width: 50%;

	padding-bottom: 0px;

}

.blocknav .next {

	float: right;

	width: 50%;

	padding-bottom: 0px;

}





.blockpcbtn {

	background-color: #FFFFFF;

	border-style: none;

	padding-top: 5%;

	padding-bottom: 5%;

	margin-right: auto;

	margin-left: auto;

	text-align: center;



}

.blockpcbtn p{

	margin-left: 10%;

	margin-right: 10%;

}

.inner2{
    padding:10px 21px;
}

ul {
    list-style:none;
	padding:0 5% 2%;
}

/*** スマートフォン版 ***/
h3.pagettl {
    background: #56beff; /* Old browsers */
    background: -moz-linear-gradient(top,  #56beff 0%, #0297ff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #56beff 0%,#0297ff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #56beff 0%,#0297ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#56beff', endColorstr='#0297ff',GradientType=0 ); /* IE6-9 */
	padding:6px 7px;
    color:#fff;
    margin-top:10px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}

h5{
    font-weight: normal;
    font-size:17px;
    text-align: center;
}

h5 span{
    border-color: #bfe7ff;
    border-width: 5px;
    min-width: 5em;
    border-radius: 5px;
    padding: 5px 15px;
    margin: 0 auto;
    border-style: solid;
}

.ls_minus{
    letter-spacing: -4px;
}

.img_main_image{
    width:100%;
    margin-top:8px;
}

.logo_image{
    width:100%;
    text-align: center;
    border-bottom: #0099ff solid 1px;
    margin-top:31px;
}
.lead{
    color:#0099ff;
    font-size:14px;
    line-height: 22px;
}

.inner_link{
    border: #0078ff solid 1px;
    color: #0078ff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    width: 100%;
    box-sizing: border-box;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    margin-top:5px;
}

.inner_link a{
    display: table;
    text-decoration: none;
    width:100%;
}


.inner_link img{
    display: table-cell;
}

.inner_link_text{
    display: table-cell;
    vertical-align: middle;
    width:12em;
}
.inner_link_text span{
    display:table;
    width:9em;
    margin:0 auto;
    line-height: 1.2em;
}

@media screen and (min-width: 360px) {
    .inner_link_text span{
        width:90%;
    }
}

.inner_link_text span i{
    float: right;
}

.inner_link_text span i.line2{
    margin-top: -0.5em;
}

.inner_link_text span i.line3{
    margin-top: -1em;
}

.inner2 hr.link{
    color:#ccc;
    margin:1em 0 1.5em;
}

.inner2 hr.link2{
    color:#ccc;
    margin:1.5em 0 1em;
}

.inner2 hr.link3{
    color:#ccc;
    margin:1.5em 0;
}

.inner2 a.link{
    color:#4286f5;
    text-decoration: none;
    font-size: 12px;
}

.inner2 a.link i{
    float: right;
    margin-top: 0.3em;
}

.inner2 a.link i.line2{
    float: right;
    margin-top: -0.5em;
}

.inner2 a.link2{
    text-decoration: none;
    font-size: 12px;
    width: 100%;
    text-align: right;
    text-decoration:underline;
}

.photo2 {
    float: left;
    padding: 0 0 5px 12px;
}

.photo3{
    float: left;
    margin-right: 10px;
}

.fs_12{
    font-size: 12px;
}

.fs_11{
    font-size: 11px;
}

.mt_10{
    margin-top: 10px;
}

.mt_20{
    margin-top: 20px;
}

.mt_30{
    margin-top: 30px;
}

.mt_55{
    margin-top: 55px;
}

.mt_75{
    margin-top: 75px;
}

.mb_20{
    margin-bottom: 20px;
}

.mb_30{
    margin-bottom: 30px;
}

.img_w100{
    width:100%;
}

ul.point{
    background-color: #bad9fd;
    display: list-item;
    list-style-type: none;
    padding: 10px;
}

ul.point li{
    margin-bottom: 0;
}

h6{
    line-height: 2em;
    border-bottom: #888888 dotted 1px;
    font-weight: normal;
}

p{
/*    font-size:12px;*/
}

ul.image_list{
    display: inline-block;
    list-style-type: none;
    padding: 0;
}

ul.image_list li{
    display: inline-block;
    width: 33.33333333%;
    margin-bottom: 15px;
    text-align: center;
    float: left;
}

ul.image_list li img{
    width:auto;
}

ul.image_list li p{
    text-align: center;
    font-size: 12px;
    margin-bottom: 0;
    letter-spacing: -0.5px;
}

ul.image_list li p.nepal{
    text-indent: -0.2em;
}

ul.image_list li p.ta_l{
        text-indent: -0.5em;
}

ul.image_list li a{
    font-size: 10px;
    letter-spacing: -0.5px;
    text-decoration: none;
}

ul.image_list li a.lh{
    line-height: 1.2em;
}

ul.image_list li a.center{
    text-align: center;
}

ul.image_list li.left{
    padding-right: 10px;
    box-sizing: border-box;
}

ul.image_list li.right{
    padding-left: 10px;
    box-sizing: border-box;
}

.other_link{
    border: #0078ff solid 1px;
    color: #0078ff;
    width: 100%;
    box-sizing: border-box;
    margin-top: 5px;
    padding: 15px;
    font-size: 14px;
    text-align: center;
}

.other_link a{
    text-decoration: none;
    width:100%;
}

.other_link_text{
    vertical-align: middle;
    width:100%;
    text-align: center;
}
.other_link_text span{
    width: 100%;
    font-size:24px;
    line-height: 1.5em;
    font-weight: bold;
}

.other_link_text span i{
    float: right;
}

.pc_link{
    background: #fbfbfb; /* Old browsers */
    background: -moz-linear-gradient(top,  #fbfbfb 0%, #fff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #fbfbfb 0%,#fff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #fbfbfb 0%,#fff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#fff',GradientType=0 ); /* IE6-9 */
    border: #9d9d9d solid 1px;
    box-sizing: border-box;
    margin-top: 5px;
    border-radius: 5px;
    padding: 10px 5px;
    font-size: 12px;
    width: 65%;
    text-align: center;
    margin: 0 auto;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.pc_link a{
    text-decoration: none;
    width:100%;
    color:#000;
}

.pc_link img{
}

.pc_link_text{
    vertical-align: middle;
    width:100%;
}
.pc_link_text span{
    width: 100%;
    line-height: 1.2em;
}

.pc_link_text span i{
    margin-right:1em;
}

ul.image_list2{
    display: list-item;
    list-style-type: none;
    padding: 0;
}

ul.image_list2 li{
    display: inline-block;
    width: 48%;
    margin-bottom: 15px;
}

ul.image_list2 li img{
    width:auto;
}

ul.image_list2 li p{
    text-align: center;
    font-size: 12px;
    margin-bottom: 0;
}

ul.image_list2 li a{
    font-size: 10px;
    text-align: center;
    text-decoration: none;
    line-height: 1.5em;
}

ul.image_list2 li.right{
    float: right;
    text-align: center;
}

ul.image_list2 li.center{
    text-align: center;
    margin-left: 5px;
    width:30%;
}

#navbox {
    display: table;
    width: 100%;
    height: 48px;
    margin-right: 10px;
    /*background: url(/sp/img/common/menu_btn.gif) no-repeat;*/
}

#menu_button {
    width: 60px;
    /* height: 43px; */
    /* background: #000000; */
    float: right;
}

#menu_button > a {
    text-decoration: none;
}

#mobile-bar {
    text-align: center;
    border: 2px solid #666;
    border-radius: 5px;
    margin: 5px;
    padding: 1px 0px 5px 0px;
    line-height: 0.6em;
}

#mobile-bar i {
    font-size: 24px;
    color: #666;
}

#mobile-bar span {
    font-size: 10px !important;
    /* font-weight: bold; */
    color: #666;
}







p.lh {
    padding-bottom: 10px;
    line-height:1.2;
}
.image_list.block {
    display: block;
    zoom:1;
    min-height: 1px;
}
.image_list.block:after {
    content: ".";
    display: block;
    clear: both;
    height: 1px;
    line-height: 1px;
    margin-top: -1px;
    visibility: hidden;
}



/* 20200327追加 */
ul.kinkyu_list{
    display: flex;
		justify-content: center;
		align-items: flex-start;
		flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
}

ul.kinkyu_list li{
		display: block;
    width: 33.33333333%;
    margin-bottom: 15px;
    text-align: center;
    box-sizing: border-box;
}

ul.kinkyu_list li img{
    width:auto;
}

ul.kinkyu_list li p{
    text-align: center;
    font-size: 12px;
    margin-bottom: 0;
    letter-spacing: -0.5px;
}

ul.kinkyu_list li a {
    font-size: 10px;
    letter-spacing: -0.5px;
    text-decoration: none;
}

ul.kinkyu_list li a.lh {
    line-height: 1.2em;
}
ul.kinkyu_list li a.center {
    text-align: center;
}
