@charset "utf-8";

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
input[type=text] {
  font-size: 16px;
  
  /*transform: scale(0.8);*/
}
.orange_btn_submit{
    background: #F57200!important;
}
input::-webkit-input-placeholder {
    font-size: 12px;
    padding-top: 0.4em;
}
input:-moz-placeholder {
    font-size: 12px;
    
}
input::-moz-placeholder {
    font-size: 12px;
    
}
input:-ms-input-placeholder {
    font-size: 12px;
    
}
@supports (-ms-ime-align: auto) {
   input::-ms-input-placeholder {
        font-size: 12px;
    }
    input[type=text]{
        font-size:12px;
    } 
}
.pref_select span.f_reset{
    font-size: 1em!important;
}
.key_color{
	color: #ff6633;
}
.mt_0{
	margin-top: 0px;
}
.mt_5{
	margin-top: 5px;
}
.mt_10{
	margin-top: 10px;
}
.mt_20{
	margin-top: 20px;
}
.mt_30{
	margin-top: 30px;
}
.mt_50{
	margin-top: 50px;
}
.mb_0{
	margin-bottom: 0;
}
.mb_10{
	margin-bottom: 10px;
}
.mb_20{
	margin-bottom: 20px;
}
.mb_50{
	margin-bottom: 50px;
}
.ml_10{
	margin-left: 10px;
}
.ml_20{
	margin-left: 20px;
}
.mr_5{
	margin-right: 5px;
}
.mr_10{
	margin-right: 10px;
}
.mr_20{
	margin-right: 20px;
}
.pt_10{
	padding-top: 10px;
}
.pt_20{
	padding-top: 20px;
}
.pt_20{
	padding-top: 20px;
}
.pd_30{
    padding: 30px;
}
.pr_5{
    padding-right: 5px;
}
.w_5{
	width: 5%
}
.w_7{
	width: 7.5%
}
.w_8{
	width: 8%
}
.w_10{
	width: 10%
}
.w_14{
	width: 14%
}
.w_15{
	width: 15%
}
.w_18{
	width: 18.5%;
}
.w_20{
	width: 20%
}
.w_23{
	width: 23%;
}
.w_25{
	width: 25%
}
.w_28{
	width: 28%
}
.w_30{
	width: 30%
}
.w_39{
	width: 39%
}
.w_46{
	width: 46%;
}
.w_100{
	width: 100%;
}
.w_120p{
    width: 120px;
}
.w_550p{
    width: 550px;
}
.ta_center{
	text-align: center;
}
.ta_left{
	text-align: left;
}
.ta_right{
	text-align: right;
}

.fw_bold{
	font-weight: bold;
}
.f_12{
	font-size: 12px;
}
.f_14{
	font-size: 14px;
}
.f_16{
	font-size: 16px;
}
.f_18{
	font-size: 18px;
}
.f_20{
	font-size: 20px;
}
.f_22{
	font-size: 22px;
}
.f_24{
	font-size: 24px;
}
.f_26{
	font-size: 26px;
}
.f_28{
	font-size: 28px;
}
.f_30{
	font-size: 30px;
}
.lh_14{
	line-height: 14px;
	display: block;
}
.lh_16{
	line-height: 16px;
	display: block;
}
.lh_18{
	line-height: 18px;
	display: block;
}
.lh_20{
	line-height: 20px;
	display: block
}
.fl_left{
	float: left;
}
.fl_right{
	float: right;
}
.in-block{
	display: inline-block;
}

/*----------------------------------------------------
MAIN 
----------------------------------------------------*/
#main_contents{
	width: 980px;
	margin: 0 auto;
	margin-top: 20px;
    height: auto;
}

