@charset "UTF-8";
/*
 * cmn_layout.css
 *
 */


/* !HTML5 elements
---------------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{ display: block;}

/* !Reseting
---------------------------------------------------------- */
body {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3" , "Hiragino Kaku Gothic ProN" , 'メイリオ' ,Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic" , Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 500;
	-webkit-text-size-adjust: none;
	line-height: 2;
	color: #555;
	overflow-x: hidden;
}

@media screen and (max-width:1039px){
body {
	font-size: 14px;
}
}

body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, figure, figcaption
{ margin: 0; padding: 0;}

input, textarea
{ margin: 0; font-size: 100%;}

label
{ cursor: pointer;}

table
{ border-collapse: collapse; border-spacing: 0; font-size: 100%;}

fieldset, img
{ border: 0;}

img
{ max-width: 100%; height: auto; vertical-align: top;}

address, caption, cite, code, dfn, em, th, var
{ font-style: normal; font-weight: normal;}

ol, ul
{ list-style: none;}

caption, th
{ text-align: left;}

h1, h2, h3, h4, h5, h6
{ font-size: 100%; font-weight: normal;}

q:after, q:before
{ content:'';}

a
{ cursor: pointer; }

a, input
{ outline: none; }

input, textarea
{ border-radius: 0; font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3" , "Hiragino Kaku Gothic ProN" , 'メイリオ' ,Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic" , Verdana, Arial, Helvetica, sans-serif;}

input[type="button"],input[type="submit"],input[type="reset"]
{ -webkit-appearance: none; background: none; border: none; padding: 0; cursor: pointer;}

abbr, acronym
{ border: 0;}
*
{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}
/* !Clearfix
---------------------------------------------------------- */
.clearfix,
#contents,
.section
{
	display: block;
	min-height: 1%;
}
.clearfix:after,
#contents:after,
.section:after
{
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html .clearfix,
* html #contents,
* html .section
{
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
/* !Layout
---------------------------------------------------------- */
html { overflow-y: scroll;}
body { 
	text-align: left;
	position:relative;
}
@media print {
	html,
	html body { *zoom: 0.65;}
}

/* !header
---------------------------------------------------------- */
#header {
	background: rgba(255,255,255,1);
	width: 100%;
	height:70px;
	z-index: 100;
	position: fixed;
	justify-content: space-between;
	transition: .3s;
}
#header.transform {
	background: rgba(255,255,255,1);
}
	#header h1#headerLogo,
	#header p#headerLogo {
		position:absolute;
		width:220px;
		height:50px;
		top:10px;
		left:50px;
	}
		#header h1#headerLogo img,
		#header p#headerLogo img {
			display:block;
			width:220px;
		}

@media screen and (max-width:1039px){
#header {
	background: rgba(255,255,255,1);
	width: 100%;
	height:60px;
}
	#header h1#headerLogo,
	#header p#headerLogo {
		width:202px;
		height:46px;
		top:7px;
		left:25px;
	}
		#header h1#headerLogo img,
		#header p#headerLogo img {
			display:block;
			width:202px;
		}
}

@media screen and (max-width:767px){
#header {
	width: 100%;
	height:60px;
}
	#header h1#headerLogo,
	#header p#headerLogo {
		width:202px;
		height:46px;
		top:7px;
		left:20px;
	}
		#header h1#headerLogo img,
		#header p#headerLogo img {
			display:block;
			width:202px;
		}
}

/* !sidebar
---------------------------------------------------------- */
#sidebar {
	width: 65%;
	height: 70px;
	background: rgba(255,255,255,0);
	text-align: center;
	z-index: 300;
	position:fixed;
	float:right;
	position:relative;
	right:50px;
	right:100px;
}

#sitechange{
	position:absolute;
	top:0px; 
	right:10px;
}

#sitechange span{ 
	border:solid 1px gray; 
	padding:3px 4px;
	background-color:gray;
	font-size:90%;
}

#sitechange span a{ 
	color:white;
}



