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

		iPhone5/SE(320x568)

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

@media (max-width: 350px){
	.cssBr {
		width: 350px;
		height: 20px;
	}
	.cNwidth {
		width: 130px;
		font-size:16px;
	}
	.iPhoneTable {
		width: 350;
	}
	.boxC {
		float: left;
		width: 350px;
		display: inline-block;
		padding: 5 5 5px;
	}
	.boxCplus {
		padding: 5 5 60px;
	}
	.footerText{
		padding: 5px;
		display:block;
		font-size: 10px;
		transform:scale(0.7);
		transform-origin:0 0;
		color: #fff;
	}
	.main-subtitle {
		background: #e4fadc;
		padding: 6px 10px;
		border-radius: 5px;
		color: #6aaf5e;
		font-weight: bold;
		margin-left: 10px;"
	}
	.main-subtext {
		padding: 30px 15px 10px;
		border-radius: 5px;
		border: 2px solid #e4fadc;
		font-size:16px;
		line-height: 1.5em;
	}
	.boxD {
		float: left;
		width: 350px;
		padding: 5 5 60px;
	}
	select{
		border: 1px;
		font-size: 16px;
	}
	.headerSJText{
		padding: 10px 5px;
		float: left;
	}
	/** ハンバーガーメニュー非表示 2020.01.23 **/
	#humberger {
		display: none;
	}
	/** スキルのテーブル周りの装飾 **/
	.skillLStyle tr:last-child td{
		width: 60px;
	}

}

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

	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) {

	.cssBr {
		width: 350px;
		height: 20px;
	}
	.cNwidth {
		width: 150px;
		font-size:16px;
	}
	.iPhoneTable {
		width: 350;
	}
	.boxC {
		float: left;
		display: inline-block;
		padding: 5 5 5px;
		width: 350px;
	}
	.boxCplus {
		padding: 5 5 60px;
	}
	.footerText{
		padding: 5px;
		display:block;
		font-size: 10px;
		transform:scale(0.7);
		transform-origin:0 0;
		color: #fff;
	}
	.main-subtitle {
		background: #e4fadc;
		padding: 6px 10px;
		border-radius: 5px;
		color: #6aaf5e;
		font-weight: bold;
		margin-left: 10px;"
	}
	.main-subtext {
		padding: 30px 15px 10px;
		border-radius: 5px;
		border: 2px solid #e4fadc;
		font-size:16px;
		line-height: 1.5em;
	}
	.boxD {
		float: left;
		width: 350px;
		padding: 5 5 60px;
	}
	text{
		font-size:16px;
	}
	select{
		border: 1px;
		font-size: 16px;
	}
	.headerSJText{
		padding: 7px 5px;
		float: left;
	}
	/** ハンバーガーメニュー非表示 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: #e4fadc;
		height: 63px;
		position: fixed;
		top: 48;
		width: 100px;
		right: 0;	
		border: solid 2px #6aaf5e;
	}
	.headerSubText {
		padding: 6px;
		border-radius: 5px 5px 0 0;
		color: #6aaf5e;
		font-weight: bold;
		font-size: 12px;
		margin-left: 0px;
	}
	
}

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

		iPad(768x1024)

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

@media (min-width: 600px) and (max-width: 959px) {
	
	.cssBr {
		width: 350px;
		height: 10px;
	}

	.boxC {
		float: left;
		display: inline-block;
		width: 280px;
		padding: 5 30 5 15px;
	}
	.boxCplus {
		padding: 5 30 60 15px;
	}
	.footerText{
		padding: 5px;
		font-size: 3px;
		color: #fff;
		text-align: right;
	}
	.main-subtitle {
		background: #e4fadc;
		padding: 6px 10px;
		border-radius: 5px;
		color: #6aaf5e;
		font-weight: bold;
		margin-left: 10px;"
	}
	.main-subtext {
		padding: 30px 15px 10px;
		border-radius: 5px;
		border: 2px solid #e4fadc;
		font-size:12px;
		line-height: 1.5em;
	}
	.boxD {
		float: left;
		width: 350px;
		padding: 5 5 60px;
	}
	.headerSJText{
		padding: 15px 5px;
		float: left;
	}
	.buttonLeft{
		float: left;
	}
	/** ハンバーガーメニューとそのサブエリアのスタイル.スマホ用リメイク 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: #e4fadc;
		height: 63px;
		position: fixed;
		top: 48;
		width: 100px;
		right: 0;	
		border: solid 2px #6aaf5e;
	}
	.headerSubText {
		padding: 6px;
		border-radius: 5px 5px 0 0;
		color: #6aaf5e;
		font-weight: bold;
		font-size: 12px;
		margin-left: 0px;
	}
}

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

		PC環境,iPadPro(1024x1366)

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

@media (min-width: 960px) {
	.cssBr {
		width: 350px;
		height: 10px;
	}
	.boxC {
		float: left;
		display: inline-block;
		padding: 5 5 60px;
	}
	.footerText{
		padding: 5px;
		font-size: 10px;
		color: #fff;
		text-align: right;
	}
	.main-subtitle {
		background: #e4fadc;
		padding: 6px 10px;
		border-radius: 5px;
		color: #6aaf5e;
		font-weight: bold;
		margin-left: 10px;"
	}
	.main-subtext {
		padding: 30px 15px 10px;
		border-radius: 5px;
		border: 2px solid #e4fadc;
		font-size:12px;
		line-height: 1.5em;
	}
	.boxD {
		float: left;
		width: 450px;
		padding: 5 5 60px;
	}
	.headerSJText{
		padding: 15px 5px;
		float: left;
	}
	.buttonLeft{
		float: left;
	}

/** ハンバーガーメニューとそのサブエリアのスタイル.スマホ用リメイク 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: #e4fadc;
		height: 63px;
		position: fixed;
		top: 48;
		width: 100px;
		right: 0;	
		border: solid 2px #6aaf5e;
	}
	.headerSubText {
		padding: 6px;
		border-radius: 5px 5px 0 0;
		color: #6aaf5e;
		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(106,175,94);
}
 
a {
  text-decoration: none;
  color: rgba(106,175,94);
}
 
#menu {
  position: fixed;
  top: 50px;
  right: -340px;
  width: 200px;
  height: 100%;
  padding: 20px;
  transition: left .5s, right .5s;
  background-color: rgba(228, 250, 220, .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;
}

/** ヘッダー・フッター・タイトルのスタイル **/
.bodybordercolor{
	border: 5px solid #6aaf5e;
}
.titlecolor{
	background-color:#6aaf5e;
}
.headerStyle{
	background-color: #6aaf5e;
	height: 50px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}
.headerText{
	padding: 13px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	width: 150px;
	float: left;
}

.topspace{
	height: 50px;
}


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

.footerspace{
	height: 50px;
	position: relative;
}


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

.btn-flat-dashed-filled:hover {
  background: #6aaf5e;
  color: #FFF;
}


/** 箱Divのスタイル **/
.boxA {
	border: none;
	&:after {
	content: "";
	display: block;
	clear: both;
	}
}

.boxE {
	float: left;
	width: 350px;
	padding: 5 5 60px;
}

.boxZ {
	float: left;
	width: 5%;
}


/** 文字の装飾 **/
.overpoint {
	color: red;
}

.genkai{
	color: red;
}

.torikesi{
	color: #aaaaaa;
}


/** ポップアップ **/
#layerPop{
	position: fixed;
    left: 50%;
    top: 50%;
}

