@charset "utf-8";

/*
    全体 ----------------------------------------------------------------------
*/
.brpc {
	display:block;
}

.brsp {
	display:none;
}

#header {
	background-color:#e9e4d2;
	text-align:left;
	height:80px;
	padding:1.5%;
}

#header img {
width: 15%;
    margin-left: 3%;
    max-width: 140px;
    min-width: 120px;
    padding: 10px;
}

#header a {
text-decoration:none;
color: rgba(255, 0, 0, 1);
}

#content {
	width:100%;


}

#logo{
	width:120px;
	padding:30px 0 0 50px;
}

#title{
	width:560px;
	margin:0 auto;
	padding:20px 0 10px 0;
	border-bottom:solid 1px #995e41;
	color:#995e41;
	font-size:34px;
	font-weight:normal;
	text-align:center;

	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

#txt{
	width:80%;
	margin:20px auto 40px auto;
	font-size:120% !important;
	text-align:center;
	color:#666;
	line-height:1.5;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

#btn_set{
	width:80%;
	margin:0 auto;
}

/*レベスティブ*/
.sbs-fl {
display:flex;
width:70%;
margin:10% auto;
}
.sbs-fl-orange {
border:1px solid #f8971d;
border-radius:12px;
width:47%;
margin-right:3%;
background-color:#fef0dd;
text-align: center;
padding:25px;
}
.sbs-fl-green {
border:1px solid #028a5e;
border-radius:12px;
width:47%;
margin-left:3%;
background-color:#d9eee7;
text-align: center;
padding:25px;
}
.sbs-fl-orange p,
.sbs-fl-green p {
margin:24px auto;
text-align:center;
font-weight:bold;
font-size:1.2rem;
}

.sbs-fl-orange p{
color:#f8971d;
}
.sbs-fl-green p{
color:#028a5e;
}

.sbs-fl-orange .btn,
.sbs-fl-green .btn {
margin:12px auto;
display:block;
}
.sbs-fl-orange a:hover .btn,
.sbs-fl-green a:hover .btn{-ms-filter:alpha(opacity=60);filter:alpha(opacity=60);opacity:0.6;}

@media screen and (max-width: 767px) {
	.sp {
		display:none;
}
.brpc {
	display:none;
}

.brsp {
	display:block;
}

#content {
	width:100%;

}

#logo{
	width:80px;
	padding:20px 0 0 20px;
}

#title{
	width:94%;
	margin:0 auto;
	padding:40px 20px 5px 20px;
	border-bottom:solid 1px #FFF;
	font-size:24px;
	font-weight:normal;
	text-align:center;

	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

#txt{
	width:94%;
	margin:15px auto 30px auto;
	font-size:120% !important;
	text-align:center;

	line-height:1.8;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

#btn_set{
	width:100%;
	margin:0 auto;
}


/*レベスティブ*/
.sbs-fl {
display:block;
margin:5% auto;
}
.sbs-fl-orange {
border:2px solid #f8971d;
border-radius:12px;
/*width:100%;*/
margin:24px auto;
background-color:#fef0dd;
text-align: center;
padding:15px;
width:90%;
}
.sbs-fl-green {
border:2px solid #028a5e;
border-radius:12px;
/*width:100%;*/
margin:24px auto;
background-color:#d9eee7;
text-align: center;
padding:15px;
width:90%;
}
.sbs-fl-orange p,
.sbs-fl-green p {
margin:24px auto;
text-align:center;
font-weight:bold;
font-size:1.2rem;
}

.sbs-fl-orange p{
color:#f8971d;
width:100%;
display:block;
}
.sbs-fl-green p{
color:#028a5e;
width:100%;
display:block;
}

.sbs-fl-orange .btn,
.sbs-fl-green .btn {
margin:12px auto;
display:block;
}

}

/*
    foot ----------------------------------------------------------------------
*/
#foot_wrapper {
	width:100%;
	margin:0 auto;
padding-top:5%;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

#foot{
	width:1000px;
		border-top:1px solid #cccccc;
	margin:0 auto;
	padding:20px 0 30px 0;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

#foot_logo{
	float:right;
	width:260px;
/*	margin-right:-40px;*/
}

#foot_logo img{
width: 55%;
    margin-bottom: 20px;
    margin-top: 4px;

}

