/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-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;
}

img {
    vertical-align: middle;
}

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

textarea {
    resize: vertical;
}

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


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

/********** base **********/

#header,
#menu,
#eyecatch,
#content,
#footer, {
	width: 100%;
}

#header {
	background: #52DBEB;
}

#eyecatch {
	background: #f6f6f6;
	border-bottom: 1px solid #D7DDDD;
}

#footer {
	background: #2d2c2c;
	color: #fff;
}


.outer {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 20px 0;
}

.inner {
	width: 95%;
	margin: 0 auto;
}

#left-content,
.leftBox {
	float: left;
}

#right-content,
.rightBox {
	float: right;
}

#left-content {
	width: 78%;
	max-width: 720px;
}

#right-content {
	width: 22%;
	max-width: 180px;
	position: relative;
}

.clear {
	clear: both;
	margin: 0;
}

.clear hr {
	display: none;
}

.marginBox {
	margin: 20px;
}

.half {
	width: 50%
}

.oneThird {
	width: 33.33333%;
}

.oneQuarter {
	width: 25%;
}

.forty {
	width: 40%;
}

.sixty {
	width: 60%;
}

ul {
	margin: 0;
	padding: 0;
}

ul li {
	list-style-type: none;
	padding: 4px 10px 4px 26px;
	margin: 15px 0;
	background: url(../img/li_m.png) no-repeat left center;
}

.list-exp {
	margin: -10px 10px 4px 30px;
	display: block;
}

a {
	text-decoration: underline;
	color: #FD727D;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
}

a:hover {
	color: #ffb98d;
}

a.image {
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
}

a.image:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	background-color: #fff;
}


.linkBox,
.tel {
	display: inline-block;
	padding: 1em 2em;
	border: 1px solid #FD727D;
	text-decoration: none;
	color: #FD727D;
	margin: 20px 1%;
	border-radius: 3px;
	margin-right: 1px\9; /* IE8 and below */
	-moz-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
	-webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
	-ms-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.linkBox:hover {
	color: #fff;
	background: #FD5B68;
}


img {
	width: 100%;
}

.firstBlock {
	position: relative;
	height: 540px;
}


/***** text *****/

h1 {
	margin: 0;
}


.fontSmall {
	font-size: 80%;
}

.fontLarge {
	font-size: 150%;
	font-weight: bold;
}

.centerBox {
	text-align: center;
}


h2 {
	font-size: 180%;
	line-height: 1.6;
}

h3 {
	font-size: 115%;
}

.fontBlue {
	color: #24BFD0;
}

.alignRight {
	text-align: right;
}

.alignCenter {
	text-align: center;
}


/********** END base **********/


/********** header **********/

#header img {
	max-width: 250px;
}

#header .rightBox {
	text-align: right;
}


/********** menu **********/


#menu {
	background: #fff;
	overflow: hidden;
	width: 100%;
	border-top: 1px solid #D7DDDD;
	border-bottom: 1px solid #D7DDDD;

}


#menu ul {
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	max-width: 960px;
	list-style: none;
}

#menu ul li {
	text-align: center;
	font-weight: bold;
	width: 50%;
	float: left;
	margin: 0;
	padding: 0;
	background: none;
}


#menu ul li a {
	margin: 0 2em;
	padding: 20px 40px;
	color: #fff;
	font-weight: 400;
	border: 1px solid #FD5B68;
	box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.15);
	display: inline-block;
	transition: all 0.3s ease 0.3s;
	background: none repeat scroll 0% 0% #FD727D;
	border-radius: 3px;
	text-decoration: none;
	font-size: 110%;
}

#menu ul li a:hover {
	background: #FD5B68;
}

#menu ul li.current a {
	background: #FD5B68;
}

span.icon {
	font-size: 140%;
	margin-right: 5px;
}


/********** END menu **********/



/********** eyecatch **********/


.operator {
	margin-bottom: -21px;
}





/********** main **********/

.textArea {
	margin: 60px 10px;
}

img.text {
	width: 90%;
	margin: 50px auto -20px auto;
	display: block;
}

.firstBlock h2 {
	margin: 20px 0;
}

h2.small {
	font-size: 115%;
	margin: 0.5em;
}

.firstBlock .rightBox {
	position: absolute;
	bottom: 0;
	right: 0;
}

.firstBlock .leftBox {
	position: absolute;
	z-index: 2;
}

.paragraph{
	border: 1px solid #D7DDDD;
	border-radius: 6px;
	margin-bottom: 30px;
}

h2.blue {
	color: #24bfd0;
	padding: 0 20px;
	text-align: center;
	font-size: 180%;
}

h2.blue span {
	font-size: 60%;
	margin-top: 10px;
	color: #000;
}

.bgBeige {
	background: none repeat scroll 0% 0% #F6F6F6;
	border-top: 1px solid #D7DDDD;
	border-bottom: 1px solid #D7DDDD;
}

