@charset "utf-8";
/*--------------------------------------------
reset
----------------------------------------------*/
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;
	margin: 0;
	animation: fadeIn 2s ease 0s 1 normal;
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
}
 @keyframes fadeIn {
 0% {
opacity: 0
}
 100% {
opacity: 1
}
}
 @-webkit-keyframes fadeIn {
 0% {
opacity: 0
}
 100% {
opacity: 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;
}
/*--------------------------------------------
基本設定（body,a,table等） CSS
----------------------------------------------*/

html {
	font-size: 62.5%;/* sets the base font to 10px for easier math */
}
body {
	font-size: 16px;
	font-size: 1.6rem; /* sets the default sizing to make sure nothing is actually 10px */
	/*font-family: 游ゴシック, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;*/
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-feature-settings: palt;
	line-height: 1.3;
	margin: 0px;
	padding: 0px;
	width: 100%;
	min-width: 320px;
	color: #433228;
	background: #FFFFFF;
}
html, body {
	height: 100%;
}
.wrap {
	overflow: hidden;
}
/* ------------------  */

img {
	border-style: none;
	vertical-align: bottom;
}
div {
	display: block;
}
address {
	font-style: normal;
}
/*----------------------------------------
	clearfix
-----------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0px;
	font-size: 0.1px;
	line-height: 0.1px;
}
.clearfix {
	display: inline-block;
	position: relative; /* DW */
}
/* Hides from IE-mac \*/
.clearfix {
	display: block;
}
/* End hide from IE-mac */


/*----------------------------------------------------
 ヘッダー　header
----------------------------------------------------*/

header {
	background-color: #fff;/*rgba(190,190,190,0.5);*/
	width: 100%;
	height: 80px;
	position: absolute;/*position:fixed;
	top:0;
	z-index:9999;*/
}
/* ロゴ */
.logo {
	margin: 10px 1%;
	padding: 0;
	float: left;
	width: 18%;
	max-width: 168px;
	vertical-align: middle;
}
.logo img {
	width: 100%;
	height: auto;
}
/* --- --- --- --- --- 
　グローバルナビ 
--- --- --- --- --- ---　*/
/* ヘッダーナビ */
.header-nav {
	float: right;
	width: 70%;
}
.g-nav {
	margin: 20px 0;
	padding-top: 5px;
	width: 80%;
	float: left;
	display: table;
}
.g-nav li {
	margin: 0 0 0 1%;
	padding: 5px 0;
	display: table-cell;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	box-sizing: border-box;
	text-shadow:/* -1px -1px 1px rgba(0, 0, 0, 0.2), */
 1px 1px 1px rgba(255, 255, 255, 0.3);
	border-left: 2px solid #000;
}
.g-nav li:first-child {
	border-left: none;
}
.g-nav li a {
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	color: #000;
	width: 30%;
}
.g-nav li a:hover {
	text-decoration: none;
	background-color: rgba(79,152,188,0.40);
	transition: .3s;
}
.header-btn {
	margin: 20px 0 10px;
	width: 19%;
	float: right;
	text-align:right;
}
.header-btn a {
	padding: 5px 0!important;
	font-size: 17px!important;
	font-size: 1.7rem!important;
}
.header-btn a:hover {
	width: 100%;
}
/* トリテンへボタン */
.btn-toriten {
	padding: 0;
	background-color: #21348C;
	text-align: center;
}
.btn-toriten a {
	color: #FFF;
	padding: 10px 15px;
	background-color: transparent;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1;
	transition: .1s;
}
.btn-toriten a:hover {
	background-color: #FFB607/*#2C77AB;*/
}
.btn-l {
	clear: both;
	margin: 40px auto;
}
.btn-l a {
	padding: 15px 0!important;
	width: 100%;
	font-size: 30px;
	font-size: 3.0rem;
}
.btn-l a:hover {
	background-color: #FFB607/*#2C77AB;*/
}
.btn-touroku {
	clear: both;
	margin: 10px auto 60px;
  width: 80%;
  max-width: 460px;
}
.btn-touroku a {
  display: block;
	padding: 15px 0!important;
  text-align: center;
  text-decoration: none;
	font-size: 30px;
	font-size: 3.0rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  border-radius: 5px;
  color:#fff;
  background-color: #FFB607;/*#2C77AB;*/
}
.btn-touroku a:hover {
  background-color: #21348C;/*#FFB607;*/
}

