/* *******************************************************************************
 1. common
 ├ 1-1. float
 ├ 1-2. margin
 ├ 1-3. padding
 ├ 1-4. text-align
 ├ 1-5. bold
 ├ 1-6. ph
 ├ 1-7. pc sp change
 ├ 1-8. image layout
 ├ 1-9. image decoration
 ├ 1-10. rollover(Transmission)
 ├ 1-11. other
 │ ├ 1-11-1. before after
 │ ├ 1-11-2. list
 │ ├ 1-11-3. flow
 │ └ 1-11-4. qa
 └ 1-12. table
    ├ 1-12-1. default
    ├ 1-12-2. table01
    ├ 1-12-3. table02 
    └ 1-12-4. hours 
 2. header
 3. nav
 4. mainimage
 ├ 4-1. top 
 └ 4-2. under
 5. footer
 6. content
 ├ 6-1. title
 ├ 6-2. top
 ├ 6-3. under 
 ├ 6-4. map 
 ├ 6-5. tel
 └ 6-6. other
 7. full content
 8. blog
 ├ 8-1. img
 ├ 8-2. side list
 ├ 8-3. writer 
 └ 8-4. sns 
 9. tel link
 ├ 9-1. content text link
 ├ 9-2. tel link
 └ 9-3. side link
 10. hikoukai
******************************************************************************* */
/* =====================================
 1. common
===================================== */
/* 1-1. float -------------------------- */
.fl { float: left;}
.fr { float: right;}

/* 1-2. margin -------------------------- */
.m00 { margin: 0 !important;}
.m05 { margin: 5px !important;}
.m10 { margin: 10px !important;}
.m15 { margin: 15px !important;}
.m20 { margin: 20px !important;}
.m25 { margin: 25px !important;}
.m30 { margin: 30px !important;}
.m35 { margin: 35px !important;}
.m40 { margin: 40px !important;}
.m45 { margin: 45px !important;}
.m50 { margin: 50px !important;}

.mt00 { margin-top: 0 !important;}
.mt05 { margin-top: 5px !important;}
.mt10 { margin-top: 10px !important;}
.mt15 { margin-top: 15px !important;}
.mt20 { margin-top: 20px !important;}
.mt25 { margin-top: 25px !important;}
.mt30 { margin-top: 30px !important;}
.mt35 { margin-top: 35px !important;}
.mt40 { margin-top: 40px !important;}
.mt45 { margin-top: 45px !important;}
.mt50 { margin-top: 50px !important;}

.mr00 { margin-right: 0 !important;}
.mr05 { margin-right: 5px !important;}
.mr10 { margin-right: 10px !important;}
.mr15 { margin-right: 15px !important;}
.mr20 { margin-right: 20px !important;}
.mr25 { margin-right: 25px !important;}
.mr30 { margin-right: 30px !important;}
.mr35 { margin-right: 35px !important;}
.mr40 { margin-right: 40px !important;}
.mr45 { margin-right: 45px !important;}
.mr50 { margin-right: 50px !important;}

.mb00 { margin-bottom: 0 !important;}
.mb05 { margin-bottom: 5px !important;}
.mb10 { margin-bottom: 10px !important;}
.mb15 { margin-bottom: 15px !important;}
.mb20 { margin-bottom: 20px !important;}
.mb25 { margin-bottom: 25px !important;}
.mb30 { margin-bottom: 30px !important;}
.mb35 { margin-bottom: 35px !important;}
.mb40 { margin-bottom: 40px !important;}
.mb45 { margin-bottom: 45px !important;}
.mb50 { margin-bottom: 50px !important;}

.ml00 { margin-left: 0 !important;}
.ml05 { margin-left: 5px !important;}
.ml10 { margin-left: 10px !important;}
.ml15 { margin-left: 15px !important;}
.ml20 { margin-left: 20px !important;}
.ml25 { margin-left: 25px !important;}
.ml30 { margin-left: 30px !important;}
.ml35 { margin-left: 35px !important;}
.ml40 { margin-left: 40px !important;}
.ml45 { margin-left: 45px !important;}
.ml50 { margin-left: 50px !important;}

/* 1-3. padding -------------------------- */
.pa00 { padding: 0 !important;}
.pa05 { padding: 5px !important;}
.pa10 { padding: 10px !important;}
.pa15 { padding: 15px !important;}
.pa20 { padding: 20px !important;}
.pa25 { padding: 25px !important;}
.pa30 { padding: 30px !important;}
.pa35 { padding: 35px !important;}
.pa40 { padding: 40px !important;}
.pa45 { padding: 45px !important;}
.pa50 { padding: 50px !important;}

.pt00 { padding-top: 0 !important;}
.pt05 { padding-top: 5px !important;}
.pt10 { padding-top: 10px !important;}
.pt15 { padding-top: 15px !important;}
.pt20 { padding-top: 20px !important;}
.pt25 { padding-top: 25px !important;}
.pt30 { padding-top: 30px !important;}
.pt35 { padding-top: 35px !important;}
.pt40 { padding-top: 40px !important;}
.pt45 { padding-top: 45px !important;}
.pt50 { padding-top: 50px !important;}

.pr00 { padding-right: 0 !important;}
.pr05 { padding-right: 5px !important;}
.pr10 { padding-right: 10px !important;}
.pr15 { padding-right: 15px !important;}
.pr20 { padding-right: 20px !important;}
.pr25 { padding-right: 25px !important;}
.pr30 { padding-right: 30px !important;}
.pr35 { padding-right: 35px !important;}
.pr40 { padding-right: 40px !important;}
.pr45 { padding-right: 45px !important;}
.pr50 { padding-right: 50px !important;}

.pb00 { padding-bottom: 0 !important;}
.pb05 { padding-bottom: 5px !important;}
.pb10 { padding-bottom: 10px !important;}
.pb15 { padding-bottom: 15px !important;}
.pb20 { padding-bottom: 20px !important;}
.pb25 { padding-bottom: 25px !important;}
.pb30 { padding-bottom: 30px !important;}
.pb35 { padding-bottom: 35px !important;}
.pb40 { padding-bottom: 40px !important;}
.pb45 { padding-bottom: 45px !important;}
.pb50 { padding-bottom: 50px !important;}

.pl00 { padding-left: 0 !important;}
.pl05 { padding-left: 5px !important;}
.pl10 { padding-left: 10px !important;}
.pl15 { padding-left: 15px !important;}
.pl20 { padding-left: 20px !important;}
.pl25 { padding-left: 25px !important;}
.pl30 { padding-left: 30px !important;}
.pl35 { padding-left: 35px !important;}
.pl40 { padding-left: 40px !important;}
.pl45 { padding-left: 45px !important;}
.pl50 { padding-left: 50px !important;}

/* 1-4. text-align -------------------------- */
.tal { text-align:left;}
.tac { text-align:center;}
.tar { text-align:right;}

/* 1-5. bold -------------------------- */
.bold { font-weight: bold;}

/* 1-6. ph -------------------------- */
.ph {
    display: inline-block;
    border: 1px solid #e3e3e3;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.ph img {
	width: 100%;
}

