@charset "utf-8";
/* CSS Document */

@media only screen and (max-width:480px){
	
body{
	margin-top: 0px;
	    font-size: medium;
    line-height: 160%;
}
.sp{
    display: block;

}
.pc{
	display: none!important;
}


/*-----------------------------
 header
-----------------------------*/
img{
	width: 100%;
	height: auto;
}

/*-----------------------------
 header
-----------------------------*/
#header {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 55px;
    font-size: medium;
	}
#header p{
    font-weight: normal;
    font-size: medium;
    text-align: left;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}	

#header img{
	width: 96%;
    margin-left: auto;
    margin-right: auto;
	}
	
	
/*-----------------------------
メイン コンテンツ
-----------------------------*/

#container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;

	}
#gnavi{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    top: 0px;
    left: 0%;
    z-index: 2;
        padding-top: 0px;
    
}
#gnavi ul{}
#gnavi li{
    float: right;
    font-size: small;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 100%;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    color: #FFFFFF;
    margin-top: 3px;
    border-right: 1px solid #FFFFFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 0px;
    margin-left: 0px;
    text-align: center;
    margin-bottom: 3px;
	}
	#gnavi li:first-child{
	    border-right: 0px solid #FFFFFF;	
			}	
#gnavi li a{
    color: #FFFFFF;
    text-decoration: none;
}
#gnavi li a:hover{
    color: #FFF179;
    text-decoration: none;
}
.g1{width: 40%;}
.g2{width: 33%;}
.g3{width: 27%;}
	
