@charset "shift_jis"; 


/*----------------------------------------------------------*/
/*	‰ŠúÝ’è											@--*/
/*----------------------------------------------------------*/
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
}
body div {
	text-align: left;
	margin: 0 auto;
}

/*----------------------------------------------------------*/
/*	‰¡•970ƒsƒNƒZƒ‹ƒo[ƒWƒ‡ƒ“‚ÉÝ’è						@--*/
/*----------------------------------------------------------*/
#top {
	background-color: #FFFFFF;
	width: 970px;
	clear: both;
}
#top h1 {
	margin: 10px 0px 0px;
	padding: 0px;
}
#top2 {
	width: 970px;
	background-image: url(../img/sen.gif);
	height: 5px;
	clear: both;
}
#top3 {
	width: 970px;
	height: 13px;
	text-align: right;
	clear: both;
	margin-top: 3px;
}

#main {
	background-color: #FFFFFF;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	background-color: #FFFFFF;
	width: 970px;
	text-align: right;
	float: none;
	font-size: 75%;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #003366;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin: 0px;
}
#backbox {
	text-align: right;
	width: 960px;
	font-size: 84%;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
.color1{
    background-color: #E4F4F0;
}
.color2{
	background-color: #F4ECE4;
}
.color3{
    background-color: #F4E4EE;
}
.color4{
    background-color: #E4E4F4;
}
.color5{
    background-color: #F4E4E7;
}

.list_a{
    width: 960px;
    padding-top: 2em;
    padding-right: 2em;
    padding-left: 2.5em;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    list-style-type: disc;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    margin-top: 0px;
}
.list_a li{
    margin-bottom: 1.5em;
    font-size: 1.2em;
}
.title{
    width: 960px;
    height: auto;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    font-size: 1.5em;
    font-weight: bold;
    margin-top: 5em;
	
}

.tab_menu{
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    display: flex;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    list-style-type: none;
    margin-top: 1px;    
}
.tab_menu li{
    width: calc(100% / 3); /* 33.3333333c“ */
    display: flex;
    
    font-weight: bold;
    text-align: center;
    
}
.tab_menu li a{
    width: 100%;
    height: auto;
    background-color: #206B8F;
    color: #FFFFFF;
    font-size: 1.4em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    box-sizing: border-box;
    text-decoration: none;
}
.tab_menu li a:hover{
    background-color: #FF812B;
}

.tab_menu2{
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    display: flex;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    list-style-type: none;
    margin-bottom: 1px;    
}
.tab_menu2 li{
    width: calc(100% / 1); 
    display: flex;
    
    font-weight: bold;
    text-align: center;
    
}
.tab_menu2 li a{
    width: 100%;
    height: auto;
    background-color: #206B8F;
    color: #FFFFFF;
    font-size: 1.4em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    box-sizing: border-box;
    text-decoration: none;
}
.tab_menu2 li a:hover{
    background-color: #FF812B;
}
/*----------------------------------------------------------*/
/*	
/*----------------------------------------------------------*/
#Image_area{
	width: 970px;
	height: 80px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 2em;
	margin-bottom: 1em;
	background-image: -webkit-linear-gradient(270deg,rgba(255,179,128,1.00) 0%,rgba(255,126,40,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,179,128,1.00) 0%,rgba(255,126,40,1.00) 100%);
	background-color: #FF812B;
	color: #FFFFFF;
	text-align: center;
	border-radius: 5px;
	line-height: 80px;
	font-size: 2.2em;
	font-weight: bold;
}




.midashi{
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
.midashi img{
	display: block;
	float: left;
}

.TXT_Box{
	width: 910px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 8em;
	border: 1px solid #FF9999;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 1.2em;
	line-height: 1.5;
	color: #333333;
	background-color: #FFFDF7;
	border-radius: 5px;
	padding-top: 1em;
	padding-left: 1em;
	padding-right: 1em;
	clear: both;
}

.TXT_Box .strong1{
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-weight: bold;
	display: block;
	margin-top: 1em;
	color: #DD5800;
}
.TXT_Box .strong0{
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-weight: bold;
	display: block;
	color: #DD5800;
}

.TXT_Box .list1{
	width: auto;
	height: auto;
	margin-bottom: 2em;
}
.TXT_Box .list1 li{
	margin-bottom: 1em;
}


.link_top {
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	padding: 0;
	font-size: 0.875em;
	margin-top: 1em;
}
.link_top a{
	text-decoration: none;
	width: 30px;
	height: 30px;
	text-align: center;
	color: #FFFFFF;
	line-height: 30px;
	background-color: #FF9999;
	display: block;
	float: right;
	margin-right: -1.5em;
	border-bottom-right-radius: 5px;
	font-size: 0.8em;
}
.link_top a:hover{
	text-decoration: underline;
	color: #FF0000;
}
#button1 {
	padding: 0px;
	margin-top: 0.8em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
}
.TXT_Box .sub_box {
	margin-top: 1em;
	padding: 1em;
	height: auto;
	width: auto;
	background-color: #FFFFFF;
	border: 1px solid #FED0A7;
}