#global-nav ul {
	width:auto;
	list-style: none;
	float:right;
}
	#global-nav ul li {
		display:block;
		float:left;
	}
		#global-nav ul li.norm {
			margin:0 40px 0 0;
			position: relative;
			z-index:100;
		}
		#global-nav ul li:last-child.norm {
			margin:0 0 0 0;
		}
			#global-nav ul li.norm a {
				font-weight:700;
				height:70px;
				line-height:70px;
				font-size:16px;
				color:#414D5C;
				position: relative;
				display: inline-block;
				outline: none;
				text-decoration: none;
				text-transform: uppercase;
			}
			#global-nav ul li.norm a::before {
				content: '';
				width: 0;
				left: 50%;
				bottom: 0;
				transition: all 0.3s ease;
				border-bottom: 3px solid #EE7700;
				position: absolute;
				display: block;
			}
				#global-nav ul li.norm a:hover:before {
					width: 50%;
					border-bottom: 3px solid #EE7700;
				}
			#global-nav ul li.norm a::after {
				content: '';
				width: 0;
				right: 50%;
				bottom: 0;
				transition: all 0.3s ease;
				border-bottom: 3px solid #EE7700;
				position: absolute;
				display: block;
			}
					#global-nav ul li.norm a:hover:after {
						width: 50%;
						border-bottom: 3px solid #EE7700;
					}
					#global-nav ul li.norm a.current:before {
						width: 50%;
						border-bottom: 3px solid #EE7700;
					}
					#global-nav ul li.norm a.current:after {
						width: 50%;
						border-bottom: 3px solid #EE7700;
					}
		#global-nav ul li.norm ul {
			list-style: none;
			position: absolute;
			z-index: 99;
			top: 100%;
			left: 0;
			margin: 0 0 0 0;
			padding: 0;
		}
			#global-nav ul li.norm ul li {
				width: 170px;
				float:none;
			}
				#global-nav ul li.norm ul li a {
					width: 170px;
					font-size:14px;
					height:46px;
					line-height:46px;
					margin: 0px;
					padding:0 15px 0 20px;
					border-radius:0;
					border-top: 1px solid #F19233;
					background: #EE7700;
					color:#FFF;
					text-align: left;
					transition: .3s;
				}
				#global-nav ul li.norm ul li:first-child a {
					border-top: 0;
				}
					#global-nav ul li.norm ul li a::before {
						display:none;
					}
					#global-nav ul li.norm ul li a::after {
						display:none;
					}
					#global-nav ul li.norm ul li a:hover {
						background: #F19233;
					}
#global-nav ul#fade-in2 li.norm ul{
	opacity: 0;
	top: 100%;
	left:30px;
	visibility: hidden;
	transition: .3s;
}
#global-nav  ul#fade-in2 li.norm:hover ul{
	top: 100%;
	left:0;
	visibility: visible;
	opacity: 1;
}


#overlay {
	display: none;
	position: fixed;
	background: rgba(0,0,0,.6);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

a#panel-btn {
	display: none;
}

/*@media screen and (max-width:1039px){*/
@media screen and (max-width:1150px){

#sitechange{
	position:absolute;
	top:0px; 
	right:70px;
}

#sitechange span{
	font-size:80%;
}


#sidebar {
		/*display: none;*/
		padding-top: 120px;
		position: fixed;
		right: -50%;
		top: 0;
		height: 100%;
		width: 50%;
		text-align: left;
		background: #617287;
		-webkit-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
	}
	#global-nav ul {
		width:75%;
		height:auto;
		float:none;
		margin:0 auto;
	}
	#global-nav ul li {
		position: relative;
		width:100%;
		float:none;
		text-align:center;
		margin:0;
	}
	#global-nav ul li.norm a {
		padding: 0;
		height:55px;
		line-height:55px;
		text-align:center;
		font-size:16px;
		color:#FFF;
		letter-spacing:0.08em;
	}
		#global-nav ul li.norm a::before {
			display:none;
		}
		#global-nav ul li.norm a::after {
			display:none;
		}
		#global-nav ul li.norm a.current {
			opacity:.6;
		}
		#global-nav ul li.norm ul {
			display:none;
		}
			#global-nav ul li.lang {
				display:none;
			}
	#global-nav ul.spLang {
		display:block;
		width:108px;
		margin:15px auto 0 auto;
	}
		#global-nav ul.spLang li {
			width:44px;
			margin-right:20px;
			float:left;
		}
			#global-nav ul.spLang li:last-child {
				margin-right:0;
			}
			#global-nav ul.spLang li a {
				display:block;
				width:44px;
				height:44px;
				line-height:44px;
				font-size:14px;
				font-family: 'Roboto', sans-serif;
				font-weight:700;
				color:#003F97;
				background:#FFF;
				position: relative;
				border-radius:50%;
			}

	/* nav open */
	.open {
		overflow: hidden;
	}
	.open #overlay {
		display: block;
	}
	.open #sidebar  {
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0);
	}
	
	