/* 1-7. pc sp change -------------------------- */
.pc {
	display: block !important;
}
.sp {
	display: none !important;
}
@media screen and (max-width: 767px) {
.pc {
	display: none !important;
}
.sp {
	display: block !important;
}
}
/* 1-8. image layout -------------------------- */
/** 基本設定 **/
/* right 
.b_11_2_in span img,
.b_11 .b_11_in span img {
	float: right;
	margin: 0 0 20px 20px;
}*/
/** 個別設定 **/
/* left */
.img_l span img {
    float: left !important;
	margin: 0 20px 20px 0 !important;
}
/* right */
.img_r span img {
    float: right !important;
	margin: 0 0 20px 20px !important;
}
/* 1-9. image decoration -------------------------- */
/* Round */
.image img,
.text_image img,
.gnv_tmp_style img {
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
/* 1-10. rollover(Transmission) -------------------------- */
.rollover a img:hover,
.rollover span a img:hover,
.rollover .img_r span a img:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

/* =====================================
 1-11. other
===================================== */
/* 1-11-1. before after -------------------------- */
.ba_box {
	background: url(/asset/ba_ar.png) no-repeat 49% 55%;
	display: table;
	width: 100%;
}
.ba_box div.column_l,
.ba_box div.column_r {
	display: table-cell;
	width: 30%;
}
.ba_box div.column_l span,
.ba_box div.column_r span {
	width: 100%;
}
.ba_box div.column_l p,
.ba_box div.column_r p,
.ba_box div.column_l span img,
.ba_box div.column_r span img {
	width: 95% !important;
	margin: 0 auto !important;
}
.ba_box .column_r, .ba_box .column_l {
	text-align: center;
	color: #B69440;
    font-size: 120%;
    font-weight: bold;
}
.ba_box .column_r span {
	text-align: right;
}
@media screen and (max-width: 767px) {
.ba_box {
	background: url(/asset/ba_ar_sp.png) no-repeat center 50%;
	margin: 0 auto 5em !important;
}
.ba_box div.column_l,
.ba_box div.column_r {
	width: 100% !important;
	display: block !important;
}
.ba_box .column_l {
	margin-bottom: 2em!important;
}
.ba_box .column_r span {
	text-align: center;
}
}
/* 1-11-2. list -------------------------- */
/* list 01 */
.ic_01 {
	width: 100%;
}
.ic_01 .clearfix {
	padding: 5px 5px 5px 25px;
}
.ic_01 span {
	position: relative;
	line-height: 1;
}
.ic_01 span:before {
	content: "";
	position: absolute;
	background: #000;
	top: 10px;
	left: -16px;
	margin-top: -4px;
	height: 7px;
	width: 7px;
	border-radius: 50%;
	
}
/* ul */
.ic_01 ul {
	margin: 25px;
}
.ic_01 li {
	position: relative;
	padding: 5px 5px 5px 0;
}
.ic_01 li:before {
	content: "";
	position: absolute;
	background: #000;
	top: 10px;
	left: -16px;
	margin-top :0px;
	height: 7px;
	width: 7px;
	border-radius: 50%;
}
/* list 02 */
.ic_02 .clearfix {
	padding: 5px 5px 5px 35px;
}
.ic_02 .clearfix span {
	position: relative;
	line-height: 1;
}
.ic_02 span:before{
    content:"\00a0";
    display: block;
    border: solid 9px #000;
    height: 0;
    width: 0;
    position: absolute;
    left: -29px;
    top: 10px;
    margin-top: -8px;
} 
.ic_02 span:after{
    content:"\00a0";
    display:block;
    width: 4px;
    height: 7px; 
    border: solid #fff;
    border-width: 0 2px 2px 0;
    position:absolute;
    left: -23px;
    top: 10px;
    margin-top: -4px;  
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* ul */
.ic_02 ul {
	margin: 35px;
}
.ic_02 li {
	position: relative;
	padding: 5px 5px 5px 0;
}
.ic_02 li:before {
    content:"\00a0";
    display: block;
    border: solid 9px #000;
    height: 0;
    width: 0;
    position: absolute;
    left: -29px;
    top: 10px;
	margin-top: -4px;
}
.ic_02 li:after{
    content:"\00a0";
    display:block;
    width: 4px;
    height: 7px; 
    border: solid #fff;
    border-width: 0 2px 2px 0;
    position:absolute;
    left: -23px;
    top: 10px;
    margin-top: 0;  
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* arrow list 01 */
.ic_arrow_01 div {
	padding: 5px 5px 5px 25px;
}
.ic_arrow_01 span {
	position: relative;
}
.ic_arrow_01 span:before {
	display: block;
	content: "";
	position: absolute;
	left: -15px;
	width: 0;
	height: 0;
	margin-top: 6px;
	border: 5px solid transparent;
	border-left: 5px solid #000;
}
.ic_arrow_01 span:hover:before {
	left: -12px;
}
/* ul */
.ic_arrow_01 ul {
	margin: 25px;
}
.ic_arrow_01 li {
	position: relative;
	padding: 5px 5px 5px 0;
}
.ic_arrow_01 li:before {
	display: block;
	content: "";
	position: absolute;
    top: 10px;
	left: -15px;
	width: 0;
	height: 0;
	margin-top: -1px;
	border: 5px solid transparent;
	border-left: 5px solid #000;
}
/* arrow list 02 */
.ic_arrow_02 .clearfix {
	padding: 5px 5px 5px 30px;
}
.ic_arrow_02 span {
	position: relative;
}
.ic_arrow_02 span:before {
	display: block;
	content: "";
	position: absolute;
    top: 10px;
	left: -25px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	border-radius: 50%;
	background: #999;
}
.ic_arrow_02 span:after {
	display: block;
	content: "";
	position: absolute;
    top: 10px;
	left: -19px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 5px solid transparent;
	border-left: 5px solid #fff;
}
.ic_arrow_02 span:hover:before {
	left: -22px;
}
.ic_arrow_02 span:hover:after {
	left: -16px;
}
/* ul */
.ic_arrow_02 ul {
	margin: 30px;
}
.ic_arrow_02 li {
	position: relative;
	padding: 5px 5px 5px 0;
}
.ic_arrow_02 li:before {
	display: block;
	content: "";
	position: absolute;
    top: 10px;
	left: -25px;
	width: 16px;
	height: 16px;
	margin-top: -4px;
	border-radius: 50%;
	background: #999;
}
.ic_arrow_02 li:after {
	display: block;
	content: "";
	position: absolute;
    top: 10px;
	left: -19px;
	width: 0;
	height: 0;
	margin-top: -1px;
	border: 5px solid transparent;
	border-left: 5px solid #fff;
}
.ic_arrow_02 li:hover:before {
	left: -22px;
}
.ic_arrow_02 li:hover:after {
	left: -16px;
}
/* 1-11-3. flow -------------------------- */
img.gnv_tmp_flow_arrow_01,
img.gnv_tmp_flow_arrow_02 {
	margin: 10px auto 0;
}
.flow.b_11 .b_11_in span img {
    width: 30% !important;
    float: left !important;
}
@media screen and (max-width: 767px) {
.flow.b_11 .b_11_in span img {
    width: 100% !important;
    float: none !important;
}
}
/* 1-11-4. qa -------------------------- */
.gnv_tmp_qa_q {
	border-left: 3px solid #333;
	margin-bottom: 10px;
	padding: 10px;
	display: table;
}
.gnv_tmp_qa_q span.tit {
	font-size: 200%;
	font-weight: bold;
	color: #333;
	padding-right: 20px;
	display: table-cell;
	width: 30px;
}
.gnv_tmp_qa_a {
	border-left: 3px solid #ccc;
	margin-bottom: 10px;
	padding: 10px;
	display: table;
}
.gnv_tmp_qa_a span.tit {
	font-size: 200%;
	font-weight: bold;
	color: #ccc;
	padding-right: 20px;
	display: table-cell;
	width: 30px;
}
.gnv_tmp_qa_a p,
.gnv_tmp_qa_q p {
	display: table-cell;
	width: 100%;
	vertical-align: top;
}

/* =====================================
 1-12. table
===================================== */
/* 1-12-1. default -------------------------- */
.b_06 table td,
.b_06 table th {
    border: 1px solid #ccc;
    padding: 5px !important;
}
.b_06_item {
    background: none repeat scroll 0 0 #eee;
    width: 30%;
}
/* 1-12-2. table01 -------------------------- */
table.gnv_tmp_table01 {
	margin-bottom: 1.5em;
}
table.gnv_tmp_table01 th,
table.gnv_tmp_table01 td {
    text-align: left;
}
table.gnv_tmp_table01 {
    background: #fff;
	width: 100%;
}
table.gnv_tmp_table01 thead th {
    background: #ddd;
    border-top: 1px dotted #ccc;
}
table.gnv_tmp_table01 th {
    background: #efefef;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
}
table.gnv_tmp_table01 td {
    background: #fff;
    border-bottom: 1px dotted #ccc;
    border-top: 1px dotted #ccc;
}
/* 1-12-3. table02 -------------------------- */
table.gnv_tmp_table02 {
	margin-bottom: 1.5em;
}
table.gnv_tmp_table02 th,
table.gnv_tmp_table02 td {
    padding: 5px;
    text-align: left;
}
table.gnv_tmp_table02 {
	width: 100%;
}
table.gnv_tmp_table02 thead th {
    background: #efefef;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
table.gnv_tmp_table02 th {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
table.gnv_tmp_table02 td {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
/* 1-12-4. hours -------------------------- */
table.gnv_tmp_hours th,
table.gnv_tmp_hours td {
	text-align: center;
}

table.gnv_tmp_hours tbody th {
	width: 20%;
}


/*th {
    padding: 0px !important;
}*/
@media screen and (max-width: 767px) {
table.gnv_tmp_hours th,
table.gnv_tmp_hours td {
	font-size: 70%;
}
}

/* =====================================
 2. header
===================================== */

/* =====================================
 3. nav
===================================== */
#notfoundBody nav,
#sitemapBody nav,
#newsList nav,
#websiteNewsDetail nav  {
	margin-bottom: 20px;
}
#inquiryBody nav {
	display:none;
}
/* 12-1. global nav -------------------------- */
.sf-menu a.sf-with-ul:before {
    background: none;
}
/* 12-2. sub nav -------------------------- */
.sf-menu ul {
	padding: 10px 0;
	width: 115px;
}
.sf-menu ul li {
	padding: 5px 10px;

}
.sf-menu ul li a {
	line-height: 1.2;

}
.sf-menu ul li a:hover{
        color:#004193;
}

/* =====================================
 4. mainimage
===================================== */
/* 4-1. top -------------------------- */
/* slider default hidden */
#camera_wrap {
	display:none!important;
}
/* image size fixed */
#mainimage .main_content {
    background: url(/asset/topimage.png) no-repeat top center;
	height: 500px;
}
.appbnr{
   padding:0!important;
}
.appbnr img{
    display:none;
}
@media screen and (max-width: 767px) {
#mainimage .main_content {
	background: none;
	height: auto;
}
.appbnr{
margin:0 auto !important;
max-width: 85%;
padding:0 0 54px!important;
}
.appbnr img{
    display:inline-block;
    width:48.5%;
}
}
/* 4-2. under -------------------------- */
.under #mainimage .under_mainimage {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #f4f4f4;
	padding: 20px 0;
    line-height:1.2 !important;
}
#notfoundBody #mainimage,
#sitemapBody #mainimage,
#newsList #mainimage,
#websiteNewsDetail #mainimage,
#inquiryBody #mainimage {
	display: none;
}


