@charset "UTF-8";

/****************************************
       CSS レイアウト (PC)
*****************************************/
/*PCのみの表示*/
@media (min-width: 481px) {
	/****************************************
          メインコンテンツ
	*****************************************/

	.main-layout{
		background:#f7f7f7;
	}

	.main-contents{
		width:960px;
		margin-left:auto;
		margin-right:auto;
		background:#fff;
	}
	

	.breadcrumb-block{
		width:700px;
		margin-left:auto;
		margin-right:auto;
	}
	
	
	/****************************************
	掲載プラン
	*****************************************/
	.plan{
		color:#666;
		line-height: 1.4446;
		text-align:center;
		font-size:18px !important;
		padding:20px 0px !important;
	}
	
	.plan-box li{
		float:left;
		display:block;
		width:calc(33% - 20px);
		padding:20px 10px;
	}
	
	.plan-box{
		
	}
	
	.plan-box-detail{
		padding:10px;
		border:solid 1px #ccc; 
		height:380px;
	}
	h4.plan1{
		text-align:center;
		padding:20px 0px;
		background:#1b98e8;
		color:#fff;
		font-size:14px;
	}
	h4.plan2{
		text-align:center;
		padding:20px 0px;
		background:#8ec550;
		color:#fff;
		font-size:14px;
	}
	h4.plan3{
		text-align:center;
		padding:20px 0px;
		background:#fb9638;
		color:#fff;
		font-size:14px;
	}

	p.plan-detail{
		padding:20px 10px;
		font-size:14px;
		line-height: 1.4446;
		color:#666 !important;
	}

	.attention{
		margin-top:10px;
		font-size:12px;
		line-height: 1.4446;
		color:#ccc;
	}
	

	/****************************************
	お問い合わせ
	*****************************************/
	
	.inquiry{
		padding:20px 0px 60px 0px;
		width:700px;
		margin-left:auto;
		margin-right:auto;
		font-size:14px;
	}
	
	
	.inquiry h2{
		font-size:24px;
		color:#333;
		padding: 10px 0px;
		line-height: 1.4446;
		border-bottom: 2px solid #1b98e8;
		margin-bottom:20px;
	}
	
	
	.inquiry p{
		font-size:14px;
		line-height: 1.4446;
		color:#333;
	}
	
	.inquiry-btn{
		/*お問い合わせボタン*/
		width:calc(200px - 40px);/*paddingx2のpixelを引く*/
		height:calc(56px - 40px);/*paddingx2のpixelを引く*/
		padding:20px;
		display:block;/*インラインからブロック要素へ変更*/
		text-decoration:none;
		cursor: pointer;
		
		text-align:center;
		font-size:18px;
		color: #333;
		font-weight: 600;
		text-shadow: 1px 1px 1px #fff,
		-1px 1px 1px #fff,
		1px -1px 1px #fff,
		-1px -1px 1px #fff;
		
		background:#f48319;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		
		-moz-box-shadow: 0px 0px 4px #333;
		-webkit-box-shadow: 0px 0px 4px #333;
		box-shadow: 0px 0px 4px #333;

		background-image: -moz-linear-gradient(top, #fd9728, #e66404);
		background-image: -ms-linear-gradient(top, #fd9728, #e66404);
		background-image: -o-linear-gradient(top, #fd9728, #e66404);
		background-image: -webkit-gradient(linear, center top, center bottom, from(#fd9728), to(#e66404));
		background-image: -webkit-linear-gradient(top, #fd9728, #e66404);
		background-image: linear-gradient(top, #fd9728, #e66404);
	}
	
	
	.ipt-txt {
		padding:5px;
		margin-bottom:10px;
		border: none;
		background-color:transparent;
		font-size:14px;
		line-height: 1.4446;
		color:#333;
		width:300px;
		font-weight: 400;
		border: 1px solid #e5e5e5;
		border-radius: 5px;        /* CSS3草案 */  
		-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
		-moz-border-radius: 5px;   /* Firefox用 */ 
	}
	
	.ipt-txt-short {
		padding:5px;
		margin-bottom:10px;
		border: none;
		background-color:transparent;
		font-size:14px;
		line-height: 1.4446;
		color:#333;
		width:40px;
		font-weight: 400;
		border: 1px solid #e5e5e5;
		border-radius: 5px;        /* CSS3草案 */  
		-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
		-moz-border-radius: 5px;   /* Firefox用 */ 
	}
	
	.ipt-txt-long {
		padding:5px;
		margin-bottom:10px;
		border: none;
		background-color:transparent;
		font-size:14px;
		line-height: 1.4446;
		color:#333;
		width:450px;
		font-weight: 400;
		border: 1px solid #e5e5e5;
		border-radius: 5px;        /* CSS3草案 */  
		-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
		-moz-border-radius: 5px;   /* Firefox用 */ 
	}
	
	.inquiry-block{
		padding:20px 0px;
	}
	
	.inquiry-ipt input[type="checkbox"] {
		margin-bottom:10px;
 		margin-left:10px;
		cursor: pointer;
	}
	
	.inquiry-block li{
		color:#333;
		padding:10px 0px;
		width:50%;
		float:left;
	}
	
	.inquiry-block li label{
		cursor: pointer;
	}
	
	.ipt-txt-doc{
		width: 680px;
		min-width: 680px;
		max-width: 680px;
		height: 200px;
		color:#333;
		padding:10px;
		font-size:14px;
		line-height: 1.4446;
		border: 1px solid #e5e5e5;
		border-radius: 5px;        /* CSS3草案 */  
		-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
		-moz-border-radius: 5px;   /* Firefox用 */ 
	}
	
	.inquiry-button-layout{
		width:200px;
		margin-left:auto;
		margin-right:auto;
	}
	
	
	
	.inquiry-ipt dl{
		position: relative;
		display: table;
		width: 100%;
		border-top: 1px solid #e5e5e5;
		padding-top: 2px;
		padding-bottom: 2px;
	}

	.inquiry-ipt dt{
		color: #fff;
		display: table-cell;
		background-color: #8fd0ed;
		font-size: 14px;
		font-weight: 700;
		width: 137px;
		padding-top: 20px;
		padding-right: 6px;

		padding-left: 7px;
		vertical-align: top;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.inquiry-ipt dd{
		display: table-cell;
		vertical-align: middle;
		padding-top: 10px;
		padding-right: 0;
		padding-left: 10px;
		font-size: 13px;
		word-break: break-all;
	}
	
	.inquiry-table{
		border-bottom: 1px solid #e5e5e5;
	}
	

	
	.inquiry h3{
		font-size:18px;
		padding: 10px 0px;
		line-height: 1.4446;

	}

	
	.inquiry-ipt select{
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		width: 312px;

		padding: 5px;
		border: 1px solid #e5e5e5;
		color:#333;
		font-size: 14px;
		background:#fff;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}


	
}


/****************************************
       CSS レイアウト (モバイル)
*****************************************/
/*モバイルのみの表示*/
@media (max-width: 481px) {
	.main-layout{
		background:#fff;
	}

	.main-contents{

	}
	

	.breadcrumb-block{
	
	}
	
	/****************************************
	掲載プラン
	*****************************************/
	.plan{
		color:#666;
		line-height: 1.4446;
		text-align:center;
		font-size:18px !important;
		padding:20px 0px !important;
	}
	
	.plan-box li{
		display:block;
		padding:20px 10px;
	}
	
	.plan-box{
		
	}
	
	.plan-box-detail{
		padding:10px;
		border:solid 1px #ccc; 
		height:280px;
	}
	h4.plan1{
		text-align:center;
		padding:20px 0px;
		background:#1b98e8;
		color:#fff;
		font-size:14px;
	}
	h4.plan2{
		text-align:center;
		padding:20px 0px;
		background:#8ec550;
		color:#fff;
		font-size:14px;
	}
	h4.plan3{
		text-align:center;
		padding:20px 0px;
		background:#fb9638;
		color:#fff;
		font-size:14px;
	}

	p.plan-detail{
		padding:20px 10px;
		font-size:14px;
		line-height: 1.4446;
		color:#666 !important;
	}

	.attention{
		margin-top:10px;
		font-size:12px;
		line-height: 1.4446;
		color:#ccc;
	}
	
	

	/****************************************
	お問い合わせ
	*****************************************/

	
	.inquiry{
		padding:20px;

	}
	
	
	.inquiry h2{
		font-size:24px;
		padding: 10px 0px;
		line-height: 1.4446;
		border-bottom: 2px solid #1b98e8;
		margin-bottom:20px;
	}
	
	
	.inquiry p{
		font-size:14px;
		line-height: 1.4446;

	}
	
	.inquiry-btn{
		/*お問い合わせボタン*/
		width:calc(200px - 40px);/*paddingx2のpixelを引く*/
		height:calc(56px - 40px);/*paddingx2のpixelを引く*/
		padding:20px;
		display:block;/*インラインからブロック要素へ変更*/
		text-decoration:none;
		cursor: pointer;
		
		text-align:center;
		font-size:18px;
		color: #333;
		font-weight: 600;
		text-shadow: 1px 1px 1px #fff,
		-1px 1px 1px #fff,
		1px -1px 1px #fff,
		-1px -1px 1px #fff;
		
		background:#f48319;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		
		-moz-box-shadow: 0px 0px 4px #333;
		-webkit-box-shadow: 0px 0px 4px #333;
		box-shadow: 0px 0px 4px #333;

		background-image: -moz-linear-gradient(top, #fd9728, #e66404);
		background-image: -ms-linear-gradient(top, #fd9728, #e66404);
		background-image: -o-linear-gradient(top, #fd9728, #e66404);
		background-image: -webkit-gradient(linear, center top, center bottom, from(#fd9728), to(#e66404));
		background-image: -webkit-linear-gradient(top, #fd9728, #e66404);
		background-image: linear-gradient(top, #fd9728, #e66404);
	}
	
	
	.ipt-txt {
		padding:5px;
		margin-bottom:10px;
		border: none;
		background-color:transparent;
		font-size:14px;
		line-height: 1.4446;
		color:#333;
		width:50vw;
		font-weight: 400;
		border: 1px solid #e5e5e5;
		border-radius: 5px;        /* CSS3草案 */  
		-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
		-moz-border-radius: 5px;   /* Firefox用 */ 
	}
	
	.ipt-txt-short {
		padding:5px;
		margin-bottom:10px;
		border: none;
		background-color:transparent;
		font-size:14px;
		line-height: 1.4446;
		color:#333;
		width:10vw;
		font-weight: 400;
		border: 1px solid #e5e5e5;
		border-radius: 5px;        /* CSS3草案 */  
		-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
		-moz-border-radius: 5px;   /* Firefox用 */ 
	}
	
	.ipt-txt-long {
		padding:5px;
		margin-bottom:10px;
		border: none;
		background-color:transparent;
		font-size:14px;
		line-height: 1.4446;
		color:#333;
		width:50vw;
		font-weight: 400;
		border: 1px solid #e5e5e5;
		border-radius: 5px;        /* CSS3草案 */  
		-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
		-moz-border-radius: 5px;   /* Firefox用 */ 
	}
	
	.inquiry-block{
		padding:20px 0px;
	}
	
	.inquiry-ipt input[type="checkbox"] {
		margin-bottom:10px;
 		margin-left:10px;
		cursor: pointer;
	}
	
	.inquiry-block li{
		padding:10px 0px;
	}
	
	.inquiry-block li label{
		cursor: pointer;
	}
	
	.ipt-txt-doc{
		width:calc(100% - 20px);
		height:100px;
		color:#333;
		padding:10px;
		font-size:14px;
		line-height: 1.4446;
		border: 1px solid #e5e5e5;
		border-radius: 5px;        /* CSS3草案 */  
		-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
		-moz-border-radius: 5px;   /* Firefox用 */ 
	}
	
	.inquiry-button-layout{
		width:200px;
		margin-left:auto;
		margin-right:auto;
	}
	
	
	
	.inquiry-ipt dl{
		position: relative;
		display: table;
		width: 100%;
		border-top: 1px solid #e5e5e5;
		padding-top: 2px;
		padding-bottom: 2px;
	}

	.inquiry-ipt dt{
		color: #fff;
		display: table-cell;
		background-color: #8fd0ed;
		font-size: 14px;
		line-height: 1.4446;
		font-weight: 700;
		padding: 18px 10px 0px 10px;
		width: 25%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.inquiry-ipt dd{
		display: table-cell;
		vertical-align: middle;
		padding-top: 10px;
		padding-right: 0;
		padding-left: 10px;
		font-size: 13px;
		word-break: break-all;
	}
	
	
	.inquiry-table{
		border-bottom: 1px solid #e5e5e5;
	}

	
	.inquiry h3{
		font-size:18px;
		padding: 10px 0px;
		line-height: 1.4446;

	}

	
	.inquiry-ipt select{
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;


		padding: 5px;
		border: 1px solid #e5e5e5;
		color:#333;
		font-size: 14px;
		background:#fff;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}



	
}