@charset "UTF-8";
/* CSS Document */

body{
	background-color:#ffffff;
	margin:0;
	padding:0;
	color: #4d4d4d;
	font-size:14px;
	/* [disabled]line-height:26px; */
	font-family:'游ゴシック体', 'Yu Gothic', 'YuGothic', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
	/*font-family: "HelveticaNeueLTStd-Roman", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, "MS Pゴシ ック", "MS PGothic", sans-serif;*/
	/*font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
	line-height:23px;
}
.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;    
    clear: both; 
    visibility:hidden;
}
.clearfix{
    display: inline-block;
} 
/* Hides from IE Mac */
* html .clearfix{
    height: 1%;
}
.clearfix{
    display:block;
}
/* End Hack */
/*ヘッダーフッター*/
CSS
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color:#F4F4F4;
}
body > .container {
  padding: 40px 15px 0;
}
.container .text-muted {
  margin: 20px 0;
}
 
.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}
/*／ヘッダーフッター*/

/*ロゴ画像*/
.navbar-brand {
  background: url(../img/common/logo_s.png) no-repeat;
  background-position: 2px 10px;
  background-size: contain;
  height: 60px;
  /*height: 40px;*/
  width: 200px;
  text-indent:-9999px;
}
/*／ロゴ画像*/

/* ページトップ */
@media only screen and (min-width: 993px), print {
 #page-top {
    position: fixed;
    bottom: 70px;
    right: 20px;
    font-size: 70%;
	 z-index: 10;
}
#page-top a {
    background-color: rgba(221,104,134,0.7);
    text-decoration: none;
    color: #fff;
    width: 60px;
    padding: 20px 0;
    text-align: center;
    display: block;
    border-radius: 300px;
}
#page-top a:hover {
    text-decoration: none;
    background-color: rgba(224,134,160,0.7);
	color: #fff;
}
}
@media only screen and (max-width: 992px) {
#page-top {
    position: fixed;
    bottom: 70px;
    right: 10px;
    font-size: 8px;
}
#page-top a {
    background-color: rgba(221,104,134,0.7);
    text-decoration: none;
    color: #fff;
    width: 60px;
    padding: 20px 0;
    text-align: center;
    display: block;
    border-radius: 50px;
}
#page-top a:hover {
    text-decoration: none;
    background-color: rgba(224,134,160,0.7);
	color: #fff;
} 
}

/*キャッチコピー*/
@media only screen and (min-width: 993px), print {
 .fnt_cntr_cath {
	font-size:20px;
	color:#333;
	text-align:left;
	line-height:30px;
}
}

@media only screen and (min-width: 391px) and (max-width: 992px) {
 .fnt_cntr_cath {
	font-size:18px;
	color:#333;
	text-align:left;
}
}

@media only screen and (max-width: 390px) {
 .fnt_cntr_cath {
	font-size:16px;
	color:#333;
	text-align:left;
}
}

/*リストスタイル*/
  .list02 {
	 padding:0;
	 margin:0;
 }
 .list02 li {
	 font-size: 13px;
	 list-style:none;
	 padding:4px 10px 0 5px;
	 margin:0;
	 display: table-cell;
	 float: left;
 }
 .list02 li a {
	 color: #4c4c4c;
	 text-decoration: none;
 }
 .list02 li a i{
	 color: #dd6886;
	 text-decoration: none;
 }
 /*.list02 li a:hover {
	 color: #B51C1F;
	 text-decoration: none;
 }*/
 .list02 li a i {
	 margin-right: 5px;
 }
	 
/*／リストスタイル*/

/*フッター*/
.copyright{
    text-align:center;
    margin:0 auto;
    display:block;
	border-top:dotted 1px #ccc;
}
/*フッター*/

h1 {
	font-size:12px;
	line-height:1.4em;
	margin-top: 5px;
	margin-bottom: 5px;
}
.s_menu {
	list-style: none;
	padding-left: 0px;
	
}
.s_menu li a img {
	padding-bottom: 5px;
	text-align: left;
}
.date {
	font-weight: bold;
	color:#FFBD46;
}