/* --- --- --- --- --- 
 構造 
--- --- --- --- --- */
#container {
	clear: both;
	margin: 80px auto 0;
	padding: 0;
	width: 100%;
	text-align: center;
}
#container:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0px;
	font-size: 0.1px;
	line-height: 0.1px;
}
.inner-cont {
	margin: 0 auto;
	width: 100%;
	max-width: 940px;/*960px;*/
  overflow: hidden;
}

.inner-cont0 {
	margin: 0 auto;
	width: 100%;
	text-align: center;
	position: relative;
}
/** main-area --------------------------------------- **/

#main-area {
	margin:0;
	padding-bottom: 60px;
	height: 100%;/*720px;/*100%;*/
	background: #005bac;
	background: url(../../images/bg_main.jpg) center top no-repeat;
  background-position: bottom;/*20260728*/
	background-size:cover;
	position: relative;
}
#main-area .inner-cont {
	position: relative;
	max-width: 1280px!important;
	background: url(../../images/bg_trinita.png) center 5px no-repeat;
  overflow: inherit;
}
/*#main-area:before{
	position: absolute;
	right:0;
	left:0;
	bottom:-130px;
	content: '';
	padding: 0;
	height: 130px;
	width:100%;
	background: url(../../images/bg_after.svg) center -50px no-repeat;
}*/
.main-visual {
	margin-top: 0;
	display: block;
}
.main-visual img {
	margin-top: 15px;
	margin-bottom: -50px;
	width: 100%;
	max-width: 940px;
	height: auto;
}
.main-lead-area{
	margin-top: 0;
}
.main-lead{
	position: relative;
	margin: 0 auto 50px;
	padding-top: 100px;/*130px;*/
	width:58%;
	padding-left: 250px;
	text-align: left;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.75;
	z-index: 10;
}
.img-neetan1{
	float:left;
	position: absolute;
	top:-50px;
	left:20px;
	width:100%;
	max-width: 280px;
	height: auto;
}

/** section-title --------------------------------------- **/

.section-title{
	width:100%;
	padding:30px 0; 
	background-color: #ffce0f;
}
.section-title span{
	padding: 10px 0;
	font-size: 57px;
	font-weight: bold;
    text-align: center;
    display: inline-block;
    width: 580px;
    position: relative;
    border-radius: 2em;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    color: #000;
	background:#fff;
}
.section-sub-title{
	width:100%;
	padding:30px 0;
	font-size: 52px;
	font-weight: bold;
	text-align: center;
	background-color: #003295;
	color:#fff;
}

/** post-section --------------------------------------- **/