#link_list{
	height: auto;
	width: auto;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#link_list li{
	height: 38px;
	width: 416px;
	margin-bottom: 10px;
}

#link_list li a span{
	display: none;
}

#link1 a{
	height: 60px;
	width: 60px;
	background-image: url(../img/page11/link_b1.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	background-color: #FF9999;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
#link1 a:hover{
 -moz-opacity: 0.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
	opacity: 0.75; 
}

#link2 a{
	height: 38px;
	width: 416px;
	background-image: url(../img/page11/link_b2.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
}
#link2 a:hover{
 -moz-opacity: 0.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
	opacity: 0.75; 
}

#link3 a{
	height: 38px;
	width: 416px;
	background-image: url(../img/page11/link_b3.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
}
#link3 a:hover{
 -moz-opacity: 0.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
	opacity: 0.75; 
}

#link4 a{
	height: 38px;
	width: 416px;
	background-image: url(../img/page11/link_b4.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
}
#link4 a:hover{
 -moz-opacity: 0.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
	opacity: 0.75; 
}

#link5 a{
	height: 38px;
	width: 416px;
	background-image: url(../img/page11/link_b5.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
}
#link5 a:hover{
 -moz-opacity: 0.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
	opacity: 0.75; 
}



.m8{
	height: auto;
	width: 960px;
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0.5em;
	margin-left: auto;	
}
.m8 a{
    height: 50px;
    width: 100%;
    display: block;
    text-align: center;
    color: #FFFFFF;
    background-color: #4C9810;
    text-decoration: none;
    line-height: 50px;
    border-radius: 5px;
    font-size: 1em;
    margin: 0;
}


#Menu_List_Bar{
	height: auto;
	width: 960px;
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5em;
	margin-left: auto;
}
#Menu_List_Bar li{
    height: 50px;
    width: auto;
    margin: 0;
    padding: 0;
    float: left;
}


#Menu_List_Bar #m1,
#Menu_List_Bar #m2,
#Menu_List_Bar #m3,
#Menu_List_Bar #m4,
#Menu_List_Bar #m5,
#Menu_List_Bar #m6,
#Menu_List_Bar #m7,
#Menu_List_Bar #m8{	
	margin-right: 5px;
}


#Menu_List_Bar li a{
    height: 50px;
    width: 155px;
    display: block;
    text-align: center;
    color: #FFFFFF;
    background-color: #4C9810;
    text-decoration: none;
    line-height: 50px;
    border-radius: 5px;
    font-size: 1em;
    margin: 0;
}
.m8 a:hover,
#Menu_List_Bar li a:hover{
        filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}








/*------------------------------------------------------*/
/*	clearfix
/*------------------------------------------------------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: inline-block;
}

/*-- Mac”Å IE‘Î‰žƒnƒbƒN--*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#oshirase_box {
	height: auto;
	width: 910px;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	color: #333333;
	background-color: #FFFBF4;
	border: 2px dashed #FF6B08;
	line-height: 1.5;
	margin-bottom: 3em;
	text-align: left;
	border-radius: 5px;
	font-size: 1.2em;
}


.css_btn_class {
	font-size: 16px;
	font-family: Arial;
	font-weight: normal;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #337fed;
	text-decoration: none;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #3d94f6), color-stop(100%, #1e62d0) );
	background: -moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );
	background: -ms-linear-gradient( top, #3d94f6 5%, #1e62d0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
	background-color: #3d94f6;
	color: #ffffff;
	display: inline-block;
	text-shadow: 1px 1px 0px #1570cd;
	-webkit-box-shadow: inset 1px 1px 0px 0px #97c4fe;
	-moz-box-shadow: inset 1px 1px 0px 0px #97c4fe;
	box-shadow: inset 1px 1px 0px 0px #97c4fe;
	margin-bottom: 1em;
	padding-top: 9px;
	padding-right: 18px;
	padding-bottom: 9px;
	padding-left: 18px;
	text-align: center;
}.css_btn_class:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #1e62d0), color-stop(100%, #3d94f6) );
	background:-moz-linear-gradient( center top, #1e62d0 5%, #3d94f6 100% );
	background:-ms-linear-gradient( top, #1e62d0 5%, #3d94f6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6');
	background-color:#1e62d0;
}.css_btn_class:active {
	position:relative;
	top:1px;
}


.img_box{
	height: auto;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5em;
}


.link_b_box{
	height: auto;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3em;    
    
}
/* ‚±‚±‚©‚ç‰º‚ªƒ{ƒ^ƒ“‚ÌCSS@*/
.btn-border {
	display: inline-block;
	max-width: 15em;
	text-align: center;
	background-color: #C71919;
	border-color: #C71919;
	border: 2px solid #C71919;
	color: #FFF;
	font-size: 1.5em;
	text-decoration: none;
	font-weight: normal;
	padding-top: 8px;
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 8px;
	border-radius: 4px;
	transition: .4s;
	margin-left: auto;
	margin-right: auto;
}