.under #mainimage .under_mainimage h2 span {
	margin-bottom: 0;
}

/* =====================================
 5. footer
===================================== */
#footer {
    margin-top: 50px;
}
#footer img {
    width:auto;
}
#footer .footerLink {
    list-style: outside none none;
    margin: 10px 0;
}
#footer .footerLink li {
    display: inline;
}

/* =====================================
 6. content
===================================== */
#content {
	text-align: left;
	line-height: 1.8;
    word-wrap: break-word;
}
#content p {
	line-height: 1.8;
	margin-bottom: 0;
}
/* 6-1. title -------------------------- */
.under h2 {
	color: #000;
	text-align: center;
}
.under h2 span {
	color: #999;
	font-size: 70%;
}
h2.titleBg {
	text-align: left;
}
#content h4 {
    line-height:1.2 !important;
}
#content h3 {
    line-height:1.2 !important;
    margin-top: 50px;
}
#content h5 {
	font-weight: bold !important;
	border-bottom: 1px solid #d3d3d3;
    margin-bottom: 15px;
    padding-bottom: 8px;
}
#content .block3 h5,
#content .block4 h5,
#content .block5 h5,
#content .block1 h5 {
    overflow: hidden;
	font-size: 14px;
}
/* 6-2. top -------------------------- */
/* balloon */
.div1 {
	font-size: 30px;
}
.div1:before{
    background: none;
}
.div1:after {
    content: '';
    position: absolute;
    border-top: 22px solid #00bff3;
    border-right: 0px solid transparent;
    border-left: 25px solid transparent;
    bottom: -19px;
    left: 35%;
}
/* 3color */
.item {
    height: 380px !important;
}
.item h4 {
    line-height: 1;
}
.mrg12 img {
    width:100% !important;
}
.img1 {
    width: 32%;
}
/* 6-3. under -------------------------- */
.block2 {
    height: auto !important;
}
.div6 {
    background: url(/asset/block1_div6.png) no-repeat;
}
.div3 {
    background: url(/asset/block3_div3.png) no-repeat;
}
.div4 {
    background: url(/asset/block4_div4.png) no-repeat;
}
.div5 {
    background: url(/asset/block5_div5.png) no-repeat;
}
.box_inner figure img {
	width: 100% !important;
}
/* link */
.a13 {
    background: url(/asset/ic_01.png) no-repeat;
    text-indent: -9999px;
	margin-bottom: 0;
}
/* list */
.list {
	padding-right: 15px;
}
.list li:hover {
    background: url(/asset/ic_02.png) no-repeat 0 50%;
}
.list li {
	padding-left: 17px;
	margin-bottom: 20px;
}
.list a {
	line-height: 18px;
}
@media screen and (max-width: 767px) {
.list {
	padding-right: 0;
}
.list li:hover {
    background: url(/asset/ic_02.png) no-repeat 0 10%;
}
.list a {
	line-height: 18px !important;
}
.b_11_in:last-child {
    margin: 0 0 1em;
}
}
/* 6-4. map -------------------------- */
.gnv_tmp_map {
  position: relative;
  width: 100%;
  padding-top: 55%;
}
.gnv_tmp_map iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (max-width: 767px) {
.gnv_tmp_map {
  padding-top: 70%;
}
.gnv_tmp_map iframe {
  right: 10%;
  width: 80% !important;
}
}
/* 6-5. tel -------------------------- */
.tel_txt a {
    cursor: text;
}
.tel_txt a:hover {
    text-decoration: none;
}

@media screen and (max-width: 767px) {
.tel_txt a,
.tel_txt a:hover {
    text-decoration: underline;
}
}
/* 6-6. other-------------------------- */
/* column2 column margin */
.b_10.b_10_column2 div.column_l {
	padding-right: 10px;
}
.b_10.b_10_column2 div.column_r {
	padding-left: 10px;
}
/* box color */
.bc01 {
	background: #e8daca;
	padding: 20px 15px;
}
.bc02 {
	background: #cf9e64;
	padding: 20px 15px;
}
.bc03 {
	background: #b09371;
	padding: 20px 15px;
}
.bc04 {
	background: #635545;
	padding: 20px 15px;
}
.bc01 img,
.bc02 img,
.bc03 img,
.bc04 img {
	width: 100% !important;
}
/* w960 */
.w960 {
	max-width:960px;
	margin:0 auto;
	padding:0 10px;
}

/* =====================================
 7. full content
===================================== */
.full #content .container_12 {
    width: 100% !important;
}
.full .bg1 {
    border:none !important;
    margin: 0 !important;
    padding: 2em 0 !important;
}
.full .div1 {
	margin-top: 0;
}
.full p,
.full .block6,
.full .list {
    margin-bottom: 0;
}
.full .block2 {
    margin-top: 0;
}
.full #content .block4,
.full #content .block5 {
	margin-bottom: 0;
}
.full .b_01,
.full .b_02,
.full .b_04_2,
.full .b_09,
.full .b_10,
.full .b_11,
.full .b_10 .grid_12,
.full .b_11 .grid_12 {
    margin: 2.5em auto !important;
}
.full .grid_12 {
    margin: 0 auto !important;
    padding: 0 !important;
    position: relative !important;
    width: 960px !important;
    float: none;
    display: block;
}
.full .grid_12 .grid_1 {
    width: 60px !important;
}
@media screen and (min-width: 768px) and (max-width: 995px) {
.full .grid_12 {
    width: 96% !important;
    max-width: 768px !important;
}
.full .grid_12 .grid_1 {
    width: 44px !important;
}
.full .grid_12 .grid_2 {
    width: 108px !important;
}
.full .grid_12 .grid_3 {
    width: 172px !important;
}
.full .grid_12 .grid_4 {
    width: 236px !important;
}
.full .grid_12 .grid_5 {
    width: 300px !important;
}
.full .grid_12 .grid_6 {
    width: 364px !important;
}
.full .grid_12 .grid_7 {
    width: 428px !important;
}
.full .grid_12 .grid_8 {
    width: 492px !important;
}
.full .grid_12 .grid_9 {
    width: 556px !important;
}
.full .grid_12 .grid_10 {
    width: 620px !important;
}
.full .grid_12 .grid_11 {
    width: 684px !important;
}
.full .grid_12 .grid_12 {
    width: 748px !important;
}
}
@media screen and (max-width: 767px) {
.full .grid_12 {
    width: 300px !important;
}
.full #content .block1,
.full #content .block3 {
	margin-bottom: 0;
}
}
@media screen and (min-width: 480px) and (max-width: 767px) {
.full .grid_12 {
    width: 420px !important;
}
.full .block6 {
	margin-bottom: 20px;
}
}
@media screen and (max-width: 767px) {
.full .block6 {
	margin-bottom: 20px;
}
.full .grid_2,
.full .grid_3,
.full .grid_4,
.full .grid_5,
.full .grid_6,
.full .grid_7,
.full .grid_8,
.full .grid_9,
.full .grid_10,
.full .grid_11,
.full .grid_12 {
	margin-bottom: 20px;
}
}
.full .grid_12:after {
    clear: both !important;
    content: " " !important;
    display: block !important;
    height: 0 !important;
    visibility: hidden !important;
}
.w100,
.w100 img {
	width: 100%;
}

/* =====================================
 8. blog
===================================== */
.Individual .blogcontent {
	margin-top: 56px;
}
.blog h3.entry-title {
	font-size: 24px;
    text-align: left;
    text-transform: uppercase;
	margin: 10px 0 20px !important;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    width: 100%;
}
/* 8-1. img -------------------------- */
.blogArea img {
	margin-bottom: 10px;
}
.blogArea img.icon_imgs {
	margin-bottom: 0;
}
/* 8-2. side list -------------------------- */
.blogside h3 {
    text-transform: uppercase;
    padding: 5px 0 3px 0;
	margin-top: 0;
    width: 100%;
	text-align: center;
	background: #efefef;
	font-size: 14px;
}
.blogside .list li {
    background: url(/static.plimo.com/static/type5/images/marker1.png) no-repeat scroll 0 16px rgba(0, 0, 0, 0);
    padding-left: 13px;
    text-align: left;
}
.blogside .list a {
    word-wrap: break-word;
}
.blogside li:before {
    color: #14408c;
    content: "・";
    font-size: 100%;
    padding-right: 0.4em;
}
input[type="text"]{
	border: 1px solid rgb(204, 204, 204);
    border-radius: 3px;
	padding: 2px;
    border-radius: 0;
	margin-bottom: 5px;
}
#blogBody input[type="text"]{
	width: 98%;
}
.blog_search_submit {
	text-align: center;
	width: 98%;
	display: block;
}
.blog_search_submit input {
	padding: 0 5px;
}
/* 8-3. writer -------------------------- */
.blog #content .contributor {
    color: #999;
    font-size: 85%;
    margin: 3em 0 0.5em;
    text-align: right;
}
/* 8-4. sns -------------------------- */
.blog #content .shareBt {
    text-align: right;
}
.blog .shareBt .fb_iframe_widget {
    margin-right: 5px;
}
.blog .shareBt .twitter-tweet-button {
    text-align: right;
    vertical-align: middle;
    width: 90px !important;
}
.lineBt img {
	margin-top: 5px;
    width: auto;
}
/* =====================================
 9. link
===================================== */
/* 9-1. content text link -------------------------- */
.link a:link    { text-decoration: underline; }

