@charset "utf-8";

/* Table Of Contents
----------------------------------------

# content
# leftSidebar

----------------------------------------*/


/* # content
---------------------------------------------------------------------------- */

div#content {
	float: right;
	padding: 0 15px 0 10px;
	width: 610px;
}

div#content p.sNav {
	background: #e8ecf1;
	font-size: 90%;
	padding: 3px 0px 0px 10px;
}

div#content p.lead {
	margin-top: 10px;
}

div#contentInner {
	color: #4f4f4f;
	width: 610px;
}

div#contentInner div#contentNav {
	padding: 14px 0;
}

div#contentInner div#contentNav li {
	float: left;
	width: auto;
}

div#contentInner div#contentNav li a {
	border-left: 1px solid #4f4f4f;
	color: #4f4f4f;
	font-weight: normal;
	padding: 0 8px;
	text-decoration: underline;
}

div#contentInner div#contentNav li.first a {
    border: none;
}

div#contentInner div#contentNav li a:hover {
	text-decoration: none;
}

/* # leftSidebar
---------------------------------------------------------------------------- */

div#leftSidebar {
	float: left;
	padding-left:15px;
	width: 250px;
}

div#leftSidebar p {
	padding-bottom: 20px;
}

div#leftSidebar div.bnrArea {
	position: relative;
	margin-bottom: 10px;
}

div#leftSidebar div.bnrArea img.bnrComment {
	left: -48px;
	position: absolute;
	top: 29px;
}

div#leftSidebar div.bnrArea img.bnrContact {
	left: 17px;
	position: absolute;
	top: 91px;
}

div#leftSidebar ul.subNav {
	background: #e8ecf1;
	padding: 8px;
}


/* # clearfix
---------------------------------------------------------------------------- */
div#contentInner div#contentNav {
	zoom: 1;
}

div#contentInner div#contentNav:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

/* # New css
---------------------------------------------------------------------------- */
.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.headline1 {
    margin-bottom: 15px;
    padding: 4px 15px 2px;
    background-color: #6B88AC;
    border-radius: 3px;
    font-size: 15px;
    line-height: 1.5;
    font-weight: bold;
    color: #FFF;
}

.ttlCmn {
    font-size: 14px;
    line-height: 1.4;
    font-weight: bold;
    color: #000;
}

.tag {
    width: 193px;
    padding: 2px 10px;
    font-size: 11px;
    line-height: 1.5;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    background-color: #464646;
    border-radius: 5px;
    box-sizing: border-box;
}

.sec {
    margin-bottom: 40px;
}

.wrap {
    padding: 0 10px;
}

.listCmn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -12px;
}

.listCmn > li {
    display: flex;
    flex-direction: column;
    position: relative;
    width: calc(50% - 6px);
    margin: 0 0 12px 0;
}

.listCmn .num {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    background-color: #6B88AC;
    color: #FFF;
    font-size: 19px;
    font-weight: 700;
    line-height: 1;

}

.listCmn .image {
    margin: 0;
    padding: 0;
}

.listCmn .image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.listCmn .box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    padding: 10px 10px;
    background-color: #F7F7F7;
}


.listCmn .ttlCmn {
    text-align: center;
}


.listCmn .text {
    margin-top: 6px;
}

.listCmn2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -12px;
}

.listCmn2 > li {
    display: flex;
    flex-direction: column;
    width: calc(50% - 36px);
    margin: 0 0 12px 0;
    padding: 15px 15px;
    background-color: #F7F7F7;
}

.listCmn2 .image {
    margin: 0 0 10px 0;
    height: 100px;
}

.listCmn2 .image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    mix-blend-mode: darken;
}

.listCmn2 .box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.listCmn2 .ttlCmn {
    margin-bottom: 10px;
}

.listCmn2 .tag {
    margin-bottom: 10px;
}

.listCmn2 .text {
    text-align: center;
}

.blockCost {
    margin-bottom: 10px;
    padding: 10px 10px;
    border: 1px solid #C3D3E0;
}

.blockCost .ttl {
    margin: 0 0 10px 0;
    padding: 10px 10px;
    background-color: #FCF3F2;
    color: #D75140;
    font-size: 18px;
    line-height: 1.4;
    font-weight: bold;
    text-align: center;
}

.blockCost .note {
    display: inline-block;
    font-size: 11px;
    font-weight: normal;
}

.listCmn3 {
    margin-bottom: 11px;
}

.listCmn3 > li {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.listCmn3 > li::after {
    position: absolute;
    bottom: 0;
    left: -5px;
    width: 100%;
    height: 1px;
    background: url(../images/bg_dot.png) repeat-x 0 0;
    background-size: auto 1px;
    content: '';
}

.listCmn3 > li:last-child {
    margin-bottom: 0;
}

.listCmn3 .txt1 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 30px;
    margin-right: 15px;
    font-size: 12px;
    line-height: 1.4;
    font-weight: bold;
    background-color: #F7F7F7;
    color: #4D80AD;
}

