/* ===================
イメージのハーフサイズ設定
===================*/
.half_001{
width: 399px;
height: auto;
}

.half_002{
width: 60px;
height: auto;
}

/* ===================*/



/*-------コンテンツ内設定-------*/
.m_title_wrp{
width: 100%;
background: #003893;
background: -moz-linear-gradient(left, #003893 0%, #003893 50%, #337cbc 51%, #337cbc 100%);
background: -webkit-linear-gradient(left, #003893 0%,#003893 50%,#337cbc 51%,#337cbc 100%);
background: linear-gradient(to right, #003893 0%,#003893 50%,#337cbc 51%,#337cbc 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003893', endColorstr='#337cbc',GradientType=1 );
}

h1{
width: 1100px;
height: 79px;
text-align: center;
font-size: 23px;
color: #fff;
letter-spacing: 0.3em;
background-image: url(../img/shared/main_title_bk.gif);
background-position: top center;
background-repeat: no-repeat;
background-size: cover;
margin: 0 auto;
padding-top: 25px;
}


.content{
width: 100%;
}

.top_area{
background-color: #abd0e7;
}

.top_area_in_wrp{
width: 1000px;
margin: 0 auto;
padding-top: 37px;
padding-bottom: 20px;
}

.top_area_in_wrp .l_r_wrp img{
display: block;
float: left;
margin-top: 40px;
}

.top_area_in_wrp .l_r_wrp .r_wrp{
display: block;
float: right;
}

.top_area_in_wrp h2{
font-size: 21px;
color: #005bab;
line-height: 2em;
margin-bottom: 30px;
}

.top_area table{
margin-bottom: 9px;
}

.top_area table:last-of-type{
margin-bottom: 0px;
}

.top_area table tr th{
color: #fff;
font-size: 15px;
background-color: #005bab;
padding:9px 12px;
}

.top_area table tr td a{
display: inline-block;
color: #005bab;
font-size: 15px;
background-color: #fff;
padding: 9px 20px;
border: #005bab solid 1px;
border-left: none;
}

.top_area table tr td a:hover{
background-color: #337cbc;
color: #fff;
-webkit-transition: all 0.3s;
-webkit-font-smoothing: antialiased;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
}

.top_area_in_wrp p:first-of-type{
font-size: 14px;
color: #c11920;
margin-top: 30px;
margin-bottom: 12px;
}

.top_area_in_wrp p:nth-of-type(2){
display: inline;
font-size: 12px;
color: #3e3a39;
padding-right: 1em;
}

.top_area_in_wrp p:nth-of-type(3){
display: inline;
font-size: 12px;
color: #3e3a39;
}

.area_wrp{
width: 1000px;
margin: 0 auto;
margin-bottom:60px;
}

.obi_title {
background-color: #4084c0;
border-radius: 6px;
color: #fff;
font-size: 24px;
padding: 9px 15px;
margin-top: 32px;
margin-bottom: 32px;
}

.area_wrp table{
width: 1000px;
margin-bottom: 18px;
}

.area_wrp table th{
width: 130px;
border: #4084c0 solid 1px;
color: #fff;
font-size: 17px;
vertical-align: middle;
letter-spacing: 0.2em;
background-color: #4084c0;
text-align: center;
}

.area_wrp table td{
border: #4084c0 solid 1px;
height: 208px;
}

.cell_01 a{
	text-decoration:underline;
	color: #005bab;
}

.cell_01{
width: 313px;
background-color: #c7dbed;
font-size: 17px;
color: #005bab;
line-height: 1.8;
padding-left: 25px;
vertical-align: middle;
}

.cell_02{
font-size: 15px;
line-height: 1.7;
color: #3e3a39;
padding-left: 35px;
padding-top: 20px;
padding-bottom: 22px;
vertical-align: top;
letter-spacing:0.05em;
}

.cell_02 a{
font-size: 15px;
line-height: 1.7;
color: #3e3a39;
cursor: text;
}

.cell_02 span{
font-size: 14px;
}

.color_box_wrp01{
margin-top: 10px;
margin-bottom: 8px;
}

.cell_02 div p{
float: left;
width: 160px;
font-size: 12px;
color: #fff;
padding: 6px 9px;
padding-bottom: 5px;
padding-right: 0;
line-height: 1;
letter-spacing: -0.05em;
border-radius: 3px;
margin-right: 8px;
}

.cell_02 div p:hover{
	cursor:pointer;
	opacity:0.5;
}

.sola{
background-color: #f9bb00;
}

.f{
background-color: #005bc0;
}

.sukutto{
background-color: #53b336;
}

.sola_cushion{
background-color: #009fe8;
}

.pla_cushion{
background-color: #001a92;
}

.wellp{
background-color: #eb6d5e;
}

.smile{
background-color: #f28f00;
}

.caresupport{
	background-color: #f39800;
}

.l{
	background-color: #00afec;
}

.sukutto_re{
	background-color: #00a73c;
}

.wellp_hc{
	background-color: #eb6d5e;
}

.indent{
	display:block;
	padding-left:5.5em;
	text-indent:-5.5em;
}



/*画面サイズ640px切り替え後の設定ーーーーーーーーーーーーーーー*/

@media only screen and (max-width:640px){
.spbr{
display: inline;
}

h1 {
    background-image: url("../img/shared/sp_main_title_bk_dwl.gif");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    font-size: 19px;
    height: inherit;
    letter-spacing: 0.3em;
    margin: 0 auto;
    padding-bottom: 15px;
    padding-top: 15px;
    text-align: center;
    width: 100%;
	line-height: 1.4;
}

.top_area_in_wrp {
    margin: 0 auto;
    padding-bottom: 20px;
    padding-top: 37px;
    width: 100%;
}

.top_area_in_wrp .l_r_wrp img {
    display: block;
    float: none;
	width: 80%;
	margin: 0 auto;
    margin-top: 20px;
}

.top_area_in_wrp .l_r_wrp .r_wrp {
    display: block;
    float: none;
	width: 90%;
	margin: 0 auto;
}

.top_area_in_wrp h2 {
    color: #005bab;
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 30px;
	margin-top: 30px;
}

.top_area table {
    margin-bottom: 20px;
	width: 100%;
}

.top_area table tr th {
display: block;
}

.top_area table tr td {
display: inline-block;
border-bottom: none;
padding-right: 10px;
padding-top: 20px;
}

.top_area table tr td:last-of-type {
border-bottom: none;
}

.top_area table tr td a {
    border: none;
    color: #005bab;
    display: inline-block;
    font-size: 15px;
    padding: 0px;
	width: inherit;
	background-color:transparent;
	padding-bottom: 2px;
	border-bottom: #005bab solid 1px;
}

.top_area_in_wrp p{
	width: 90%;
	text-indent: -1em;
	padding-left: 1em;
	margin: 0 auto;
}

.top_area_in_wrp p:nth-of-type(2) {
    color: #3e3a39;
    display: block;
    font-size: 12px;
    padding-right: 0em;
}

.top_area_in_wrp p:nth-of-type(3) {
    color: #3e3a39;
    display: block;
    font-size: 12px;
	margin-top: 10px;
}

.top_area_in_wrp p:first-of-type {
    color: #c11920;
    font-size: 14px;
	margin: 0 auto;
    margin-bottom: 12px;
    margin-top: 30px;
}

.obi_title {
    font-size: 20px;
}

.area_wrp {
    margin: 0 auto 60px;
    width: 90%;
}

.area_wrp table {
    margin-bottom: 18px;
    width: 100%;
}

.area_wrp table th {
    background-color: #4084c0;
    border: 1px solid #4084c0;
    color: #fff;
    font-size: 17px;
    letter-spacing: 0.2em;
    text-align: center;
    vertical-align: middle;
	display: block;
    width: 100%;
	padding: 10px 0;
}

.area_wrp table td {
    border: 1px solid #4084c0;
    height: inherit;
	display: block;
    width: 100%;
}

.cell_01 {
    background-color: #c7dbed;
    color: #005bab;
    font-size: 15px;
    line-height: 1.8;
    padding: 20px 15px;
    vertical-align: middle;
}

.cell_02 {
    color: #3e3a39;
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 1.7;
    padding: 20px 15px;
    vertical-align: top;
}

.cell_02 div p {
    border-radius: 3px;
    color: #fff;
    float: none;
    font-size: 12px;
    letter-spacing: -0.1em;
    line-height: 1;
    margin-right: 8px;
    padding: 6px 0 5px 9px;
    width: 160px;
	margin-bottom: 10px;
}

.cell_02 div p:first-of-type{
margin-top: 20px;
}

.cell_02 div p:last-of-type{
margin-bottom: 0;
}

.color_box_wrp02 p{
margin-top: 0!important;
}



















/*コピーライトエリア*/
.small_in_wrp {
    margin: 0 auto;
    padding: 23px 0px 30px;
    width: 95%;
}

.small_in_wrp .l_wrp {
    display: table;
    float: none;
}

.small_in_wrp .r_wrp {
    float: none;
}

.small_in_wrp .r_wrp p {
    color: #727171;
    font-size: 11px;
    padding-top: 10px;
	text-align: center;
}

.small_in_wrp .l_wrp p {
line-height: 1.4;
}

}/*レスポンシブ閉じタグ*/