/*
Theme Name: msw
Theme URI: https://example.com/
Author: Your Name
Author URI: https://example.com/
Description: オリジナルテーマ（msw）
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: msw
Template: mswtheme
*/





html,body,h1,h2,h3,h4,h5,h6,ul,ol,dl,li,dt,dd,p,div,span,a,table,tr,th,td,figure,article {
  padding: 0;
  border: 0;
   vertical-align:baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
img,video,object {
	vertical-align:middle;
}
html{font-size: 62.5%; /* 16px x 0.625 = 10px(=1rem) */}
body {font-size: 1.6rem;/* 16px */}

body{background-color:#ffffff;}

body{
	font-family:"メイリオ",Meiryo,YuGothic,"游ゴシック","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}



/*--------------------------------------
　フォント　テキスト
--------------------------------------*/

h1.word span,h2.word span,h3.word span,h4.word span,h5.word span,.word p span{
	word-wrap:break-word;
	font-size:inherit;
	line-height:inherit;
	display:inline-block;
}


h2,h3,h4,h5,h6{
	background:none;
	line-height:1.5;
	font-weight:normal;
	margin:2rem 0;
}
h2{font-size:2.6rem;}
h3{font-size:2.2rem;}
h4{font-size:1.8rem;}
h5,h6{font-size:1.6rem;}


p,.yellowbox,.graybox,.redbox,.post ul li,.post ol li{
	font-size:1.6rem;
	line-height:2.7rem;
}



/* リンクの色 */
a {
	color: #333;
	text-decoration:none;
}

/* リンクにマウスオーバーした時の色 */
a:hover {
	color: #778899;
}
#footer a:hover{
	color:#999;
}



/*--------------------------------------
　ヘッダー部分
--------------------------------------*/


.sumanone{
	display:none;
}

/*--------------------------------------
　コンテンツ部分
--------------------------------------*/


#content-w{
	min-height:100%;
}


#content{
	max-width:100%;
	margin:0 auto;
}
.em-main-page{
	width:100%;
}

.page-section{
padding:3rem 0;
overflow:hidden;
	position:relative;
}
.page-container{
max-width:95%;
margin:0 auto;
padding:0 1rem;
	position:relative;
}

.post, .page{
	margin:0;
}

.em-center{
text-align:center;
margin:auto;
}
.t-center{
	text-align:center;
}

.entry-content{
	margin:0;
}
.clearfix::after {
   content: "";
   display: block;
   clear: both;
}
.rel{
	position:relative;
}

/* スペース */
.pa-t{
    padding-top:1.6rem;
}
.pa-tx{
    padding-top:1.6rem;
}
.pa-txx{
	padding-top:3.2rem;
}
.pa-b{
	padding-bottom:1.6rem;
}
.pa-bx{
	padding-bottom:1.6rem;
}
.pa-bxx{
	padding-bottom:3.2rem;
}
.pa-tb{
	padding:1.6rem 0;
}
.pa-tbx{
	padding:1.6rem 0;
}
.pa-tbxx{
	padding:3.2rem 0;
}
.pa-all{
	padding:1.6rem;
}
.pa-allx{
	padding:1.6rem;
}
.pa-allxx{
	padding:3.2rem;
}
.ma-t{
	margin-top:1.6rem;
}
.ma-tx{
	margin-top:1.6rem;
}
.ma-txx{
	margin-top:3.2rem;
}
.ma-b{
	margin-bottom:1.6rem;
}
.ma-bx{
	margin-bottom:1.6rem;
}
.ma-bxx{
	margin-bottom:3.2rem;
}
.ma-tb{
	margin:1.6rem auto;
}
.ma-tbx{
	margin:1.6rem auto;
}
.ma-tbxx{
	margin:3.2rem auto;
}
.ma-all{
	margin:1.6rem;
}
.ma-allx{
	margin:1.6rem;
}
.ma-allxx{
	margin:3.2rem;
}
/* スペースここまで */

.em-page .entry-title{
	margin:auto;
	text-align:center;
	font-size:2.4rem;
	color:#555;
}
.home .site-main{
	padding:0;
}




/*--------------------------------------
　HOME
--------------------------------------*/




.home .entry-header{
	background:#0066cc;
}

.home .entry-title{
	display:block;
	margin:0;
	font-size:2rem;
	color:#fff;
	text-align:center;
}

.home .site-title{
	display:none;
}




