@charset 'UTF-8';

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

	body
	{
		background:#64C3CE;
		color:#000000;
	}

	body,input,textarea,select
	{
		font-family: 'Avenir', sans-serif;
		font-size: 1em;
		line-height: 1.5em;
	}

	h1,h2,h3,h4,h5,h6
	{
		font-weight:900;
	}
	#logo h1
	{
		text-transform: uppercase;
		color: #FFFFFF;
		font-size: 3.3em;
		font-weight:900;
	
	}
	h2
	{
		color: #1CBECA;
		text-transform: uppercase;
	}
	
		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
		{
			color: inherit;
			text-decoration: none;
		}
	strong, b
	{
		font-weight: bold;
		color: #000000;
	}
	
	em, i
	{
		font-style: italic;
	}

	a
	{
		color: inherit;
		text-decoration: none;
	}
	
	a:hover
	{
		text-decoration: underline;
	}

	sub
	{
		position: relative;
		top: 0.5em;
		font-size: 0.8em;
	}
	
	sup
	{
		position: relative;
		top: -0.5em;
		font-size: 0.8em;
	}
	
	hr
	{
		border: 0;
		border-top: solid 1px #ddd;
	}
	
	blockquote
	{
		border-left: solid 0.5em #ddd;
		padding: 1em 0 1em 2em;
		font-style: italic;
	}
	
	p, ul, ol, dl, table
	{
		margin-bottom: 1em;
	}

	header
	{
	}
	
		header h2
		{
			letter-spacing: 0;
			font-weight: 900;
			line_height: 1em;
		}
	
		header .byline
		{
			display: block;
			text-transform: uppercase;
			color: #1CBECA;
			letter-spacing: 1px;
		}
		
	footer
	{
		margin-top: 1em;
	}

	br.clear
	{
		clear: both;
	}
	
	/* Buttons */
		
		.button
		{
			position: relative;
			display: inline-block;
			margin-top: 0;
			padding: 0.6em 1em;
			background: #29BEC6;
			border-radius: 6px;
			text-decoration: none;
			text-transform: uppercase;
			font-size: 1em;
			color: #FFF;
			-moz-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
			-webkit-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
			-o-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
			-ms-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
			transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
			cursor: pointer;
		}

			.button:hover
			{
				background: #C63C98;
				color: #FFF !important;
				text-decoration: none;	
			}
	

	/* Sections/Articles */
	
		section,section2,section3,article
		{
			margin-bottom: 2em;
		}
		
		section > :last-child,
		section2 > :last-child,
		section3 > :last-child,
		article > :last-child
		{
			margin-bottom: 0;
		}

		section:last-child,
		section2:last-child,
		section3:last-child,
		article:last-child
		{
			margin-bottom: 0;
		}

		.row > section,
		.row > section2,
		.row > section3,
		.row > article
		{
			margin-bottom: 0;
		}
		section
		{
			text-align:center;
			padding-bottom:0;
		}
		
		section a
		{
			text-align:center;
			padding-bottom:0;
		}
		
		section2, section3
		{
			text-align:left;
			padding-top: 30px;
			line-height:1.3em;

		}

        section3 h2
		{
			font-size:1.8em;
			font-weight:900;
			padding: 25px 0 10px 0;
		}
		 section3 h3
		{
			font-size:1.1em;
			font-weight:bold;
			color: #1CBECA;
			padding: 20px 0 0 0;
			margin: 0px;
		}
		 section3 h4
		{
			font-size:1em;
			font-weight:normal;
			color: #1CBECA;
			padding: 10px 0 0 0;
		}
		section3 ul li
		{
			font-weight:normal;
			color: #000;
			padding: 0 0 5px 3;
		}
		
	/* Images */

		.image
		{
			display: inline-block;
		}
		
			
			.image img 
			{
				display: block;
				width: 100%;
				border-radius: 6px;
				border: 1px solid #CCCCCC;
			}

			.image.featured
			{
				display: block;
				width: 100%;
				margin: 0 0 2em 0;
			}
			
			.image.full
			{
				display: block;
				width: 100%;
				margin: 0 0 0.5em 0;
			}
			
			.image.left
			{
				float: left;
				margin: 0 2em 2em 0;
			}
			
			.image.centered
			{
				display: block;
				margin: 0 0 2em 0;
			}

				.image.centered img
				{
					margin: 0 auto;
					width: auto;
				}

	/* Lists */

		ul.fa-ul, ul.fa-ul2, ul.fa-ul3
		{
			list-style: none;
			margin: 0;
			padding: 0 0 0 25px;
		}
		ul.fa-ul li, ul.fa-ul2 li,ul.fa-ul2 li a:hover, ul.fa-ul3 li
		{
			padding: 0 0 7px 0;
		}
		ul.fa-ul2
		{
			padding: 0;
		}
		
		ul.list-check li
		{
            list-style-type:none;
			margin: 0;
			padding: 0;       
		}
		
		ul.list-check li
		{
			margin-bottom:0.5em;
			line-height:1.3em;
			padding-left:1.5em;
		}
        ul.list-check li:before{
            content: "\f00c";
            font-family: FontAwesome;
            padding-right:0.3em;
			display:inline-block;
			width:1.5em;
			margin-left:-1.5em;
			color: #1CBECA;
			float:left;
	        font-weight:normal;
	        display:block;
            }
