/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #333333;
    font-size: 18px;
    line-height: 1.8em;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

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

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */


/* Base --------------------------------------------------------------------- */


body {
	font-family: "Noto Sans Japanese", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #FFFFFF;
}

h1, h2 {
	padding: 0;
	margin: 0;
}

ul, li {
	padding: 0;
	margin: 0;
	list-style: none;
}

p {
	margin: 50px 100px;
}

a, a img {
	color: #09F;
	-webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -ms-transition: 1s;
    transition: 1s;
}

a:hover {
	text-decoration: none;
}
a:hover img {
	-webkit-filter: saturate(250%);
     -moz-filter: saturate(250%);
     -o-filter: saturate(250%);
     -ms-filter: saturate(250%);
     filter: saturate(250%);
}

header {
	background: url(../img/bg.jpg) no-repeat bottom center;
	background-attachment: fixed;
	margin: 0 auto;
	padding-bottom: 20px;
}

.wrap {
	margin: 0 auto;
	width: 750px;
}

footer {
	margin: 0;
	clear: both;
	background: #111111;
	padding: 10px 0 5px;
	text-align: center;
	color: #FFFFFF;
	font-size: 60%;
	line-height: 2.0em;
}

footer a {
	color: #FFFFFF;
}

address {
	font-style: normal;
	color: #555555;
}


header .btn {
	padding: 0;
	margin: 15px 0;
}

.btn {
	margin: 10px 0;
}

/*.obi_navy .btn a:hover {
	display: block;
	opacity: 0.8;
}*/
.kome {
	color: #FFFFFF;
	font-size: 30px;
	margin: 30px 0 0;
}
.kome2 {
	color: #FFFFFF;
	font-size: 30px;
	margin: 10px 0 20px;
}
.obi_navy {
	background:#0f0e5a;
	padding: 50px;
}
.border {
	border-bottom: solid 1px #9C9C9C;
	margin-bottom: 20px;
}
.contents .border:last-child {
	border-bottom: solid 1px #9C9C9C;
	margin-bottom: 0px;
}
.step .border:last-child {
	border-bottom: solid 1px #9C9C9C;
	margin-bottom: 0px;
}

.voice {
	padding: 30px 0;
	border-bottom: solid 3px #0f0e5a;
}

.voice .wrap {
	border-bottom: dotted 1px #9C9C9C;
	margin-top: 20px;
}

.voice .wrap img{
	margin:0 40px 0 80px;
}

.voice .wrap:last-child {
	border: none;
}

.voice .name {
	font-weight: bold;
	background: #0f0e5a;
	color:#fff;
	padding: 10px 15px;
	border-radius: 5px;
}

.voice .right {
	text-align: right;
}

.voice p {
	margin: 20px 80px 50px;
}

.line {
	padding: 70px 0 30px;
}

.profile {
	padding: 30px 0;
}
.mv {
	text-align: center;
	padding-bottom: 20px;
}
/* Unique ------------------------------------------------------------------- */