.btn-border:hover {
    background-color: #FFFFFF;
    border: 2px solid #C71919;
    color: #C71919;
}




.balloon1-left {
	position: relative;
	display: inline-block;
	margin-right: 0;
	margin-bottom: 1.5em;
	padding: 0;
	min-width: 100px;
	max-width: 100%;
	float: left;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ƒqƒ‰ƒMƒmŠpƒS ProN W3", Hiragino Kaku Gothic ProN, Arial, "ƒƒCƒŠƒI", Meiryo, sans-serif;
	border-radius: 5px;
	margin-top: 10px;
	line-height: 1.2;
}
.balloon1-left .tt1{
	color: #3E3E3E;
	font-size: 1.6em;
}
.balloon1-left .tt2{
	color: #D41417;
	font-size: 2.4em;
    font-weight: bold;
}

.balloon1-left:before {
    /*
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #FF9999;
    */
}

.balloon1-left p {
  margin: 0;
  padding: 0;
}

.midashi1{
	font-weight: bold;    
}
.red{
	color: #D00003;    
}


.ap1{
	width: 970px;
	height: auto;
	padding: 0;
	text-align: left;
	border-radius: 5px;
	margin-bottom: 10em;
	background-color: #FFFFFF;
}

.akusento{
	color: #FF0004;
	font-weight: bold;
	font-size: 1.8em;
	display: block;
	vertical-align: baseline;
	padding: 0;
	height: 143px;
	line-height: 143px;
	text-align: center;
	width: 600px;
	margin-top: 1em;
	margin-bottom: 1em;
}
.akusento img{
	height: 143px;
	margin-left: 1em;
	display: block;
	float: right;
	clear: both;
}

.corona_b{
	width: 500px;
	height: auto;
	padding-top: 1em;
	padding-right: 2em;
	padding-left: 2em;
	padding-bottom: 1em;
	color: #FFFFFF;
	font-size: 1em;
	background-color: #358CE3;
	margin-left: 0px;
	text-decoration: none;
	border-radius: 5px;
	display: block;
	text-align: center;
}
.corona_b:hover{
	background-color: #FF9999;
}

.t_box1{
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	margin-top: 1em;
	border: 1px solid #17AC3F;
	background-color: #FFFFFF;
	border-radius: 5px;
}
.img_type1{
	display: inline-block;
	margin-right: 0.5em;
	vertical-align: middle;
}

.l_type1{
	width: auto;
	height: auto;
	padding: 0;
	list-style-type: none;
	margin-left: 1em;
	margin-bottom: 2em;
	list-style-image: none;
}
.l_type1 li{
	margin-bottom: 1em;    
}

.l_type2{
	width: auto;
	height: auto;
	padding: 0;
	list-style-type: none;
	margin-left: 1em;
	margin-bottom: 2em;
	list-style-image: none;
}
.l_type2 .title{
	margin-left: 0em;   
}
.l_type2 .txt{
	margin-left: 1em;
}



.img_box8 img{
	text-align: center;

}
.img_box8 {
	display: block;
	border: 1px solid #9D9D9D;
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: center;
	background-color: #FFFFFF;
	border-radius: 5px;
    margin-bottom: 3em;
}
.img_box8 a{
	display: block;
	background-color: #FFFFFF;
}
.img_box8 a:hover{
	    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.img_box8 img{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.downmar{
	margin-bottom: 0.5em;
}
.txt_box5{
    margin-top: 5em;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 3em;
    padding: 1em;
    width: 920px;
    height: auto;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background-color: #F7E6E7;
    line-height: 1.6;
    font-size: 1.2em;
    border: 1px dotted #CCCCCC;
}
.txt_box6{
    margin-top: 5em;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 3em;
    padding: 1em;
    width: 920px;
    height: auto;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background-color: #E6EFF7;
    line-height: 1.6;
    font-size: 1.2em;
    border: 1px dotted #CCCCCC;
}