/*--------------------------------------
　お問い合わせ
--------------------------------------*/
.contact-table{
	border:0;
	background:#f5f5f5;
	width:100%;
}
.contact-table tr th, .contact-table tr td{
	font-size:1.5rem;
	vertical-align:middle;
	padding:0 2rem;
	display:block;
	text-align:left;
}
.contact-table tr th{
	border-bottom:0;
}
.contact-table tr td{
	border-bottom:0.2rem solid #0066cc;
}
.contact-table tr td input{
	font-size:1.5rem;
	width:100%;
}
.wpcf7-submit.soshin{
	display: block;
  width: auto;
  text-align: center;
  border:0.2rem solid rgba(0, 102, 204, 0.8);
	border-radius:1rem;
  font-size: 1.5rem;
  color: rgba(0, 102, 204, 0.8);
  text-decoration: none;
  padding: 1rem 10%;
	margin:5rem auto;
	cursor:pointer;
	-webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.wpcf7-submit.soshin:hover{
	  background-color: rgba(0, 102, 204, 0.8);
	color:#fff;
	border:0.2rem solid #fff;
}
.privacy_link{
	font-size:1.4rem;
	margin-left:2.6rem;
}

/*--------------------------------------
　テーブル
--------------------------------------*/
table {
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	border-top: 1px #999 solid;
	border-right: 1px #999 solid;
	margin-bottom: 20px;
	width: 100%;
	max-width: 100%;
	border-spacing: 0;
}
table tr th, table tr td{
	font-size:1.5rem;
}

.mo-table{
	white-space:nowrap;
	overflow:auto;
}


.nyusho-table table{
	border:none;
}
.nyusho-table input{
	font-size:1.4rem;
	padding:0.5rem 1rem;
}
.nyusho-table p{
	margin:0.5rem 0;
}
.nyusho-table .small-td p{
	font-size:1.4rem;
	margin:0 0 1.6rem 0;
}
.nyusho-table tr th{
	display:block;
	text-align:left;
}
.nyusho-table tr td{
	display:block;
	text-align:left;
}
.nyusho-table .table-title{
	font-size:2rem;
	border-bottom:1px solid #999;
	color:#0066cc;
}


/*--------------------------------------
　送信後のページ
--------------------------------------*/
.nyusho-thanks h1.entry-title{
	font-size:2rem;
	text-align:center;
}
.nyusho-thanks .thanks_img figure img{
	max-width:15rem;
} 

/*--------------------------------------
　フッター部分
--------------------------------------*/
#footer{
	margin:0 auto 5rem auto;
	padding:3%;
}

footer ul{
	padding:0;
}
#page-top{
	display:none;
position:fixed;
	right:1rem;
	bottom:1rem;
	z-index:9999;
	border:2px solid #1a1a1a;
}
#page-top:hover{
	opacity:0.6;
}
#page-top a{
color:#1a1a1a;
	background:#f3f3f3;
	padding:12px 16px;
	text-align:center;
	display:block;
	opacity:0.6;
}
#footer .footerlogo{
	font-size:1.6rem;
	line-height:1.4;
	margin:0;
}
footer .copy{
	text-align: center;
    background: #0066cc;
    padding: 0.5rem;
    color: #fff;
    font-size: 1.4rem;
}


/*media Queries タブレット（835px以上）
------------------------------------------------------------------------------------------*/
@media screen and (min-width: 835px) {
	
	



/*--------------------------------------
　フォント　テキスト
--------------------------------------*/
	.titlefont{
	font-size:5.6rem;
	line-height:1;
}	
h2{font-size:2.8rem;}
h3{font-size:2.4rem;}
h4{font-size:1.9rem;}

	.home h2.em-title{
	font-size: 3.6rem;
    margin: 3.6rem 0 0 0;
}
h2.em-title{
	font-size: 3.6rem;
    margin: 3.6rem 0;
}	
h2.em-title small{
	font-size: 1.5rem;
    }
	.home p.em-title-jp{
		font-size:1.5rem;
	}
	p.em-title-jp{
		font-size:1.5rem;
	}	
	
	
	

/*--------------------------------------
　ヘッダー部分
--------------------------------------*/

.site-branding{
	width: 35%;
}
.site-description{
	font-size:1.4rem;
}
#em-main-menu ul li{
	list-style:none;
	display:inline-block;
	margin:0 1.6%;
		font-size:1.4rem;
}




	
	
/*--------------------------------------
　コンテンツ部分
--------------------------------------*/
	.home .em-main-page{
		margin-top:0;
	}
	.em-main-page,.em-main-single{
		margin-top:11rem;
	}
.page-container{
max-width:90%;
margin:0 auto;
padding:0 1rem;
}



/* スペース */
.pa-tx{
    padding-top:3.2rem;
}
	.pa-txx{
		padding-top:4.8rem;
	}	
