


/* # =================================================================
   # Other
   # ================================================================= */

body {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

input:-webkit-autofill  {
	-webkit-box-shadow: 0 0 0px 1000px 濶ｲ謖・ｮ� inset;
}

input[type="button"],input[type="submit"]  {
	border-radius: 0;
	-webkit-appearance: none;
}

img {
	-ms-interpolation-mode: bicubic;
}

input[type="submit"]  {
	-webkit-appearance: none;
}

hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}


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

	笳� General

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

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: .4s margin ease-out;
	-moz-transition: .4s margin ease-out;
	-ms-transition: .4s margin ease-out;
	-o-transition: .4s margin ease-out;
	transition: .4s margin ease-out;
}

@font-face {
	font-family: "YuGothic-M";
	font-weight: normal;
	 src: local("YuGothic-Medium"),
		  local("Yu Gothic Medium"),
		  local("YuGothic-Regular");
}

@font-face {
	font-family: "MyYuGothic-M";
	font-weight: bold;
	 src: local("YoGothic-Bold"),
		  local("Yu Gothic");
}





html {
	font-size: 67.5%; /* 10px = 1rem */
}

body {
	color: #666;
	font-family: "MyYuGothic-M", "YuGothic", "-apple-system", "blinkMacSystemFont", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
	font-weight: 400;
	line-height: 1.61;
	-webkit-text-size-adjust: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#contents-wrapper h2 {
	font-family: "Muli", sans-serif;
	font-size: 125.5%;
	line-height: 110%;
}





/* -------
	Link Style
------- */

a {
	color: #43abc9;
	text-decoration: none;
}

a:hover {
	color: #107896;
	-webkit-transition: 0.1s ease;
	-moz-transition: 0.1s ease;
	-o-transition: 0.1s ease;
	transition: 0.1s ease;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

p a {
	text-decoration: underline;
}

p a:hover {
	text-decoration: none;
}





/* -------
	Section
------- */

.section {
	margin: 0 0 0rem;
	padding: 3rem 0;
	border-bottom: 0px dashed #dcdcdc;
}

.section_2 {
	margin: 0 0 0rem;
	padding: 3rem 0;
	border-bottom: 0px dashed #fff;
}

.section-area {
	margin: 0 auto;
	width: 1280px;
}

@media screen and (max-width: 1280px){
	.section-area {
		width: 100%;
	}
}

.section-title {
	margin: 0 0 3rem;
	font-size: 3.0rem;
	text-align: center;
	font-family: 'Muli', sans-serif;
}


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

	笳� Header

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

#header {
	margin-bottom: 1rem;
	padding: 2rem;
	background-color: #f0f0f0;
}

.header {
	margin: 0 auto;
	width: 1280px;
	height: 500px;
	
	
}

#pan {
	text-align: center;
	width: 100%;
	font-family: "Muli", sans-serif;
	font-size: 120.5%;
	line-height: 110%;
	margin-bottom: 5%;
	padding-top: 0.5%;
	padding-right: 5%;
	padding-bottom: 0.5%;
	padding-left: 5%;
}

@media screen and (max-width: 1280px){
	.header {
		margin: 0 auto;
	width: 100%;
	
	}
}



.sample-description {
	margin: 0 auto;
	padding: 3rem;
	width: 70%;
	font-size: 1.6rem;
}

@media screen and (max-width: 768px){
	.sample-description {
		padding: 2rem;
		width: 100%;
	}
	



}


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

	
	
	
	
}


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

	笳� Sample contents

-------
*/

#contents-wrapper {
	font-size: 1.2rem;
}

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

	笳� Demo

-------
*/

.header {
	margin: 20%;
	height: 60%;
	width: 60%;
	text-align: center;
}


#header .header h1 {
	font-family: "Muli", sans-serif;
	font-size: 400%;
	line-height: 110%;
	color: #FFF;
}



.header ul {
	display: flex;
}

.header li {
	margin-left: 3rem;
}

@media screen and (max-width: 768px){
	.header {
		flex-direction: column;
	}

	.header h1 {
		
	}

	.header li {
		margin: 0 1rem;
	}
}

@media screen and (max-width: 568px){
	.header li {
		margin: 0 .5rem;
		font-size: 1.2rem;
	}
	#header .header h1 {
	font-family: "Muli", sans-serif;
	font-size: 180%;
	line-height: 110%;
	color: #FFF;
}
}


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

.contents-wrap-01 {
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
	justify-content: center;
	-webkit-justify-content: center; /* Safari */
	background-color: #f0f0f0
}

.contents-wrap-02 {
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
	justify-content: center;
	-webkit-justify-content: center; /* Safari */
	background-color: #f0f0f0
}

.contents-wrap-03 {
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
	justify-content: center;
	-webkit-justify-content: center; /* Safari */
	background-color: #fff
}

.contents-box2 {
	margin-bottom: 3rem;
	padding: 3rem;
	width: 49%;
	background-color: #f0f0f0;
}

.contents-box2 img,
.contents-box3 img {
	display: block;
	margin-bottom: 3rem;
	width: 100%;
	height: auto;
}

.contents-box4 img {
	display: block;
	margin-bottom: 0rem;
	width: 100%;
	height: auto;
}

.contents-box2 .yt_l,
.contents-box3 .yt_l {
	display: block;
	width: 80px;
	padding-top: 10px;	
}



.contents-box2 h2,
.contents-box3 h2 {
	margin-bottom: 2rem;
	font-size: 1.5rem;
	text-align: center;
}

.contents-box3 {
	
	padding: 3rem;
	width: 33%;
	background-color: #f0f0f0;
}

.contents-box4 {
	
	padding: 0rem;
	width: 100%;
	background-color: #fff;
}

@media screen and (max-width: 980px){
	.contents-box3 {
		width: 33%;
	}
	.contents-box4 {
		width: 100%;
	}
}

@media screen and (max-width: 768px){
	.contents-wrap {
		flex-direction: column;
	}

	.contents-box2,
	.contents-box3,
	.contents-box4
	{
		width: 100%;
	}
}


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

.contents-wrap-section {
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
	margin-bottom: 7rem;
}
.contents-wrap-section:nth-child(odd) {
	flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse; /* Safari */
}

.contents-text {
	width: 60%; /*flex: 2;*/
}
.contents-img {
	width: 35%; /*flex: 1;*/
}



.contents-img img {
	display: block;
	width: 100%;
	height: auto;
}





@media screen and (max-width: 768px){
	.contents-wrap-section,
	.contents-wrap-section:nth-child(odd)  {
		flex-direction: column;
		-webkit-flex-direction: column; /* Safari */
		
	}

	.contents-text,
	.contents-img {
		width: 100%; /*flex: 1;*/
	}

	.contents-text {
		padding: 3rem;
	}

	.contents-text h2 {
		text-align: center;
	}
}




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

	笳� Footer

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

footer {
	padding: 0 0 12em;
}

ul.footer-nav {
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
	margin: 0 auto 1em;
	width: 780px;
	font-size: 1.4rem;
}

@media screen and (max-width: 780px){
	ul.footer-nav {
		width: 100%;
	}
}

.footer-nav li {
}

.copyright {
	font-size: 1.2rem;
	text-align: center;
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 110%;
}

#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}

#page-top a:hover {
    text-decoration: none;
    background: #999;
}
