/**------------------------------------------------------------

		iPhone5/SE(320x568)

------------------------------------------------------------**/

@media (max-width: 350px){
	.cssBr {
		width: 350px;
		height: 20px;
	}
	.iPhoneTextStyle{
		font-size:16px;
		line-height: 1.5em;
	}
	.footerText{
		padding: 5px;
		display:block;
		font-size: 10px;
		transform:scale(0.7);
		transform-origin:0 0;
		color: #fff;
	}
	.cNwidth {
		width: 90px;
		font-size:16px;
	}
	.chantTextWidth{
		width: 40px;
		font-size:16px;
	}
	.boxD {
		float: left;
		width: 350px;
		padding: 5 5 60px;
	}
	select{
		border: 1px;
		font-size: 16px;
	}
}

/**------------------------------------------------------------

	iPhone5/SE(320x568),iPhone6/7/8(375x667),GalaxyS5(360x640),
	Pixel2(411x731),Pixel2XL(411x823),iPhone6/7/8Plus(414x736),
	iPhoneX(375x812),

------------------------------------------------------------**/

@media (min-width: 351px) and (max-width: 599px) {
	.footerText{
		padding: 5px;
		display:block;
		font-size: 10px;
		transform:scale(0.7);
		transform-origin:0 0;
		color: #fff;
	}
	.cssBr {
		width: 350px;
		height: 20px;
	}
	.cNwidth {
		width: 100px;
		font-size:16px;
	}
	.chantTextWidth{
		width: 40px;
		font-size:16px;
	}
	.boxD {
		float: left;
		width: 350px;
		padding: 5 5 60px;
	}
	select{
		border: 1px;
		font-size: 16px;
	}
	/** ハンバーガーメニュー非表示 2020.01.23
	#humberger {
		display: none;
	} **/
	/** スキルのテーブル周りの装飾 **/
	.skillLStyle tr:last-child td{
		width: 60px;
	}
	/** ハンバーガーメニューとそのサブエリアのスタイル.スマホ用リメイク 2020.01.24 **/
	#humberger {
		position: fixed;
		right: 13px;
		top: 13px;
		height: 18px;
		width: 18px;
		display: inline-block;
		box-sizing: border-box;
	}
	#humberger div {
		position: absolute;
		left: 0;
		height: 4px;
		width: 18px;
		background-color: #fff;
		border-radius: 2px;
		display: inline-block;
		box-sizing: border-box;
	}
	#humberger div:nth-of-type(1) {
		top: 0;
	}
	#humberger div:nth-of-type(2) {
		top: 7px;
	}
	#humberger div:nth-of-type(3) {
		bottom: 0;
	}

	#headerSubStyle{
		background-color: #ffe4e1;
		height: 63px;
		position: fixed;
		top: 48;
		width: 100px;
		right: 0;	
		border: solid 2px #db5884;
	}
	.headerSubText {
		padding: 6px;
		border-radius: 5px 5px 0 0;
		color: #db5884;
		font-weight: bold;
		font-size: 12px;
		margin-left: 0px;
	}
	
}}

/**------------------------------------------------------------

		iPad(768x1024)

------------------------------------------------------------**/

@media (min-width: 600px) and (max-width: 959px) {
	.footerText{
		padding: 5px;
		font-size: 3px;
		color: #fff;
		text-align: right;
	}
	.cssBr {
		width: 350px;
		height: 20px;
	}
	.cNwidth {
		width: 150px;
	}
	.boxD {
		float: left;
		width: 350px;
		padding: 5 5 60px;
	}
	/** ハンバーガーメニューとそのサブエリアのスタイル.スマホ用リメイク 2020.01.24 **/
	#humberger {
		position: fixed;
		right: 13px;
		top: 13px;
		height: 18px;
		width: 18px;
		display: inline-block;
		box-sizing: border-box;
	}
	#humberger div {
		position: absolute;
		left: 0;
		height: 4px;
		width: 18px;
		background-color: #fff;
		border-radius: 2px;
		display: inline-block;
		box-sizing: border-box;
	}
	#humberger div:nth-of-type(1) {
		top: 0;
	}
	#humberger div:nth-of-type(2) {
		top: 7px;
	}
	#humberger div:nth-of-type(3) {
		bottom: 0;
	}

	#headerSubStyle{
		background-color: #ffe4e1;
		height: 63px;
		position: fixed;
		top: 48;
		width: 100px;
		right: 0;	
		border: solid 2px #db5884;
	}
	.headerSubText {
		padding: 6px;
		border-radius: 5px 5px 0 0;
		color: #db5884;
		font-weight: bold;
		font-size: 12px;
		margin-left: 0px;
	}	
}