.pa-bx{
	padding-bottom:3.2rem;
}
	.pa-bxx{
		padding-bottom:4.8rem;
	}
.pa-tbx{
	padding:3.2rem 0;
}
	.pa-tbxx{
		padding:4.8rem 0;
	}
.pa-allx{
	padding:3.2rem;
}
	.pa-allxx{
		padding:4.8rem;
	}
.ma-tx{
	margin-top:3.2rem;
}
	.ma-txx{
		margin-top:4.8rem;
	}
.ma-bx{
	margin-bottom:3.2rem;
}
	.ma-bxx{
		margin-bottom:4.8rem;
	}
.ma-tbx{
	margin:3.2rem auto;
}
	.ma-tbxx{
		margin:4.8rem auto;
	}
.ma-allx{
	margin:3.2rem;
}
	.ma-allxx{
		margin:4.8rem;
	}
/* スペースここまで */

	.em-page .entry-title{
	font-size:3.6rem;
}

	.text_line_x{
	line-height:2.4;
}
	

	
	

/*--------------------------------------
　お問い合わせ
--------------------------------------*/
.contact-table{
	display:table;
}
.contact-table tr th, .contact-table tr td{
	font-size:1.5rem;
	display:table-cell;
	padding:0 2rem;
}
.contact-table tr th{
	border-bottom:0.2rem solid #0066cc;
}
.contact-table tr td{
	border-bottom:0.2rem solid #999;
}
.contact-table tr td input{
	font-size:1.5rem;
}






/*--------------------------------------
　フッター部分
--------------------------------------*/
#footer{
	margin:0 auto 1rem auto;
	padding:0;
}

#footer-in {
		max-width:90%;
		margin:0 auto;
	}

	.fixed-menu{
		display:none;
	}


	.footer-c{
	margin-top:4rem;
}
	
	

/*-- ここまで --*/
}

/*media Queries PCサイズ（1024px以上）
--------------------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) {





/*--------------------------------------
　フォント　テキスト
--------------------------------------*/
	
h2{font-size:3rem;}
h3{font-size:2.6rem;}
h4{font-size:2rem;}
h5,h6{font-size:1.8rem;}

	


/*--------------------------------------
　ヘッダー部分
--------------------------------------*/

	
	#em-main-menu{
		text-align:right;
	}
	#em-main-menu ul li{
	font-size:1.5rem;
}
	#em-main-menu ul li i{
		font-size:3rem;
	}
.sumanone{
	display:block;
	max-width:100%;
}
	.header .smanone ul.menu{
		text-align:right;
	}
	.site-branding{
	width: 25%;
    margin: 0 auto 0 0;
    padding-left: 5%;
    text-align: center;
	}
	.main-navigation{
	width: 75%;
    margin: 0 0 0 auto;
    padding-right: 2%;
    height: 100%;
}






/*--------------------------------------
　コンテンツ部分
--------------------------------------*/

.page-container{
max-width:70%;
}


/* スペース */
.pa-tx{
    padding-top:8rem;
}
	.pa-txx{
		padding-top:12rem;
	}
.pa-bx{
	padding-bottom:8rem;
}
	.pa-bxx{
		padding-bottom:12rem;
	}
.pa-tbx{
	padding:8rem 0;
}
	.pa-tbxx{
		padding:12rem 0;
	}
.pa-allx{
	padding:8rem;
}
	.pa-allxx{
		padding:12rem;
	}
.ma-tx{
	margin-top:8rem;
}
	.ma-txx{
		margin-top:12rem;
	}
.ma-bx{
	margin-bottom:8rem;
}
	.ma-bxx{
		margin-bottom:12rem;
	}
.ma-tbx{
	margin:8rem auto;
}
	.ma-tbxx{
		margin:12rem auto;
	}
.ma-allx{
	margin:8rem;
}
	.ma-allxx{
		margin:12rem;
	}
/* スペースここまで */

	
	.em-page .entry-title{
	font-size:4.8rem;
}	


	
/*--------------------------------------
　テーブル
--------------------------------------*/
	
	.nyusho-table tr th{
	display:table-cell;
		padding:0 2rem 0 0;
		width:23rem;
		text-align:right;
}
	.nyusho-table tr td{
	display:table-cell;
}
	.nyusho-table table.thtd-block tr th{
		text-align:left;
		width:auto;
	}
	.nyusho-table table.thtd-block tr td{
		text-align:left;
		width:auto;
	}
	.nyusho-table .table-content{
		margin-left:23rem;
	}






/*--------------------------------------
　フッター部分
--------------------------------------*/


#footer-in {
		max-width:70%;
		margin:0 auto;
	}




/*-- ここまで --*/
}