@charset "UTF-8";
/* mixins
--------------------------------------------------------*/
/* clearfix
--------------------------------------------------------*/
.cf:before, .cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}


img.alignright{
	float:right;
	margin-left:20px;
}

/* title, text
----------------------------------------*/
.main_contents h2.ttl {
  text-align: left;
  color: #314366;
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 1.4;
  margin: 0 auto 15px;
  overflow: hidden;
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 8px;
}
.main_contents h2.ttl.with-icon {
  background-image: url(../img/common/ic-h-02.png);
  background-position: 0% 4px;
  background-repeat: no-repeat;
  padding-left: 40px;
}
.main_contents .media-post h2{
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
  color: #314366;
  line-height: 20px;
  margin-bottom: 15px;
  letter-spacing: 0.05em;
  border-bottom:#314366 1px solid;
  padding-bottom:0.25em;
}
.main_contents .media-post h2,
.main_contents h3.ttl {
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
  color: #314366;
  line-height: 20px;
  margin-bottom: 15px;
  letter-spacing: 0.05em;
}
.main_contents .ttl.with-bg {
  padding: 10px 15px;
  background-color: #e5e7ea;
}
.main_contents h4.ttl {
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
  color: #2f4062;
  line-height: 20px;
  margin: 0 auto 15px;
  padding-left: 18px;
  font-weight: normal;
  position: relative;
  font-weight: bold;
}
.main_contents h4.ttl:before {
  display: block;
  content: "■";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  font-size: 1.4rem;
  color: #2f4062;
}
.main_contents p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #2f4062;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
.main_contents a .ttl {
  text-decoration: underline;
}
.main_contents a:hover .ttl, .main_contents a:active .ttl, .main_contents a:focus .ttl {
  text-decoration: none;
}
.main_contents a.with-icon {
  background-image: url(../img/common/ic-arrow-01.png);
  background-position: 0% 50%;
  background-size: 5px auto;
  background-repeat: no-repeat;
  padding-left: 12px;
}

@media only screen and (max-width: 736px) {
  .main_contents h2.ttl {
    text-align: left;
    color: #314366;
    font-size: 1.7rem;
    line-height: 1.4;
    margin: 0 auto 12px;
    overflow: hidden;
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 5px;
  }
  .main_contents h2.ttl.with-icon {
    background-image: url(../img/common/ic-h-02.png);
    background-position: 0% 4px;
    background-repeat: no-repeat;
    background-size: 16px auto;
    padding-left: 24px;
  }
  .main_contents h3.ttl {
    text-align: left;
    font-size: 1.5rem;
    color: #314366;
    line-height: 20px;
    margin-bottom: 15px;
    letter-spacing: 0.05em;
  }
  .main_contents .ttl.with-bg {
    padding: 7px 10px;
    background-color: #e5e7ea;
  }
  .main_contents h4.ttl {
    text-align: left;
    font-size: 1.5rem;
    color: #2f4062;
    line-height: 16px;
    margin: 0 auto 10px;
    padding-left: 18px;
    font-weight: normal;
    position: relative;
    font-weight: bold;
  }
  .main_contents h4.ttl:before {
    display: block;
    content: "■";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    font-size: 1.4rem;
    color: #2f4062;
  }
  .main_contents p {
    font-size: 1.4rem;
    line-height: 1.6;
    color: #2f4062;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
  }
  .main_contents a .ttl {
    text-decoration: underline;
  }
  .main_contents a:hover .ttl, .main_contents a:active .ttl, .main_contents a:focus .ttl {
    text-decoration: none;
  }
  .main_contents a.with-icon {
    background-image: url(../img/common/ic-arrow-01.png);
    background-position: 0% 50%;
    background-size: 5px auto;
    background-repeat: no-repeat;
    padding-left: 12px;
  }
}
/* ttl_page
----------------------------------------*/
.ttl_page {
  text-align: center;
  padding: 45px 0;
  background: #fff;
  background-image: url(../img/common/bg-kv.jpg);
  background-position: 50% 50%;
  background-repeat: repeat;
}

.ttl_page h1 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.3;
  color: #242424;
  margin: 0;
  letter-spacing: 1;
}

@media only screen and (max-width: 736px) {
  .ttl_page {
    padding: 25px 15px;
    background-size: auto 100%;
  }

  .ttl_page h1 {
    font-size: 1.8rem;
    margin: 0 0;
    letter-spacing: 1px;
    padding-left: 0;
  }

  .ttl_page .txt {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 20px 4.687%;
    letter-spacing: .3px;
  }
}
/*text
----------------------------------------*/
/* 注釈 */
.main_contents p.asterisk {
  margin-left: 1em;
  text-indent: -1em;
  font-size: 11px;
  font-size: 1.1rem;
  color: #000000;
}
.main_contents ul.asterisk {
  margin-left: 1em;
  text-indent: -1em;
  font-size: 11px;
  font-size: 1.1rem;
  color: #000000;
}
.main_contents ul.asterisk li {
  list-style: none;
}

@media only screen and (max-width: 736px) {
  .main_contents .contblock p.asterisk {
    font-size: 1rem;
    color: #000000;
  }
  .main_contents .contblock ul.asterisk {
    font-size: 1rem;
    color: #000000;
  }
  .main_contents p.asterisk {
    font-size: 1rem;
    color: #000000;
  }
  .main_contents ul.asterisk {
    font-size: 1rem;
    color: #000000;
  }
}
/*ul, li
----------------------------------------*/
.main_contents ul.disc {
  margin-left: 20px;
}
.main_contents ul.disc li {
  font-size: 12px;
  font-size: 1.2rem;
  float: none;
  margin-bottom: 3px;
  position: relative;
  padding: 0;
  list-style: disc;
}
.main_contents ol {
  margin-bottom: 20px;
  counter-reset: li;
}
.main_contents ol li {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 28px;
  float: none;
  margin-bottom: 5px;
  margin-left: 40px;
}
.main_contents ol li:after {
  counter-increment: li;
  content: counter(li);
  position: absolute;
  left: -38px;
  top: 0;
  background: #76849f;
  height: 28px;
  width: 28px;
  line-height: 28px;
  text-align: center;
  font-weight: normal;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
}