/*TOP画像*/



@media only screen and (min-width: 768px) {
.containermain {
	width:750px;
	margin-left: auto;
	margin-right: auto;
}
}
@media only screen and (min-width: 992px) {
.containermain {
	width:970px;
	margin-left: auto;
	margin-right: auto;
}
}
@media only screen and (min-width: 1200px) {
.containermain {
	width:1170px;
	margin-left: auto;
	margin-right: auto;
}
}

/*みだし01*/
@media only screen and (min-width: 993px), print {
 .mds01 {
	 overflow: hidden;
	 text-align: center;
 }
 .mds01 span {
	position: relative;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	text-align: left;
	font-size: 22px;
}
.mds01 span::before,
.mds01 span::after {
	position: absolute;
	top: 50%;
	content: '';
	width: 400%;
	height: 1px;
	background-color: #fccad6;
}
.mds01 span::before {
	right: 100%;
}
.mds01 span::after {
	left: 100%;
}
 
}

@media only screen and (min-width: 391px) and (max-width: 992px) {
.mds01 {
	 overflow: hidden;
	 text-align: center;
 }
 .mds01 span {
	position: relative;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	text-align: left;
	font-size: 18px;
}
.mds01 span::before,
.mds01 span::after {
	position: absolute;
	top: 50%;
	content: '';
	width: 400%;
	height: 1px;
	background-color: #fccad6;
}
.mds01 span::before {
	right: 100%;
}
.mds01 span::after {
	left: 100%;
}
 
}

@media only screen and (max-width: 390px) {
.mds01 {
	 overflow: hidden;
	 text-align: center;
 }
 .mds01 span {
	position: relative;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	text-align: left;
	font-size: 14px;
}
.mds01 span::before,
.mds01 span::after {
	position: absolute;
	top: 50%;
	content: '';
	width: 400%;
	height: 1px;
	background-color: #fccad6;
}
.mds01 span::before {
	right: 100%;
}
.mds01 span::after {
	left: 100%;
}
}

/*みだし02*/
@media only screen and (min-width: 993px), print {
 .mds02 {
	 font-size: 19px;
	 font-weight: normal;
	 color:#dd6886;
	 line-height: 1.8em;
 }
 .mds02 i{
	 margin-right: 5px;
 }
}

@media only screen and (min-width: 391px) and (max-width: 992px) {
.mds02 {
	 font-size: 17px;
	 font-weight: normal;
	 color:#dd6886;
	 line-height: 1.8em;
 }
 .mds02 i{
	 margin-right: 5px;
 }
}

@media only screen and (max-width: 390px) {
.mds02 {
	 font-size: 14px;
	 font-weight: normal;
	 color:#dd6886;
	 line-height: 1.8em;
 }
 .mds02 i{
	 margin-right: 5px;
 }
}

/*第二階層見出し*/
@media only screen and (min-width: 993px), print {
 .dainimds {
	 font-size: 24px;
	 font-weight: 600;
	 color:#4c4c4c;
	 /*padding-top: 5px;*/
	 padding-top: 50px;
	 padding-bottom: 50px;
	 text-align: center;
 }
}

@media only screen and (min-width: 391px) and (max-width: 992px) {
.dainimds {
	 font-size: 18px;
	 font-weight: 600;
	 color:#4c4c4c;
	 padding-top: 25px;
	 padding-bottom: 25px;
	 text-align: center;
 }
}

@media only screen and (max-width: 390px) {
.dainimds {
	 font-size: 14px;
	 font-weight: 600;
	 color:#4c4c4c;
	 padding-top: 25px;
	 padding-bottom: 25px;
	 text-align: center;
 }
}

/*第二階層キャッチ*/
@media only screen and (min-width: 993px), print {
 .catch01 {
	 font-size: 20px;
	 font-weight: 500;
	 color:#e086a0;
	 line-height: 1.6em;
	 /*padding-top: 5px;*/
 }
}