#main_contents_top{
	width: 980px;
	margin: 0 auto;
	height: 550px;
	margin-top: 60px;
}
.bkn_search_midashi {
    width: calc(100% - 26px);
    height: 30px;
    font-size: 1.2em;
    color: #115FAE;
    font-weight: bold;
    background: #DBEDFF;
    border-left: 6px solid #115fae;
    padding: 10px;
    line-height: 30px;
}
.bkn_search_midashi:nth-child(-2+X){
    margin-top: 30px;
}
/*----------------------------------------------------
タイトル
----------------------------------------------------*/
.contents_title span{
	word-break: break-all;
	word-wrap: break-word;
}
.contents_title_jp h1{
	word-break: break-all;
	word-wrap: break-word;
}
/*----------------------------------------------------
パンくずリスト
----------------------------------------------------*/
.pan{
    height: 50px;
    display: block;
}
ul.breadcrumb{
	margin: 0;
	padding: 0;
}
ul.breadcrumb li{
	list-style: none;
	display: inline;
	font-size: 0.8em;
	word-break: break-all;
	word-wrap: break-word;
}
ul.breadcrumb li:after{
	content: ">";
	padding: 0 5px;
}
ul.breadcrumb li:last-child:after{
	content: none;
}
/*----------------------------------------------------
ボタン系
----------------------------------------------------*/

.square_btn2{
    display: inline-block;
    text-decoration: none;
    background: #115FAE;
    color: #fff;
    border-bottom: solid 2px #08417A;
    border-radius: 3px;
	width: 150px;
	top: -2px;
	text-align: center;
	height: 35px;
	line-height: 30px;
	padding: 0 2em;
	font-size: 0.9em;
}
.square_btn4{
    display: inline-block;
    text-decoration: none;
    background: #115FAE;
    color: #fff;
    border-bottom: solid 2px #08417A;
    border-radius: 3px;
	width: auto;
	top: -2px;
	text-align: center;
	height: 35px;
	line-height: 35px;
	padding: 0 2em;
	font-size: 0.9em;
}
.square_btn_tel{
    display: inline-block;
    text-decoration: none;
    background: #FFD3C4;
    color: #ff6633;
    border-radius: 3px;
	width: auto;
	top: -2px;
	text-align: center;
	height: 36px;
	line-height: 36px;
	padding: 0 1em;
	font-size: 1.1em;
	font-weight: bold;
	border: #ff6633 1px solid;
}

.square_btn2:active, .square_btn4:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
	
}
.square_btn3{
    display: inline-block;
    padding: 0.2em;
    text-decoration: none;
    background: #E5E5E5;/*ボタン色*/
    color: #333;
    border-bottom: solid 4px #9C9C9C;
    border-radius: 3px;
	width: 150px;
	
	top: -2px;
	text-align: center;
	height: 33px;
}
.square_btn3:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
}

/*----------------------------------------------------
SEARCH 条件を指定して検索ボタン
----------------------------------------------------*/
#search_btn{
	clear: both;
	margin: 2% auto;
	width: 30%;
	display: block;
	
	height: 5%;
}
#search_btn a{
	outline: none;
}
.square_btn{
    display: inline-block;
    padding: 0.7em 3em;
    text-decoration: none;
    background: #115FAE;/*ボタン色*/
    color: #fff;
    border-bottom: solid 5px #0c457e;
    border-radius: 5px;
	width: 100%;
}
.square_btn:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
}

nav ul li{
	display: none;
}
.square_btn .fa-search{
	position: relative;
	margin-right: 15px;
	}
/*---------------------------------------------------------
お気に入りボタン
---------------------------------------------------------*/
 a.btn-push-like {
     clear: both;
          display: inline-block;
          max-width: 180px;
          background-color: #EBEBEB;
          font-size: 12px;
          text-decoration: none;
          padding: 5px;
            text-align: center;
          border-radius: 4px;
            border: 1px solid #888888;
          border-bottom: 4px solid #888888;
            color: #333333;
             height: 35px;
     box-sizing: border-box;
        }
     a.btn-push-like i{
            color: #E83A9B;
        }
    a.clsDisabled{
        background-color: #EBEBEB;
        cursor: default;
         border: 1px solid #888888;
         height: 35px;
        line-height: 25px;
        box-sizing: border-box;
    }

/*----------------------------------------------------
スマホ用CSS
----------------------------------------------------*/
@media screen and (max-width:980px) {
	
    input::-webkit-input-placeholder {
    font-size: 30px;
        padding-top:  0;
}

    
	.content_pc{
		display: none;
	}
	.content{
		display: block;
	}
/*----------------------------------------------------
HEADER ヘッダー
----------------------------------------------------*/
 
*::-ms-backdrop,
			#keyword {
			padding: 10px 15px;
			width: 100%;
			background: #bbbbbb;
			font-size: 1.2em;
			right: 13px;
			top: 53px;
			position: absolute;

	}