.post-section{
	height: 100%;
	text-align: left;
}
.index-title-area {
	position: relative;
	clear: both;
	text-align: center;
	padding: 0;
	background: -webkit-repeating-linear-gradient(-45deg, #0a4b9b, #0a4b9b 3px,#fff 3px, #fff 9px);
	background: repeating-linear-gradient(-45deg, #0a4b9b, #0a4b9b 3px,#fff 3px, #fff 9px);	
	overflow: hidden; 
	}
.index-title-area:before{
    width: 50%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    right: 50%;
    background: #000;
}	
.index-title{
	margin: 0 auto;
	width:100%;
	max-width:940px;
	font-size: 57px;
	font-size: 5.7rem;
	line-height: 1;
	font-weight: bold;
	text-align: left;
	height: 100px;
	color: #fff;
}
.index-title span {
	display: inline-block;
	position: relative;
	top:0;
	padding: 10px 50px;
	min-width:45%;
	margin-left: -40px;
	height: 100%;
	background: #000;
	z-index: 10;
}
.index-title span:before {
	content: '';
	position: absolute;
	right: -30px;
    top: -40px;
    height: 180px;
    width: 40px;
    background: #000;
    border-right: 20px solid #0a4b9b;
    transform: rotate(-30deg);
}

.index-title_y-area {
	position: relative;
	clear: both;
	text-align: center;
	padding: 0;
	background: -webkit-repeating-linear-gradient(45deg, #ffcd00, #ffcd00 3px,#fff 3px, #fff 9px);
	background: repeating-linear-gradient(45deg, #ffcd00, #ffcd00 3px,#fff 3px, #fff 9px);
	overflow: hidden;
}
.index-title_y-area:before{
    width: 50%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 55%;
    background: #000;
}
.index-title_y-area .index-title {
	text-align: right;
}
.index-title_y-area .index-title span{
	margin-right: -40px;
}
.index-title_y-area .index-title span:before {
	content: '';
	position: absolute;
	left: -30px;
    top: -40px;
    height: 180px;
    width: 40px;
    background: #000;
    border-left: 20px solid #ffcd00;
	border-right: none;
    transform: rotate(30deg);
}
.index-title em{
	font-style: normal;
	font-size: 100px;
}

.index-image {
	margin: 40px auto;
	width: 100%;
}
.index-lead {
	margin-bottom: 40px;
	font-size: 28px;
	line-height: 1.75;
	font-weight: bold;
	letter-spacing: -1px;
}
.index-tag{
	padding: 20px 0 0 10px;
	font-size: 34px;
	font-weight: bold;
	color:#fff;
	background: url(../../images/ico_sample.png) 0 0 no-repeat;
	-webkit-background-size: contain;
	background-size: contain ;
}
.left-area {
	float: left;
	width: 40%;
}
.right-area {
	margin-bottom: 40px;
	float: right;
	width: 58%;
}
.img-responsive {
	width: 100%;
}

.btn-tv{
	position: absolute;
	right:10px;
	bottom:10px;
}
.bg-post-l{
	clear: both;
	width:100%;
	background: url(../../images/bg_left.png) left top no-repeat;
	background-size:contain;
  padding-top: 40px;/*20260728*/
}
.bg-post-r{
	clear: both;
	width:100%;
	background: url(../../images/bg_right.png) right top no-repeat;
	background-size:contain;
  padding-top: 40px;/*20260728*/  
}
.post-area {
	margin-bottom: 40px;
	padding: 0 20px 20px 20px;
	position: relative;
	overflow: hidden;
	min-height: 260px;

}
.post-area a{
text-decoration: none;
}
.post-area > a {
	position: absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-decoration: none;
	overflow: hidden;
}
.post-area > a:hover {
	opacity:0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha( opacity=60 )";
    background: #fff;
}

.post-title {
	padding-right: 20px;
	padding-bottom: 15px;
	font-size: 32px;
	line-height: 1.375;
	font-weight: bold;
	color: #003559;
	border-bottom: solid 1px #000;
}
.post-text {
	padding: 15px 0;
	font-size: 25px;
	line-height: 1.56;
	color:#000;
}
.post-date {
  font-size: 17px;
  color:#333;
}
.post-more{
  position: absolute;
	right:0;
	font-size: 18px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
}
.post-more > a{
  display: block;
  position: relative;
	padding: 0 30px 0 20px;
  min-width: 140px;/*160px;*/
	text-decoration: none;
	text-align: center;
	background-color: #005bac;
	color:#fff;
}
.post-more a:hover{
	background-color: #FFB607;
}
.post-more > a:before{
	display: block;
	content:'';
	position: absolute;
	top: 50%;
	right: 10px;
  width: 7px;
  height: 7px;
	margin-top:-4px;
	border-right: solid 2px #fff;
	border-bottom:solid 2px #fff;
	transform: rotate(-45deg);
}

.howto-section{
	margin-bottom: 50px;
  padding-bottom: 20px;
	position: relative;
	min-height:675px;
	background-color: #005bac;
	background: url(../../images/bg_howto.png) center bottom no-repeat;
	background-size:cover;
	color:#fff;
}


.howto-text{
	margin: 20px auto;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.75;
	text-align: left;

}
.howto-list-area{
	margin: 20px auto;
	width:620px;
	background-color: #fff;
}

.howto-list{
	padding: 10px 10px 10px 50px;
	list-style: disc;
	text-align: left;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.5;
	color: #140a8c;
}
.howto-list li{
	margin-bottom: 10px;
}
.to-toriten-area{
	margin: 0 auto;
	width:80%;	
	position:relative;
}

.to-toriten-text{
	font-size: 24px;
	font-weight: bold;
}
.inner-cont_m {
	margin: 0 auto;
	width: 60%;
	max-width: 480px;
	position:relative;
}
.img-neetan2{
	float:right;
	position: absolute;
	top:-190px;
	right:-220px;
	width:100%;
	max-width: 190px;
	height: auto;
}

.txt-right{
	text-align: right;
}
.txt-left{
	text-align: left;
}
.txt-center {
	text-align: center;
}
/** footer --------------------------------------- **/
footer {
	padding: 40px 0;
	background-color: #040321;
}
.copyright p {
	color: #ccc;
	font-size: 11px;
	font-size: 1.1rem;
	text-align: center;
	padding: 5px 0px;
}
#pagetop {
	position: fixed;
	bottom: 20px;
	right: 15px;
	z-index: 9999;
}
#pagetop a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}
.br-sp {
	display: none;
}

/***********************************
幅が768px以下の場合
***********************************/
@media screen and (max-width: 768px) {
#main-area {
	margin-top: 80px;
}
.main-visual {
	margin-top: 50px;
}
.g-nav li {
	font-size: 16px;
	font-size: 1.6rem;
}
.header-btn a {
	padding: 10px 0!important;
	font-size: 15px!important;
	font-size: 1.5rem!important;
}
.inner-cont {
	margin: 0 auto;
	width: 90%;
	overflow: hidden;
}
.post-text {
	padding: 5px 0;
    font-size: 22px;
}

}

/***********************************
幅が567px以下の場合
***********************************/
@media screen and (max-width: 567px) {
.br-sp {
	display: block;
}
}

/***********************************
幅が640px以下の場合
***********************************/
@media screen and (max-width: 640px) {
header {
	margin-top: 0;
	height: inherit;
}
.logo {
	margin: 10px auto 0;
	width: 23%;
}
.logo img {
	width: 100%;
	height: auto;
}
.header-nav {
	margin-top: 0;
	float: none;
	width: 100%;
}
.g-nav {
	margin-top: 0;
	margin-bottom: 10px;
	width: 100%;
	float: none;
	display: table;
}
.g-nav li {
	font-size: 13px;
	font-size: 1.3rem;
}
.g-nav li a {
	padding: 5px 1%;
}
.header-btn {
	margin: 5px;
	top: 0;
	right: 5px;
	position: absolute;
	width: 23%;
}
.header-btn a {
	padding: 5px 0!important;
	font-size: 13px!important;
	font-size: 1.3rem!important;
}

img {
	max-width: 100%;
	height: auto;
}

#main-area {
	padding-bottom:20px;
	height: 50%;

}

#main-area .inner-cont {
	max-width: inherit!important;
	background-size: contain;
}

#main-area:before{
	bottom:-60px;
	height: 60px;
	background-size: contain;
}