a#panel-btn {
width: 60px;
height: 60px;
display: block;
float:right;
position:fixed;
top:0;
right:0;
z-index:400;
}

#panel-btn{
  display: inline-block;
  position: relative;
  width: 60px;
  height: 60px;
  background: #EE7700;
}
#panel-btn:hover{
  background: #EE7700;
}
#panel-btn-icon{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 2px;
  margin: -1px 0 0 -15px;
  background: #FFF;
  transition: .2s;
}
#panel-btn-icon:before, #panel-btn-icon:after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 2px;
  background:#FFF;
  transition: .3s;
}
#panel-btn-icon:before{
  margin-top: -8px;
}
#panel-btn-icon:after{
  margin-top: 6px;
}
#panel-btn .close{
  background: transparent;
}
#panel-btn .close:before, #panel-btn .close:after{
  margin-top: 0;
}
#panel-btn .close:before{
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#panel-btn .close:after{
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

	/* z-index */
	#sidebar {
		z-index: 300;
	}
	#panel-btn {
		z-index: 400;
	}
}

@media screen and (max-width:767px){
	#sidebar {
		/*display: none;*/
		padding-top: 120px;
		right: -100%;
		width: 100%;
	}
	
a#panel-btn {
width: 60px;
height: 60px;
}

#panel-btn{
  width: 60px;
  height: 60px;
}
}

/* !オウンドメディア
---------------------------------------------------------- */
.ownedMedia {
	width:100%;
	height:220px;
}
	.ownedMedia a {
		position:relative;
		overflow: hidden;
		display:block;
		width:100%;
		height:220px;
	}
		.ownedMedia a div.bg {
			position:absolute;
			width:100%;
			height:100%;
			background-image:url(../img/web_magazine_bg.jpg);
			background-position:50% 50%;
			background-repeat:no-repeat;
			background-size:cover;
			top:0;
			left:0;
			z-index:50;
			transition: all 1.0s ease;
		}
			.ownedMedia a:hover div.bg {
				-moz-transform: scale(1.06);
				-webkit-transform: scale(1.06);
				-ms-transform: scale(1.06);
				transform: scale(1.06);
			}
		.ownedMedia a div.mask {
			position:absolute;
			width:100%;
			height:100%;
			background:rgba(238, 119, 0, 0);
			top:0;
			left:0;
			z-index:51;
			transition: all 1s ease;
		}
			.ownedMedia a:hover div.mask {
				background:rgba(238, 119, 0, .2);
			}
			.ownedMedia a div.mask div.tit {
				width:320px;
				margin:44px 0 0 3%;
				transition: all 1s ease;
			}
				.ownedMedia a:hover div.mask div.tit {
					margin:44px 0 0 2%;
				}
				.ownedMedia a div.mask div.tit img {
					display:block;
					width:222px;
					margin:0 auto 10px auto;
				}
				.ownedMedia a div.mask div.tit p {
					font-size:22px;
					font-weight:bold;
					color:#566069;
					text-align:center;
					transition: all 1s ease;
				}
					.ownedMedia a:hover div.mask div.tit p {
						color:#566069;
					}