/**------------------------------------------------------------

		PC環境,iPadPro(1024x1366)

------------------------------------------------------------**/

@media (min-width: 960px) {
	.footerText{
		padding: 5px;
		font-size: 10px;
		color: #fff;
		text-align: right;
	}
	.cssBr {
		width: 350px;
		height: 15px;
	}
	.cNwidth {
		width: 150px;
	}
	.boxD {
		float: left;
		width: 450px;
		padding: 5 5 60px;
	}
/** ハンバーガーメニューとそのサブエリアのスタイル.スマホ用リメイク 2020.01.24 **/
	#humberger {
		position: fixed;
		right: 13px;
		top: 13px;
		height: 18px;
		width: 18px;
		display: inline-block;
		box-sizing: border-box;
	}
	#humberger div {
		position: absolute;
		left: 0;
		height: 4px;
		width: 18px;
		background-color: #fff;
		border-radius: 2px;
		display: inline-block;
		box-sizing: border-box;
	}
	#humberger div:nth-of-type(1) {
		top: 0;
	}
	#humberger div:nth-of-type(2) {
		top: 7px;
	}
	#humberger div:nth-of-type(3) {
		bottom: 0;
	}

	#headerSubStyle{
		background-color: #ffe4e1;
		height: 63px;
		position: fixed;
		top: 48;
		width: 100px;
		right: 0;	
		border: solid 2px #db5884;
	}
	.headerSubText {
		padding: 6px;
		border-radius: 5px 5px 0 0;
		color: #db5884;
		font-weight: bold;
		font-size: 12px;
		margin-left: 0px;
	}}

/**------------------------------------------------------------

		以下重複スタイル。同じところは一緒にかけ

------------------------------------------------------------**/
/** スライドメニュー 2020.01.25 **/
ul {
  margin: 0;
  padding-left: 0;
}
 
li {
  list-style: none;
  padding: 5px;
  color: rgba(63,111,160);
}
 
a {
  text-decoration: none;
  color: rgba(63,111,160);
}
 
#menu {
  position: fixed;
  top: 50px;
  right: -340px;
  width: 200px;
  height: 100%;
  padding: 20px;
  transition: left .5s, right .5s;
  background-color: rgba(225, 240, 250, .8);
}
 
.toggle {
  font-size: 50px;
  cursor: pointer;
}
 
.toggle:hover {
  text-decoration: underline;
}
 
#open {
  display: none;
}

#open:checked + #menu {
  right: 0;
}

/** 入力スペースのスタイル **/
.nameWidth{
	padding: 10px 3px 5px;
	width: 350px;
}


.chantTextWidth{
	width: 35px;
}
.chantBoxStyle{
	padding: 5px;
	
}

.headerStyle{
	background-color: #4278db;
	height: 50px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}
.headerText{
	padding:15px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

.topspace{
	height: 50px;
}

.footerStyle{
	background-color: #4278db;
	height: 50px;
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
}

/** ボタンのスタイルver2 **/
.btn-flat-dashed-filled {
	display: inline-block;
	padding: 0.1em 0.5em;
	text-decoration: none;
	color: #4278db;
	font-weight: bold;
	border: dashed 1px #4278db;
	background: #e1f0ff;
	border-radius: 3px;
	transition: .4s;
}

.btn-flat-dashed-filled:hover {
	background: #4278db;
	color: #FFF;
}


body{
	background-color:#fff;
	font-size: 16px;
	line-height: 1.5;
	background-image: url("../img/test2.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	background-attachment: fixed;
}
.aNonDeco{
	text-decoration: none;
	color: #fff;
}