.main-visual {
	margin-top: 0;
	display: block;
}
.main-visual img {
	margin-top: 15px;
	margin-bottom: -2px;
	width: 100%;
	max-width: 940px;
	height: auto;
}
.main-lead{
	position: relative;
	margin: 10px auto 25px;
	width:90%;
	padding-top: 10px;
	padding-left: 0;
	text-align: left;
	font-size: 18px;
	line-height: 1.75;
	z-index: 10;
}
.img-neetan1{
	position:inherit;
	top:-40px;
	left:-10px;
	margin-bottom: -50px;
	width:100%;
	max-width: 130px;
	height: auto;
}


.section-title{
	padding: 20px 0;
}
.section-title span{
	padding: 10px 0;
	width:80%;
	font-size: 22px;
}
.section-sub-title{
	padding:10px 0;
	font-size: 22px;
}
	
.index-title-area:before{
    width: 50%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    right: 50%;
    background: #000;
}
	
.index-title{
	width:100%;
	max-width:inherit;
	font-size: 25px;
	font-size: 2.5rem;
	height: 50px;
}
.index-title span {
	padding-top: 15px;
}
.index-title span:before {
	right: -20px;
    top: -10px;
    height: 90px;
    width: 20px;
    border-right: 10px solid #0a4b9b;
}
.index-title_y-area {
	text-align: center;
}
.index-title_y-area:before{
    width: 50%;
    height: 100%;
    left: 55%;
}
.index-title_y-area .index-title span:before {
	left: -20px;
    top: -10px;
    height: 90px;
    width: 20px;
    border-left: 10px solid #ffcd00;
}
.index-title em, .index-title_y em{
	font-style: normal;
	font-size: 40px;
}