@media screen and (max-width:1039px){
.ownedMedia {
	height:200px;
}
	.ownedMedia a {
		height:200px;
	}
		.ownedMedia a div.bg {
			position:absolute;
			width:100%;
			height:100%;
			background-image:url(../img/web_magazine_tb_bg.jpg);
			background-position:50% 50%;
			background-repeat:no-repeat;
			background-size:cover;
			top:0;
			left:0;
			z-index:50;
			transition: all 1.0s ease;
		}
			.ownedMedia a:hover div.bg {
				-moz-transform: none;
				-webkit-transform: none;
				-ms-transform: none;
				transform: none;
			}
			.ownedMedia a:hover div.mask {
				background:rgba(238, 119, 0, 0);
			}
			.ownedMedia a div.mask div.tit {
				width:300px;
				margin:40px 0 0 4%;
				transition: all 1s ease;
			}
				.ownedMedia a:hover div.mask div.tit {
					margin:40px 0 0 4%;
				}
				.ownedMedia a div.mask div.tit img {
					width:200px;
				}
				.ownedMedia a div.mask div.tit p {
					font-size:20px;
				}
					.ownedMedia a:hover div.mask div.tit p {
						color:#566069;
					}
}

@media screen and (max-width:767px){
.ownedMedia {
	height:130px;
}
	.ownedMedia a {
		height:130px;
	}
		.ownedMedia a div.bg {
			background-image:url(../img/web_magazine_sp_bg.jpg);
			background-position:50% 50%;
			background-repeat:no-repeat;
			background-size:cover;
		}
		.ownedMedia a div.mask {
			background:rgba(238, 119, 0, 0);
		}
			.ownedMedia a:hover div.mask {
				background:rgba(238, 119, 0, 0);
			}
			.ownedMedia a div.mask div.tit {
				width:200px;
				margin:20px 0 0 10px;
			}
				.ownedMedia a:hover div.mask div.tit {
					margin:20px 0 0 10px;
				}
				.ownedMedia a div.mask div.tit img {
					width:140px;
					margin:0 auto 8px auto;
				}
				.ownedMedia a div.mask div.tit p {
					font-size:14px;
					color:#566069;
				}
					.ownedMedia a:hover div.mask div.tit p {
						color:#566069;
					}
}

/* !footer
---------------------------------------------------------- */
#footer {
	width: 100%;
	background:#EF7563;
	padding:40px 0 0 0;
	overflow:hidden;
}
	#footer a.footerLogo {
		display:block;
		width:200px;
		margin:0 auto 20px auto;
	}
		#footer a.footerLogo img {
			display:block;
			width:100%;
		}
	#footer p.name {
		font-size:16px;
		font-weight:bold;
		color:#FFF;
		text-align:center;
		margin-bottom:15px;
	}
	#footer p.add {
		font-size:14px;
		color:#FFF;
		text-align:center;
		margin-bottom:5px;
	}
	#footer p.tel {
		font-size:16px;
		color:#FFF;
		text-align:center;
		margin-bottom:20px;
	}
		#footer p.tel i.fa {
			display:inline-block;
			margin-right:0.6em;
		}
		#footer p.tel a {
			color:#FFF;
		}
	#footer a.contactBtn {
		display:block;
		width:180px;
		height:48px;
		font-size:16px;
		font-weight:bold;
		background:#FFF;
		color:#EB5641;
		text-align:center;
		line-height:48px;
		border-radius:24px;
		margin:0 auto 20px auto;
		transition: all 0.6s ease;
	}
		#footer a:hover.contactBtn {
			background:#FACDC7;
		}
	#footer p.privacyLink {
		font-size:14px;
		text-align:center;
		margin-bottom:40px;
	}
		#footer p.privacyLink a {
			color:#FFF;
			transition: all 0.6s ease;
		}
			#footer p.privacyLink a:hover {
				color:#FACDC7;
			}
		
	#footer p.copyright {
		width:100%;
		height:60px;
		background:#EB5641;
		font-size:12px;
		color:#F8C4BC;
		text-align:center;
		line-height:60px;
	}

@media screen and (max-width:1039px){
		#footer a:hover.contactBtn {
			background:#FFF;
		}
			#footer p.privacyLink a:hover {
				color:#FFF;
			}
}

@media screen and (max-width:767px){
#footer {
	padding:40px 0 0 0;
}
	#footer a.footerLogo {
		margin:0 auto 15px auto;
	}
		#footer a.footerLogo img {
			display:block;
			width:100%;
		}
	#footer p.name {
		font-size:14px;
		margin-bottom:15px;
	}
	#footer p.add {
		font-size:12px;
		margin-bottom:5px;
	}
	#footer p.tel {
		font-size:16px;
		margin-bottom:20px;
	}
	#footer a.contactBtn {
		height:46px;
		line-height:46px;
		margin-bottom:10px;
	}
	#footer p.privacyLink {
		font-size:14px;
		margin-top:10px;
		margin-bottom:25px;
		line-height:1.2em;
	}
		#footer p.privacyLink a {
			display:block;
			/*height:44px;
			line-height:44px;*/
		}
		
	#footer p.copyright {
		height:50px;
		line-height:50px;
	}
}