/* 9-2. tel link -------------------------- */
a[href^="tel:"] {
	pointer-events: none;
	cursor:text;
}

@media screen and (max-width: 767px) {
a[href^="tel:"] {
	pointer-events: auto;
	cursor:pointer;
}
}

/* 9-3. side link -------------------------- */
#sidecontact{
  display: block;
  position: fixed;
  top: 30%;
  z-index: 1000;
}
#sidecontact.rightContent{
  right:0;
}
@media screen and (max-width: 767px) {
  #sidecontact{
    display: none;
  }
}
#notfoundBody form input[type="text"]{
	width:50%;
}
/* =====================================
 10. hikoukai
===================================== */
.hikoukai {
	display: none !important;
}
#drag-temp-pre-content .parts.hikoukai {
	display: block !important;
	border: 5px solid #777;
	background: #555;
	padding: 20px 0;
}


/* --
============================================================================

addStyle

============================================================================
-- */


body{
	background:#ffffff;
	color:#333333;
	min-width:0;
	width:100%;
}

a:hover{
	opacity:0.8;
}

h1,h2,h3,h4,h5,h6{
	font-family:"じゅん 34","Jun 34","メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", sans-serif;
	box-sizing:border-box;
}

.page_title{
	width:100%;
}
.page_title h2,
#sitemap h2{
	width:100%;
	text-align:center;
	font-size:34px;
	color:#004193;
	padding:39px 1em 32px!important;;
	background:#fffff7;
	border:0;
	font-family:"じゅん 501","Jun 501","メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

.gnv_tmp_h3_bg{
	background:none;
	padding:0;
	margin:0;
}
#content h3,
h3{
	font-family:"じゅん 501","Jun 501","メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", sans-serif;
	width:100%;
	text-align:center;
	border:0!important;
	padding:0 0 19px 0px!important;
	position:relative;
	font-size:30px;
	line-height:1.5em;
	color:#004193!important;
	background:url('/asset/bg_h3.png') no-repeat center bottom;;
	margin-top:20px!important;
	margin-bottom:27px;
	display:block;
	/*overflow:hidden;*/
}

.blogside h3{
	text-align:left;
}
.blogside h3:before{
	top:1px;
}
.gnv_tmp_h4_bg{
	padding:0;
	margin:0;
	border:0;
}
.gnv_tmp_h4_bg:before{
	display:none;
}
h4{
	width:100%;
	text-align:left;
	border-left:solid 10px #1791ef;
	padding:11px 20px!important;
	position:relative;
	font-size:24px;
	line-height:1.5em;
	color:#1791ef!important;
	background:#edf9ff;
	border-radius:5px;
	text-shadow:none;
	margin-bottom:27px;
	display:block;
	overflow:hidden;

}

.flow h4{
	font-size:20px;
	font-weight:bold;
	padding:0!important;
	background:none;
	border:none;
}

h5{
	border:0!important;
	border-bottom:solid 1px #e9d09a!important;
	padding:0 0 10px 15px!important;
	margin-bottom:20px;
	position:relative;
	font-size:18px;
	line-height:1.5em;
	color:#3b2403!important;

}
h5:before{
	content:"";
	width:5px;
	height:20px;
	display:inline-block;
	background:#e9d09a;
	position:absolute;
	top:4px;
	left:0;
}
.ic_01 .clearfix {
	padding-left:0;
}
ul.ic_01 li,
.ic_01 span{
	padding-left:15px;
	line-height:1.7em;
}
.ic_01 li:before,
.ic_01 span:before{
	border:solid 3px #7acdf6;
	width:4px;
	height:4px;
	left:0;
	top:13px;
	border-radius:100%;
	background:none;
}
.ic_01 span:before{
	top:10px;
}
.ic_02 .clearfix {
	padding-left:0;
}

.ic_02 span{
	padding-left:40px;
	line-height:1.8em!important;
}
.ic_02 span:before{
	content:"";
	width:32px;
	height:26px;
	background: url(/asset/bg_ic_02.png) no-repeat center;
	border:0;
	left:0;
	top:7px;
}
.ic_02 span:after{
	display:none;
}

.column_02{
	overflow:hidden;
}
.column_02 .ic_01{
	width:47.8%;
	float:left;
	margin-right:4.4%;
	background:#fffff7;
	border:solid 3px #fdf6df;
	padding:3%;
	box-sizing:border-box;
}
.column_02 .ic_01:nth-of-type(2n){
	margin-right:0;
}

.parts strong{
	font-weight:bold;
	
}
.yellow{
	background:#f8fd6e;
}
.parts table{
	width:100%;
	margin-bottom:26px;
	border-collapse:collapse;
}
.parts table th,
.parts table td{
	font-size:16px;
	padding:12px 0px 9px;
	/*font-weight:normal;*/
	box-sizing:border-box;
	vertical-align:middle;
}
.parts table thead th{
	width:8.5%;
	background:#79ccf6;
	color:#ffffff;
	text-align:center;
	border:solid 1px #79ccf6;
}
.parts table thead th:first-of-type{
	width:24.5%;
	text-align:left;
	padding-left:23px;
}

.parts table tbody th,
.parts table tbody td{
	border:0;
	
}
.parts table tbody th{

	text-align:left;
	padding-left:33px;
	background:#ffffff;
	border-bottom:solid 1px #79ccf6;
}

.parts table tbody td{
	text-align:center;
	background:#ffffff;
	border-bottom:solid 1px #79ccf6;
}
.parts table tbody th:first-of-type{
	border-left:solid 1px #79ccf6;
}
.parts table tbody td:last-of-type{
	border-right:solid 1px #79ccf6;
}
.under .parts table thead th:first-of-type,
.under .parts table tbody th{
	/*text-align:left!important;*/
}

.parts.table2 table tbody th,
.parts.table2 table tbody td{
	text-align:left;
}

.container_12{
	width:100%;
	max-width:940px;
}

.img_r span img{
	margin-bottom:8px!important;
}

/*
 ヘッダー 
----------------------------------------*/

#header{
	background:#ffffff;
	border-top:solid 4px #7dcdf4;
}
#header .shadow{
	background:none;
}

#header h1{
	padding-top:37px;
	margin-bottom:27px;
}

#header .container_12{
	width:100%;
	max-width:none;
}

.container_12 .grid_12{
	width:100%;
	margin:0;
}

#header nav{
	width:100%;
	background:#edf9ff;

}
#header nav .sf-menu{
	max-width:940px;
	width:100%;
	margin:0 auto;
	padding:25px 2% 23px 2%;
	box-sizing:border-box;
	display:table;
}
#header nav .sf-menu>li{
	display:table-cell;
	float:none;
}

#header nav .sf-menu ul{
	width:150px;
	top:30px;
	left:50%;
	margin-left:-75px;
	display:none;
}
#header nav .sf-menu a:hover{
	opacity:0.8;
}
#header nav .sf-menu a.sf-with-ul{
	position:relative;
}
#header nav .sf-menu a.sf-with-ul:before{
	content:"";
	position:absolute;
	bottom:-6px;
	left:50%;
	margin-left:-5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 5px 0 5px;
	border-color: #1892ef transparent transparent transparent;
}

.sf-menu ul li a{
	font-family:"じゅん 34","Jun 34","メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", sans-serif;
        font-size: 13px;
}
.sf-menu>li>a{
	font-family:"じゅん 34","Jun 34","メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size:15px;
	color:#004193;
}
.sf-menu>li.current, .sf-menu>li.sfHover, .sf-menu>li:hover{
	border:none;

}
.header_block{
	padding:0;
	margin:30px auto 20px;
	box-sizing:border-box;
}
.header_block h1{
	margin-top:22px;
	width:39%;
}
.header_block h1 img{
	max-width:100%;
	width:auto;
	height:auto;
}
.header_block h1 .pc_img{
	max-width:100%;
	width:auto;
	height:auto;
}
.header_block h1 .sp_img{
		display:none;
}


@media screen and (max-width: 767px) {
.header_block h1 .pc_img{
	display:none;
}
.header_block h1 .sp_img{
	max-width:100%;
	width:auto;
	max-height:42px;
        display:inline;
}
}
.header_right_box{
	width:57%;
}
.header_right_box a:hover{
	text-decoration:none;
}

#header_menu_block{
	background:#c5a560;
}

.header_menu{
	height:50px;
	padding:0;
	box-sizing:border-box;
}
.header_menu .g_nav>li>a,
.header_menu .g_nav>li>span{
	padding-top:5px;
	padding-bottom:3px;
	color:#ffffff;
	font-size:14px;
	font-weight:normal;
	background:none;
}
.header_menu .g_nav>li>a:hover,
.header_menu .g_nav>li>span:hover{
	background:none;
	text-decoration:none;
	color:#004193;
}

.header_menu .g_nav>li>span{
	cursor:auto;
}