@media only screen and (max-width: 736px) {
  .main_contents ul.disc li {
    font-size: 12px;
    font-size: 1.4rem;
    float: none;
    margin-bottom: 3px;
    position: relative;
  }
  .main_contents ol {
    margin-bottom: 10px;
    counter-reset: li;
  }
  .main_contents ol li {
    font-size: 1.2rem;
    line-height: 18px;
    float: none;
    margin-bottom: 5px;
    margin-left: 24px;
  }
  .main_contents ol li:after {
    counter-increment: li;
    content: counter(li);
    position: absolute;
    left: -24px;
    top: 0;
    background: #76849f;
    height: 18px;
    width: 18px;
    line-height: 18px;
    text-align: center;
    font-weight: normal;
    color: #fff;
    font-size: 1rem;
  }
}
/*panel
----------------------------------------*/
.main_contents .panel {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}
.main_contents .panel .box-content {
  padding: 15px 20px;
}
.main_contents .panel .box-content .ttl {
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
  color: #314366;
  line-height: 1.4;
  margin: 0 auto 10px;
  padding-left: 0;
  font-weight: bold;
  word-break: break-all;
}
.main_contents .panel .box-content h4.ttl {
  font-weight: normal;
}
.main_contents .panel .box-content h4.ttl:before {
  display: none;
}
.main_contents .panel .box-content p {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.8;
  color: #3a3a3a;
  margin-bottom: 0;
  letter-spacing: 0;
}
.main_contents .panel .link_box {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dotted #dbdbdb;
}
.main_contents .panel-with-icon {
  position: relative;
}
.main_contents .panel-with-icon .box-content {
  padding: 15px 20px 20px;
}
.main_contents .panel-with-icon:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-image: url(../img/common/ic-arrow-02.png);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 5px;
  right: 5px;
  z-index: 10;
}
.main_contents .panel-no-bg {
  background-color: transparent;
}
.main_contents .col7_block .panel .box-content {
  padding: 5px 0;
}
.main_contents .col7_block .panel .box-content .ttl {
  padding-left: 0;
  text-align: center;
  margin-bottom: 5px;
}
.main_contents .col7_block .panel .box-content .date {
  font-size: 10px;
  font-size: 1.0rem;
  line-height: 1.6;
  color: #3a3a3a;
  text-align: center;
}