.index-image {
	margin: 20px auto;
}
.index-lead {
	margin-bottom: 20px;
	font-size: 17px;
	line-height: 1.75;
}
.index-tag{
	padding: 20px 0 0 10px;
	font-size: 20px;
}
.left-area {
	float: none;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}
.left-area img {
	margin-bottom: 10px;
	width: 100%;
	max-width: 390px;
}
.right-area {
	margin-bottom: 0;
	float: none;
	width: 100%;
}

.btn-tv{
	position: static;
	right:10px;
	bottom:10px;
}
.btn-tv img{
	width: 200px;
}
.bg-post-l{
	background-size: 70%;
}
.bg-post-r{
	background-size: 70%;
}

.post-area {
	margin-bottom: 30px;
	padding: 0 10px 30px 10px;
	position: relative;
	overflow: hidden;
}
.post-area a{
text-decoration: none;
}
.post-area > a {
	position: static;/* absolute;*/
}
.post-area > a:hover {
	opacity:0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha( opacity=60 )";
    background: #fff;
}

.post-title {
	padding-right: 20px;
	padding-bottom: 15px;
	font-size: 18px;
	line-height: 1.375;
	font-weight: bold;
	color: #003559;
	border-bottom: solid 1px #000;
}
.post-text {
	padding: 10px 0;
	font-size: 15px;
	line-height: 1.56;
}
.post-date {
  font-size: 14px;
}
.post-more{
  position: absolute;
	right:0;
	font-size: 15px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
}
.post-more > a{
  display: block;
  position: relative;
	width: 140px;/*160px;*/
	text-decoration: none;
	text-align: center;
	background-color: #005bac;
	color:#fff;
}
.post-more a:hover{
	width: 140px;/*160px;*/
	background-color: #FFB607;
}
.howto-section{
	margin-bottom: 20px;
  padding-bottom: 40px;
	font-size: 17px;
	line-height: 1.75;
	min-height:inherit;

}

.howto-text{
	margin: 10px auto;
	font-size: 18px;
}
.howto-list-area{
	margin: 20px auto;
	padding: 10px 10px;
	width:85%;
}

.howto-list{
	padding-left: 20px;
	font-size: 16px;
	line-height: 1.5;
}
.howto-list li{
	margin-bottom: 10px;
}

.to-toriten-area{
	width:70%;
}
.to-toriten-text{
	margin-bottom: 20px;
	padding-right:50px;
	font-size: 18px;
	font-weight: bold;
}
.inner-cont_m {
	margin: 0 auto;
	width: 100%;
	max-width: 480px;
}
.img-neetan2{
	position: absolute;
	top:-160px;
	right:-40px;
	width:100%;
	max-width: 90px;
	height: auto;
}

.btn-l {
	margin: 0 auto 30px;
}
.btn-toriten a {
	padding: 10px 10px;
	font-size: 14px;
	font-size: 1.4rem;
}
.btn-touroku {
	margin: 10px auto 30px;
}
.btn-touroku a {
	padding: 12px 0!important;
	font-size: 15px;
	font-size: 1.5rem;
}
}