.listCmn3 .txt2 {
    font-size: 17px;
    line-height: 1.4;
    font-weight: bold;
    color: #4D80AD;
}

.listCmn3 .txt2 .sub {
    font-size: 12px;
}

.listNote > li {
    font-size: 11px;
    line-height: 1.4;
}

.blockSocial {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 10px 10px 10px;
    background-color: #F7F7F7;
}

.blockSocial .txt1 {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 1.3;
    text-align: center;
}

.blockSocial .headTxt {
    display: flex;
    align-items: baseline;
    justify-content: center;
    width: 100%;
    margin-bottom: 15px;
}

.blockSocial .txt1 .hightlight {
    font-weight: bold;
    color: #4D80AD;
}

.blockSocial .txt2 {
    margin-right: 5px;
    padding: 6px 7px 3px;
    background-color: #D75140;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.5px;
}

.blockSocial .txt3 {
    color: #000;
    font-size: 14px;
}


.blockSocial .groupImg {
    display: flex;
    justify-content: space-between;
    max-width: 310px;
    width: 100%;
    margin: 0 auto;
}

.blockSocial .image {
    width: calc(50% - 7px);
    margin: 0;
    padding: 0;
}

.blockSocial .image img {
    display: block;
}

.listCmn4 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    border-top: 1px solid #C3D3E0;
    border-left: 1px solid #C3D3E0;
    box-sizing: border-box;
}

.listCmn4 > li {
    position: relative;
    width: 50%;
    padding: 10px 10px 75px 10px;
    border-right: 1px solid #C3D3E0;
    border-bottom: 1px solid #C3D3E0;
    box-sizing: border-box;
}

.listCmn4 .head {
    margin-bottom: 15px;
}

.listCmn4 .image {
    margin: 0 auto;
    padding: 0;
}

.listCmn4 .image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.listCmn4 .ttl {
    margin-bottom: 7px;
    color: #4D80AD;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
}

.listCmn4 .btnCmn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
}

.btnCmn {
    display: inline-flex;
    justify-content: center;
    max-width: 150px;
    width: 100%;
    padding: 6px 5px 6px;
    border: 1px solid #E3E3E3;
    border-radius: 5px;
    background-image: linear-gradient(#F3F3F5, #D8D9DF);
    font-size: 12px;
    line-height: 1.4;
    font-weight: 400;
    text-decoration: none !important;
    box-sizing: border-box;
    color: #000;
    transition: 0.2s opacity;
}

.btnCmn:hover {
    opacity: 0.7;
}

.listCmn5 {
    box-sizing: border-box;
}

.listCmn5 > li {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 10px 10px;
    border-radius: 5px;
    background-color: #F7F7F7;
    box-sizing: border-box;
}

.listCmn5 > li::after {
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 10px solid #6B88AC;
    transform: translateX(-50%);
    content: '';
}

.listCmn5 > li:last-child {
    margin-bottom: 0;
}

.listCmn5 > li:last-child::after {
    display: none;
}

.listCmn5 .image {
    width: 190px;
    height: 74px;
    margin: 0;
    padding: 0;
}

.listCmn5 .image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    mix-blend-mode: darken;
}

.listCmn5 .box {
    width: calc(100% - 190px);
}

.listCmn5 .ttl {
    margin-bottom: 5px;
    color: #4D80AD;
    font-weight: bold;
    font-size: 14px;
}

.listQest {
    padding: 0 20px 0 8px;
}

.listQest > li:not(:last-child) {
    margin-bottom: 20px;
}

.listQest .ttl {
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.4;
    color: #000;
}

.listQest .box {
    display: flex;
    margin-left: 12px;
    padding: 10px 10px;
    background-color: #F7F7F7;
    box-sizing: border-box;
}

.listQest .char {
    width: 16px;
    color: #FF0000;
    font-size: 12px;
}

.listQest .text {
    width: calc(100% - 16px);
}

.groupSearch::after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

.search {
    background: url(../images/bg_searcharea.gif) no-repeat left top;
    display: inline;
    float: left;
    height: 54px;
    margin: 0 5px;
    padding: 10px 8px 15px 16px;
    width: 256px;
}

.search .title {
    margin: 0 0 9px 13px;
}

.search ul::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.search ul li {
    float: left;
    width: auto;
}

.search .button {
    padding-left: 7px;
}

.search input.text {
    background: url(../images/bg_input.gif) no-repeat left top #FFF;
    border: none;
    color: #4f4f4f;
    margin: 0 0 0 8px;
    height: 16px;
    padding: 8px 0 5px 9px;
    width: 151px;
}