.header_menu .g_nav>li{
	padding:10px 0!important;
	height:30px!important;
	width:16.66%!important;
}
.header_menu .g_nav>li:hover{
	background:#ddcba3;
	color:#004193;
}
.header_menu .g_nav>li>span:hover{
	background:none;
	color:#ffffff;
}
.header_menu .g_nav>li>span,
.header_menu .g_nav>li>a{
	border-left:solid 1px #d2c097;
}
.header_menu .g_nav>li:last-child>span{
	border-right:solid 1px #d2c097;
}

.submenu{
	margin-top:15px;
}
.header_sub_menu{
	margin:-5px 0 0 0;
	width:100%;
}
.header_menu .g_nav li{
	width:100%;
}
.header_menu .g_nav .submenu li.g_nav_sub_row a{
	box-sizing:border-box;
	width:100%;
	font-size:14px;
	background:#f9e9c8;
	padding:10px;
}
#header .header_info{
	display:inline-block;
	background:#f7edd8;
	padding:0;
	box-sizing:border-box;
	max-width:270px;
	vertical-align:top;
}
#header .header_info dl.time{
	overflow:hidden;
	padding:8px 8px 2px;
}

#header .header_info dl.time dt,
#header .header_info dl.time dd{
	margin:0 0 2px 0;
	box-sizing:border-box;
	white-space:nowrap;
	color:#533716;
	float:left;
	line-height:18px;
}
#header .header_info dl.time dt{
	background:#e0be79;
	text-align:center;
	width:40%;
	font-size:13px;
}
#header .header_info dl.time dd{
	text-align:left;
	width:60%;
	font-size:12px;
	padding:0 12px;
	letter-spacing:-0.05em;
}
#header .header_info dl.time dd:nth-of-type(2n){
	width:40%;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	padding:0;
	letter-spacing:0;
}

#header .header_info .tel{
	background: #e8c989;
	background: -moz-linear-gradient(left,  #e8c989 0%, #efd9a9 51%, #e8c989 100%);
	background: -webkit-linear-gradient(left,  #e8c989 0%,#efd9a9 51%,#e8c989 100%);
	background: linear-gradient(to right,  #e8c989 0%,#efd9a9 51%,#e8c989 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8c989', endColorstr='#e8c989',GradientType=1 );
	color:#533716;
	font-weight:bold;
	font-size:20px;
	width:100%;
	display:block;
	text-align:center;
	line-height:29px;
	padding:0;
	margin:0;
}
#mainimage {
	margin:0;
}
#sitemapBody #mainimage ,
#notfoundBody #mainimage ,
#newsList #mainimage {
	padding-top:2em;
}
#mainimage .main_content {
	width: 100%;
	height: 0;
	padding: 38.888% 0 0 0;
	background: url(/asset/topimage.jpg) no-repeat center top;
	background-size: contain;
	margin: 0;
}
.top .container_12{
	max-width:none;
}
.under #mainimage{
	margin-top:0px;
	height:auto;
}
#content{
	min-height:600px;
}
.under #content{
	/*padding:2em 0;*/
}
.inquiry #content .contentArea{
	margin:0;
}

.contents_inner{
	width:100%;
	max-width:940px;
	margin:0 auto;
}
.parts{
	width:100%;
	background:#ffffff;
	padding:0;
	margin:0 0 55px;
	font-size:16px;
}
.top .parts{
	padding:50px 0 50px 0;
	margin:0;
}
.telbnr{
	padding:30px 0 30px 0!important;
        overflow:hidden;
}
.parts .contents_inner h2{
	font-size:30px;
	color:#5a3b0e;
	line-height:1.46em;
	letter-spacing:0.05em;
}

.parts .contents_inner .content{
	width:48%;
	float:left;
	line-height:1.65em;
	letter-spacing:-0.04em;
}
.parts .contents_inner .img_r img{
	width:48%;
	float:right;
	margin:0;
}
.parts .contents_inner iframe{
	width:48%;
        height:auto;
	float:right;
	margin:0;
}
.parts .contents_inner a:hover img{
	opacity:0.8;
}

.btn_01{
}
.btn_01 a{
	background:#f6ae23;
	border-radius:5px;
	color:#ffffff;
	width:auto;
	height:auto;
	line-height:1.5em;
	padding:13px 20px;
	display:inline-block;
	text-align:center;
	font-size:16px;
	float:left;
	margin:0;
	position:relative;
	box-sizing:border-box;
}

.btn_01 a:before{
	content:"";
	position:absolute;
	right:9px;
	top:50%;
	margin-top:-8px;
	width: 10px;
	height: 16px;
	background:url(/asset/bg_btn_01.png)

}

.btn_01 a:hover{
	opacity:0.8;
	background:#f6ae23;
	text-decoration:none;
}

.top .btn_01 a{
	width:82%;
}
.btn_02 a{
	background:#f5a79a;
	border-radius:5px;
	color:#ffffff;
	width:100%;
	max-width:420px;
	/*line-height:50px;*/
padding:10px 0;
	display:inline-block;
	text-align:center;
	font-size:16px;
	float:left;
	margin:0;
	position:relative;
}

.btn_02 a:before{
	content:"";
	position:absolute;
	right:6px;
	bottom:6px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 10px 10px;
	border-color: transparent transparent #ffffff transparent;
}

.btn_02 a:hover{
	opacity:0.8;
	text-decoration:none;
}
@media (min-width: 768px) and (max-width: 1000px) {
.parts .contents_01 .contents_inner .content .btn_01{
width:767px;
}
}

#news h2{
	border-top:solid 2px #7c5b21;
	border-bottom:solid 1px #7c5b21;
	position:relative;
	font-size:21px;
	font-weight:normal;
	color:#5a3b0e;
	padding:13px 0 15px!important;
	margin-bottom:17px!important;
}
#news h2:before{
	content:"";
	width:100%;
	height:0;
	position:absolute;
	top:2px;
	left:0;
	border-top:solid 1px #7c5b21;
}
#news .newsBt{
	font-size:12px;
	color:#7c5b21;
	top:21px;
	right:0;
}
#news .newsBt:hover{
	opacity:0.8;
}
#news dl{
	overflow:hidden;
	border-bottom:dotted 1px #7c5b21;
	padding:0 0 9px;
	margin-bottom:17px;
}
#news dl:last-of-type{
	border-bottom:solid 1px #7c5b21;
}
#news dt{
	font-size:14px;
	color:#222222;
	font-weight:normal;
	float:left;
	width:16%;
	padding:0 3px;
	box-sizing:border-box;
}
#news dt .newsNew{
	background:#f5a79a;
	border-radius:2px;
	font-size:12px;
	margin-left:20px;
	padding:1px 3px 0px;
}
#news dd{
	font-size:14px;
	color:#222222;
	float:left;
	width:84%;
	box-sizing:border-box;
        padding-top:3px;
}

.parts.contents_01{
	background:#fffff7;
	padding-top:40px;
	padding-bottom:60px;
}
.parts.contents_01 dl{
	text-align:center;
	margin-bottom:30px;
}
.parts.contents_01 dt{
	font-family:"じゅん 34","Jun 34","メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", sans-serif;

	font-size:24px;
	font-weight:bold;
	color:#1791ef;
	margin-bottom:14px;
}
.parts.contents_01 dd{
	line-height:1.7em;
}

.parts.contents_01 .btn_01{
	display:block;
	width:100%;
	text-align:center;
}
.parts.contents_01 .btn_01 a{
	display:inline-block;
	float:none;
	width:26%;
}

.parts.contents_02{
	background:url(/asset/bg_contents_02.jpg)no-repeat center;
	background-size:cover;
	padding-top:60px;
	padding-bottom:50px;
}
.parts.contents_02 ul{
	overflow:hidden;
}
.parts.contents_02 ul>li{
	float:left;
	width:32%;
	margin:0 2% 35px 0;
	background:#ffffff;
	border-top:solid 6px;
	border-radius:6px;
	padding:3% 3% 110px;
	position:relative;
	box-sizing:border-box;
}
.parts.contents_02 ul>li:nth-child(3n){
	margin-right:0;
}

.parts.contents_02 dt{
	font-family:"じゅん 34","Jun 34","メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", sans-serif;

	font-size:22px;
	font-weight:bold;
	line-height:1.4em;
	height:2.8em;
	overflow:hidden;
	margin-bottom:19px;
	text-align:center;
}
.parts.contents_02 .image{
	margin-bottom:21px;
}

.parts.contents_02 .btn_01{
	position:absolute;
	bottom:37px;
	left:0;
	right:0;
	display:block;
	text-align:center;
}

.parts.contents_02 ul>li .btn_01 a{
	display:inline-block;
	float:none;
}

.parts.contents_02 ul>li:nth-child(1){
	border-color:#f6ae23;
}
.parts.contents_02 ul>li:nth-child(1) dt{
	color:#f6ae23;
}
.parts.contents_02 ul>li:nth-child(1) .btn_01 a{
	background:#f6ae23;
}
.parts.contents_02 ul>li:nth-child(2){
	border-color:#4e93e7;
}
.parts.contents_02 ul>li:nth-child(2) dt{
	color:#4e93e7;
}
.parts.contents_02 ul>li:nth-child(2) .btn_01 a{
	background:#4e93e7;
}
.parts.contents_02 ul>li:nth-child(3){
	border-color:#58bc79;
}
.parts.contents_02 ul>li:nth-child(3) dt{
	color:#58bc79;
}
.parts.contents_02 ul>li:nth-child(3) .btn_01 a{
	background:#58bc79;
}