@media only screen and (max-width: 736px) {
  .main_contents .panel {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    width: 100%;
  }
  .main_contents .panel .box-content {
    padding: 10px;
  }
  .main_contents .panel .box-content .ttl {
    text-align: left;
    font-size: 1.6rem;
    color: #314366;
    line-height: 1.6;
    margin: 0 auto 5px;
    padding-left: 0;
    font-weight: bold;
    word-break: break-all;
  }
  .main_contents .panel .box-content h4.ttl {
    font-weight: normal;
  }
  .main_contents .panel .box-content h4.ttl:before {
    display: none;
  }
  .main_contents .panel .box-content p {
    font-size: 1.4rem;
    line-height: 1.8;
    color: #3a3a3a;
    margin-bottom: 0;
    letter-spacing: 0;
  }
  .main_contents .panel .link_box {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dotted #dbdbdb;
  }
  .main_contents .panel-with-icon {
    position: relative;
  }
  .main_contents .panel-with-icon .box-content {
    padding: 15px 20px 20px;
  }
  .main_contents .panel-with-icon:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background-image: url(../img/common/ic-arrow-02.png);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 5px;
    right: 5px;
    z-index: 10;
  }
  .main_contents .panel-no-bg {
    background-color: transparent;
  }
  .main_contents .col3_block .panel {
    display: table;
    margin-bottom: 10px;
  }
  .main_contents .col3_block .panel .box-thumb {
    display: table-cell;
    width: 34%;
    vertical-align: top;
    overflow: hidden;
    position: relative;
  }
  .main_contents .col3_block .panel .box-thumb a {
    display: block;
    padding-top: 100%;
  }
  .main_contents .col3_block .panel .box-thumb img {
    position: absolute;
    top: 0;
    left: 50%;
    width: auto;
    max-width: none;
    height: 100%;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
  }
  .main_contents .col3_block .panel .box-content {
    display: table-cell;
    vertical-align: top;
    width: 66%;
    padding: 10px;
  }

  /*carousel-3*/
  .main_contents .col3_block.carousel-3 .col_box {
    margin: 0 5px;
  }
  .main_contents .col3_block.carousel-3 .panel {
    display: block;
    margin-bottom: 10px;
  }
  .main_contents .col3_block.carousel-3 .panel .box-thumb {
    display: block;
    width: 100%;
  }
  .main_contents .col3_block.carousel-3 .panel .box-thumb a {
    display: block;
    padding-top: 0;
  }
  .main_contents .col3_block.carousel-3 .panel .box-thumb img {
    position: static;
    width: 100%;
    max-width: 100%;
    height: auto;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
  .main_contents .col3_block.carousel-3 .panel .box-content {
    display: block;
    width: 100%;
    padding: 15px 15px 20px;
  }
  /*carousel-3*/

  .main_contents .col7_block .panel {
    display: table;
    width: 100%;
  }
  .main_contents .col7_block .panel .box-thumb {
    width: 40%;
    display: table-cell;
    vertical-align: top;
  }
  .main_contents .col7_block .panel .box-content {
    width: 60%;
    display: table-cell;
    vertical-align: top;
    padding: 0 0 0 5px;
  }
  .main_contents .col7_block .panel .box-content .ttl {
    padding-left: 0;
    text-align: left;
    margin-bottom: 5px;
  }
  .main_contents .col7_block .panel .box-content .date {
    font-size: 10px;
    font-size: 1.0rem;
    line-height: 1.6;
    color: #3a3a3a;
    text-align: left;
  }
}
/*link_box
----------------------------------------*/
.main_contents .link_box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.main_contents .link_box li {
  float: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.main_contents .link_box li {
  float: left;
  margin-bottom: 0;
  margin-right: 20px;
  padding-left: 1em;
  padding-right: 0;/*10px;*/
  list-style-type: none;
}
.main_contents .link_box li:before {
  content: "";
  display: block;
  width: 7px;
  height: 11px;
  position: absolute;
  top: 4px;
  left: 0;
  background-image: url(../img/common/ic-arrow-01.png);
  background-size: 5px auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.main_contents .link_box .col2_block li {
  width: 50%;
  margin-right: 0;
  font-size: 12px;
  font-size: 1.2rem;
}
.main_contents .link_box .col3_block li {
  /*width: 33.3333%;*/
  margin-right: 10px;
  font-size: 12px;
  font-size: 1.2rem;
}
.main_contents .link_box .col4_block li {
  width: 25%;
  margin-right: 0;
}
.main_contents .link_box .col5_block li {
  width: 20%;
  margin-right: 0;
}

@media only screen and (max-width: 736px) {
  .main_contents .link_box li {
    float: left;
    margin-bottom: 0;
    margin-right: 20px;
    padding-left: 1em;
    list-style-type: none;
  }
  .main_contents .link_box li:before {
    content: "";
    display: block;
    width: 7px;
    height: 11px;
    position: absolute;
    top: 4px;
    left: 0;
    background-image: url(../img/common/ic-arrow-01.png);
    background-position: 50% 50%;
    background-size: 5px auto;
    background-repeat: no-repeat;
  }
  .main_contents .link_box .col2_block li {
    width: 100%;
    margin-right: 0;
	  font-size: 1.3rem;
  }
  .main_contents .link_box .col3_block li {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .main_contents .link_box .col4_block li {
    width: 25%;
    margin-right: 0;
  }
  .main_contents .link_box .col5_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: none;
  }
  .main_contents .link_box .col5_block li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    margin-right: 0;
    border-bottom: 1px solid #eee;
    padding: 10px 0 10px 18px;
  }
  .main_contents .link_box .col5_block li:nth-child(even) {
    border-left: 1px solid #eee;
  }
  .main_contents .link_box .col5_block li:before {
    top: 50%;
    left: 5px;
    margin-top: -5px;
  }
  .main_contents .link_box .col5_block li:nth-last-child(1),
  .main_contents .link_box .col5_block li:nth-last-child(2) {
    border-bottom: none;
  }
}
/*btn_large
----------------------------------------*/
.main_contents .btn_large {
	text-decoration: none;
	text-align: center;
	display: block;
	color: #fff;
	border: none;
	cursor: pointer;
	font-family: inherit;
	width: 350px;
	margin: 0 auto;
	padding: 17px 20px 17px 10px;
	font-size: 16px;
	font-weight: bold;
	background: #BD7726 url(../img/common/ic-arrow-03.png) no-repeat 321px center;
	transition: opacity 0.15s linear;
	background: url(../img/common/ic-arrow-03.png) no-repeat 321px center,-moz-linear-gradient(-45deg, #D19B31 40%, #BD7726 100%);
	background: url(../img/common/ic-arrow-03.png) no-repeat 321px center,-webkit-linear-gradient(-45deg, #D19B31 40%, #BD7726 100%);
	background: url(../img/common/ic-arrow-03.png) no-repeat 321px center,linear-gradient(135deg, #D19B31 40%, #BD7726 100%);
}
.main_contents * + .btn_large {
	margin-top: 1em;
}
.main_contents .btn_large:hover {
  filter: alpha(opactiy=60);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}
@media only screen and (max-width: 736px) {
	.main_contents .btn_large {
		width: 245px;
		padding: 10px 11px 10px 0;
		font-size: 12px;
		font-weight: normal;
		background: #BD7726 url(../img/common/ic-arrow-03.png) no-repeat 227.5px 15px;
		background: url(../img/common/ic-arrow-03.png) no-repeat 227.5px 15px,-moz-linear-gradient(-45deg, #D19B31 40%, #BD7726 100%);
		background: url(../img/common/ic-arrow-03.png) no-repeat 227.5px 15px,-webkit-linear-gradient(-45deg, #D19B31 40%, #BD7726 100%);
		background: url(../img/common/ic-arrow-03.png) no-repeat 227.5px 15px,linear-gradient(135deg, #D19B31 40%, #BD7726 100%);
		background-size: 6px auto, auto;
	}
	.main_contents * + .btn_large {
		margin-top: 1em;
	}
}
/*btn_list
----------------------------------------*/
.main_contents .btn_list a {
  text-decoration: none;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 15px;
  padding: 5px 5px 5px 1.6em;
  padding-right: 10px;
  background: #Fff;
  border: 1px solid #ddd;
  transition: opacity 0.15s linear;
}
.main_contents .btn_list a:last-child {
  margin-bottom: 0;
}
.main_contents .btn_list a:before {
  content: "";
  display: block;
  width: 7px;
  height: 11px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
  margin: auto;
  background-image: url(../img/common/ic-arrow-01.png);
  background-size: 5px auto;
  background-position: center top;
  background-repeat: no-repeat;
  transition: 0.15s linear;
}
.main_contents .btn_list a:hover {
  filter: alpha(opactiy=60);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}


@media only screen and (max-width: 736px) {
  .main_contents .btn_list a {
   font-size: 1.2rem;
 }	
}

/*box
----------------------------------------*/
.main_contents .box-border {
  border: 1px solid #314366;
  padding: 20px;
}
.main_contents .box-border .ttl {
  margin-bottom: 10px;
}
.main_contents .box-border p:last-child {
  margin-bottom: 0;
}
.main_contents .box-border .tbl .cell.col_box._x5 {
  padding-left: 20px;
}
.main_contents .box-bg {
  background-color: #e5e7ea;
  padding: 20px;
}
.main_contents .box-bg .question {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #3a3a3a;
  font-weight: bold;
  background-image: url(../img/common/ic-q.png);
  background-position: 0% 0;
  background-repeat: no-repeat;
  padding-left: 35px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 736px) {
  .main_contents .box-border {
    border: 1px solid #314366;
    padding: 10px;
  }
  .main_contents .box-border .ttl {
    margin-bottom: 10px;
  }
  .main_contents .box-border p:last-child {
    margin-bottom: 0;
  }
  .main_contents .box-border .tbl .cell.col_box._x5 {
    padding-left: 20px;
  }
  .main_contents .box-border .tbl.col6_block {
    display: block;
  }
  .main_contents .box-border .tbl.col6_block .col_box:first-child {
    display: none;
  }
  .main_contents .box-border .tbl.col6_block .col_box._x5 {
    display: block;
    width: 100%;
    padding: 0;
  }
  .main_contents .box-border .tbl.col6_block .col_box._x5 img.align_l {
    width: auto;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .main_contents .box-bg {
    background-color: #e5e7ea;
    padding: 10px;
  }
  .main_contents .box-bg .question {
    font-size: 14px;
    font-size: 1.2rem;
    line-height: 1.6;
    color: #3a3a3a;
    font-weight: bold;
    background-image: url(../img/common/ic-q.png);
    background-position: 0% 2px;
    background-size: 16px auto;
    background-repeat: no-repeat;
    padding-left: 24px;
    margin-bottom: 6px;
  }
}
/* colblock, tbl layouts
----------------------------------------*/
.main_contents {
  /* 段落の区切り */
  /* 2カラム */
  /* 3カラム */
  /* 4カラム */
}
.main_contents .contblock {
  width: 100%;
  margin: 0 auto 40px;
}
.main_contents .contblock .cap {
  font-size: 12px;
  font-size: 1.2rem;
}
.main_contents .col2_block {
  margin: 0 -5px;
}
.main_contents .col2_block .col_box {
  float: left;
  width: 50%;
  padding: 0 5px;
  *display: inline;
  *zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.main_contents .col2_block.tbl {
  margin: 0;
}
.main_contents .col2_block.tbl .cell.col_box {
  float: none;
  padding: 0;
  vertical-align: middle;
  background-color: #fff;
}
.main_contents .col2_block.tbl .cell.col_box .box-thumb {
  padding-right: 5px;
}
.main_contents .col2_block.tbl .cell.col_box .panel .box-content {
  padding: 15px 20px 15px 15px;
}
.main_contents .col3_block {
  margin: 0 -5px;
}
.main_contents .col3_block .col_box._x2 {
  width: 66.66666%;
}
.main_contents .col3_block .col_box {
  float: left;
  width: 33.33%;
  margin-bottom: 10px;
  padding: 0 5px;
  *display: inline;
  *zoom: 1;
}
.main_contents .col3_block.tbl {
  margin: 0;
}
.main_contents .col3_block.tbl .cell.col_box {
  float: none;
  padding: 0;
  vertical-align: top;
  background-color: #fff;
}
.main_contents .col3_block.tbl .cell.col_box .box-thumb {
  padding-right: 5px;
}
.main_contents .col3_block.tbl .cell.col_box .panel .box-content {
  padding: 15px 20px 15px 15px;
}
.main_contents .col4_block {
  margin: 0 -20px;
}
.main_contents .col4_block .col_box {
  float: left;
  width: 25%;
  *display: inline;
  *zoom: 1;
  position: relative;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.main_contents .col6_block {
  margin: 0 -5px;
}
.main_contents .col6_block .col_box._x5 {
  width: 83.333333333%;
}
.main_contents .col6_block .col_box {
  float: left;
  width: 16.666666667%;
  *display: inline;
  *zoom: 1;
  position: relative;
  padding: 0 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.main_contents .col6_block.tbl {
  margin: 0;
}
.main_contents .col6_block.tbl .cell.col_box {
  float: none;
  padding: 0;
  vertical-align: middle;
}
.main_contents .col6_block.tbl .cell.col_box .box-thumb {
  padding-right: 5px;
}
.main_contents .col6_block.tbl .cell.col_box .panel .box-content {
  padding: 15px 20px 15px 15px;
}
.main_contents .col6_block.tbl .cell.col_box.with-bg-fff {
  background-color: #fff;
}
.main_contents .col7_block {
  margin: 0 -5px;
}
.main_contents .bukken_block {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
}
.main_contents .col7_block .col_box {
  float: left;
  width: 14.28571428571429%;
  *display: inline;
  *zoom: 1;
  position: relative;
  padding: 0 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.main_contents .bukken_block .col_box {
  float: none;
}
_::-webkit-full-page-media, _:future, :root .main_contents .bukken_block .col_box {
    width: 14.26%;
}
.main_contents .tbl {
  display: table;
}
.main_contents .cell {
  display: table-cell;
  float: none;
}

@media only screen and (max-width: 736px) {
  .main_contents {
    /* 段落の区切り */
    /* 2カラム */
    /* 3カラム */
    /* 4カラム */
  }
  .main_contents .contblock {
    width: 100%;
    margin: 0 auto 20px;
    padding: 0 12px;
  }
  .main_contents .contblock .cap {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .main_contents .col2_block {
    margin: 0 0;
  }
  .main_contents .col2_block .col_box {
    float: none;
    width: 100%;
    padding: 0 0;
    margin-bottom: 10px;
  }
  .main_contents .col2_block .col_box:last-child {
    margin-bottom: 0;
  }
  .main_contents .col2_block.tbl {
    display: block;
    margin: 0;
    padding: 0 0;
  }
  .main_contents .col2_block.tbl .cell.col_box {
    display: block;
    padding: 0;
    vertical-align: middle;
    background-color: #fff;
    margin-bottom: 0;
  }
  .main_contents .col2_block.tbl .cell.col_box .box-thumb {
    padding-right: 0;
  }
  .main_contents .col2_block .col_box .panel .box-thumb img {
    width: 100%;
  }
  .main_contents .col2_block.tbl .cell.col_box .panel .box-content {
    padding: 10px;
  }
  .main_contents .col3_block {
    margin: 0;
  }
  .main_contents .col3_block .col_box._x2 {
    width: 66.66666%;
  }
  .main_contents .col3_block .col_box {
    float: none;
    width: 100%;
    padding: 0 0;
    margin: 0;
  }
  .main_contents .col3_block .col_box:last-child .panel {
    margin-bottom: 0;
  }
  .main_contents .col3_block.tbl {
    margin: 0 0;
    width: 100%;
    display: block;
  }
  .main_contents .col3_block.tbl .cell.col_box {
    width: 100%;
    display: block;
    vertical-align: top;
    background-color: #fff;
  }
  .main_contents .col3_block.tbl .cell.col_box .box-thumb {
    padding-right: 0;
  }
  .main_contents .col3_block.tbl .cell.col_box .box-thumb img {
    width: 100%;
    max-width: none;
  }
  .main_contents .col3_block.tbl .cell.col_box .panel .box-content {
    padding: 10px;
  }
  .main_contents .col3_block.tbl .col_box._x2 {
    vertical-align: top;
    width: 100%;
    display: block;
  }
  .main_contents .col4_block {
    margin: 0 -20px;
  }
  .main_contents .col4_block .col_box {
    float: left;
    width: 25%;
    *display: inline;
    *zoom: 1;
    position: relative;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .main_contents .col6_block {
    margin: 0 -5px;
  }
  .main_contents .col6_block .col_box._x5 {
    width: 83.333333333%;
  }
  .main_contents .col6_block .col_box {
    float: left;
    width: 16.666666667%;
    *display: inline;
    *zoom: 1;
    position: relative;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .main_contents .col6_block.tbl {
    margin: 0 0;
    width: 100%;
  }
  .main_contents .col6_block.tbl .cell.col_box {
    width: 34%;
    vertical-align: top;
  }
  .main_contents .col6_block.tbl .cell.col_box .box-thumb {
    padding-right: 0;
  }
  .main_contents .col6_block.tbl .cell.col_box.with-bg-fff .box-thumb img {
    width: 100%;
  }
  .main_contents .col6_block.tbl .cell.col_box .panel .box-content {
    padding: 10px;
  }
  .main_contents .col6_block.tbl .col_box._x5 {
    vertical-align: top;
    width: 66%;
  }
  .main_contents .col7_block {
    margin: 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .main_contents .bukken_block .col_box {
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .main_contents .col7_block .col_box:nth-child(even) {
    padding: 0 0 0 4px;
  }
  .main_contents .col7_block .col_box {
    padding: 0 4px 0 0;
    margin-bottom: 10px;
    float: none;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  _::-webkit-full-page-media, _:future, :root .main_contents .bukken_block .col_box {
    width: 49.9%;
}
  .main_contents .bukken_block .col_box {
    display: block;
  }
  .main_contents .col7_block .col_box .panel {
    display: table;
    width: 100%;
  }
  .main_contents .col7_block .col_box .panel .box-thumb {
    display: table-cell;
    vertical-align: top;
  }
  .main_contents .col7_block .col_box .panel .box-content {
    display: table-cell;
    vertical-align: top;
  }
  .main_contents .tbl {
    display: table;
  }
  .main_contents .cell {
    display: table-cell;
    float: none;
  }
  .main_contents .carousel .col2_block .col_box,
  .main_contents .carousel .col3_block .col_box {
    float: left;
  }
}
/*テーブル
----------------------------------------*/
.main_contents .table_block table {
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
  margin-bottom: 20px;
  border-right: solid 1px #d3d3d3;
}
.main_contents .table_block table caption {
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
  color: #000000;
  line-height: 1.6;
  margin: 0 auto 10px;
  background-image: url(../img/common/ic-h-04.png);
  background-position: 0% 45%;
  background-repeat: no-repeat;
  padding-left: 18px;
}
.main_contents .table_block table tr th,
.main_contents .table_block table tr td {
  border: none;
  padding: 10px;
}
.main_contents .table_block table thead tr th {
  font-weight: normal;
  background: none;
  font-size: 12px;
  font-size: 1.2rem;
  border-bottom: none;
  border-left: solid 1px #d3d3d3;
  background: #1f326e;
  color: #fff;
  border-top: solid 1px #d3d3d3;
}
.main_contents .table_block table tr th {
  font-weight: normal;
  background: none;
  font-size: 12px;
  font-size: 1.2rem;
  border-bottom: solid 1px #d3d3d3;
  border-left: solid 1px #d3d3d3;
  background: #f1eeee;
  color: #000;
}
.main_contents .table_block table tr:first-child th {
  border-top: solid 1px #babcc2;
}
.main_contents .table_block table tr:first-child td {
  border-top: solid 1px #babcc2;
}
.main_contents .table_block table tr td {
  border-bottom: solid 1px #babcc2;
  border-left: solid 1px #babcc2;
  font-size: 12px;
  font-size: 1.2rem;
}
.main_contents .table_block .bg_red {
  background: #f11717;
  color: #ffffff;
}

@media only screen and (max-width: 736px) {
  .main_contents .table_block table caption {
    text-align: left;
    font-size: 1.2rem;
    color: #000000;
    line-height: 1.6;
    margin: 0 auto 10px;
    background-position: 0% 45%;
    background-repeat: no-repeat;
    padding-left: 18px;
  }
  .main_contents .table_block table tbody {
    border-top: solid 1px #dbdbdb;
  }
  .main_contents .table_block table tr th,
  .main_contents .table_block table tr td {
    padding: 10px;
  }
  .main_contents .table_block table thead tr th {
    font-size: 1.2rem;
  }
  .main_contents .table_block table tr th {
    font-size: 1.2rem;
  }
  .main_contents .table_block table tr td {
    font-size: 1.2rem;
  }
  .main_contents .table_block .sp_table_scroll {
    overflow: auto;
    margin-bottom: 20px;
  }
  .main_contents .table_block .sp_table_scroll table {
    min-width: 730px;
    width: auto;
    margin-bottom: 5px;
  }
  .main_contents .table_block .sp_table_scroll + * {
    margin-top: 10px;
  }
  .main_contents .table_block .sp_table_scroll::-webkit-scrollbar {
    height: 5px;
  }
  .main_contents .table_block .sp_table_scroll::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  .main_contents .table_block .sp_table_scroll::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
  .main_contents .table_block.sp_table_single table,
  .main_contents .table_block.sp_table_single table tbody,
  .main_contents .table_block.sp_table_single table thead,
  .main_contents .table_block.sp_table_single table tr,
  .main_contents .table_block.sp_table_single table th,
  .main_contents .table_block.sp_table_single table td {
    display: block;
  }
  .main_contents .table_block.sp_table_single table {
    border: none;
  }
  .main_contents .table_block.sp_table_single table caption {
    display: block;
  }
  .main_contents .table_block.sp_table_single table .w20per {
    width: 100%;
  }
  .main_contents .table_block.sp_table_single table .align_c {
    text-align: left !important;
  }
  .main_contents .table_block.sp_table_single table thead tr th {
    display: block;
    font-weight: normal;
    background: none;
    font-size: 1.2rem;
    border-bottom: none;
    border-left: solid 1px #d3d3d3;
    text-align: left;
    background: #1f326e;
    color: #fff;
  }
  .main_contents .table_block.sp_table_single table tr th,
  .main_contents .table_block.sp_table_single table tr td {
    padding: 7px 2.413%;
    border: solid 1px #dbdbdb !important;
    border-top: none !important;
  }
  .main_contents .table_block.sp_table_single table tr th {
    width: auto !important;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    background-size: 0.689% auto;
    -webkit-background-size: 0.689% auto;
    -moz-background-size: 0.689% auto;
    -o-background-size: 0.689% auto;
  }
  .main_contents .table_block.sp_table_single table caption {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .main_contents .table_block.sp_table_single table tr td {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/* button
----------------------------------------*/
.main_contents a.btn {
  display: block;
  width: 260px;
  border: none;
  background-color: #8b7553;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  padding: 10px;
  position: relative;
}
.main_contents a.btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 6px;
  margin-top: -6px;
  width: 6px;
  height: 12px;
  background-image: url(../img/common/ic-arrow-03.png);
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.main_contents .btn-gold:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -moz-linear-gradient(-53deg, white 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-linear-gradient(-53deg, white 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(-53deg, white 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(-53deg, white 0%, rgba(255, 255, 255, 0) 100%);
  filter: alpha(opactiy=30);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
}

@media only screen and (max-width: 736px) {
  .main_contents a.btn {
    display: block;
    width: 100%;
    margin: 0 auto;
    border: none;
    background-color: #8b7553;
    color: #fff;
    text-decoration: none;
    font-size: 1.2rem;
    text-align: center;
    padding: 10px;
    position: relative;
  }
  .main_contents a.btn:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 6px;
    margin-top: -6px;
    width: 6px;
    height: 12px;
    background-image: url(../img/common/ic-arrow-03.png);
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  .main_contents .btn-gold:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -moz-linear-gradient(-53deg, white 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-linear-gradient(-53deg, white 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -ms-linear-gradient(-53deg, white 0%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(-53deg, white 0%, rgba(255, 255, 255, 0) 100%);
    filter: alpha(opactiy=30);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
  }
}
/* tabs
----------------------------------------*/
.main_contents .tabs .tab-header .tab {
  float: left;
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.main_contents .tabs .tab-header .tab + .tab {
  margin-left: 10px;
}
.main_contents .tabs .tab-header .tab a {
  display: block;
  min-width: 170px;
  height: 50px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 50px;
  color: #fff;
  background-color: #76849f;
  text-decoration: none;
  padding-right: 10px;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.main_contents .tabs .tab-header .tab a:hover, .main_contents .tabs .tab-header .tab a:active, .main_contents .tabs .tab-header .tab a:focus {
  background-color: #2f4062;
}
.main_contents .tabs .tab-header .tab ._current_tab {
  color: #2f4062;
  background-color: #fff;
}
.main_contents .tabs .tab-header .tab ._current_tab:hover, .main_contents .tabs .tab-header .tab ._current_tab:active, .main_contents .tabs .tab-header .tab ._current_tab:focus {
  background-color: #fff;
}
.main_contents .tabs .tab-header .tab:before {
  display: none;
}
.main_contents .tabs .tab-header .tab.tab-with-icon a {
  background-image: url(../img/common/ic-h-01.png);
  background-position: 8px 50%;
  background-repeat: no-repeat;
  padding-left: 28px;
}
.main_contents .tabs .tab-header .tab.tab-with-icon ._current_tab {
  background-image: url(../img/common/ic-h-07.png);
}
.main_contents .tabs .tab-content-wrap .tab-content {
  background-color: #fff;
  padding: 20px;
  display: none;
}
.main_contents .tabs .tab-content-wrap ._activated_tab {
  display: block;
}

@media only screen and (max-width: 736px) {
  .main_contents .contblock.tabs {
    padding: 0;
  }
  .main_contents .tabs .tab-header .tab + .tab {
    margin-left: 0;
  }
  .main_contents .contblock.tabs .tab-header {
    padding: 0 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .main_contents .contblock.tabs .tab-header ul {
    padding: 0;
  }
  .main_contents .contblock.tabs .tab-header .tab {
    padding: 0 6px;
    width: 50%;
    float: left;
    margin-right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .main_contents .contblock.tabs .tab-header .tab a {
    height: 50px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding-left: 20px;
    min-width: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .main_contents .contblock.tabs .tab-header .tab.tab-with-icon a {
    background-image: url(../img/common/ic-h-01.png);
    background-position: 8px 50%;
    padding-left: 28px;
  }
  .main_contents .contblock.tabs .tab-header .tab.tab-with-icon ._current_tab {
    background-image: url(../img/common/ic-h-07.png);
  }
  .main_contents .contblock.tabs .tab-content-wrap .tab-content {
    background-color: #fff;
    padding: 10px;
    margin: 0 12px;
    display: none;
  }
  .main_contents .contblock.tabs .tab-content-wrap ._activated_tab {
    display: block;
  }
}
/* submenu_style
----------------------------------------*/
.submenu_wrapper:before, .submenu_wrapper:after {
  content: " ";
  display: table;
}

.submenu_wrapper:after {
  clear: both;
}

.submenu_wrapper {
  *zoom: 1;
}

.main_contents .submenu_style {
  background-color: #fff;
  padding: 20px;
}
.main_contents .submenu_style .submenu_wrapper {
  border-bottom: 1px solid #ddd;
  padding: 0 0 10px;
  margin-bottom: 10px;
}
.main_contents .submenu_style .submenu_wrapper .label {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  color: #fff;
  text-align: center;
  width: 100px;
  position: relative;
  background-color: #2f4062;
  float: left;
  display: block;
}
.main_contents .submenu_style .submenu_wrapper .label:after {
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  border: 12px solid transparent;
  border-left: 12px solid #2f4062;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -24px;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.main_contents .submenu_style .submenu_wrapper .link_box {
  padding: 3px 0 0 30px;
  overflow: hidden;
}
.main_contents .submenu_style .submenu_wrapper:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

@media only screen and (max-width: 736px) {
  .main_contents .submenu_style {
    background-color: #fff;
    margin: 0 0;
    padding: 10px 10px 15px;
  }
  .main_contents .submenu_style .submenu_wrapper {
    border-bottom: none;
    padding: 0 0 10px;
    margin-bottom: 10px;
  }
  .main_contents .submenu_style .submenu_wrapper .label {
    font-size: 1.2rem;
    line-height: 20px;
    color: #fff;
    text-align: left;
    width: 100%;
    position: relative;
    background-color: #2f4062;
    float: none;
    padding: 5px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .main_contents .submenu_style .submenu_wrapper .label:after {
    display: none;
  }
  .main_contents .submenu_style .submenu_wrapper .link_box {
    float: none;
    margin-left: 0;
    padding: 0;
  }
  .main_contents .submenu_style .submenu_wrapper .link_box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .main_contents .submenu_style .submenu_wrapper .link_box ul li {
    float: none;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 0;
    border-bottom: 1px solid #eee;
    padding: 10px 0 10px 18px;
  }
  .main_contents .submenu_style .submenu_wrapper .link_box ul li:nth-child(odd) {
    border-right: 1px solid #eee;
  }
  .main_contents .submenu_style .submenu_wrapper .link_box ul li:before {
    top: 50%;
    left: 5px;
    margin-top: -5px;
  }
  .main_contents .submenu_style .submenu_wrapper .link_box ul li:nth-last-child(1) {
    border-bottom: none;
  }
  .main_contents .submenu_style .submenu_wrapper:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
/*
* profile-box
**********************************/
.main_contents .profile-box .ttl {
  padding-left: 0;
  margin-bottom: 5px;
}
.main_contents .profile-box dl {
  margin-bottom: 5px;
}
.main_contents .profile-box dl dt {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
  color: #fff;
  background-color: #76849f;
  width: 100px;
  text-align: center;
  padding: 0;
}
.main_contents .profile-box dl dt.font-sm {
  font-size: 10px;
  font-size: 1.0rem;
}
.main_contents .profile-box dl dd {
  padding-left: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #000;
}
.main_contents .profile-box dl .cell {
  vertical-align: middle;
  word-break: break-all;
}

@media only screen and (max-width: 736px) {
  .main_contents .profile-box .ttl {
    padding-left: 0;
    margin-bottom: 7px;
  }
  .main_contents .profile-box dl {
    margin-bottom: 5px;
  }
  .main_contents .profile-box dl dt {
    font-size: 1.0rem;
    line-height: 1.2;
    color: #fff;
    background-color: #76849f;
    width: 70px;
    text-align: center;
    padding: 2px 0;
  }
  .main_contents .profile-box dl dt.font-sm {
    font-size: 0.8rem;
  }
  .main_contents .profile-box dl dd {
    padding-left: 10px;
    font-size: 1.2rem;
    line-height: 1.6;
    color: #000;
  }
  .main_contents .profile-box dl .cell {
    vertical-align: middle;
  }
}

/* 縦横比固定のボックス */
.aspectwrapper {
  position: relative;
  overflow: hidden;
}
.aspectwrapper:after{
  padding-top: 61.9266%;
  display: block;
  content: "";
}
.aspectwrapper > .ph {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
}
.aspectwrapper > .ph img {
	width: 100%;
	height: auto;
	max-width: none;
}
.aspectwrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}


/* owner voice
----------------------------------------*/
.main_contents .voice-style .col2_block.tbl {
  margin-bottom: 10px;
}
.main_contents .col_box > a,
.main_contents .col_box > a .ttl {
  text-decoration: none;
}
.main_contents .voice-style .col2_block.tbl .cell {
  width: 225px;
}
.main_contents .voice-style .col2_block.tbl .cell .panel .box-content {
  padding: 0 12px;
}
.main_contents .voice-style .col2_block.tbl .cell .panel .profile-box .lead-msg {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #2f4062;
  margin-bottom: 10px;
}
.main_contents .voice-style .col2_block.tbl .cell .panel .profile-box .profile-prop {
  margin-bottom: 10px;
}
.main_contents .voice-style .col2_block.tbl .cell .panel .profile-box .profile-prop li {
  width: 25%;
  float: left;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  background-color: #2f4062;
  font-size: 10px;
  font-size: 1.0rem;
  line-height: 1.6;
  color: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.main_contents .voice-style .col2_block.tbl .cell .panel .profile-box .ttl {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 5px;
}
.main_contents .voice-style .col2_block.tbl .cell .panel .profile-box .tbl {
  width: 50%;
  float: left;
}
.main_contents .voice-style .col2_block.tbl .cell .panel .profile-box .tbl dt {
  font-size: 10px;
  font-size: 1.0rem;
  width: 45%;
}
.main_contents .voice-style .col2_block.tbl .cell .panel .profile-box .tbl dd {
  font-size: 11px;
  font-size: 1.1rem;
  width: 55%;
  padding-left: 5px;
}
.main_contents .voice-style .col2_block.tbl .cell:first-child {
  width: 130px;
}
.main_contents .voice-style .col2_block.tbl .cell:first-child .box-thumb {
  padding-right: 0;
}

@media only screen and (max-width: 736px) {
  .main_contents .voice-style .col2_block.tbl {
    margin-bottom: 0;
    display: table;
  }
  .main_contents .voice-style .col2_block.tbl .cell {
    display: table-cell;
    width: 68%;
  }
  .main_contents .voice-style .col2_block.tbl .cell .panel .box-content {
    padding: 0 8px;
  }
  .main_contents .voice-style .col2_block.tbl .cell .panel .profile-box .lead-msg {
    font-size: 1.0rem;
    line-height: 1.6;
    color: #2f4062;
    margin-bottom: 5px;
  }
  .main_contents .voice-style .col2_block.tbl .cell .panel .profile-box .profile-prop {
    margin-bottom: 5px;
  }
  .main_contents .voice-style .col2_block.tbl .cell .panel .profile-box .profile-prop li {
    font-size: 0.9rem;
    line-height: 1.6;
  }
  .main_contents .voice-style .col2_block.tbl .cell .panel .profile-box .ttl {
    font-size: 0.9rem;
    margin-bottom: 5px;
  }
  .main_contents .voice-style .col2_block.tbl .cell .panel .profile-box .tbl {
    width: 50%;
    float: left;
  }
  .main_contents .voice-style .col2_block.tbl .cell .panel .profile-box .tbl dt {
    font-size: 0.8rem;
    width: 45%;
  }
  .main_contents .voice-style .col2_block.tbl .cell .panel .profile-box .tbl dd {
    font-size: 0.9rem;
    width: 55%;
    padding-left: 5px;
  }
  .main_contents .voice-style .col2_block.tbl .cell:first-child {
    width: 32%;
  }
  .main_contents .voice-style .col2_block.tbl .cell:first-child .box-thumb {
    padding-right: 0;
  }
}

#owners1,
#owners2 {
	margin-top: -60px;
	padding-top: 60px;
}
@media only screen and (max-width: 736px) {
	#owners1,
	#owners2 {
		margin-top: -70px;
		padding-top: 70px;
	}
}


/* form
----------------------------------------*/
.main_contents .form input[type="submit"] {
	color: #fff;
	border: none;
	cursor: pointer;
	font-family: inherit;
	padding: 15px 30px;
	background: #ce8826;
	transition: opacity 0.15s linear;
	background: -moz-linear-gradient(-45deg, #ce8826 0%, #b77225 100%);
	background: -webkit-linear-gradient(-45deg, #ce8826 0%,#b77225 100%);
	background: linear-gradient(135deg, #ce8826 0%,#b77225 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce8826', endColorstr='#b77225',GradientType=1 );
}
.main_contents .form input[type="submit"]:hover {
  filter: alpha(opactiy=60);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}

.main_contents .form input:placeholder-shown {
  color: #ddd;
}
.main_contents .form input::-webkit-input-placeholder {
  color: #ddd;
}
.main_contents .form input:-moz-placeholder {
  color: #ddd; opacity: 1;
}
.main_contents .form input::-moz-placeholder {
  color: #ddd; opacity: 1;
}
.main_contents .form input:-ms-input-placeholder {
  color: #ddd;
}


/* simulation
----------------------------------------*/
form.simulation {
	width: 720px;
	height: 190px;
	margin: 54px 0 12px;
	padding: 23px 0 0;
	background: url(../img/simulation/bg_01.jpg) no-repeat;
}
form.simulation:after {
	content: "";
	width: 173px;
	height: 225px;
	display: block;
	position: absolute;
	bottom: 0;
	right: 22px;
	background: url(../img/simulation/img_01.png) no-repeat;
}
form.simulation p {
	font-size: 26px;
	color: #fff;
}
form.simulation p:first-child {
	text-align: left;
	letter-spacing: -.5px;
	margin: 0 0 18px 51px;
}
form.simulation p:first-child span {
	font-size: 24px;
	vertical-align: -12px;
}
form.simulation input[name="age"] {
	font-family: inherit;
	padding: 0 0 0 10px;
	margin: 2px 16px 0 20px;
	font-size: 32px;
	width: 250px;
	text-align: center;
	color: #B42828;
	font-weight: bold;
	background: #fff;
	border: none;
	height: 60px;
	border-radius: 4px;
	vertical-align: -2px;
}
.main_contents form.simulation input[type="submit"] {
	color: #fff;
	border: none;
	cursor: pointer;
	font-family: inherit;
	width: 290px;
	margin-right: 34px;
	padding: 17px 16px 17px 0;
	font-size: 16px;
	font-weight: bold;
	background: #BD7726 url(../img/simulation/icon_btn_arrow.png) no-repeat 261px center;
	transition: opacity 0.15s linear;
	background: url(../img/simulation/icon_btn_arrow.png) no-repeat 261px center,-moz-linear-gradient(-45deg, #D19B31 40%, #BD7726 100%);
	background: url(../img/simulation/icon_btn_arrow.png) no-repeat 261px center,-webkit-linear-gradient(-45deg, #D19B31 40%, #BD7726 100%);
	background: url(../img/simulation/icon_btn_arrow.png) no-repeat 261px center,linear-gradient(135deg, #D19B31 40%, #BD7726 100%);
}

@media only screen and (min-width: 736px) {
	.main_contents .col3_block.result_block {
   margin: 0 -5px;
 }
 .main_contents .col3_block.result_block .col_box._x2 {
   width: 66.66666%;
 }
 .main_contents .col3_block.result_block .col_box.visible_pc {
   float: left;
   width: 20%;
   margin-bottom: 10px;
   padding: 0 5px;
   *display: inline;
   *zoom: 1;
 }
 .main_contents .col3_block.result_block .col_box {
   float: left;
   width: 26.66%;
   margin-bottom: 10px;
   padding: 0 5px;
   *display: inline;
   *zoom: 1;
 }
 .main_contents .panel-with-icon .box-content.h-ex {
  height: 170px;
}
 .main_contents .panel-with-icon .box-content.h-ex.h-ex_l {
    height: 180px;
}
}

.main_contents .simulation_rate {
	margin-top: 20px;
}
.main_contents .simulation_result {
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
}
.main_contents .simulation_rate table,
.main_contents .simulation_result table {
	border-right: none;
}
.main_contents .simulation_result table {
	margin-bottom: 16px;
}
.main_contents .simulation_rate table tr:first-child th,
.main_contents .simulation_rate table tr:first-child td,
.main_contents .simulation_result table tr:first-child th,
.main_contents .simulation_result table tr:first-child td {
	/*border-top: none;*/
}
.main_contents .simulation_rate table tr th,
.main_contents .simulation_rate table tr td {
	border-left: none;
	border-bottom: none;
	border-top: solid 1px #ccc;
	background: #fff;
	padding: 10px 10px 10px;
}
.main_contents .simulation_rate table tr th {
	background: #F7F8F9;
	color: #314365;
	font-weight: bold;
	width: 173px;
}
.main_contents .simulation_result table tr th,
.main_contents .simulation_result table tr td {
	border-left: none;
	background: #fff;
	line-height: 1.4;
}
.main_contents .simulation_result table tr td {
	padding: 10px 19px;
	text-align:right;
}
.main_contents .simulation_result table tr th.st1{
	height:46px;
}
.main_contents .simulation_result table tr th.st2{
	height:40px;
}
.main_contents .simulation_result table tr td.st1{
	background-color:#FFEAEA;
	font-size: 16px;
}
.main_contents .simulation_result table tr td.st2{
	font-size: 14px;
}
.main_contents .simulation_result table tr td strong {
	/*color: #B32727;*/
	font-weight:bold;
}
.main_contents .simulation_rate table tr td .fcR,
.main_contents .simulation_result table tr td .fcR {
	color: #B32727;
}
.main_contents .simulation_result table tr th {
	background: #F7F8F9;
	color: #314365;
	font-weight: bold;
	width: 100px;
}
.main_contents .simulation_result + p {
	padding: 0 18px 28px;
	font-size: 14px;
	line-height: 1.5;
}
.main_contents .simulation_result .comment {
	padding: 10px;
	font-size: 12px;
	line-height: 1.5;
	margin-bottom: 0;
}
.main_contents .ttl_simulation {
	font-size: 14px;
	color: #314365;
	padding: 10px 0 17px;
}
.main_contents .ttl_simulation:before {
	content: "";
	width: 6px;
	height: 6px;
	display: inline-block;
	margin-right: 10px;
	background: #76849F;
	vertical-align: middle;
}

@media only screen and (max-width: 736px) {
	form.simulation {
		width: 296px;
		height: 116px;
		margin: -1px auto 12px;
		padding: 17px 81px 0 0;
		background: url(../img/simulation/bg_01_sp.jpg) no-repeat;
		background-size: 100% auto;
	}
	form.simulation:after {
		width: 85px;
		height: 126px;
		right: 5px;
		background: url(../img/simulation/img_01_sp.png) no-repeat;
		background-size: 100% auto;
	}
	form.simulation p {
		font-size: 15px;
	}
	form.simulation p:first-child {
		text-align: center;
		letter-spacing: -.5px;
		margin: 0 0 12px;
	}
	form.simulation p:first-child span {
		font-size: 14px;
		vertical-align: -7px;
	}
	form.simulation input[name="age"] {
		padding: 0;
		margin: 2px 8px 0;
		font-size: 20px;
		width: 80px;
		border: none;
		height: 30px;
		vertical-align: -2px;
	}
	.main_contents form.simulation input[type="submit"] {
		width: 185px;
		margin-right: 0;
		padding: 7.5px 11px 5.5px 0;
		font-size: 12px;
		font-weight: normal;
		background: #BD7726 url(../img/simulation/icon_btn_arrow_sp.png) no-repeat 167.5px 15px;
		background: url(../img/simulation/icon_btn_arrow_sp.png) no-repeat 167.5px 15px,-moz-linear-gradient(-45deg, #D19B31 40%, #BD7726 100%);
		background: url(../img/simulation/icon_btn_arrow_sp.png) no-repeat 167.5px 15px,-webkit-linear-gradient(-45deg, #D19B31 40%, #BD7726 100%);
		background: url(../img/simulation/icon_btn_arrow_sp.png) no-repeat 167.5px 15px,linear-gradient(135deg, #D19B31 40%, #BD7726 100%);
		background-size: 9px auto, auto;
	}
	.main_contents .ttl_simulation {
		font-size: 12px;
		padding: 10px 0;
	}
	.main_contents .ttl_simulation:before {
		width: 4px;
		height: 4px;
		margin-right: 6px;
	}
	.main_contents .simulation_rate table tr th,
	.main_contents .simulation_rate table tr td,
	.main_contents .simulation_result table tr td {
		padding: 20px 10px;
	}
	.main_contents .simulation_rate table tr th {
		width: auto;
	}
	.main_contents .simulation_result table tr td.visible_sp,
	.main_contents .simulation_result table tr th.visible_sp {
   display: table-cell !important;
 }
 .main_contents .simulation_result + p {
  padding: 0 10px;
}
}
/*1215_/location/city*/
.main_contents .panel .location-textarea {
height: 135px;
padding-bottom: 0;
}
/*1024_/dispkay_switch*/
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none;
  }
@media only screen and (max-width: 736px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
