@charset "utf-8";
/* -------------------------------------------------------------
　追加希望
--------------------------------------------------------------*/

/*20180630 日本一周*/
.cms_area p {
	font-size: 1.2em;	line-height:1.8em;
}
.cms_area b {
	font-size: 1.2em;	line-height:1.8em;
}

.cms_area .title_type02{
	font-size: 1.5em;
}
.cms_area .title_type05{
  background: #f5f6f7;
  border-left: 3px solid #111;
  font-size: 2em;
  padding: 18px;
}

.cms_area .small{
  font-size: 80%;
  font-weight: 400;
}
.cms_area .title_type03_b {
font-family: "Midashi Go MB31",YuGothic, '游ゴシック',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-weight: 700;
font-size: 20px;
line-height: 1.2;
color: #162143;
padding:0 0 8px;
margin-bottom:20px;
border-bottom: 1px solid #162143;
}

.tabi {
    text-align: center;
    background: #dfefff;
    box-shadow: 0px 0px 0px 5px #dfefff;
    border: dashed 1px #96c2fe;
    padding: 0.2em 1em;
    color: #5f5f5f;
}

.cross_line{
    display: inline-block;
    position: relative;
    padding: 0.25em 1em;
    border-top: solid 2px black;
    border-bottom: solid 2px black;
    text-decoration: none;
    font-weight: bold;
    color: #f4ac03;
}
.cross_line:before, .cross_line:after{
  content: '';
  position: absolute;
  top: -7px;
  width: 2px;
  height: -webkit-calc(100% + 14px);
  height: calc(100% + 14px);
  background-color: black;
  transition: .3s;
}
.cross_line:before {left: 7px;}
.cross_line:after {right: 7px;}
.cross_line:hover:before{
  top: 0px;
  left:0;
  height: 100%;
}
.cross_line:hover:after{
  top: 0px;
  right: 0;
  height: 100%;
}
/*20180630 日本一周END*/




/*20171201 icon用*/
.cms_area .fa {
	display: inline !important;
}

/*20171108 MAXAPE用*/
.cms_area .bg_01 {
	background-color: #000 ;
	color: #FFF ;
}
/**/
.cms_area .bg_01 hr {
	border-bottom: #FFF ;
}
.cms_area .title_type04_w {
	font-size: 16px;
	color: #fff ;
	line-height: 1;
	padding: 2px 0 2px 8px;
  margin-bottom:15px;
	border-left: 4px solid #fff ;
}
/*20171108 MAXAPE用END*/



/* -------------------------------------------------------------
　要確認↑
--------------------------------------------------------------*/


/* -------------------------------------------------------------
　基本
--------------------------------------------------------------*/
.cms_area a.hov:hover {
	color: #0071bc;
}

/* -------------------------------------------------------------
　カラム修正
--------------------------------------------------------------*/
.cms_area .nogutter_LR {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

/* -------------------------------------------------------------
　テキスト
--------------------------------------------------------------*/
.cms_area .color_type01 {color: #ff0000;}/* modele.css */
.cms_area .color_type02 {color: #054FFD;}
.cms_area .color_type03 {color: #2FE0F0;}
.cms_area .color_type04 {color: #FF74C2;}

.cms_area .nl {display: inline-block;}

/* -------------------------------------------------------------
　囲み
--------------------------------------------------------------*/
.cms_area .well{
	min-height: 15px;
	padding: 19px;
	margin-bottom: 15px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}

/* -------------------------------------------------------------
　画像
--------------------------------------------------------------*/
.cms_area figcaption.cap01 {
	font-weight: bold;
	padding: 0.5em;
}

.cms_area figcaption.cap02 {
	/*text-shadow: 0.1px 0.1px 0.1px #444444;*/
	background-color: rgba(222, 221, 221, 0.23);
	font-weight: bold;
	padding: 0.5em;
}

.cms_area figcaption.cap03{
width:		100%;
margin:		0;
padding:	5px;
color:		#fff;
background:	rgba(0,0,0,0.4);
}



/* PCのみ */
@media all and (min-width: 901px) {
}
/* padのみ */
@media screen and (min-width: 701px) and (max-width: 900px){
}
/* spのみ */
@media screen and (max-width: 700px){
}
＠font-face {
 font-display: swap;
  }