.parts.contents_03{
	background:url(/asset/bg_contents_03.png);
	padding-top:30px;
	padding-bottom:25px;
}
.parts.contents_03 ul{
	overflow:hidden;
}
.parts.contents_03 ul>li{
	float:left;
	width:32%;
	margin:0 2% 35px 0;
	background-color:#ffffff;
	background-position:50% 18px;
	background-repeat:no-repeat;
	border:solid 3px #fdf6df;
	border-radius:6px;
	padding:136px 3% 120px;
	position:relative;
	box-sizing:border-box;
}
.parts.contents_03 ul>li:nth-child(3n){
	margin-right:0;
}
.parts.contents_03 ul>li:before{
	content:"";
	position:absolute;
	left:0;
	top:0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 28px 28px 0 0;
	border-color: #fdf6df transparent transparent transparent;
}

.parts.contents_03 dt{
	font-family:"じゅん 34","Jun 34","メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", sans-serif;

	font-size:22px;
	font-weight:bold;
	text-align:center;
	line-height:1.4em;
	height:3.8em;
	overflow:hidden;
	margin-bottom:22px;
	background:url(/asset/bg_dt_01.png) repeat-x left bottom
}

.parts.contents_03 .btn_01{
	position:absolute;
	bottom:37px;
	left:0;
	right:0;
	display:block;
	text-align:center;
}

.parts.contents_03 ul>li .btn_01 a{
	display:inline-block;
	float:none;
	background:#fb8394;
}

.parts.contents_03 ul>li:nth-child(1){
	background-image:url(/asset/img_top_04.jpg);
}
.parts.contents_03 ul>li:nth-child(1) dt{
	color:#ff6178;
}
.parts.contents_03 ul>li:nth-child(2){
	background-image:url(/asset/img_top_05.jpg);
}
.parts.contents_03 ul>li:nth-child(2) dt{
	color:#ff831e;
}
.parts.contents_03 ul>li:nth-child(3){
	background-image:url(/asset/img_top_06.jpg);
}
.parts.contents_03 ul>li:nth-child(3) dt{
	color:#a567eb;
}


.parts.contents_04{
	background:url(/asset/bg_contents_04.jpg) no-repeat center;
	background-size:cover;
	padding-top:56px;
	padding-bottom:60px;
	overflow:hidden;
}
.parts.contents_04 dl{
	width:56%;
	margin-bottom:44px;
}
.parts.contents_04 dt{
	font-family:"じゅん 34","Jun 34","メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", sans-serif;

	font-size:28px;
	line-height:1.3em;
	width:82%;
	font-weight:bold;
	color:#1791ef;
	padding-bottom:20px;
	margin-bottom:24px;
	background:url(/asset/bg_dt_02.png) repeat-x left bottom
}
.parts.contents_04 dd{
	line-height:1.65em;
}

.parts.contents_04 dt strong{
	color:#004193;
	background:none;
font-weight: bold;
}
.parts.contents_04 .btn_01{
	width:46%;
}

.parts.contents_05{
	background:url(/asset/bg_contents_05.jpg) no-repeat center;
	background-size:cover;
	padding-top:67px;
	padding-bottom:88px;
	overflow:hidden;
}
.parts.contents_05 dl{
	width:55.3%;
	margin-bottom:18px;
	float:right;
}
.parts.contents_05 dt{
	font-family:"じゅん 34","Jun 34","メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", sans-serif;

	font-size:28px;
	line-height:1.3em;
	width:64%;
	font-weight:bold;
	color:#fe8a18;
	padding-bottom:20px;
	margin-bottom:21px;
	background:url(/asset/bg_dt_03.png) repeat-x left bottom
}
.parts.contents_05 dd{
	line-height:1.65em;
	letter-spacing:-0.02em;
}

.parts.contents_05 dd p{
	line-height:1.7em!important;
	margin-bottom:25px!important;
}

.parts.contents_05 dt strong{
	color:#f96217;
	background:none;
font-weight: bold;
}
.parts.contents_05 .btn_01{
	width:55.3%;
	float:right;
	text-align:left;
}
.parts.contents_05 .btn_01 a{
	width:46%;
}


.parts.contents_06 {
	background:#ffffff;
	padding-top:53px;
	/*padding-bottom:54px;*/
	overflow:hidden;
}
.parts.contents_06 h3{
	margin-bottom:34px;
}

.parts.contents_06 .image{
	width:48.9%;
	float:right;
	padding-top:7px;
       
}
.parts.contents_06 .image img{
	border-radius:0;

}
.parts.contents_06 .content_box{
	width:49%;
        float:left;
}
.parts.contents_06 .content_box>dl>dt{
	font-family:"じゅん 34","Jun 34","メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", sans-serif;

	font-size:22px;
	font-weight:bold;
	color:#004193;
	margin-bottom:8px;
}
.parts.contents_06 .content_box>dl>dd dl{
	margin-bottom:4px;
}
.parts.contents_06 .content_box>dl>dd dt{
	font-family:"じゅん 34","Jun 34","メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#ffffff;
	background:#7accf6;
	padding:1px 16px 2px;
	display:inline-block;
	margin-bottom:8px;
}

.parts.contents_06 .content_box>dl>dd table{
	margin-top:23px;
	margin-bottom:7px;
}
.parts.contents_06 .content_box>dl>dd table th,
.parts.contents_06 .content_box>dl>dd table td{
	padding:7px 0 4px;
	width:8.75%;
}
.parts.contents_06 .content_box>dl>dd table th:first-of-type{
	padding-left:19px;
	width:30%;
}

.parts.contents_06 .content_box>dl>dd p{
	line-height:1.5em!important;
	margin-bottom:40px!important;
}

.parts.contents_06 .content_box>dl>dd .btn_01 a{
	width:75%;
}

.parts.contents_news {
	background:url(/asset/bg_contents_news.png);
	padding-top:60px;
	padding-bottom:60px;
	overflow:hidden;
}
.parts.contents_news #news{
	overflow:hidden;
	border-radius:4px;
	border:solid 2px #d0f7f2;
	background:#ffffff;
	padding:78px 2% 24px;
}
.parts.contents_news #news .ov{
	top:13px;
	right:24px;
}
.parts.contents_news #news .titleBg{
	background:#7bdac7;
	border-radius:4px 4px 0 0;
	color:#ffffff;
	font-size:22px;
	border:0;
	padding:10px 26px 8px!important;
	/*margin-bottom:28px!important;*/
	position:absolute;
	top:0;
	left:0;
	right:0;
}
.parts.contents_news #news .titleBg:before{
	display:none;
}
.parts.contents_news #news .newsBt{
	color:#ffffff;
	font-size:14px;
}


.parts.contents_news #news dl{
	background:#ffffff;
	border-bottom:solid 1px #e9e9e9;
	padding:0 13px 4px;
	margin-bottom:12px;
	box-sizing: border-box;
}
.parts.contents_news #news dt{
	color:#3ec3a8;
	font-size:16px;
	font-weight:bold;
	width:180px;
	position:absolute;
}
.parts.contents_news #news dt .newsNew{
	margin-left:8px;
	background:#fec352;
	position:relative;
	top:4px;
}
.parts.contents_news #news dd{
	width:100%;
	padding-left:180px;
}

.parts.contents_news #news dd a{
	text-decoration:none;
}
.parts.contents_news #news dd a:hover{
	opacity:0.8;
}


#newsList #news{
	overflow:hidden;
	border-radius:4px;
	border:solid 1px #d0f7f2;
	background:#ffffff;
	padding:78px 2% 24px;
	box-sizing: border-box;
}
#newsList #news .ov{
	top:13px;
	right:24px;
}
#newsList #news .titleBg{
	background:#7bdac7;
	border-radius:4px 4px 0 0;
	color:#ffffff;
	font-size:22px;
	border:0;
	padding:10px 26px 8px!important;
	/*margin-bottom:28px!important;*/
	position:absolute;
	top:0;
	left:0;
	right:0;
	line-height:48px!important;
}
#newsList #news .titleBg:before{
	display:none;
}
#newsList #news .newsBt{
	color:#ffffff;
	font-size:14px;
}


#newsList #news dl{
	background:#ffffff;
	border-bottom:solid 1px #e9e9e9;
	padding:0 13px 4px;
	margin-bottom:12px;
}
#newsList #news dt{
	color:#3ec3a8;
	font-size:16px;
	font-weight:bold;
	width:180px;
}
#newsList #news dt .newsNew{
	margin-left:8px;
	background:#fec352;
	position:relative;
	top:3px;
}
#newsList #news dd{
	width:73%;
	padding-left:0;
}

#newsList #news dd a{
	text-decoration:none;
}
#newsList #news dd a:hover{
	opacity:0.8;
}