#mainimg{
    width: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
  
}
h1{
    font-size: 12px;
    color: #8F8F8F;
    position: absolute;
    top: 5px;
    left: 50px;
    font-weight: normal;
    display: none;
}
h2{
	margin-bottom: 20px;
	text-align: center;
}
h4{
	font-size: 18px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 12px;
	padding-bottom: 5px;
	background-color: #000000;
	display: block;
	margin-bottom: 30px;
	font-weight: bold;
	text-align: left;
	border-left: 8px solid #E00002;
	color: #FFFFFF;
}
.midashi{
	font-size: 30px;
	font-weight: 900;
	color: #DC0003;
	margin-bottom: 40px;
	line-height: 160%;
}
.txt{
	line-height: 200%;
}
.stage1{
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #F0F0F0;
}
.stage1 .inner{
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}
.stage1 .ttl{}
.stage1 .text{
    float: none;
    width: 100%;
    margin-bottom: 30px;
    margin-left: auto;
    padding: 0px;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.stage1 .text ul li{
    margin-bottom: 20px;
    font-size: medium;
    font-weight: normal;
    background-repeat: no-repeat;
    background-position: left 0;
    padding: 10px;
    line-height: 180%;
    background-color: #FFFFFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 3px solid #489EA6;
    /* box-shadow */
    box-shadow: 6px 5px 7px -6px #b7b7b7;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
}
.bt{
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    font-size: medium;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}
.bt li{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    float: left;
    margin-bottom: 15px;
    font-size: medium;
}
.stage2{
	
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #F0F0F0;
	background-image: url(../images/bg_shasen.png);
}
.stage2 .inner{
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}
.stage2 .ttl{}
.stage2 .text{
    width: 100%;
    margin-bottom: 30px;
    margin-left: auto;
    padding: 10px;
    margin-right: auto;
    background-color: #FFFFFF;
    border: 3px solid #FFED4C;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 3px solid #FFB3A5;
    /* box-shadow */
    box-shadow: 6px 5px 7px -6px #b7b7b7;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.stage2 .text .gaiyou{
    padding: 15px;
    background-color: #EFEFEF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    /* box-shadow */
    box-shadow: 6px 5px 7px -6px #b7b7b7;
    margin-bottom: 50px;
    border: 1px solid #E3E3E3;

}

.stage2 .image{
	width: 270px;
	margin: 0px;
	float: right;
}
.stage2 .midashi{
	margin-bottom: 40px;
}
.stage2 .point{
	
}
.stage2 .point .point1{
    padding: 20px;
    background-color: #FFF1B5;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    /* box-shadow */
    box-shadow: 6px 5px 7px -6px #b7b7b7;
    margin-bottom: 30px;
    border: 1px solid #FFEB67;
}
.stage2 .point .point2{
    padding: 20px;
    background-color: #DFFFC9;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    /* box-shadow */
    box-shadow: 6px 5px 7px -6px #b7b7b7;
    margin-bottom: 30px;
    border: 1px solid #B7F89C;
}
.stage2 .point .point3{
    padding: 20px;
    background-color: #FAE2FF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    /* box-shadow */
    box-shadow: 6px 5px 7px -6px #b7b7b7;
    margin-bottom: 30px;
    border: 1px solid #ECB8D6;
}

.checklist{
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 15px;
    background-color: #EFEFEF;
    /* box-shadow */
    box-shadow: 6px 5px 7px -6px #b7b7b7;
    margin-bottom: 30px;
    border: 1px solid #BBB;
}
.checklist .category{
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    background-color: #FFFFFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    /* box-shadow */
    box-shadow: 6px 5px 7px -6px #b7b7b7;
    margin-bottom: 15px;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.checklist .note{
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    font-size: medium;
    line-height: 160%;
    margin-bottom: 40px;
}
.checklist .note2{
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    font-size: medium;
    line-height: 160%;
    margin-bottom: 40px;
}	
.checklist .box{
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    background-color: #FFFFFF;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    /* box-shadow */
    box-shadow: 6px 5px 7px -6px #b7b7b7;
    margin-bottom: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.checklist .box .number{
    width: 30px;
    height: 30px;
    margin-right: 5px;
    float: left;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    color: #FFFFFF;
    text-align: center;
    font-size: medium;
    font-weight: bold;
    line-height: 205%;
    border: 3px solid #BB3030;
    background-color: #D04747;
}
.checklist .box .txt{
    width: 73%;
    margin-right: 10px;
    float: left;
    font-size: medium;
    font-weight: normal;
    line-height: 150%;
}

.checklist .box .txt2{
    margin-right: 10px;
    float: right;
    font-size: medium;
    font-weight: normal;
    line-height: 150%;
    width: 80%;
}	
.checklist .box .chkbox{
    width: 5%;
    float: right;
    margin-top: 15px;
    margin-right: 10px;
}
.checklist .torikumi{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    background-color: #FFFFFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    /* box-shadow */
    box-shadow: 6px 5px 7px -6px #b7b7b7;
    margin-bottom: 15px;
    font-size: 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.checklist .torikumi .ttl{
    background-color: #0C3677;
    text-align: center;
    color: #FFFFFF;
    font-size: medium;
    line-height: 250%;
    margin-bottom: 20px;
    font-weight: bold;
}
.chart-wrap{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.chart-wrap .shousai{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    top: auto;
    right: 0px;
    left: auto;
    margin-top: 20px;
    margin-bottom: 80px;
    text-align: center;
  
}    
.checklist .chart{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    background-color: #FFFFFF;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    /* box-shadow */
    box-shadow: 6px 5px 7px -6px #b7b7b7;
    margin-bottom: 5px;
    padding-right: 13px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type=checkbox] {
  transform: scale(2.5);
  margin-top: 20%;	
}
.detail{
    padding-top: 30px;
    padding-bottom: 30px;
}
.detail .inner{
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}
.detail .left{
    width: 100%;
    float: none;
    background-color: #FFFFFF;
    margin-bottom: 20px;
}
.detail .right{
    width: 100%;
    float: none;
}
.detail .inner .ttl{
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
    font-size: large;
    font-weight: bold;
 
}

.detail .inner .category{
    width: 100%;
    background-color: #1B86B3;
    color: #FFFFFF;
    font-size: 18px;
    text-align: center;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin-bottom: 10px;
}
.detail .inner ul{
    margin-bottom: 15px;
}
.detail .inner .thumb{
    width: 100%;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}
.detail .inner .thumb li{
    width: 46%;
    margin-left: 2%;
    margin-right: 2%;
    float: left;
    font-size: small;
    line-height: 140%;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.detail .inner .thumb li img{
	    border: 1px solid #BFBFBF;
}

/*-----------------------------
 pagetop/breadcrumb
-----------------------------*/
.pagetop {
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
	.pagetop img{
		width: 70px;
		height: auto;
	}
.breadcrumb {
	width: 100%;
	margin-bottom: 10px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	font-size: 11px;
}
.breadcrumb a {
	width: 100%;
	margin-bottom: 10px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	font-size: 11px;
	color: #333;
	text-decoration: none;
}
.breadcrumb a:hover {
	width: 100%;
	margin-bottom: 10px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	font-size: 11px;
	color: #ff9933;
	text-decoration: none;
}


/*-----------------------------
 footer
-----------------------------*/
footer#footer {
    width: 100%;
    margin-bottom: 0px;
    background-repeat: repeat-x;
    border-top: 1px solid #A7A7A7;

    font-size: 12px;
}
#footer .inner {
	width: 96%;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 30px;
}
#footer #logo {
	font-size: 10px;
	font-weight: normal;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", HiraKakuPro-W3, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
	width: 300px;
	margin-bottom: 40px;
}
#footer #logo img {
	font-size: 10px;
	font-weight: normal;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", HiraKakuPro-W3, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
	height: auto;
	width: 300px;
}
#footer #sitemap {
	font-size: 10px;
	font-weight: normal;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", HiraKakuPro-W3, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
	height: 48px;
	width: 420px;
}
#footer .footer_address {
	float: left;
	margin-bottom: 15px;
}
#footer .footer_copyright {
    clear: both;
    width: 96%;
    text-align: center;
    margin-bottom: 30px;
    margin-left: auto;
    padding: 0px;
    margin-right: auto;
    font-size: x-small;
}


.foot_link {
	font-weight: normal;
	width: 100%;
	margin-bottom: 25px;

}

.foot_link ul {
	height: 250px;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 20px;
	padding-left: 8px;
	border-right: 1px solid #535353;
}

.foot_link .title {
	margin-right: 10px;
	margin-top: 5px;
	font-weight: bold;
	font-size: 13px;
	background-image: url(../common/list3.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 10px;
	border-left: 3px solid #C43461;
	line-height: 100%;
	margin-bottom: 10px;
}
.foot_link li {
	font-size: 11px;
	background-image: url(../common/list2.png);
	background-repeat: no-repeat;
	padding-left: 12px;
	background-position: left 7px;
	line-height: 140%;
	margin-bottom: 6px;
}
.foot_link li a {
	margin-right: 10px;
	display: inline;
	font-size: 12px;
	color: #FFFFFF;
}
.foot_link li a:hover {
	margin-right: 10px;
	display: inline;
	color: #D02C55;
}
}

@media only screen and (min-width:481px){
button.drawer-hamburger {
	display: none;
	width: 0px;
	height: 0px;
}
}
