@charset "UTF-8";

/*! normalize.css v3.0.2 | MIT License | git.io/normalize*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
 margin:0;
 padding:0;
 border:0;
 outline:0;
 vertical-align:baseline;
 background:transparent;
 list-style: none;
 box-sizing: border-box;
 font-size: inherit;
}
html{
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body{
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary{
	display: block;
}

audio,
canvas,
progress,
video{
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]){
	display: none;
	height: 0;
}

[hidden],
template{
	display: none;
}

a{
	background-color: transparent;
}

a:active,
a:hover{
	outline: 0;
}

abbr[title]{
	border-bottom: 1px dotted;
}

b,
strong{
	font-weight: bold;
}

dfn{
	font-style: italic;
}


mark{
	background: #ff0;
	color: #000;
}

small{
	font-size: 80%;
}

sub,
sup{
	vertical-align: baseline;
	line-height: 0;
	position: relative;
	font-size: 75%;
}

sup{
	top: -0.5em;
}

sub{
	bottom: -0.25em;
}

img{
	border: 0;
}

svg:not(:root){
	overflow: hidden;
}

figure{
	margin: 1em 40px;
}

hr{
	height: 0;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

pre{
	overflow: auto;
}

code,
kbd,
pre,
samp{
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea{
	margin: 0;
	color: inherit;
	font: inherit;
}

button{
	overflow: visible;
}

button,
select{
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"]{
	cursor: pointer;
	-webkit-appearance: button;
}

button[disabled],
html input[disabled]{
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner{
	padding: 0;
	border: 0;
}

input{
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"]{
	padding: 0;
	box-sizing: border-box;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button{
	height: auto;
}

input[type="search"]{
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration{
	-webkit-appearance: none;
}

fieldset{
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
	border: 1px solid #c0c0c0;
}

legend{
	padding: 0;
	border: 0;
}

textarea{
	overflow: auto;
}

optgroup{
	font-weight: bold;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th{
	padding: 0;
}


/*------------------------------------------------------------
賢威テンプレートの共通設定
-------------------------------------------------------------*/

html{
	font-size: 62.5%;
	overflow-y: scroll;
}

body{
	font-size: 1.6rem;
	line-height: 1.86;
	font-weight: 500;
	letter-spacing: 0.02em;
	color: #1C2B46;
	font-family:'Noto Sans JP',  "MS PGothic", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo,"ＭＳ ゴシック","ＭＳ Ｐゴシック", sans-serif;
}
a{
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	text-decoration: none; 
	color: #1C2B46;
}

a:hover,
a:active,
a:focus{
	opacity: .5;
}

address,
caption,
cite,
code,
dfn,
var,
h1,
h2,
h3,
h4,
h5,
h6{
	font-style: normal;
	font-weight: normal;
}

q{
	quotes: none;
}

q:before,q:after{
	content: '';
	content: none;
}

img{
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;
}

div{
	word-wrap: break-word;
}

pre{
	overflow: auto;
	white-space: pre-wrap;
	word-wrap: break-word;
}

form{
	margin: 0;
}

button,
input,
select,
textarea,
optgroup,
option{
	vertical-align: baseline;
}

select{
	max-width: 100%;
}

textarea{
	min-height: 100px;
	vertical-align: top;
}

button::-moz-focus-inner,
input::-moz-focus-inner{
	margin: 0;
}

table{
	width: 100%;
	word-break: break-all;
	word-wrap: break-word;
	border-spacing: 0;
}

caption{
	text-align: left;
}

img{
	height: auto;
	max-width: 100%;
}

img{
	max-width: none\9;/*IE8への対応*/
}

html:not(:target) img{
    max-width: 100%; /*IE9以上への対応*/
}



q{
	background: #ccc;
}

dd{
	margin: 0;
	padding:0;
}



/******************************************
汎用classの定義
- Stopgap Class
- Title
- Section
- Button
- link
- List
- Table Style
- Form Style
- Text Style
- Clearfix
*******************************************/
/* ----------------------------------------

- Stopgap Class

---------------------------------------- */