@media only screen and (min-width: 391px) and (max-width: 992px) {
.catch01 {
	 font-size: 18px;
	 font-weight: 500;
	 color:#e086a0;
	 line-height: 1.4em;
 }
}

@media only screen and (max-width: 390px) {
.catch01 {
	 font-size: 14px;
	 font-weight: 500;
	 color:#e086a0;
	 line-height: 1.4em;
 }
}





/*テキスト01*/
@media only screen and (min-width: 993px), print {
 .txt01 {
	 font-size: 14px;
	 line-height: 1.8em;
 }
 .date {
	 font-size: 14px;
	 color: #216CFF;
	 font-weight: bold;
 }
 
}

/*テキストhpリンク*/
@media only screen and (min-width: 993px), print {
 .link_hp {
	 font-size: 14px;
	 line-height:1.8em;
 }
 .link_hp a {
	 text-decoration: underline;
	 color:#363480;
 }
}

@media only screen and (min-width: 391px) and (max-width: 992px) {
.link_hp {
	 font-size: 13px;
	 line-height:1.8em;
 }
 .link_hp a {
	 text-decoration: underline;
	 color:#363480;
 }
}

@media only screen and (max-width: 390px) {
.link_hp {
	 font-size: 11px;
	 line-height:1.8em;
 }
 .link_hp a {
	 text-decoration: underline;
	 color:#363480;
 }
}

/*テーブル会社概要*/
@media only screen and (min-width: 993px), print {
 .tbl_com {
	 border-top: 1px dotted #fccad6 !important;
	 border-left: 1px dotted #fccad6;
	 line-height: 1.8em;
 }
 .tbl_com th{
	 border-top: 1px dotted #fccad6 !important;
	 border-bottom: 1px dotted #fccad6;
	 border-right: 1px dotted #fccad6;
	 padding: 5px 10px;
	 vertical-align: text-top;
	 color: #e086a0;
	 background-color: #FEF5F5;
 }
 .tbl_com td{
	 border-top: 1px dotted #fccad6 !important;
	 border-bottom: 1px dotted #fccad6;
	 border-right: 1px dotted #fccad6;
	 padding: 5px 10px;
	 vertical-align: text-top;
 }
}

@media only screen and (min-width: 391px) and (max-width: 992px) {
.tbl_com {
	 border-top: 1px dotted #fccad6 !important;
	 border-left: 1px dotted #fccad6;
	 line-height: 1.8em;
	 font-size: 0.9em;
 }
 .tbl_com th{
	 border-top: 1px dotted #fccad6 !important;
	 border-bottom: 1px dotted #fccad6;
	 border-right: 1px dotted #fccad6;
	 padding: 5px 10px;
	 vertical-align: text-top;
	 color: #e086a0;
	 background-color: #FEF5F5;
 }
/* .tbl_com th:last-of-type{
	 border-bottom: 1px solid #cccccc;
 }*/
 .tbl_com td{
	 border-top: 1px dotted #fccad6 !important;
	 border-bottom: 1px dotted #fccad6;
	 border-right: 1px dotted #fccad6 !important;
	 padding: 5px 10px;
	 vertical-align: text-top;
 }
}

@media only screen and (max-width: 390px) {
.tbl_com {
	 border-top: 1px dotted #fccad6 !important;
	 border-left: 1px dotted #fccad6;
	 line-height: 1.8em;
	 font-size: 0.8em;
 }
 .tbl_com th{
	 border-top: 1px dotted #fccad6 !important;
	 border-bottom: 1px dotted #fccad6;
	 border-right: 1px dotted #fccad6;
	 padding: 5px 10px;
	 vertical-align: text-top;
	 color: #e086a0;
	 background-color: #FEF5F5;
 }
 .tbl_com td{
	 border-top: 1px dotted #fccad6 !important;
	 border-bottom: 1px dotted #fccad6;
	 border-right: 1px dotted #fccad6 !important;
	 padding: 5px 10px;
	 vertical-align: text-top;
 }
}





