#foot_logo a{
text-decoration:none;
color: rgba(255, 0, 0, 1);
	font-size:93% !important;
}
#foot_copy{
	float:left;
	width:640px;
	font-size:93% !important;
	line-height:2.0;
	text-align:left;
}

@media screen and (max-width: 767px) {
#foot{
	width:100%;
	margin:0 auto;
	padding:0px;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

#foot #foot_copy a{
	width:100%;
	margin:0 auto;
	padding:5px 0px 5px 0px;;
	display:block;
	background-color:#cccccc;
	margin-bottom:1px;
	text-align:left;
	font-size:120%;
	text-decoration:none;
}
#foot #foot_copy a:before{
	content:"＞";
	color:#fff;
	font-weight:bold;
	padding-left:14px;
}

#foot_logo{
	float:none;
	width:100%;
	margin:20px auto 10px auto;
}

#foot_logo img{

	width:35%;

}

#foot_copy{
	float:none;
	width:100%;
	font-size:85% !important;
	line-height:2.0;
	text-align:center;
}
}

/*--Takeda テンプレート--------------------------------------------------*/
#Takeda-header {
	text-align: left;
	width: 100%;
    padding: 0;
    background: #fff;
    border-top: 1rem solid #ff0000;
    z-index: 8000;
    border-bottom: 1px solid #ccc;
}

.Takedacf:before,
.Takedacf:after{
    content: "";
    display: table;
}
.Takedacf:after{ clear: both; }
.Takedacf{ zoom: 1; } /* For IE 6/7 */

#Takeda-header img {
max-width:354px;
width:50%;

}

#Takeda-header ul.header__nav{
	display:table;
	float: right;
	padding:20px 20px 10px 10px;
	font-size:0.9rem;

}
#Takeda-header ul.header__nav li{
	display:table-cell;
}

#Takeda-header a,
#Takeda-footer a{
	text-decoration:none;
	color:#333;

}

#Takeda-header ul.header__nav li:before{
	content:"> ";
	color:#ff0000;
	font-weight:bold;
	padding-left:8px;
	vertical-align: top;
}




#Takeda-footer {
    display: block;
    border-left: solid 17px #f00;

overflow: hidden;

}



#Takeda-footer .footer__inner {
    width: 95%;
    margin: 0 auto;
    padding: 2.5% 14px;

}





#Takeda-footer .footer__nav__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    zoom: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#Takeda-footer .footer__nav__list {

		width:100%;
	list-style: none;
	    display: table;
    padding-left: 1%;
    font-weight: 600;
	font-size:1.0rem;
		text-align: left;
}

#Takeda-footer .footer__nav__item:not(:last-child) {
    float: left;
    margin-right: 9px;
    padding-right: 10px;
    border-right: 1px solid #222;
}

#Takeda-sp-link {
	display: none;
	position: relative;
	overflow: hidden;
	width: 100%;
}

p.copyright{
    margin: 3em 0 0 0;
    display: table;
    padding-left: 1%;
    font-weight: 600;
    font-size: 1.0rem;
    width:100%;
}

@media screen and (max-width:800px) {
	#Takeda-header ul.header__nav {
	display:none;


	}

	#Takeda-sp-link {
	display: block;

}
#Takeda-sp-link ul {
	float: left;
	left: 50%;
	position: relative;
	width: 100%;
	padding: 0;
}
#Takeda-sp-link ul li {
	float: left;
	left: -50%;
	position: relative;
	width: 50%;
	text-align: center;
	border-top: 1px solid #CCC;
	list-style: none;
}
#Takeda-sp-link ul li:nth-child(3), #Takeda-sp-link ul li:nth-child(4) {
	border-bottom: 1px solid #CCC;
}
#Takeda-sp-link ul li a {
	display: block;
	padding: 10px 0;
	color: #000;
	font-size: 100%;
	text-decoration: none;
}
#Takeda-sp-link ul li:nth-child(odd) a {
	border-right: 1px solid #CCC;
}


#Takeda-footer .footer__nav__list {

	font-size:0.8rem;

}

#Takeda-footer .copyright {
			font-size:0.8rem;

	}
}
/*--Takeda テンプレート--------------------------------------------------*/