#keyword input {
	width: 100%;	
	font-size: 1.2em;
	border: none;
	border-radius: 2px;
	padding: 5px;
	line-height: 1.2em;
	height: 40px;
}
#keyword #search_top{
		width: 35px;
		height: 35px;
		position: absolute;
		top: -5px;
		right: 0px;
		background: none;
		cursor: pointer;
		
	}
#keyword i {
	position: absolute;
	top: 15px;
	right: 30px;
	color: #115FAE;
	font-size: 1.8em;
}

/*----------------------------------------------------
パンくず
----------------------------------------------------*/
    .pan{
        height: auto;
        margin: 0px 0 0 0;
        padding: 20px;
    }
    
    
/*----------------------------------------------------
MAIN 
----------------------------------------------------*/
#main_contents,#main_contents_top{
	width: 100%;
	margin: 0 auto;
	margin-bottom: 100px;
}
	#main_contents2{
	width: 98%;
	margin: 0 auto;
	margin-bottom: 100px;
	margin-top: 100px;
}
.clearfix:after{
		content: "";
		clear: both;
		display: block;
		overflow: hidden;/* 隙間対応 */
  font-size: 0.1em;/* 隙間対応 */
  line-height: 0;/* 隙間対応 */
}


/*----------------------------------------------------
SEARCH 条件を指定して検索ボタン
----------------------------------------------------*/
#search_btn{
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	background: #bbbbbb;
	height: 65px;
	display: block;
	background-color: #bbbbbb;
	margin: 0;
}
	.square_btn{
		width: 100%;
		height: 100%;
		background: #115FAE;
		color: #fff;
		text-align: center;
		cursor: pointer;
		position: relative;
		border-bottom: none;
		border-radius: 0;
		font-size: 22px;
	}
	

/*----------------------------------------------------
チェックボックス
----------------------------------------------------*/
.search_checkbox label:before,#result_area label:before{
	content:		'';
	width:			20px;			
	height:			20px;			
	display:		inline-block;
	position:		absolute;
	left:			0;
	background-color:	#fff;
	border: 1px solid #A8A8A8;
	border-radius:		6px 6px 6px 6px;
	z-index: 2;
    cursor: pointer;
}

.search_checkbox input[type=checkbox],#result_area input[type=checkbox]{
	display:		none;
}

.search_checkbox input[type=checkbox]:checked + label:before, #result_area input[type=checkbox]:checked + label:before{
	content:		'\2714';		
	font-size:		1.5em;			
	color: #EF6000;			
	background-color:	#fff;			
}

.search_checkbox input[type=checkbox]{
	cursor: pointer;
}


/*----------------------------------------------------
MENU アコーディオン
----------------------------------------------------*/
header {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	height: 60px;
	padding: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index:10;
}
#h_menu{
	display: none;
}
	.menu-trigger {
	display: inline-block;
	position: fixed;
	width: 36px;
	height: 28px;
	top: 5px;
	right: 5px;
	vertical-align: middle;
	cursor: pointer;
}

.menu-trigger span {
	display: inline-block;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #fff;
	
}
.menu-trigger.active{
	position: fixed;
	top: 110px;
	right: 10px;
}
.menu-trigger.active span {
	background-color: #fff;
	
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger.active span:nth-of-type(1) {
	transform: translateY(12px) rotate(-45deg);
}
.menu-trigger span:nth-of-type(2) {
	top: 12px;
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	transform: translateY(-12px) rotate(45deg);
}
nav {
	width: 80%;
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
	text-align: center;
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1;
	padding-top: 150px;
	height: 100%;
}
nav ul {
	padding: 20px 0px 20px 50px;
	text-align: left;
}
nav ul li {
	padding: 5px 0;
	list-style: none;
	display: block;
}
nav ul li.logout{
	width: 180px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	vertical-align: middle;
	background-color: #fff;
	border-radius: 10px / 10px;
	color: #115FAE;
	font-size: 1em;
	padding:  0;
	margin: 50px 0 0 0 ;
	cursor: pointer;
}
}

