@charset 'UTF-8';

/*--------------------------------------------------------------
	common
--------------------------------------------------------------*/
html {
	font-size: 62.5%;
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

body {
	background: #fff;
	color:#333;
	-ms-word-wrap: break-word;
    word-wrap: break-word;
	overflow-x: hidden;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}


img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

.bg-01{
	background:#3c9cf5;
	padding:20px 0px;
}


.bg-02{
	background:#ffae00;
	padding:20px;
}


a.btn-hover:hover{
	opacity:0.7;
}



.box{
	border:4px solid #e5e5e5;
	background:#f5f5f5;
	padding:10px;
	margin:2em auto;
}


.box-02{
	width:100%;
	position:relative;
	border:6px solid #ff8200;
	background:#fff;
	padding:10px;
	margin:30px auto;
}

.image-center{
	text-align:center;
	margin:10px auto;
}

.text-area{
	padding:20px 10px;
	line-height:1.8em;
}

.text-pr{
	line-height:1.4em;
	word-break:keep-all;
}

@media (max-width: 600px) {
.text-pr{
	font-size:18px;
}
}



@media (max-width: 480px) {
.text-pr{
	font-size:18px;
}
}


@media (max-width: 320px) {
.text-pr{
	font-size:18px;
}
}

.text-title-01{
	display: table-cell;
	vertical-align: middle;
	height:100px;
	font-size:24px;
	font-weight:500;
}

.text-title-02{
	display: table-cell;
	vertical-align: middle;
	height:100px;
	font-size:28px;
	font-weight:500;
}


.circle{
	width: 100px;
	height:100px;
	margin:0 auto;
	color:#fff;
	-webkit-border-radius: 50%;/* 50%でもOK */
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #3c9cf5;/* 円の色 */
}

.circle p{
	width: 100px;
	height:100px;
	display: table-cell;
	vertical-align: middle;
	font-size:20px;
	font-weight:900;
}


.footer-basic-centered{
	background-color: #5f666d;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	font: normal 18px sans-serif;

	padding:24px;
	margin-top: 80px;
}

.footer-basic-centered .footer-company-motto{
	color:  #fff;
	font-size:20px;
	margin: 0;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

.footer-basic-centered .footer-company-name{
	color:  #8f9296;
	font-size: 14px;
	margin: 0;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

.footer-basic-centered .footer-links{
	list-style: none;
	font-weight: bold;
	color:  #ffffff;
	padding: 24px 0 18px;
	margin: 0;
}

.footer-basic-centered .footer-links a{
	display:inline-block;
	text-decoration: none;
	color: inherit;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 600px) {

	.footer-basic-centered{
		padding: 35px;
	}

	.footer-basic-centered .footer-company-motto{
		font-size: 18px;
	}

	.footer-basic-centered .footer-company-name{
		font-size: 12px;
	}

	.footer-basic-centered .footer-links{
		font-size: 14px;
		padding: 25px 0 20px;
	}

	.footer-basic-centered .footer-links a{
		line-height: 1.8;
	}
}
