/* ===================================================== */
/* Reset */
/* ===================================================== */
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, 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;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 1;
}
ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-spacing: 0;
}

/* ===================================================== */
/* Primary style */
/* ===================================================== */
*, *::after, *::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
	height: 100%;  
}

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Arial, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	height: 100%;
	-webkit-overflow-scrolling: touch
}

a {
	color: #E10071;
	text-decoration: none;
}

.links a:hover {
	color: #1672A7;
	text-decoration: underline;
}


/* ===================================================== */
/* Index Set*/
/* ===================================================== */
h1 {
	font-size: 1.6rem;
	font-weight: bold;
	padding: 5px 0 0 5px;
}

h1 span{
	font-size: 1.4rem;
	font-weight: bold;
	padding-right: 10px;
}

h2 {
	width: 100%;
	color: #FFFFFF;
	background: #E10071;
	font-size: 1.6rem;	
	font-weight: normal;
	text-align: center;
	position: relative;
	padding: .5em;
}

h2 span{
	padding-left: 0;
}

h3 {
	font-size: 2rem;
	text-align: center;
	font-weight: normal;
	letter-spacing: 0.1em;
	color: #000;
	padding: 0px;
	margin: 20px 0;
}

h4 {
	font-size: 1.4em;
	color: #005e93;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px 15px;
	border: #005e93 2px solid;	
}

h5 {
	font-size: 1.4em;
	color: #20B585;	
	padding: 15px 0 10px 10px;
	border-top: #20B585 1px solid;
	border-bottom: #20B585 1px solid;	
	margin: 20px 0;
}

h6 {
	font-size: 1.4em;
	color: #005e93;	
	padding: 15px 0 10px 15px;
	border-bottom: #005e93 2px solid;
	margin-bottom: 10px;
	line-height: 0;
}

@media only screen and (min-width: 768px) {
h1 {
	font-size: 2.8rem;
	padding: 50px 0 0 0;
	margin-left: 50px;
	overflow: hidden;
}
h1 span{
	font-size: 2.4rem;
	margin-left: 30px;
	overflow: hidden;
}

h2 {
	color: #E10071;
	background: #FFFFFF;
	font-size: 3rem;
	font-weight: normal;
	text-align: left;
	position: relative;
	padding: .5em;
	border-bottom: 4px solid #ccc;
	margin-top: 30px;
}

h2::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 4px;
	background-color: #E10071;
}
h2 span{
	padding-left: 30px;
}
h3 {
	font-size: 3.5rem;
	margin-top: 40px;
}
h4 {
	font-size: 1.8em;
	font-weight: bold;
	color: #005e93;	
	margin: 30px 0;
	padding: 10px 15px;
	border: #005e93 2px solid;	
}

h5 {
	font-size: 1.6em;
	margin: 20px 0;
}

h6 {
	font-size: 1.6em;
	color: #005e93;	
	padding: 15px 0 15px 15px;
	border-bottom: #005e93 2px solid;
	margin-bottom: 30px;
	line-height: 0;
}
}



/* ===================================================== */
/* Font style */
/* ===================================================== */
.bold{
	font-weight: bold;
}

.txtS{
	font-size:85%;
}
.txtL{
	font-size:110%;
}

.txtLL{
	font-size:120%;
}

.txtD{
	text-decoration: underline;
}

@media only screen and (min-width: 768px) {
.txtMK{
	font-size:170%;
}
}

.blue{
	color: #0058B0;
}

.red{
	color: #C71B2C;
}

.point{
	color: #fff000;
	font-weight: bold;
}

.note{
	font-size:85%;
}

.shadow{
	text-shadow: 1px 1px 3px #666666;
}

#copy{
	font-size:85%;
}

sup{
	font-size:85%;
}


/* ===================================================== */
/* P style */
/* ===================================================== */
p{
	font-size: 1.4rem;
	line-height: 1.5em;
	margin:0px;
	padding: 10px;
}

p.no-lead{
	padding: 0 0 0 20px;
}

.no-br{
	display: none;
}

@media only screen and (min-width: 1024px) {
.no-br{
	display: block;
}	
}

/* ===================================================== */
/* Link style */
/* ===================================================== */
a:link{
	color: #E10071;
	text-decoration: none;
	outline: none;
}

a:visited{
	color: #E10071;
	text-decoration: none;
	outline: none;	
}

a:hover{
	color: #666666;
	text-decoration: none;
	outline: none;
	transition: 0.5s;	
}

.link a:hover{
	color: #666666;
	text-decoration: underline !important;
}

a:active{
	color: #000000;
	text-decoration: none;
	outline: none;	
}



/* ===================================================== */
/* List style */
/* ===================================================== */
ul{
	margin:0;
	padding:0;
	max-height: 999999px;/*android対応*/	
}
ul li{
	margin:0;
	padding:0;
	font-size: 1.4rem;	
	list-style-type:none;
	-webkit-text-size-adjust: 100%;	
}

dl{
	margin:0;
	padding:0;
	max-height: 999999px;/*android対応*/	
}

dl dt{
	margin:0;
	padding:0;
	font-size: 1.4rem;
	list-style-type:none;
}


dl dd{
	margin:0;
	padding:0;
	font-size: 1.4rem;
	list-style-type:none;
	max-height: 999999px;/*android対応*/
}


ol{
	margin:0;
	padding:0;
	max-height: 999999px;/*android対応*/	
}