.smallBox {
	margin: 5%;
}

.contact {
	padding: 10px;
	text-align: justify;
	text-justify: inter-ideograph;
}

.list01 div.rightBox {
	width: 73%;
}

.icon {
	width: 24%;
}

.list01 h3 {
	margin: 0;
}

.list01 div {
	margin: 15px 0;
}

.arrow {
	background: url(../img/arrow.png) center top no-repeat;
	padding-top: 30px;
}

.mt0 {
	margin-top: 0;
}

.sixty ul {
	min-height: 200px;
	margin-top: 60px;
}

dl.num {
	margin:0 auto 30px;
}

dl.num dt {
	border-bottom:1px solid #EEE;
	padding: 15px 15px 15px 60px;
	text-indent:10px;
	line-height:40px;
	color:#fff;
	font-weight:bold;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	font-size: 150%;
}


dl.num dd {
	padding: 20px;
	margin: 0;
	line-height:1.5;
}

.one {
	background: #24BFD0 url(../img/one.png) left bottom no-repeat;
}

.two {
	background: #24BFD0 url(../img/two.png) left bottom no-repeat;
}

.three {
	background: #24BFD0 url(../img/three.png) left bottom no-repeat;
}

.four {
	background: #24BFD0 url(../img/four.png) left bottom no-repeat;
}

.taiou {
	margin-bottom: -10px;
}

.mobile {
	display: none;
}



/********** END main **********/



/********** sidebar **********/

.bn{
	margin-bottom: 80px;
	max-width: 200px;
}

.bn a{
	display: block;
	margin-bottom: 10px;
	border: 1px solid #2d2d2d;
}


.bn a:hover{
	opacity: 0.5;
	filter: alpha(opacity=50);
	background-color: #fff;
}



/********** END sidebar **********/



/********** footer **********/


#footer .inner {
	margin-top: 40px;
	margin-bottom: 20px;
}

#footer ul li {
	list-style: none;
	background: url("../img/li_s.png") no-repeat left center;
	padding-left:22px;
	margin: 0 20px 5px 0;
	line-height: 1.4;
	float: left
}

#footer p {
	margin-top: 40px;
}





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


@media only screen and  (max-width:768px){ /*タブレット*/


	* {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}

	body{
		font-size: 85%;
	}

	#left-content,
	#right-content {
		float: none;
	}

	#left-content {
		width: 100%;
		margin: 20px auto;
	}

	#right-content {
		display: none;
	}

	h2 {
		font-size: 140%;
	}

	.firstBlock h2 {
		margin-bottom: 20px;
	}

	h2.small {
		font-size: 100%;
		margin-bottom: 5px;
	}

	.firstBlock {
		height: 400px;
	}

	img.text {
		margin-top:30px;
		margin-bottom: -30px;
	}


	.mobile {
		display: block;
		margin: -20px auto 30px auto;
		width:95%;
	}

	.mobile img {
		width: 23%;
		margin: 0 1%;
		float: left;
	}

	.sixty ul {
		min-height: 220px;
		margin-top: 60px;
	}

	.contact-area {
		margin-top: 20px;
	}

	.linkBox,
	.tel {
		padding: 10px 20px;
		margin: 0.5em;
		min-width: 100px;
	}




}


@media only screen and  (max-width:480px){ /*スマートフォン*/



	body{
		font-size: 55%;
	}

	#menu ul li a {
  	  margin: 0 1em;
  	  padding: 1em;
	}

	h2 {
		font-size: 110%;
	}

	.firstBlock h2 {
		margin-bottom: 20px;
	}

	h2.small {
		font-size: 95%;
		margin-bottom: 5px;
	}

	.firstBlock {
		height: 200px;
	}

	img.text {
		margin-top: 0;
		margin-bottom: 30px;
	}

	.operator {
		max-width: 160px;
	}

	.textArea {
		margin: -10px 0 0 0;
	}

	.contact-area {
		margin-top:0;
	}

	#eyecatch p {
		font-size: 80%;
	}

	.linkBox,
	.tel {
		padding: 0.5em 1.5em;
		margin: 0.3em;
		min-width: 120px;
	}

	h2.blue {
		font-size: 150%;
	}

	ul li {
		background-size: 18px 18px;
		-webkit-background-size: 18px 18px;
		-moz-background-size: 18px 18px;
		padding-left: 22px;
	}

	#content dd,
	#content p,
	#content li
	 {
		font-size: 110%;
	}

	#footer .inner {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	#footer ul li {
		background-size: 12px 12px;
		-webkit-background-size: 12px 12px;
		-moz-background-size: 12px 12px;
		padding-left: 16px;
	}




}


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

}

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

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.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 {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        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) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

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

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

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

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

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

    @page {
        margin: 0.5cm;
    }

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

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