/* !pageTop
---------------------------------------------------------- */
.pagetop a {
	display:block;
	width:100%;
	height:50px;
	background-color: #F28F82;
	font-size:30px;
	line-height:50px;
	text-align:center;
	color:#FFF;
	transition: all 0.3s ease;
}
.pagetop a:hover{
	background-color: #F4A599;
	line-height: 42px;
	color:#EB5641;
}
	
@media screen and (max-width:1039px){
.pagetop a:hover{
	background-color: #F28F82;
	line-height: 50px;
	color:#FFF;
}
}

@media screen and (max-width:767px){

}

/* !見出し
---------------------------------------------------------- */
.tit_basic01 {
	position: relative;
	font-size:24px;
	font-weight:bold;
	line-height:1.6;
	padding: 0 .5em .8em 1.6em;
	border-bottom: 5px solid #EF7563;
	margin-bottom:50px;
}
	.tit_basic01:before,
	.tit_basic01:after {
		position: absolute;
		content: '';
		border-radius: 100%
	}
	.tit_basic01:before {
		top: .3em;
		left: 0;
		z-index: 1;
		width: 20px;
		height: 20px;
		background: rgba(254, 200, 37, 1);
	}
	.tit_basic01:after {
		top: .8em;
		left: .5em;
		z-index: 2;
		width: 14px;
		height: 14px;
		background: rgba(138, 200, 141, .5);
	}
	
.tit_basic02 {
	display:inline-block;
	position: relative;
	font-size:22px;
	font-weight:bold;
	color: #ED7700;
	line-height:1;
	padding: 0 1.8em;
	margin-bottom:40px;
}
	.tit_basic02:before {
		position: absolute;
		content: '';
		width:22px;
		height:14px;
		background:url(../img/tit_basic02_bg.png) 0 0 no-repeat;
		background-size:22px 14px;
		top: 4px;
		left: 0;
	}
	.tit_basic02:after {
		position: absolute;
		content: '';
		width:22px;
		height:14px;
		background:url(../img/tit_basic02_bg.png) 0 0 no-repeat;
		background-size:22px 14px;
		top: 4px;
		right: 0;
	}
	
.tit_basic03 {
	position:relative;
	font-size:18px;
	font-weight:bold;
	line-height:1.6;
	padding-left:1.4em;
	margin-bottom:30px;
}
	.tit_basic03:before {
		position:absolute;
		display:block;
		content:"";
		width:12px;
		height:3px;
		background:#FEC825;
		top:2px;
		left:0;
	}
	
