@charset "utf-8";
/* CSS Document */
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-ms-overflow-style: scrollbar;
	font-size: 62.5%;
	height: 100%;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
*, *::before, *::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
body {
	overflow: auto;
	min-width: 320px;
	line-height: 1.8;
	font-size: 14px;
	font-size: 1.4rem;
	overflow-x: hidden;
	color: #333;
	margin: 0;
}
figure {
	margin: 0 !important;
}
#wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
}
header, footer {
	background: #FF667E
}
a {
	text-decoration: none;
}

@media (min-width: 992px) {
a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
}
/**************************アイコン設定**************************/
p.linkArea a[target="_blank"]:after, p.linkArea a[href$=".pdf"]:after, p.linkArea a[href$=".doc"]:after, p.linkArea a[href$=".docx"]:after, p.linkArea a[href$=".xls"]:after, p.linkArea a[href$=".xlsx"]:after, p.linkArea a[href$=".zip"]:after, p.linkArea a[href^="mailto:"]:after, p.linkArea a[href$=".ppt"]:after, p.linkArea a[href$=".pptx"]:after, p.linkArea a[href$=".txt"]:after {
	font-family: "FontAwesome";
	display: inline-block;
	color: #FF667E;
	margin-left: 0.5em;
	/*text-rendering: auto;*/
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-decoration: none !important;
}
/* 外部リンク要素 --- */
p.linkArea a[target="_blank"]:after {
	content: "\f08e";
}
/* pdf要素--- 
p.linkArea a[href$=".pdf"]:after {
	content: "\f1c1";
}*/
/* Word要素---
p.linkArea a[href$=".doc"]:after,p.linkArea a[href$=".docx"]:after {
	content: "\f1c2";
} */
/* Excel要素--- 
p.linkArea a[href$=".xls"]:after,p.linkArea a[href$=".xlsx"]:after {
	content: "\f1c3";
}*/
/* zip要素---
p.linkArea a[href$=".zip"]:after {
	content: "\f1c6";
} */
/* mailto要素---
p.linkArea a[href^="mailto:"]:after {
	content: "\f003";
} */
/* powerpoint要素--- 
p.linkArea a[href$=".ppt"]:after,p.linkArea a[href$=".pptx"]:after{
	content: "\f1c4";
}*/
/* txt要素--- 
p.linkArea a[href$=".txt"]:after {
	content: "\f0f6";
}*/
/******************************************************

header

*******************************************************/


#head_top #linkArea {
	text-align: right;
}
#head_top #linkArea a {
	text-decoration: none;
	color: #fff;
}
#head_top #linkArea > a:before {
	content: "\f138";
	font-family: FontAwesome;
	margin-right: 8px;
}
#head_top #linkArea > a.logout:before {
	content: "\f08b";
	font-family: FontAwesome;
	margin-right: 8px;
}

@media (max-width: 768px) {
#head_top {
	width: 100%;
	margin: auto;
	padding: 8px;
}
}

@media screen and (min-width:768px) and (max-width:992px) {
#head_top {
	width: 100%;
	margin: auto;
	padding: 8px;
}
}

@media (min-width: 992px) {
#head_top {
	width: 1000px;
	margin: auto;
	padding: 8px 0;
}
}
/******************************************************

main

*******************************************************/

main {
	width: 1000px;
	margin: 20px auto;
}
#mainVisual {
	border-top: 4px solid #FF667E;
	border-bottom: 4px solid #FF667E;
	padding: 30px 0 30px 30px;
	background-color: #fff;
	position: relative;
}
#mainVisual h1 {
	margin: 0 !important;
	line-height: 1em;
	margin-left: 1em;
	font-size: 3.5rem;
}
#mainVisual h1 small {
	display: block;
	font-size: 60%
}
main #mainVisual .deta {
	background: #e0dedd;
	text-align: center;
	display: inline-block;
	padding: 5px 40px;
	border-radius: 40px;
}
main .leadText {
	margin-top: 20px;
}
main .tabonly {
	background-image: url(../images/tabonly_bg.jpg);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: contain;
}

@media (max-width: 768px) {
main {
	width: 100%;
	margin: 20px 0;
	padding: 0 10px;
}
#mainVisual {
	padding: 20px 15px;
	position: relative;
}
#mainVisual h1 img {
	max-width: 85%;
}
main #mainVisual .detaUnder {
	margin-top: 10px;
}
main .tabonly {
	background-image: none !important
}
}

@media screen and (min-width:768px) and (max-width:992px) {
main {
	width: 100%;
	margin: 30px 0;
	padding: 0 10px;
}
#mainVisual {
	padding: 20px 0 20px 20px;
}
main #mainVisual .detaUnder {
	position: absolute;
	bottom: 30px;
	right: 30px;
}
}

@media (min-width: 992px) {
main {
	width: 1000px;
	margin: 30px auto;
}
main #mainVisual .detaUnder {
	position: absolute;
	bottom: 30px;
	right: 30px;
}
}
/******************************************************

footer

*******************************************************/

footer {
	text-align: center;
	color: #fff;
	font-size: 12px;
	padding: 40px 0;
}

@media (max-width: 768px) {
footer {
	padding: 40px 10px;
}
footer p {
	font-size: 90%;
}
}

@media screen and (min-width:768px) and (max-width:992px) {
footer {
	padding: 40px 10px;
}
}

@media (min-width: 992px) {
footer {
	padding: 40px 0;
}
}
/******************************************************



*******************************************************/


.mt0 {
	margin-top: 0 !important;
}
.mr0 {
	margin-right: 0 !important;
}
.mb0 {
	margin-bottom: 0 !important;
}
.ml0 {
	margin-left: 0 !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mr10 {
	margin-right: 10px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.ml10 {
	margin-left: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mr15 {
	margin-right: 15px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.ml15 {
	margin-left: 15px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mr20 {
	margin-right: 20px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.ml20 {
	margin-left: 20px !important;
}
