@charset "UTF-8";

/* =========================================================
 * リセット
 * @RESET
 * ====================================================== */
/* --- underlying reset css---
   http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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, tt, var,
u, center,
dl, dt, dd,
fieldset, form, label, legend,
caption, tbody, tfoot,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video,
main {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
/*	vertical-align: baseline;*/
	box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section,
main {
	display: block;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}


/* =========================================================
 * body
 * @ BODY
 * ====================================================== */
body {
	line-height: 1;
	/*font-family:"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Helvetica, sans-serif;*/
	font-family:FrutigerNeueLTW10-Regul,FrutigerNeueW01-Regular,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Helvetica, sans-serif;
	color:#333;
	font-size:16px;
	background-repeat:no-repeat;
}
.wrapper {
	position: relative;
	overflow-x: visible;
}
textarea{
	/*font-family:"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Helvetica, sans-serif;*/
	font-family:FrutigerNeueLTW10-Regul,FrutigerNeueW01-Regular,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Helvetica, sans-serif;
}
h1{
	font-size:50px;
	line-height:60px;
	color:#333;
	text-align:center;
	margin-top:70px;
	margin-bottom:30px;
	font-family:FrutigerNeueLTW10-Light_762098,Frutiger Neue W01 Light,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Helvetica, sans-serif;
}

h2{
	font-size:35px;
	color:#333;
	margin-top:40px;
	margin-bottom:40px;
	font-family:FrutigerNeueLTW10-Light_762098,Frutiger Neue W01 Light,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Helvetica, sans-serif;
}
h3{
	font-size:24px;
	color:#333;
	margin-top:20px;
	margin-bottom:20px;
	line-height:1.3;
	font-family:FrutigerNeueLTW10-Light_762098,Frutiger Neue W01 Light,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Helvetica, sans-serif;
}
h4{
	font-size:18px;
	color:#333;
	margin-top:20px;
	margin-bottom:20px;
	font-family:FrutigerNeueLTW10-Regul,FrutigerNeueW01-Regular,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Helvetica, sans-serif;
}
h5{
	font-size:16px;
	color:#333;
	margin-top:20px;
	margin-bottom:20px;
	font-family:FrutigerNeueLTW10-Regul,FrutigerNeueW01-Regular,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Helvetica, sans-serif;
}
h6{
	font-size:14px;
	color:#333;
	margin-top:20px;
	margin-bottom:20px;
	font-family:FrutigerNeueLTW10-Regul,FrutigerNeueW01-Regular,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Helvetica, sans-serif;
}

/* =========================================================
 * ヘッダー
 * @ header
 * ====================================================== */

header{
	width:100%;
	background-color:rgba(255,255,255,1);
	z-index:970;
	position:fixed;
	top:0;
	left:0;
}

/* =========================================================
 * タブレット版
 * 768px以下に適応
 * ====================================================== */
@media screen and (max-width:768px){
	header{
		width:100%;
		min-width: 320px;
		height: auto;
		background-color:rgba(255,255,255,1);
	}
}

/* =========================================================
 * スマホ版
 * 480px以下に適応
 * ====================================================== */

@media screen and (max-width:480px){
	header{
		width:100%;
		min-width: 320px;
		height: auto;
		background-color:rgba(255,255,255,1);
	}

	nav{
		z-index: 200000;
		position: fixed;
		width: 100%;
	}
}

/* =========================================================
 * フッター
 * @ footer
 * ====================================================== */
footer{
	width:100%;
	background:#e2e2e2;
	padding: 24px 0;
	color:#666;
	font-size:14px;
	min-width:1260px;
}

footer img{
	width:100%;
}

/* =========================================================
 * タブレット版
 * 768px以下に適応
* ====================================================== */

@media screen and (max-width:768px){
	footer{
		padding:0;
		width:100%;
		min-width:100%;
		text-align:center;
	}
}


html > * {
 -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
	background-size: cover;
}

@media screen and (max-width:1260px) {
	body {
		min-width: 1260px;
		background-size: 1260px auto;
	}
}

@media screen and (min-width:1261px) {
	body {
		background-size: 100% auto;
	}
}
/* = Selected Text
----------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 30px;
}
table th,table td{
	border:1px solid #ccc;
	padding:15px;
	vertical-align:top;
	text-align: left;
	font-weight:normal;
}
table th{
	background:#eaf5fc;
}
main p{
	line-height: 1.5;
}
main li{
	line-height: 1.5;
}
select::-ms-expand {
	display: none;
}

/* =========================================================
 * ページ内コンテンツ全体のラッパー
 * @ WRAPPER
 * ====================================================== */
.wrapper {
	width: 100%;
}


/* =========================================================
 * メイン
 * @ main
 * ====================================================== */
main{
	padding-top:0;
	min-height:700px;
}

.sectioning {
	overflow: hidden;
	width: 100%;
	min-width: 1260px;
	margin: 0 auto;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

@media screen and (max-width:768px) {
	.sectioning {
		min-width: 100%;
	}
}

.sectioning_layout-outer {
	width: 100%;
	margin: 0 auto;
}

.sectioning_layout-inner {
	position: relative;
	width: 1260px;
	margin: 0 auto;
}

@media screen and (max-width:768px) {
	.sectioning_layout-inner {
		width: 100%;
	}
}

/* For all link styles */
a:link    {color: #004386;text-decoration: none;}
a:visited {color: #004386;text-decoration: none;}
a:hover   {color: #004386;text-decoration: none;}
a:active  {color: #004386;text-decoration: none;}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #ccc;
	padding: 0 10px;
	width: 96%;
}


/*
------------------------------------------------------------------------------------------------------------------------------------------------
 * ----- デフォルトの背景指定TABとSP -----
 *
 *
------------------------------------------------------------------------------------------------------------------------------------------------
*/

@media screen and (max-width:768px){
	body {
		background-size:cover;
		min-width:100%;
		background-position:top center;
	}
}

@media screen and (max-width:480px){
	body {
		background-size:contain;
	}
}

@media screen and (max-width:1259px) {
	.sectioning_layout-inner {
        width:100%;
    }
}


h1{
	font-size:30px;
	line-height:1.3;
}
h2{
	font-size:1.5rem;
}
h3{
	font-size:1.3rem;
}
h4{
	font-size:1rem;
}
h5{
	font-size:1em;
}

.allPd {padding-left:6.1%;padding-right:6.1%;}


h1{
	border-left:0;
}

h2{
    background: none;
}

p {
	line-height: 1.2;
}

h2{
	font-size:22px;
	margin-bottom:25px;
	margin-top:30px;
}

p{
	font-size:14px;
}

table{
	font-size:14px;
}

ul, ol {
	padding-left:20px;
}