.tit_basic04 {
	font-size:18px;
	font-weight:bold;
	color:#EC7700;
	line-height:1.6;
	text-align:center;
	margin-bottom:70px;
}
	.tit_basic04 span {
		display:inline-block;
		position:relative;
		font-size:32px;
		line-height:1.2;
		padding:0 0.1em;
		margin-top:0.4em;
		background: linear-gradient(transparent 60%, #FED866 60%);
	}
	
.tit_basic05 {
	position:relative;
	font-size:20px;
	font-weight:bold;
	padding:0.3em 0.8em;
	background:#8AC88D;
	line-height:1.6;
	color:#FFF;
	margin-bottom:40px;
}
	.tit_basic05:before {
		position: absolute;
		content: '';
		top: 100%;
		left: 0;
		border: none;
		border-bottom: solid 15px transparent;
		border-right: solid 20px rgb(80, 139, 88);
	}
	
.tit_basic06 {
	display:inline-block;
	font-size:18px;
	font-weight:bold;
	line-height:1.6;
	color:#ED7700;
	border-bottom:1px dotted #ED7700;
	padding-bottom:0.6em;
	margin-bottom:20px;
}
	.tit_basic06 span {
		display:inline-block;
		width:22px;
		height:22px;
		background:#ED7700;
		line-height:22px;
		border-radius:50%;
		font-size:14px;
		color:#FFF;
		text-align:center;
		margin-right:0.8em;
	}
	
.tit_basic07 {
	font-size:20px;
	font-weight:bold;
	color:#EC7700;
	line-height:1.6;
	text-align:center;
	margin-bottom:30px;
}

@media screen and (max-width:1039px){
.tit_basic01 {
	font-size:22px;
	border-bottom: 4px solid #EF7563;
}

.tit_basic02 {
	font-size:18px;
	padding: 0 2em;
	margin-bottom:40px;
}
	.tit_basic02:before {
		position: absolute;
		content: '';
		width:22px;
		height:14px;
		background:url(../img/tit_basic02_bg.png) 0 0 no-repeat;
		background-size:22px 14px;
		top: 2px;
		left: 0;
	}
	.tit_basic02:after {
		position: absolute;
		content: '';
		width:22px;
		height:14px;
		background:url(../img/tit_basic02_bg.png) 0 0 no-repeat;
		background-size:22px 14px;
		top: 2px;
		right: 0;
	}
	
.tit_basic03 {
	font-size:17px;
}

.tit_basic04 {
	font-size:17px;
	margin-bottom:60px;
}
	.tit_basic04 span {
		font-size:28px;
	}
	
.tit_basic05 {
	font-size:18px;
}

.tit_basic06 {
	font-size:16px;
}
	.tit_basic06 span {
		width:20px;
		height:20px;
		line-height:20px;
		font-size:12px;
	}
	
.tit_basic07 {
	font-size:18px;
}
}

@media screen and (max-width:767px){
.tit_basic01 {
	font-size:16px;
	padding: 0 0 .6em 1.8em;
	border-bottom: 3px solid #EF7563;
	margin-bottom:40px;
}
	.tit_basic01:before {
		top: .1em;
	}
	.tit_basic01:after {
		top: .8em;
	}

.tit_basic02 {
	font-size:16px;
	padding: 0 2em;
	margin-bottom:30px;
}
	.tit_basic02:before {
		position: absolute;
		content: '';
		width:22px;
		height:14px;
		background:url(../img/tit_basic02_bg.png) 0 0 no-repeat;
		background-size:22px 14px;
		top: 0;
		left: 0;
	}
	.tit_basic02:after {
		position: absolute;
		content: '';
		width:22px;
		height:14px;
		background:url(../img/tit_basic02_bg.png) 0 0 no-repeat;
		background-size:22px 14px;
		top: 0;
		right: 0;
	}
	
.tit_basic03 {
	font-size:15px;
	margin-bottom:25px;
}

.tit_basic04 {
	font-size:15px;
	line-height:1.6;
	margin-bottom:40px;
}
	.tit_basic04 span {
		font-size:20px;
	}
	
.tit_basic05 {
	font-size:16px;
	margin-bottom:30px;
}
	.tit_basic05:before {
		border-bottom: solid 12px transparent;
		border-right: solid 15px rgb(80, 139, 88);
	}
	
.tit_basic06 {
	font-size:15px;
	margin-bottom:20px;
}

.tit_basic07 {
	font-size:15px;
	margin-bottom:30px;
}
}

/* !Box
---------------------------------------------------------- */
.box01 {
	width:80%;
	padding:30px;
	background:#F0F0F0;
	margin-left:auto;
	margin-right:auto;
}
	.box01 h4.tit {
		font-size:113%;
		font-weight:bold;
		text-align:center;
		margin-bottom:20px;
	}

@media screen and (max-width:767px){
.box01 {
	width:auto;
	padding:20px;
}
	.box01 h4.tit {
		font-size:100%;
	}
}

/* !Listing
---------------------------------------------------------- */
ul.iconList {
	width:100%;
}
	ul.iconList li {
		line-height:1.6;
		padding:0.6em 0.8em;
		background:#F0F0F0;
		border-radius:4px;
		margin-bottom:15px;
		padding-left:2em;
		text-indent:-1em;
	}
		ul.iconList li i.fa {
			display:inline-block;
			margin-left:0.8em;
			margin-right:0.4em;
			color:#DF0011;
		}
ul.circle li {
	list-style:circle;
	margin:0 0 5px 20px;
}
	ul.circle li:last-child {
		margin-bottom:0;
	}

ol.numList li {
	list-style:decimal;
	margin:0 0 15px 20px;
}
	ol.numList li:last-child {
		margin-bottom:0;
	}
	
@media screen and (max-width:1039px){
}

@media screen and (max-width:767px){
}

/* !Table
---------------------------------------------------------- */
.table_basic01 {
	width:90%;
	border-collapse: separate;
	margin-left:auto;
	margin-right:auto;
}
	.table_basic01 th,
	.table_basic01 td {
		padding:0.6em 1em;
	}
	.table_basic01 tr:nth-child(odd) {
		background:#ECEDEE;
	}
	.table_basic01 th {
		width:25%;
	}
	.table_basic01 td {
		width:75%;
	}
	
@media screen and (max-width:1039px){
.table_basic01 {
	width:100%;
}
	.table_basic01 th {
		width:30%;
	}
	.table_basic01 td {
		width:70%;
	}
}

@media screen and (max-width:767px){
	.table_basic01,
	.table_basic01 thead,
	.table_basic01 tbody,
	.table_basic01 tr,
	.table_basic01 th,
	.table_basic01 td {
		width: 100%;
		display: block;
	}
		.table_basic01 tr:nth-child(odd) {
			background:none;
		}
		.table_basic01 th {
			width:100%;
			background:#ECEDEE;
		}
		.table_basic01 td {
			width:100%;
		}
}

/*フォーム--------------------------------------*/
span.label {
	display:inline-block;
	padding:1px 4px;
	background-color:#F74855;
	color:#FFF;
	font-size:10px;
	margin-left:7px;
	border-radius:4px;
	vertical-align:middle;
}

input.norm {
	width:100%;
	border:1px solid #C0DAE9;
	padding:8px 10px;
}

input.short {
	width:70%;
	border:1px solid #C0DAE9;
	padding:8px 10px;
}

input.exshort {
	width:30%;
	border:1px solid #C0DAE9;
	padding:8px 10px;
}

select {
	border:1px solid #C0DAE9;
	padding:8px 10px;
}
	select option{
		margin-bottom:5px;
	}

textarea.norm {
	width:100%;
	height:150px;
	border:1px solid #C0DAE9;
	padding:8px 10px;
}

label.check {
	display:inline-block;
	padding:8px 12px;
	border:1px solid #C0DAE9;
	margin-bottom:10px;
}

input.btn_submit {
	padding:15px 30px;
	font-size:16px;
	background:#41B5ED;
	border:2px solid #41B5ED;
	color:#FFF;
	font-weight:bold;
	transition: all 0.5s ease;
}
	input.btn_submit:hover {
		background:#FFF;
		color:#41B5ED;
	}

input.btn_back {
	font-size:16px;
	background:#999;
	border:2px solid #999;
	padding:15px 30px;
	color:#FFF;
	font-weight:bold;
	transition: all 0.5s ease;
}
	input.btn_back:hover {
		background:#FFF;
		color:#333;
	}

@media screen and (max-width:1039px){
input.btn_submit {
	transition: none;
}
	input.btn_submit:hover {
		background:#41B5ED;
		color:#FFF;
	}

input.btn_back {
	transition: none;
}
	input.btn_back:hover {
		background:#999;
		color:#FFF;
	}
}

@media screen and (max-width:767px){
input.norm {
	width:100%;
}

input.short {
	width:100%;
}

input.exshort {
	width:50%;
}

label.check {
	width:100%;
}

textarea.norm {
	width:100%;
}

input.btn_submit {
	font-size:14px;
}

input.btn_back {
	font-size:14px;
}

input.btn_submit {
	padding:12px 20px;
	font-size:16px;
	background:#41B5ED;
	color:#FFF;
	font-weight:bold;
	transition: none;
}
	input.btn_submit:hover {
		background:#41B5ED;
		color:#FFF;
	}

input.btn_back {
	font-size:16px;
	background:#999;
	padding:12px 20px;
	color:#FFF;
	font-weight:bold;
	transition: none;
}
	input.btn_back:hover {
		background:#999;
		color:#FFF;
	}
}