.pcNone {display: none!important;}
.fwB { font-weight: 700!important; }
.alnC {text-align: center!important;}
.alnL {text-align: left!important;}
.alnR {text-align: right!important;}
.underLine {
	display: inline;
	background: linear-gradient(to top,#FFEA02 50%,transparent 50%) ;
}
@media only screen and (max-width: 737px){
	body {
		font-size: 1.5rem;
	}
	.spNone {display: none!important;}
	.pcNone {display: block!important;}
}
/* ----------------------------------------

- Title

---------------------------------------- */
/* title01
------------------------------- */
.title01  {
	font-size: 40px;
	line-height: 1.375;
	font-weight: 700;
	position: relative;
	margin-bottom: 90px;
}
.title01:after {
	content: "";
	display: block;
	width: 120px;
	height: 5px;
	background: #1C2A45;
	margin-top: 55px;
}
.title01.alnC:after {
	margin: 55px auto 0;
}
@media only screen and (max-width: 737px){
	.title01  {
		font-size: 19px;
		margin-bottom: 50px;
	}
	.title01:after {
		margin-top: 20px;
	}
	.title01.alnC:after {
		margin: 20px auto 0;
	}
}
/* title_icon
------------------------------- */
.title_icon {
	margin-bottom: 60px;
}
.title_icon .icon {
	width: 70px;
	margin-bottom: 10px;
}
.title_icon .main {
	font-size: 32px;
	line-height: 1.375;
	letter-spacing: 0.12em;
	font-weight: 700;
}
@media only screen and (max-width: 737px){
	.title_icon {
		margin-bottom: 50px;
	}
	.title_icon .icon {
		width: 50px;
		margin-bottom: 10px;
	}
	.title_icon .main {
		font-size: 19px;
	}
}
/* ----------------------------------------

- Section

---------------------------------------- */
.inner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 30px;
	padding-right: 30px;
	box-sizing: content-box;
}
.inner01 {
	max-width: 1090px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 30px;
	padding-right: 30px;
	box-sizing: content-box;
}
@media only screen and (max-width: 1200px){
	.inner01 {
		width: auto;
	}
}
@media only screen and (max-width: 737px){


}
/* textSec
------------------------------- */
.textSec > * {
	margin-bottom: 2rem;
}
.textSec > *:last-child {
	margin-bottom: 0;
}
/* imgSec
------------------------------- */
.imgSec01 .imgL {
	float: left;
	margin: 3px 60px 30px 0;
}
.imgSec01 .imgR {
	float: right;
	margin: 3px 0 30px 60px;
}
.imgSec01 .inTxt {
	overflow: hidden;
}
.imgSec01 .text > * {
	margin-top: 1.5em;
}
.imgSec01 .text > *:last-child {
	margin-bottom: 0;
}
@media screen and (max-width:767px) {
	.imgSec01 .spFlClear {
		float: none;
		margin: 0 0 20px;
		text-align: center;
	}
}
/* ----------------------------------------

- Button

---------------------------------------- */
/* btn01
------------------------------- */
.btnUnit01 {
	text-align: center;
}

.btn01 {
	width: calc(100% - 20px);
	max-width: 565px;
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.65;
	letter-spacing: 0.12em;
	font-weight: 700;
	text-align: center;
	color: #fff;
	border: 1px solid #1C2B46;
	background: #1C2B46;
	box-shadow: -10px 10px #E5E0E0;
	padding: 20px;
	margin: 0 0 10px 10px;
	box-sizing: border-box;
  transition: .3s;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 737px){
	.btn01 {
		font-size: 15px;
		padding: 15px;
	}
}
/* ----------------------------------------

- link

---------------------------------------- */
/* link01(アンダーライン)
------------------------------- */
.link01 {
	text-decoration: underline;
}
.link01:hover {
	opacity: 1;
	text-decoration: none;
}
/* ----------------------------------------

- List

---------------------------------------- */

/* normallList
------------------------------- */
.normallList {
  display: inline-block;
	text-align: left;
}
.normallList li {
	margin-left: 1em;
	text-indent: -1em;
}
.normallList li:before {
	content: "・";
	display: inline;
}
/* notesList
------------------------------- */
.notesList {
	text-align: left;
}
.notesList li {
	margin-left: 1em;
	text-indent: -1em;
}
.notesList li:before {
	content: "※";
	display: inline;
}
/* ----------------------------------------

- clearfix

---------------------------------------- */

/* Modern Browsers
------------------------------- */
.clearfix:after,
.imgSec01:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}

/* Legacy IE
------------------------------- */
.clearfix,
.imgSec01 {
	*zoom: 1;
}