#layer {
    display: none;  /* 初期表示は非表示 */
    position: fixed; 
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.20;
}
#popup {
    display: none;  /* 初期表示は非表示 */
    position: absolute; 
    left: 50%;
    top: 50%;
    width: 300px;
    height: 400px;
    margin-left: -150px;
    margin-top: -200px;
    background-color: white;
    border-radius: 5px;
    text-align: center;
}

/** リボン **/
.cp_card {
	width: 320px;
	height: 340px;
	position: relative;
	background: #ffffff;
	overflow: visible;
	margin: 2em auto;
	padding: 0.5em;
	border: 2px solid #6aaf5e;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.cp_ribbon10 {
	position: absolute;
	top: -6px;
	left: -6px;
	padding: 5px 10px;
	padding-right: 40px;
	letter-spacing: 0.1px;
	color: #ffffff;
	background: linear-gradient(-45deg,transparent,transparent 25%,#309e32 0%,#85e485);
}
.cp_ribbon10::before {
	position: absolute;
	z-index: 10;
	top: 100%;
	left: 0;
	content: ' ';
	border: 3px solid transparent;
	border-top: 3px solid #3f8729;
	border-right: 3px solid #85e485;
}

/** 選択肢用 **/
label img {
	width: 45px;
	margin: 1px;
	padding: 3px;
}
.selection-group{
    width: 280px;
    height: 280px;
	overflow: auto;
	margin: auto;

}
.selection-group input[type="radio"] {
	display: none;
}
.selection-group input[type="radio"]:checked + label img {
	background: #85e485;
}

/** スキルテーブル **/

.skillTrBorderNone{
	border:solid 1px;
	border-right-style:hidden;
	border-left-style:hidden;
}


/** メインデザイン **/
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;
}

.mainHr {
	height: 1px;
	background-color: #f3e7ff;
	left: 0px;
	border: none;
	color: #c0a091;
}
/* 検索条件テーブルデザイン */
.chkboxTbl tr td:first-child {
	padding: 0 10px 0 0px;
}


/* 改行調整 */
.noBr{
	display: inline-block;
}

/** 文字とのズレを修正する呪文(Macはダメだった) **/
input[type="radio"],input[type="checkbox"]{
 vertical-align:middle;
}
