@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/




/* パララックス */
.test1 {
margin: 0px 0;

}
#animation {
margin: 50px 0;
font-size: 40px;
font-weight: bold;
color: #ff0000;
}
.fadeInDown {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1s;
	-ms-animation-duration:1s;
	animation-duration:1s;
}
@-webkit-keyframes fadeInDown {
	0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
	100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
@keyframes fadeInDown {
	0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
	100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	visibility: visible !important;
}

.content {
	margin: 0px auto; padding: 0; height: 1000px; position: relative; 
	margin-top: 52px;
}
.pcb_ph01 {
	width: 30.3%;
	margin-left: 1.5%;
	text-align: left;
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-right: 1.5%;
	color: #505050;
}
.pcb_ph01 img{
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.pcb_ph01:hover img{
	opacity: .5;
}
.pcb_ph02 {
	width: 90%;
	margin-left: 1.3%;
	text-align: center;
	font-size: 18px;
	line-height: 120px;
	margin-bottom: 10px;
	margin-right: 1.3%;
	height: 120px;
	display: block;
	border: 1px solid #A5A5A5;
	background-image: url(img/navprev2.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 20%;
	background-color: #E5E5E5;
}
.pcb_ph02:hover {
	background-color: #CCD2D7;
	color: white;
}
.pcb_ph03 {
	width: 90%;
	margin-left: 1.3%;
	text-align: center;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 10px;
	margin-right: 1.4%;
	/*height: 80px;*/
	display: block;
	border: 1px solid #A5A5A5;
	padding: 50px 0;
	background-image: url(img/navprev2.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 20%;
	background-color: #E5E5E5;
}
.pcb_ph03:hover {
	background-color: #CCD2D7;
	color: white;
}
.pcb_ph04 {
	width: 90%;
	margin-left: 1.3%;
	text-align: center;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 10px;
	margin-right: 1.4%;
	/*height: 80px;*/
	display: block;
	border: 1px solid #A5A5A5;
	padding: 28px 0;
	background-image: url(img/navprev2.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 20%;
	background-color: #E5E5E5;
}
.pcb_ph04:hover {
	background-color: #CCD2D7;
	color: white;
}

.pcb_bom1 {
	width: 84%;
	text-align: center;
	font-size: 20px;
	line-height: 44px;
	margin-left: 8%;
	margin-right: 8%;
	margin-top: 0px;
	margin-bottom: 30px;
	position: relative;
	display: inline-block;
	text-decoration: none;
	color: #FFF;
	background: #1b6ea9;/*色*/
	border-radius: 8px;/*角の丸み*/
	box-shadow: inset 0 4px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
	font-weight: bold;
	border: solid 2px #083453;
	padding-top: 7px;
	padding-bottom: 7px;
}.square_btn:active {/*押したとき*/ box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
.pcb_bom1:hover {
    background: #20445d;
    color: white;
}
.pcb_bom1 a {
    color: white;
}
.tatoeba {
	text-align: left;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 0px;
	border-bottom: 1px dotted #727272;
	padding-bottom: 10px;
	padding-top: 8px;
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
	margin-top: 10px;
}
.kaiketu {
	text-align: center;
	font-size: 33px;
	line-height: 40px;
	padding-bottom: 13px;
	width: 90%;
	position: static;
	display: block;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	text-decoration: none;
	color: #FFF;
	background: #f93507;/*色*/
	border-radius: 4px;/*角の丸み*/
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
	font-weight: bold;
	float: left;
	margin-left: 3%;
	margin-right: 3%;
	margin-top: 40px;
	margin-bottom: 15px;
	padding-left: 2%;
	padding-right: 2%;
}
.pictxt33a {
	margin-top: 5px;
	font-size: 20px;
	padding-bottom: 0px;
	width: 88%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 6%;
	padding-right: 6%;
	line-height: 40px;
	color: #000000;
	text-align: left;
	padding-top: 0px;
	float: left;
	display: block;
}
.taitol_pcb {
	text-align: left;
	font-size: 20px;
	line-height: 36px;
	padding-top: 2px;
	width: 89%;
	margin-top: 0px;
	padding-left: 8px;
	padding-bottom: 4px;
	border-left: 4px solid #1b6ea9;
	margin-bottom: 0px;
	/*margin-top: 20px;*/
}
.picker06 {
	text-align: center;
	margin-top: 30px;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	font-size: 20px;
	line-height: 28px;
	float: left;
	margin-bottom: 20px;
}
.picker061a {
	text-align: center;
	margin-top: 35px;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	font-size: 23px;
	line-height: 40px;
	float: left;
	margin-bottom: 35px;
	border-bottom: 2px dotted #A6A6A6;
	padding-bottom: 10px;
	font-weight: 700;
}
.picker061a h1 {
	font-size: 23px;
}
.picker11 {
	text-align: center;
	margin-top: 20px;
	float: left;
	width: 94%;
	margin-left: 3%;
	margin-right: 3%;
	font-size: 26px;
	line-height: 43px;
	display: block;
	margin-bottom: 30px;
	padding-top: 10px;
	padding-bottom: 12px;
	border-bottom: 1px solid #727272;
}
.qand_bu24 {
	font-size: 24px;
	line-height: 38px;
	color: #1B6EA9;
}
.qand_bu28 {
	font-size: 26px;
	line-height: 38px;
	color: #1B6EA9;
}
.nav {
	display: block;
	margin-top: 0px;
	margin-bottom: 2px;
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.nav2 {
	display: block;
	margin-top: 50px;
	margin-bottom: 2px;
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position: fixed;
	z-index: 9999;
}
.nav3 {
	display: block;
	margin-top: 0px;
	margin-bottom: 2px;
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position: fixed;	
	z-index: 9999;
}
.teldai {
	display: block;
	margin-bottom: 2px;
	position: fixed;
	z-index: 999;
	margin-top: 12px;
	font-size: 15px;
	width: 40%;
	margin-left: 42%;
	margin-right: auto;
	text-align: center;
}
.link-btn-green {
    display: inline-block;
    border-bottom: 1px solid #00CC99;
    /*margin-top: 30px;*/
    padding: 5px 0;
    transition: 0.3s;
}
.link-btn-green a {
    color: #00CC99;
    text-decoration: none;
}
.link-btn-green a:hover {
    opacity: .5;
}

.link-btn-green_s {
    display: inline-block;
    border-bottom: 1px solid #00CC99;
    margin-top: 5px;
    padding: 5px 0;
    transition: 0.3s;
}
.link-btn-green_s a {
    color: #00CC99;
    text-decoration: none;
}
.link-btn-green_s a:hover {
    opacity: .5;
}

.show_sp{
	display:none;
}

label {
  background: #DCDCDC;
  display: block;

	text-align: left;
	font-size: 20px;
	line-height: 32px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	padding-top: 8px;
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
	margin-top: 10px;

}

label:hover {
  opacity: 0.5;
}

input[type="checkbox"].on-off{
  display: none;
}

.pictxt33 ul {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pictxt33 li {
  padding: 5px;
  list-style: none;
  color: #505050;
  	padding-left: 2%;
	padding-right: 2%;
	margin-top: 10px;

}

input[type="checkbox"].on-off + .menu ul{
  height: 0;
  overflow: hidden;
}

input[type="checkbox"].on-off:checked + .menu ul{
  height: 200px;
}




/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 491px) {
	
.test1 {
margin: 0px 0;

}
#animation {
margin: 50px 0;
font-size: 40px;
font-weight: bold;
color: #ff0000;
}
.fadeInDown {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1s;
	-ms-animation-duration:1s;
	animation-duration:1s;
}
@-webkit-keyframes fadeInDown {
	0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
	100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
@keyframes fadeInDown {
	0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
	100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	visibility: visible !important;
}

.content {
	margin: 0px auto; padding: 0; height: 1690px; position: relative; 
	margin-top: 52px;
}
.pcb_ph01 {
	width: 30.3%;
	margin-left: 1.5%;
	text-align: left;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 10px;
	margin-right: 1.5%;
	color: #505050;
}
.pcb_ph01 img{
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.pcb_ph01:hover img{
	opacity: .5;
}

.pcb_ph02 {
	width: 30%;
	margin-left: 1.4%;
	text-align: center;
	font-size: 19px;
	line-height: 200px;
	margin-bottom: 10px;
	margin-right: 1.4%;
	height: 200px;
	display: block;
	border: 1px solid #A5A5A5;
	background-image: url(img/navprev.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #E5E5E5;
}
.pcb_ph02:hover {
	background-color: #CCD2D7;
	color: white;
}
.pcb_ph03 {
	width: 30%;
	margin-left: 1.4%;
	text-align: center;
	font-size: 18px;
	/*line-height: 34px;*/
	margin-bottom: 10px;
	margin-right: 1.4%;
	height: 130px;
	display: block;
	border: 1px solid #A5A5A5;
	padding: 35px 0;
	background-image: url(img/navprev.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #E5E5E5;
}
.pcb_ph03:hover {
	background-color: #CCD2D7;
	color: white;
}
.pcb_ph04 {
	width: 30%;
	margin-left: 1.4%;
	text-align: center;
	font-size: 18px;
	/*line-height: 34px;*/
	margin-bottom: 10px;
	margin-right: 1.4%;
	height: 130px;
	display: block;
	border: 1px solid #A5A5A5;
	padding: 60px 0 10px;
	background-image: url(img/navprev.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #E5E5E5;
}
.pcb_ph04:hover {
	background-color: #CCD2D7;
	color: white;
}


.pcb_bom1 {
	width: 76%;
	text-align: center;
	font-size: 29px;
	line-height: 44px;
	margin-left: 12%;
	margin-right: 12%;
	margin-top: 0px;
	margin-bottom: 30px;
	position: relative;
	display: inline-block;
	text-decoration: none;
	color: #FFF;
	background: #1b6ea9;/*色*/
	border-radius: 8px;/*角の丸み*/
	box-shadow: inset 0 4px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
	font-weight: bold;
	border: solid 2px #083453;
	padding-top: 14px;
	padding-bottom: 14px;
}.square_btn:active {/*押したとき*/ box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
.pcb_bom1:hover {
    background: #20445d;
    color: white;
}
.pcb_bom1 a {
    color: white;
}
.tatoeba {
	text-align: left;
	font-size: 20px;
	line-height: 32px;
	margin-bottom: 0px;
	border-bottom: 1px dotted #727272;
	padding-bottom: 10px;
	padding-top: 8px;
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
	margin-top: 10px;
}
.kaiketu {
	text-align: center;
	font-size: 34px;
	line-height: 44px;
	padding-bottom: 13px;
	width: 88%;
	position: static;
	display: block;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	text-decoration: none;
	color: #FFF;
	background: #f93507;/*色*/
	border-radius: 4px;/*角の丸み*/
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
	font-weight: bold;
	float: left;
	margin-left: 4.5%;
	margin-right: 5%;
	margin-top: 40px;
	margin-bottom: 15px;
}
.pictxt33a {
	margin-top: 5px;
	font-size: 26px;
	padding-bottom: 0px;
	width: 72%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 13%;
	padding-right: 13%;
	line-height: 60px;
	color: #000000;
	text-align: left;
	padding-top: 0px;
	float: left;
	display: block;
}
.taitol_pcb {
	text-align: left;
	font-size: 22px;
	line-height: 40px;
	padding-top: 2px;
	width: 38%;
	margin-top: 10px;
	padding-left: 8px;
	padding-bottom: 4px;
	border-left: 4px solid #1b6ea9;
	margin-bottom: 10px;
}
.picker06 {
	text-align: center;
	margin-top: 30px;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	font-size: 24px;
	line-height: 40px;
	float: left;
	margin-bottom: 20px;
}
.picker061a {
	text-align: center;
	margin-top: 35px;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	font-size: 28px;
	line-height: 52px;
	float: left;
	margin-bottom: 35px;
	border-bottom: 2px dotted #A6A6A6;
	padding-bottom: 10px;
	font-weight: 700;
}
.picker061a h1 {
	font-size: 28px;
}
.picker11 {
	text-align: center;
	margin-top: 20px;
	float: left;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	font-size: 26px;
	line-height: 43px;
	display: block;
	margin-bottom: 30px;
	padding-top: 10px;
	padding-bottom: 12px;
	border-bottom: 1px solid #727272;
}
.qand_bu24 {
	font-size: 24px;
	line-height: 38px;
	color: #1B6EA9;
}
.qand_bu28 {
	font-size: 26px;
	line-height: 38px;
	color: #1B6EA9;
}
.nav {
	display: none;	
}
.nav2 {
	display: none;	
}
.nav3 {
	display: none;	;
	
}

.show_pc{
	display:none;
}


label {
  background: #DCDCDC;
  display: block;

	text-align: left;
	font-size: 20px;
	line-height: 32px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	padding-top: 8px;
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
	margin-top: 10px;

}

label:hover {
  opacity: 0.5;
}

input[type="checkbox"].on-off{
  display: none;
}

.pictxt33 ul {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pictxt33 li {
  padding: 5px;
  list-style: none;
  color: #505050;
  	padding-left: 2%;
	padding-right: 2%;
	margin-top: 10px;

}

input[type="checkbox"].on-off + .menu ul{
  height: 0;
  overflow: hidden;
}

input[type="checkbox"].on-off:checked + .menu ul{
  height: 200px;
}


}