.parts.contents_tel span{
	width:100%;
	border-bottom:solid 1px #79ccf6;
	font-size:20px;
	font-weight:bold;
	display:block;
}
.parts.contents_access iframe{
	width:100%;
	height:300px;
}
#footer {
	padding:0;
	margin:0;
}
#footer .container_12{
	width:100%;
	max-width:none;
}
#footer .brand{
	background:#fffdef;
	padding:55px 0;
	overflow:hidden;
}
#footer .brand a{
	float:left;
	width:30.85%;
	display:block;
	margin:0 3.725% 0 0;
}
#footer .brand a:last-of-type{
	margin-right:0;
}

#footer p.logo{
	margin-top:57px;
	margin-bottom:48px;
}
#footer ul.footerLink{
	margin:0 0 7px 0;
}
#footer ul.footerLink li a{
	font-size:14px;
	color:#468ae0;
	background:none;
	padding-left:0;
	padding-right:18px;
	white-space: nowrap;
}
#footer ul.footerLink li a:before{
	content:"≫";
	font-size:20px;
	line-height:100%;
	padding-right:8px;
}
#footer ul.footerLink li a:hover{
	opacity:0.8;
}

#footer .privacy {
	margin-bottom:35px;
}

#footer .privacy a{
	font-size:14px;
	color:#468ae0;
	background:none;
	padding-left:0;
	padding-right:18px;
	vertical-align:top;
}
#footer .privacy a:before{
	content:"≫";
	font-size:20px;
	line-height:11px;
	padding-right:8px;
}
#footer .privacy a:hover{
	opacity:0.8;
}

#footer .copyright{
	background:#7acdf6;
	color:#ffffff;
	padding:8px 0 10px;
	font-size:12px;

}
#footer .copyright p{
	margin:0;
}

.footer_block{
	width:100%;
	background:#fbf5e6;
	padding-top:49px;
	padding-bottom:0;
}
.footer_block_in{
	width:100%;
	max-width:1000px;
	margin:0 auto 58px;
}
.footer_nav_box.first,
.footer_nav_box.second,
.footer_access_box{
	min-height:0;
}
.footer_nav_box.first {
	width:25%;
}
.footer_nav_box.second{
	width:37.5%;
	padding-top:46px;
	border-right:0;
}

.footer_nav_box .footer_ttl,
.footer_access_box .footer_ttl{
	font-family:"じゅん 34","Jun 34","メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size:24px;
	color:#5a3b0e;
	padding-bottom:22px;
	line-height:100%;
	text-align:left!important;
}
ul.footer_nav li{
	margin-bottom:13px;
}

ul.footer_nav li a{
	color:#5a3b0e;
	font-size:14px;
}
ul.footer_nav li a:before{
	content:"-";
	margin-right:0.5em;
}
ul.footer_nav li a:hover{
	opacity:0.8;
}
.footer_access_box .footer_ttl{
	padding-bottom:25px!important;
}

.footer_access_box{
	padding-top:0px;
	padding-left:18px;
	border-left:solid 1px #decdab;

}

.footer_access_box p.access_txt{
	font-size:14px;
	color:#333333;
	padding:0 0 25px 20px!important;
	line-height:1.9em;
	text-align:left!important;
}

#sitemapBody #header nav {
	margin-bottom:0;
}
#sitemapBody #content{
	padding-top:0;
	position:relative;
}
#sitemapBody #content:before{
	content:"";
	width:100%;
	height:120px;
	background:#fffff7;
	position:absolute;
	left:0;
	top:0;
	visibility: visible;
}
#sitemapBody #content .titleBg{
	height:120px;
	padding:0!important;
	line-height:120px;
	border:0;
	width: 100%;
	text-align: center;
	font-size: 34px;
	color: #004193;
}


#toTop{
	background:url(/asset/totpo.png) no-repeat center;
	width:60px;
	height:60px;
}
#toTop:hover{
	opacity:0.8;
}

#blogBody .contentArea{
	width:68%;
	margin:0 2% 0 0;
	box-sizing:border-box;
}
#blogBody .blogside{
	width:30%;
	box-sizing:border-box;
	margin:0;
}
#blogBody .blogside .archiveBox{
	overflow: hidden;
	border-radius: 4px;
	border: solid 1px #d0f7f2;
	background: #ffffff;
	padding: 50px 2% 10px;
	position:relative;
}
#blogBody .blogside .archiveBox h3{
	background: #7bdac7;
	border-radius: 4px 4px 0 0;
	color: #ffffff!important;
	font-size: 22px;
	border: 0;
	padding: 10px 26px 8px!important;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin:0!important;
}
#blogBody .blogside .archiveBox li{
	list-style:none;
}


.gnv_tmp_map iframe{
	position:relative;
	min-height:300px;
}

.bgcolor_01{
	background:#fbf5e6;
	padding:4%;
}
#sidecontact.rightContent a:hover{
	opacity:0.8;
}
.static #content h2.titleBg, h2.titleBg{
	border-color:#666;
}
ul.sitemap_ic li a{
	color:#004193;
}
ul.sitemap_ic li a:hover{
	opacity:0.8;
}
.blog #content .contentArea .date{
	color:#333333;
}
.blog #content .blogcontent{
	border-bottom:solid 1px #5a3b0e;
}

#archiveSearch .blog_search_form{
	width:100%;
	position:relative;
}
#archiveSearch .blog_search_form .blog_search_input{
	width:100%;
	display:block;
	box-sizing: border-box;

	padding-bottom:5px;
}

#archiveSearch .blog_search_form .blog_search_input input{
	border:solid 1px #cccccc;
}
.blog_search_input input,
.blog_search_submit input{
	width:100%;
	box-sizing:border-box;
	height:30px;
}
.clearfix:after{
	font-size:0;
	line-height:0;
	height:0;
	overflow:hidden;
}
#archiveSearch .blog_search_form .blog_search_submit{
	width:100%;
	text-align:center;
	padding:0;
	margin:0;
}
#archiveSearch .blog_search_form .blog_search_submit input{
	width:auto;
}
.contents_merit,
.contents_demerit{
	width:48%;
	display:inline-block;
	box-sizing:border-box;
	padding:3%;
	vertical-align:top;
}
.contents_merit{
	margin-right:2%;
	background:#fbf5e6;
	min-height:320px;
}
.contents_demerit{
	background:#e9d09a;
	min-height:320px;
}

.contents_merit dt:before,
.contents_demerit dt:before{
	content:"■";
}
img.gnv_tmp_flow_arrow_01,
img.gnv_tmp_flow_arrow_02,
img.gnv_tmp_flow_arrow_03{
	width:100%;
	height:0;
	padding:20px 0 0 0;
	display:block;
	margin:20px auto;
	overflow:hidden;
	background:url(/asset/arrow_01.png) no-repeat center;
	background-size:auto;
}
.inquiry #content .backBt,
.inquiry #content .confirmBt,
.inquiry #content .submitBt,
.inquiry #content .topBt{
	background:#C5A560;
	border-radius:5px;
	color:#ffffff;
	width:100%;
	max-width:240px;
	line-height:50px;
	padding:0;
	display:inline-block;
	text-align:center;
	font-size:16px;
	border:0;
	box-shadow:none;
	margin:0;
	position:relative;
}

.inquiry #content .backBt:hover,
.inquiry #content .confirmBt:hover,
.inquiry #content .submitBt:hover,
.inquiry #content .topBt:hover{
	opacity:0.8;
}
.parts .contents_inner span img {
    width: 48% !important;
    float: right;
    margin: 0;
}
.b_11 .b_11_in span img,
.b_11_2_in span img{
	width:35%;
}

.text_box{
	width:62%;
}
.align_r .text_box{
	text-align:right;
}
.b_11.b_11_column2{
	text-align:center;
}
.maximg{
        width: 70%!important;
        margin: 0 auto;
}
.maximg img{
        max-width:219px;
}
.b_11.b_11_column2 div.column_l span img,
.b_11.b_11_column2 div.column_r span img{
	width:90%;
	margin-left:auto;
	margin-right:auto;
       
}
#pagenation .active a,
#pagenation a.active:hover{
	background:#7bdac7;
}
#pagenation li a:hover{
	opacity:0.8;
}

.under #content-bottom .contents_block{
	max-width:none;
	margin:0!important;
}
.under #content-bottom .contents_block .parts.contents_06{
	padding:50px 0 30px;
	margin:0;
}
.header_right_box img{
width:45%;
}

.inquiry #content .backBt, .inquiry #content .confirmBt, .inquiry #content .submitBt, .inquiry #content .topBt{
	background:#f6ae23;
}

.inquiryFormTable .formM{
	width:100%;
}

#mm0{
	font-size:14pt;
}