.cdarea {
	font-family: 'Century Gothic';
	background: #F00;
	padding: 15px 0;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 150%;

	position: relative;
	z-index: 0;
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.6);

	background: -moz-linear-gradient(left, #ff0000 0%, #d50000 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ff0000), color-stop(100%, #d50000));
	background: -webkit-linear-gradient(left, #ff0000 0%, #d50000 100%);
	background: -o-linear-gradient(left, #ff0000 0%, #d50000 100%);
	background: -ms-linear-gradient(left, #ff0000 0%, #d50000 100%);
	background: linear-gradient(to right, #ff0000 0%, #d50000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#d50000',GradientType=1 );
}

.cdarea span {
	margin: 0 0 0 10px;
	font-size: 150%;
	vertical-align: -10%;
}



#jump {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 100;
}

#jump a {
	outline: none;
}


/* Sub ---------------------------------------------------------------------- */

.sub .wrap {
	padding: 70px 0 20px;
	margin: 50px auto;
	font-size: 90%;
}

.sub h1 {
	text-align: center;
}

.sub h2 {
	margin: 50px 100px -30px;
}

.sub p {
	margin: 50px 100px;
}

.sub table {
	width: 700px;
	margin: 50px 100px;
}

.sub table th {
	width: 24%;
	padding: 3% 0;
	border-bottom: solid 1px #DDDDDD;
}

.sub table td {
	width: 68%;
	padding: 3% 4%;
	border-bottom: solid 1px #DDDDDD;
}



/* General Purpose ---------------------------------------------------------- */


.center {
	text-align: center !important;
}

.bold {
	font-weight: bold !important;
}

.bgyellow {
	background: #FF0 !important;
}

.underline {
	text-decoration: underline !important;
}

.strikeline {
	text-decoration: line-through !important;
}

.red {
	color: #F00 !important;
}

.fsS {
	font-size: 80% !important;
}

.fsM {
	font-size: 150% !important;
	line-height: 1.8em !important;
}

.fsL {
	font-size: 200% !important;
	line-height: 1.8em !important;
}


.pc {
	display: inline;
}

.sp {
	display: none;
}




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


	/* Base ----------------------------------------------------------------- */

	body {
		background: none;
		width: 100%;
	}

	.wrap {
		width: 100%;
	}
	
	img {
		width: 100%;
		height: auto;
	}

	p {
		margin: 7% 5%;
	}

	/*p br {
		display: none;
	}*/

	footer {
		margin: 0;
		padding: 2% 0 2%;
	}

	
/*追加*/
header {
	width: 100%;
	margin: 0;
	padding-bottom: 3%;
	background: #5d9bd1;
	background: url(../img/bg_sp.jpg) no-repeat 50% center;
	background-size: 100%;
}
header .btn {
	width: 96%;
	padding: 0 2%;
	margin: 1% 0;
}
/*header .kome {
	margin: 0;
}*/

.btn a:hover {
	display: block;
	opacity: 0.8;
}
.obi_navy {
	background: #0f0e5a;
	padding: 5%;
}
.kome {
	color: #FFFFFF;
	font-size: 70%;
	margin: 2% 0 0 0;
	line-height: normal;
}
.kome2 {
	color: #FFFFFF;
	font-size: 70%;
	margin: 0 0 1% 0;
	line-height: normal;		
	}
.border {
	border-bottom: solid 1px #9C9C9C;
	margin-bottom: 0;
	}

.voice {
	padding: 3% 0;
	border-bottom: solid 3px #0f0e5a;
}

.voice .wrap {
	border-bottom: dotted 1px #9C9C9C;
	margin-top: 2%;
}
.voice .wrap img{
	width: 86%;
	margin: 0 7%;
}
.voice .wrap:last-child {
	border: none;
}

.voice .name {
	font-weight: bold;
	background: #0f0e5a;
	color:#fff;
	padding: 1% 3%;
	border-radius: 5px;
}

.voice p {
	margin: 5% 8%;
}

.line {
	width: 96%;
	padding: 6% 2% 4%;
}

.profile {
	padding: 3% 0;
}
.mv {
	padding-bottom: 5%;
	}
	
.mv iframe {
	width: 100%;
	height: 220px;
	}
	
	/* Unique --------------------------------------------------------------- */

	.cdarea {
		padding: 2% 0;
		font-size: 90%;
	}
	
	.cdarea span {
		margin: 0 0 0 1%;
		font-size: 150%;
		vertical-align: -5%;
	}



	#jump {
		width: 15%;
		bottom: 1%;
		right: 1%;
	}


	/* Sub ---------------------------------------------------------------------- */
	
	.sub .wrap {
		padding: 10% 0 3%;
		margin: 0;
		font-size: 90%;
		line-height: 1.5em;
	}
	
	.sub h1 {
		text-align: center;
		font-size: 150%;
	}
	
	.sub h2 {
		margin: 7% 5% -4%;
		font-size: 120%;
	}
	
	.sub p {
		margin: 7% 5%;
	}
	
	.sub table {
		width: 95%;
		margin: 7% 2%;
		border-bottom: solid 1px #EEEEEE;
	}
	
	.sub table th {
		display: block;
		clear: both;
		width: 100%;
		background: #FAFAFA;
		padding: 0.5% 0;
		border: solid 1px #EEEEEE;
		border-bottom: none;
	}
	
	.sub table td {
		display: block;
		clear: both;
		width: 90%;
		padding: 2% 5%;
		border: solid 1px #EEEEEE;
		border-bottom: none;
	}



	/* General Purpose ------------------------------------------------------ */



	.pc {
		display: none;
	}
	
	.sp {
		display: inline;
	}

	
	
}




/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}