/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header
	{
		position: relative;
		background: #ddd url(../images/header.jpg);
		moz-background-size:150px 85px;
        -webkit-background-size:150px 85px;
        -o-background-size:150px 85px;
        -ms-background-size:150px 85px;
	}

	#logo
	{
	}
	
	#nav
	{
	}

		#nav ul
		{
			margin: 0;
		}
	
/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	#banner
	{
		position: relative;
		background: #000;
		color: #fff;
	}

/*********************************************************************************/
/* Main                                                                          */
/*********************************************************************************/

	#main
	{
		position: relative;
		background: #FFFFFF;     /* url(images/overlay.png) repeat; */
	}
	
	.divider
	{
		overflow: hidden;
		border-top: 1px solid #dbdbdb;
	}
	
/*********************************************************************************/
/* texts 

      */
/*********************************************************************************/

    .black
    {
	     color:#000000;
    }
	.white
    {
	     color:#FFFFFF;
    }
	
	.green
    {
	     color:#00B2B9;
    }
	.boldsmallgreen, .boldmidgreen
    {
	     color:#1CBECA;
		 font-weight: bold;
    }
	
	.boldmidgreen
	{
	    font-size: 1.2em;
	}
	.boldgreen
	{
         color:#1CBECA;
		 text-transform: uppercase;
		 font-size: 1.8em;
		 font-weight:900;
		 margin-top: 1em;
		 margin-bottom: 0.5em;
    }
	.fa-green, .fa-check
	{
		color:#1CBECA;
	}
	
/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/
	
	#footer
	{
		background: #64C3CE;
		color: rgba(255,255,255,.4);
		padding: 1em 0em;
		position: relative;
	}
	
	#footer header h2
	{
		color: #FFFFFF;
	}
	
/*********************************************************************************/
/* Copyright */
/*********************************************************************************/
	
	#copyright
	{
		position: relative;
		padding: 1em 0em;
		text-align: center;
		color: rgba(255,255,255,.2);
		background:#64C3CE;
	}
	
	#copyright .container
	{
	}
	.container
	{
		padding-left:1em;
	}
	
	#copyright a
	{
		text-decoration: none;
		color: rgba(255,255,255, 100);
	}		
	

/*********************************************************************************/
/* Material Icons */
/*********************************************************************************/

    .material-icons 
    {
		font-family: 'Material Icons';
		font-weight: normal;
		font-style: normal;
		font-size: 24px;  /* 推奨サイズ */
		display: inline-block;
		width: 1em;
		height: 1em;
		line-height: 1;
		text-transform: none;
 
   /* WebKitブラウザサポート */
		-webkit-font-smoothing: antialiased;
   /* Chrome、Safariサポート */
		text-rendering: optimizeLegibility;
   /* Firefoxサポート */
  		-moz-osx-font-smoothing: grayscale;
   /* IEサポート */
  		font-feature-settings: 'liga';
    }