@media screen and (max-width: 1000px){
	.sf-menu>li>a{
		font-size:13px;
	}
	.container_12{
		width:94%;
	}
	.top .container_12{
		width:100%;
	}
	.contents_inner{
		max-width:85%;
	}
	#news dt,
	#news dd{
		width:100%;
	}
	.parts.contents_01 .btn_01 a{
		width:100%;
		max-width:240px;
		margin-bottom:20px;
	}
	.parts.contents_02 dt{
		height:5.6em;
	}
	.parts.contents_04 .btn_01 {
		width: 57%;
	}
	.parts.contents_04 .btn_01 a{
		width: 100%;
	}

	.parts.contents_04{
		background:#f5f5e5;
	}
	.parts.contents_04 .image{
		margin-bottom:30px;
	}
	.parts.contents_04 dl{
		width:100%;
	}
	.parts.contents_04 dt{
		width:100%;
	}
	.parts.contents_04 .btn_01 a{
		width:100%;
	}

	.parts.contents_04 .image.sp{
		display:block!important;
	}

	.footer_nav_box .footer_ttl,
	.footer_access_box .footer_ttl{
		padding-left:0;
	}
	.footer_nav_box.first,
	.footer_nav_box.second{
		width:42.5%;
	}
	.footer_nav_box.first{
		margin-left:7.5%;
	}

	.footer_access_box{
		padding:0;
		background:none;
		width:85%;
		margin-left:7.5%;
		border:0;
	}
	.footer_access_box .footer_ttl{
		text-align:left;
	}
	.footer_access_box p.access_txt{
		text-align:left;
	}
	.footer_access_box p.access_txt a{
		color:#333333;
	}

.header_right_box img.pc_inq {
     width: 45%; 
}
}

@media screen and (max-width: 767px){
	.b_11 .b_11_in span img,
	.b_11_2_in span img{
		width:100%;
	}
	.ic_01{
		overflow:hidden;
	}

	#header{
		border:none;
	}
	#header h1{
		padding:20px 9% 0;
		margin:0;
	}
	#header nav{
		padding:0 8%;
		background:#ffffff;
		box-sizing:border-box;
	}
	#mainimage{
		padding-top:0!important;
		margin-top:0!important
	}
	.header_block h1{
		margin-top:0;
		margin-left:7%;
	}
	.header_right_box{
		width:auto;
		margin-right:20px
	}
	.header_right_box img{
		width:100%;
		height:auto;
	}
	.inquiry .header_right_box .btn_inq{
		display:block;
	}
	.header_menu{
		background:none;
	}
	.header_menu .g_nav>li{
		width:100%!important;
		height:auto!important;
		border-bottom:solid 1px #5a3b0e;
		padding:0!important;
	}
	.header_menu .g_nav>li>a,
	.header_menu .g_nav>li>span{
		border:0;
		background:#c5a560;
		padding: 10px!important;
	}
	.header_menu .g_nav>li>a:before,
	.header_menu .g_nav>li>a:after{
		display:none;
	}
	.header_menu .g_nav li span:after{
		background:#c5a560;
	}
	.header_menu .g_nav li span:hover:after{
		background:#ddcba3;
	}
	.header_menu .g_nav{
		background:none;
	}
	.header_menu .g_nav li .submenu{
		background:#f8f8f8;
	}

	.header_menu .g_nav .submenu li.g_nav_sub_row a{
		padding:10px 10px 10px 30px;
		color:#333333;
	}

	.header_menu .g_nav li .g_nav_sub_row a:after{
		background:#f9e9c8;
	}


	#mainimage .main_content{
		height:auto;
		padding:0;
		background:none;
	}
	.page_title h2, #sitemap h2{
		margin:0!important;
	}
	.parts .contents_inner .content{
		width:100%;
	}
	.parts .content p{
		width:100%;
	}
	.parts .btn_01{
		width:100%!important;
		overflow:hidden;
		margin-bottom:30px!important;
	}
	.parts .btn_01 a{
		width:100%!important;
		max-width:none!important;
		margin-right:0!important;
	}
	.parts .contents_inner span img{
		width:100%!important;
		/*margin-bottom:30px;*/
	}
        .parts .contents_inner .img_r img{
		width:100%!important;
		margin-bottom:30px;
	}


        .parts .contents_inner .img_r iframe{
		width:100%!important;
		margin-bottom:30px;
	}
	.parts.contents_01,
	.parts.contents_02,
	.parts.contents_04,
	.parts.contents_05{
		padding-bottom:0;
	}
	.parts.contents_01{
		/*margin-top:110px;*/
	}
	.parts.contents_02{
		background:#e3f3ff;
	}
	.parts.contents_02 ul>li{
		width:100%;
		margin-right:0;
		padding-left:9%;
		padding-right:9%;
	}
	.parts.contents_02 ul>li>a:before{
		display:none;
	}
	.parts.contents_02 dt{
		height:auto;
	}
	.parts.contents_02 .btn_01{
		bottom:0;
	}
	.parts.contents_02 .btn_01 a{
		width:82%!important;
	}
	.parts.contents_03 ul>li{
		width:100%;
		margin-right:0;
		float:none;
		padding-left:9%;
		padding-right:9%;
	}
	.parts.contents_03 .btn_01{
		bottom:0;
	}
	.parts.contents_03 .btn_01 a{
		width:82%!important;
	}


	.parts.contents_05{
		background:#fffff7;
	}
	.parts.contents_05 .image{
		margin-bottom:30px;
	}
	.parts.contents_05 dl{
		width:100%;
	}
	.parts.contents_05 dt{
		width:100%;
	}
	.parts.contents_05 .btn_01 a{
		width:100%;
	}
	.parts.contents_06 .content_box,
	.parts.contents_06 .image{
		max-width:100%;
		float:none;
	}
	.parts.contents_06 .btn_01 a{
		width:100%!important;
	}
	.parts.contents_news #news dt{
		position:relative;
	}
	.parts.contents_news #news dd{
		padding-left:0;
	}
	.column_02{
		width: 100%;
		float: left;
		margin-right: 4.4%;
		background: #fffff7;
		border: solid 3px #fdf6df;
		padding: 3%;
		box-sizing: border-box;
		margin-bottom:30px;
	}

	.column_02 ul{
		width:100%!important;
		float:none!important;
		background:none!important;
		padding:0!important;
		border:0!important;
	}
	#footer .brand a{
		width:100%;
		float:none;
		margin:0 0 30px 0;
	}

	.footer_block_in{
		margin-bottom:20px;
	}
	ul.footer_nav{
		padding:0!important;
	}
	ul.footer_nav li{
		background:none;
	}
	ul.footer_nav li a{
		background:none;
		padding:0;
	}
	.footer_nav_box.first, .footer_nav_box.second{
		width:85%;
		margin:0 auto 13px!important;
		padding:0;
	}
	.footer_nav_box.second .footer_nav{
		border-bottom:solid 1px #decdab;
		padding-bottom:40px!important;
		margin-bottom:50px;
	}
	.footer_access_box p.access_txt{
		padding-left:0;
	}
	.footer_block_in ul.footer_guide{
		width:85%;
		margin:0 auto;
		text-align:center;
	}
	.footer_block_in ul.footer_guide li{
		display:inline-block;
		float:none;
	}
	.footer_guide_outer ul.footer_guide{
		width:85%;
		margin:0 auto;
		padding:0;
	}
	ul.footer_guide li.copyright{
		float:none;
	}
	.gnv_tmp_map iframe{
		right:auto;
		width:100%!important;
	}
	.contents_merit,
	.contents_demerit{
		width:100%;
		margin:0 0 20px 0;
		min-height:0;
	}
	.text_box{
		width:100%;
		float:none;
	}

	#blogBody .contentArea,
	#blogBody .blogside{
		width:100%;
		float:none;
		overflow:hidden;
		display:block;
	}
	#newsList  #news dt{
		position:relative;
		width:100%;
	}
	#newsList  #news dd{
		padding-left:0;
	}

}
.fee table tr th,
.fee table tr td {
	text-align: center!important;


}
.fee table tbody th {
	width: 5%;
        background:#79ccf6;
        color:#fff;
	text-align: center!important;
        padding:10px 0;
        font-weight:bold;
        border-bottom: solid 1px #fff; 
        border-left: solid 1px #fff;        
        font-family:"じゅん 34","Jun 34","メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
.fee table tr td {
        border-right: solid 1px #79ccf6;
        padding:20px 5px;
}


/* NOMOCa バナー設置 */
.nomoca_bn img {
    margin: 0 auto;
    width: auto;
}
@media screen and (max-width: 767px) {
.nomoca_bn img {
    width: 90%;
}
}


/* content_boxsp */
.parts.contents_06 .content_boxsp{
	width:100%;
}
.parts.contents_06 .content_boxsp>dl>dt{
	font-family:"じゅん 34","Jun 34","メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", sans-serif;

	font-size:22px;
	font-weight:bold;
	color:#004193;
	margin-bottom:8px;
}
.parts.contents_06 .content_boxsp>dl>dd dl{
	margin-bottom:4px;
}
.parts.contents_06 .content_boxsp>dl>dd dt{
	font-family:"じゅん 34","Jun 34","メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#ffffff;
	background:#7accf6;
	padding:1px 16px 2px;
	display:inline-block;
	margin-bottom:8px;
}

.parts.contents_06 .content_boxsp>dl>dd table{
	margin-top:23px;
	margin-bottom:7px;
}
.parts.contents_06 .content_boxsp>dl>dd table th,
.parts.contents_06 .content_boxsp>dl>dd table td{
	padding:7px 0 4px;
	width:8.75%;
}
.parts.contents_06 .content_boxsp>dl>dd table th:first-of-type{
	padding-left:19px;
	width:30%;
}

.parts.contents_06 .content_boxsp>dl>dd p{
	line-height:1.5em!important;
	margin-bottom:40px!important;
}

.parts.contents_06 .content_boxsp>dl>dd .btn_01 a{
	width:75%;
}