ol li{
	padding-bottom: 10px;
	line-height:1.5em;
	font-size: 1.4rem;	
}



/* ===================================================== */
/* Table style */
/* ===================================================== */
table{
	table-layout: fixed;	
	width: 100%;
	height: auto;
	font-size: 1.4rem;
	line-height: 1.5em;	
	margin: 0 auto;
	border-top: #cccccc 1px solid;
    border-left: #cccccc 1px solid;
    border-right: #cccccc 1px solid;  
 }

table th{
	font-weight: normal;
	text-align: center;
	background: #eeeeee;	
	border-bottom: #cccccc 1px solid;	
}

table td{
	width: auto;
	padding: 5px 0px;
	border-bottom: #cccccc 1px solid;	
}


/* ===================================================== */
/* Indent style */
/* ===================================================== */
/* margin-top */
.mt0{
	margin-top:0px !important;
}
.mt5{
	margin-top:5px !important;
}
.mt10{
	margin-top:10px !important;
}
.mt15{
	margin-top:15px !important;
}
.mt20{
	margin-top:20px !important;
}
.mt25{
	margin-top:25px !important;
}
.mt30{
	margin-top:30px !important;
}
.mt40{
	margin-top:40px !important;
}
.mt50{
	margin-top:50px !important;
}

/* margin-right */
.mr0{
	margin-right:0px !important;
}
.mr5{
	margin-right:5px !important;
}
.mr10{
	margin-right:10px !important;
}
.mr15{
	margin-right:15px !important;
}
.mr20{
	margin-right:20px !important;
}
.mr25{
	margin-right:25px !important;
}
.mr30{
	margin-right:30px !important;
}
.mrt40{
	margin-right:40px !important;
}
.mr50{
	margin-right:50px !important;
}
.mr100{
	margin-right:100px !important;
}
.mr150{
	margin-right:150px !important;
}
.mr200{
	margin-right:200px !important;
}


/* margin-bottom */
.mb0{
	margin-bottom:0px !important;
}
.mb5{
	margin-bottom:5px !important;
}
.mb10{
	margin-bottom:10px !important;
}
.mb15{
	margin-bottom:15px !important;
}
.mb20{
	margin-bottom:20px !important;
}
.mb25{
	margin-bottom:25px !important;
}
.mb30{
	margin-bottom:30px !important;
}
.mb40{
	margin-bottom:40px !important;
}
.mb50{
	margin-bottom:50px !important;
}
.mb100{
	margin-bottom:100px !important;
}
/* margin-left */
.ml0{
	margin-left:0px !important;
}
.ml5{
	margin-left:5px !important;
}
.ml10{
	margin-left:10px !important;
}
.ml15{
	margin-left:15px !important;
}
.ml20{
	margin-left:20px !important;
}
.ml25{
	margin-left:25px !important;
}
.ml30{
	margin-left:30px !important;
}
.ml40{
	margin-left:40px !important;
}
.ml50{
	margin-left:50px !important;
}
.ml100{
	margin-left:100px !important;
}
.ml150{
	margin-left:150px !important;
}
.ml200{
	margin-left:200px !important;
}


/* padding-top */
.pt0{
	padding-top:0px !important;
}
.pt5{
	padding-top:5px !important;
}
.pt10{
	padding-top:10px !important;
}
.pt15{
	padding-top:15px !important;
}
.pt20{
	padding-top:20px !important;
}
.pt25{
	padding-top:25px !important;
}
.pt30{
	padding-top:30px !important;
}
.pt40{
	padding-top:40px !important;
}
.pt50{
	padding-top:50px !important;
}

/* padding-bottom */
.pb0{
	padding-bottom:0px !important;
}
.pb5{
	padding-bottom:5px !important;
}
.pb10{
	padding-bottom:10px !important;
}
.pb15{
	padding-bottom:15px !important;
}
.pb20{
	padding-bottom:20px !important;
}
.pb25{
	padding-bottom:25px !important;
}
.pb30{
	padding-bottom:30px !important;
}
.pb40{
	padding-bottom:40px !important;
}
.pb50{
	padding-bottom:50px !important;
}
/* padding-left */
.pl0{
	padding-left:0px !important;
}
.pl5{
	padding-left:5px !important;
}
.pl10{
	padding-left:10px !important;
}
.pl15{
	padding-left:15px !important;
}
.pl20{
	padding-left:20px !important;
}
.pl25{
	padding-left:25px !important;
}
.pl30{
	padding-left:30px !important;
}
.pl40{
	padding-left:40px !important;
}
.pl50{
	padding-left:50px !important;
}
.pl100{
	padding-left:100px !important;
}

.pl140{
	padding-left:140px !important;
}
/* padding-right */
.pr0{
	padding-right:0px !important;
}
.pr5{
	padding-right:5px !important;
}
.pr10{
	padding-right:10px !important;
}
.pr15{
	padding-right:15px !important;
}
.pr20{
	padding-right:20px !important;
}
.pr25{
	padding-right:25px !important;
}
.pr30{
	padding-right:30px !important;
}
.pr40{
	padding-right:40px !important;
}
.pr50{
	padding-right:50px !important;
}

/* float */
.fll{
	float:left;
}
.flr{
	float:right;
}

/* align */
.left{
	text-align: left !important;
	margin-left: 0 !important;
}

.center{
	text-align: center;
}

.right{
	text-align: right;
}


