﻿@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Oxygen);
@import url(https://fonts.googleapis.com/css?family=PT+Mono);
@import url(https://fonts.googleapis.com/css?family=Share+Tech);

/* -- Media query	801px以下の場合 タブレット用設定（微調整のみ）
------------------------------------------------------------- */

@media screen and (max-width: 801px ) and (min-width: 701px ) {
.top_images {
	width:100%;
	height:270px;
	border:5px #CCC solid;
	margin:0 0 20px 0;
	background-repeat:no-repeat;
	background-position:center top;
	background-size: 100% cover;
}
.read_copy {
	font-size:19px;
	color:#888;
	line-height:1.8em;
	letter-spacing:0.1em;
	font-weight:600;
	margin-bottom:30px;
}

.colum3_ph li{
	float:left;
	width:30%;
	margin:0 3.3% 35px 0;
}
.colum3_ph li img{
	width:100%;
}
.colum3_ph li.col03,.colum3_ph li.col06{
	margin:0 0% 35px 0;
}
.colum3_ph li.col04{
	clear:left;
}

image_left_box {
	width:30%;
	float:left;
	margin:3px 4% 0px 0px ;
	overflow:hidden;
	}

.image_right_box {
	width:30%;
	float:right;
	margin:3px 0px 0px 4% ;
	overflow:hidden;
	text-align:right;
	}

.image_left_box img,.image_right_box img {
	width:100%;
	margin-bottom:15px;
}
.entry_btn a{
	/*float:right;
	width:100%;*/
	height:auto;
	min-height:50px;
	display:block;
	margin:0 0 10px 10px;
	background:url(../images/entry_btn.png) no-repeat;
	background-size:100%;
}


ul.contact_form{
	width:100%;
	margin:0 auto 20px auto;
	border:#CCC 1px solid;
}

}

/* -- Media query	480px以下の場合 スマートフォン用設定
------------------------------------------------------------- */
@media screen and (max-width: 700px) {



/* ---------------------------------------------------- 各カテゴリ メインイメージ設定 ---------------------------------------------------- */

.pagecategory {
	height:50px;
	font-size:16px;
	color:#888;
	font-weight:600;
	letter-spacing:.1em;
	padding:20px 0 0 50px;
	margin-bottom:5px;
	background-repeat:no-repeat;
	background-position:10px 12px;
	background-size:10%;
	position: inherit;
	z-index:0;
	overflow:hidden;
}


.top_images {
	width:96%;
	height:140px;
	border:3px #CCC solid;
	margin:0 2% 40px 2%;
	background-repeat:no-repeat;
	background-position:center top;
	background-size: cover;
}

.english .top_images{
	background-image: url(../english/images/top_images.png);
	background-position:5% top;
}

/* ---------------------------------------------------- テキスト等設定 ---------------------------------------------------- */


h1{
	font-size:17px;
	height:inherit;
	font-weight:500;
	letter-spacing:3px;
	margin:0 -10px 20px -10px;
	padding:5px 10px 5px 10px;
	color:#FFF;
	background:url(../images/h1_back.png);
	background-repeat:repeat;
	background-size:140%;
	border-radius:0;        /* CSS3草案 */  
    -webkit-border-radius:0;    /* Safari,Google Chrome用 */  
    -moz-border-radius:0;   /* Firefox用 */
}
h2{
	font-size:16px;
	font-weight:600;
	letter-spacing:1px;
	color:#888;
	background:url(../images/h2_back.png) no-repeat;
	background-position:left bottom;
	margin-bottom:15px;
	padding:8px 0;
}
h3{
	font-size:14px;
	margin-bottom:8px;
	color:#c32332;
	letter-spacing:.1em;
}
h4 {
	width:100%;
	min-height:40px;
	margin:0 0 25px 0;
	padding:0 10px 0 90px;
	background-position:left center;
	color:#c32332;
	line-height:19px;
}
h4.line2 {
	padding:3px 10px 3px 100px;
}

.read_copy {
	font-size:17px;
	color:#888;
	line-height:1.5em;
	letter-spacing:0.1em;
	font-weight:600;
	margin-bottom:30px;
}


.paragraph{
	width:100%;
	padding:0 10px 40px 10px;
	text-align:justify;
	text-justify:distribute-all-lines;
    *zoom: 1;
	font-size:14px;
	letter-spacing:.1em;
	line-height:1.7em;
}

.english_txt{
	font-size:11px;
	line-height:1.9em;
	letter-spacing:1px;
	text-align:left;
}


/*////////////////////写真レイアウト 設定////////////////////*/



.image_left_box,.image_right_box {
	max-width: inherit;
	width:100%;
	height:auto;
	float:none;
	margin:5px 0 0 0 ;
	overflow:hidden;
	text-align:center;
	}

.image_left_box img,.image_right_box img {
	max-width: inherit;
	margin-bottom:20px;
}

.image_left_box_wp,.image_right_box_wp {
	max-width: inherit;
	width:100%;
	height:auto;
	float:none;
	margin:5px 0 0 0 ;
	overflow:hidden;
	text-align:center;
	}

.image_left_box_wp img,.image_right_box_wp img {
	max-width: inherit;
	margin-bottom:20px;
}



.text_box {
	float:left;
	width:100%;
}


.text_box_wp {
	float:left;
	width:100%;
}






/*////////////////////ダウンロードボタン 設定////////////////////*/

.down_btn {
	padding: 0 ;	
	margin:15px 0;
	text-align:center;
	background-color:#DDD;
	border-radius:3px;        /* CSS3草案 */  
    -webkit-border-radius:3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius:3px;   /* Firefox用 */
}
 
.down_btn a {
	width:100%;
	text-align:center;
	letter-spacing:0;
	line-height:1.4em;
	font-size:14px;
	font-weight:600;
	margin:0 auto;
	color:#666;
	background:none;
	padding: 10px ;
	border-radius:0;        /* CSS3草案 */  
    -webkit-border-radius:0;    /* Safari,Google Chrome用 */  
    -moz-border-radius:0;   /* Firefox用 */
	display:block;
}




/* ---------------------------------------------------- local_navi 設定 ---------------------------------------------------- */

.local_navi {
	display:none;
}






/*////////////////////複数カラム 設定////////////////////*/

.colum3_ph {
	margin:0 -10px;
	width:auto;
}
.colum3_ph li{
	float:left;
	width:50%;
	margin:0 0 5px 0;
}
.colum3_ph li img{
	width:90%;
	margin:5% 5% 2% 5%;
	border:1px solid #888;
}
.colum3_ph li span {
	width:90%;
	margin:0 5% 5% 5%;
	font-size:12px;
	display:block;
}
.colum3_ph li.col03,.colum3_ph li.col05{
	clear:left;
}
.colum3_ph li.col03,.colum3_ph li.col06{
	margin:0 0 10px 0;
}


/*////////////////////申し込みボタン設定////////////////////*/

.entry_btn a{
	/*float:none;
	width:85%;
	display:block;
	margin:0 auto 20px auto;
	background:url(../images/entry_btn.png) no-repeat;
	background-size:85%;
	background-position:center;
	width:85%;*/
	background-size:85%;
}


/*////////////////////ページ内リンク設定////////////////////*/


.page_link_2 li {
	float:none;
	width:100%;
	border-left:1px solid #c32332;
	border-right:1px solid #c32332;
	margin-bottom:10px;
}
.page_link_3 li {
	float:none;
	width:100%;
	border-left:1px solid #c32332;
	border-right:1px solid #c32332;
	margin-bottom:10px;
}
.page_link_4 li {
	float:none;
	width:100%;
	border-left:1px solid #c32332;
	border-right:1px solid #c32332;
	margin-bottom:10px;
}


.page_link_2 li a,.page_link_3 li a,.page_link_4 li a {
	display:block;
	width:98%;
	margin:0 1%;
	background-color:rgba(195,35,50,0.1);
	background-image: url(../images/page_link.png);
	background-repeat:no-repeat;
	background-position:97% 50%;
	text-align:left;
	color:#c32332;
	font-size:12px;
	font-weight:600;
	height:32px;
	padding:4px 0 4px 10px;
}

.page_link_2 li a:hover,.page_link_3 li a:hover,.page_link_4 li a:hover {
	background-color:rgba(195,35,50,0.2);
	background-image: url(../images/page_link.png);
	background-repeat:no-repeat;
	background-position:97% 50%;
}


/*////////////////////テーブル 設定////////////////////*/



table.common_table {
	font-size:12px;
	line-height:1.6em;
}
table.common_table th {
	padding:5px;
}
table.common_table td {
	padding:5px;
}



/*////////////////////フォーム設定////////////////////*/


ul.contact_form{
	width:100%;
}


ul.contact_form li ul li {
	width:100%;
}

ul.contact_form li ul li.form_left{
	width:100%;
}

ul.contact_form li ul li.coment_box{
	min-height:45px;
}

.adress02,.your_email,.your_message{
	width:100%;
}

.kaigyo{
	height: inherit;
}

.kaigyo2{
	height: inherit;
}





}