@charset "UTF-8";

/*======================
ページ表示　fadein
=======================*/
body {
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}
}

/*======================
base
=======================*/
html{
min-height: 100%;
position: relative;
font-size: 62.5%;
}

body{
font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-size: 1.4em;
background: #FFF;
/*background: #fdfdea;*/
color: #2d1b0b;
margin-bottom: 10em;
-webkit-text-size-adjust: 100%;
}

/*======================
common
=======================*/
/*-- clearfix --*/
.clearfix:after {
content: "";
display: block;
clear: both;
}

/*-- outer --*/
.outer {
width: 900px;
margin-left: auto;
margin-right: auto;
}

/*-- inner --*/
.inner {
width: 800px;
margin-left: auto;
margin-right: auto;
}

/*-- contents --*/
.contents {
min-width: 900px;
margin-left: auto;
margin-right: auto;
position: relative;
}

/*======================
pagetop
=======================*/
.gotop {
position: fixed;
bottom: 1%; right: 5%;
}

.gotop a {
font-size: 2.4rem;
font-size: 24px;
text-decoration: none;
color: #FFF;
text-align: center;
line-height: 60px;
background: #2d1b0b;
opacity: 0.9;
border-radius: 50%;
width: 60px;
height: 60px;
display: block;
}

.gotop a:hover {
opacity: 0.6;
}

/*======================
header
=======================*/
.header {
width: 100%;
min-width:900px;
background: url(../img/bg_strp01.png);
}

.hd_inner {
width: 900px;
margin-left: auto;
margin-right: auto;
padding-top: 14px;
padding-bottom: 14px;
}

.hd_left {
width: 280px;
float: left;
}

.hd_hostname {
font-size: 1.1rem;
font-size: 11px;
font-weight: bold;
}

.logo_hfc img {
width: 220px;
height: auto;
margin-top: 8px;
}

.hd_attention {
width: 430px;
float: right;
margin-top: 6px;
font-size: 1.1rem;
font-size: 11px;
line-height: 1.4em;
padding-left:1em;
text-indent:-1em;
}

/*======================
logo_2min_box
=======================*/
.logo_2min_box {
text-align: center;
margin-top: 50px;
}

.logo_2min_box img {
width: 216px;
}

/*======================
hero_box
=======================*/
.hero_box {
position: relative;
margin-top: 20px;
}

.hero_img {
z-index: 1;
}

/*======================
Page title
=======================*/
.pagettl_box {
margin-top: 20px;
border-top: solid 1px #000;
position: relative;
}

.pagettl_box::before {
content: "";
display: block;
background: #000;
width: 100%;
height: 1px;
position: absolute;
top: 4px;
}

.pagettl_inbox {
border-bottom: solid 1px #000;
position: relative;
}

.pagettl_inbox::before {
content: "";
display: block;
background: #000;
width: 100%;
height: 1px;
position: absolute;
bottom: 4px;
}

.ttl_mssg {
font-size: 2.4rem;
font-size: 24px;
font-weight: bold;
line-height: 1.3em;
padding: 20px;
}

.ttl_mssg br {
display: none;
}

.release_date {
font-size: 1.1rem;
font-size: 11px;
float: right;
margin-top: 20px;
}

.lead {
margin-top: 20px;
font-size: 1.8rem;
font-size: 18px;
line-height: 1.5em;
}

/*======================
SNS Link
=======================*/
.share_box {
width: 800px;
margin-left: auto;
margin-right: auto;
background: url(../img/bg_strp04.png);
margin-top: 30px;
padding: 30px 20px 20px 20px;
}

.share_mssg {
font-size: 1.8rem;
font-size: 18px;
text-align: center;
}

.sns_link {
width: 100%;
list-style: none;
margin-top: 20px;
}

.sns_link .item {
float: left;
width: 32.6%;
margin-left: 1%;
}

.sns_link .item:first-child {
margin-left: 0;
}

.sns_btn {
font-size: 1.6rem;
font-size: 16px;
height: 60px;
text-align: center;
line-height: 60px;
display: block;
text-decoration: none;
color: #FFF;
border-radius: 4px;
}

.sns_btn.fb {
background: #3b5998;
border-bottom: solid 4px #1e3463;
}

.sns_btn.tw {
background: #607481;
border-bottom: solid 4px #000000;
}
/*
.sns_btn.tw {
background: #55acee;
border-bottom: solid 4px #4082b4;
}
*/
.sns_btn.line {
background: #00b900;
border-bottom: solid 4px #008600;
}

.sns_btn:active {
-ms-transform: translateY(4px);
-webkit-transform: translateY(4px);
transform: translateY(4px);
box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
border-bottom: none;
}

/*======================
Page Link
=======================*/
.link_box02 {
background: #fef5e2;
margin-top: 60px;
border-radius: 4px 4px 0 0;
}

.link_ttl_box {
color: #FFF;
padding: 0.3em 0.5em;
background: -webkit-repeating-linear-gradient(-45deg, #97b728, #97b728 4px,#99ba29 4px, #99ba29 8px);
background: repeating-linear-gradient(-45deg, #97b728, #97b728 4px,#99ba29 4px, #99ba29 8px);
border-radius: 4px 4px 0 0;
padding: 12px 12px 12px 54px;
}

.link_ttl {
position: relative;
font-size: 1.6rem;
font-size: 16px;
}

.link_ttl::before {
content: "";
diplay: inline-block;
background: url(../img/icon_share.png) no-repeat;
width: 42px;
height: 42px;
position: absolute;
background-size: contain;
bottom: -8px; left: -48px;
}

.link_item_box {
padding: 20px;
border-bottom: 1px dashed #ccc;
}

.link_item_box:last-child {
border-bottom: none;
}

.link_item_img {
float: left;
width: 160px;
height: auto;
}

.link_item_cap {
float: left;
width: calc( 100% - 180px );
margin-left: 20px
}

.link_item_cap_ttl {
margin-top: 4px;
font-size: 1.8rem;
font-size; 18px;
line-height: 1.4em;
position: relative;
}

.link_item_cap_ttl br {
display: none;
}

.icon_category {
display: inline-block;
background: #ea7f50;
color: #FFF;
border-radius: 4px;
font-size: 1.2rem;
margin-left: 8px;
padding: 0 8px;
position: absolute;
}

.link_item_cap_txt {
margin-top: 8px;
line-height: 1.6em;
}

.link_item_btn {
height: 38px;
line-height: 36px;
display: inline-block;
padding: 0 12px 0 30px;
text-decoration: none;
background: #a2d000;
color: #FFF;
border-bottom: solid 4px #708f02;
border-radius: 4px;
margin-top: 12px;
}

.link_item_btn:active {
-ms-transform: translateY(4px);
-webkit-transform: translateY(4px);
transform: translateY(4px);
box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
border-bottom: none;
}

.link_arrow {
background-image: url(../img/icon_arrow.png);
background-repeat: no-repeat;
background-size: 14px;
background-position: 10px 10px;
}

/*======================
intro_artcl
=======================*/
.intro_artcl {
margin-top: 60px;
}

.intro_artcl {
position: relative;
color: black;
border: 1px dotted #ad9570;
padding: 24px;
border-radius:  6px 0 6px 6px;
background: #FFF;
}

.intro_artcl_tab {/*タブ*/
position: absolute;
background: #ad9570;
color: #fff;
right: -1px;
bottom: 100%;
border-radius: 6px 6px 0 0;
padding: 0 10px;
height: 24px;
line-height: 24px;
font-size: 1.2rem;
font-size: 12px;
font-weight: normal;
letter-spacing: 0.05em
}

.intro_ttl {
font-size: 1.8rem;
font-size: 18px;
padding-left: 34px;
line-height: 1.4em;
background: url(../../../common/img/icon_hfc.png) no-repeat left top;
}

.intro_ttl a {
color: #2d1b0b;
text-decoration: none;
}

.intro_ttl a:hover {
color: #2d1b0b;
text-decoration: underline;
}

.intro_cap {
margin-top: 15px;
}

.intro_cap_img {
float: left;
margin-right: 20px;
}

.intro_cap_img img {
border: 1px solid #ad9570;
}

.intro_cap_txt {
line-height: 1.6em;
}

.intro_artcl_btn {
height: 32px;
line-height: 32px;
display: inline-block;
padding: 0 12px 0 30px;
text-decoration: none;
background: #a2d000;
color: #FFF;
border-bottom: solid 4px #708f02;
border-radius: 4px;
margin-top: 12px;
}

.intro_artcl_btn:active {
-ms-transform: translateY(4px);
-webkit-transform: translateY(4px);
transform: translateY(4px);
box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
border-bottom: none;
}

.dwld_arrow {
background-image: url(../img/icon_arrow.png);
background-repeat: no-repeat;
background-size: 14px;
background-position: 10px 8px;
}


/*======================
bnr_boxk
=======================*/
.bnr_box {
margin-top: 40px;
}

.bnr_box img {
width: 100%;
max-width: 800px;
}

/*======================
footer
=======================*/
.footer {
width: 100%;
min-width:900px;
height: 10em;
/*
bottom: 0;
position: absolute;
*/
margin-top: 60px;
}

/*-- ここから未使用 --
.ft_top {
background: url(../img/bg_strp03.png);
padding-top: 40px;
padding-bottom: 40px;
margin-top: 60px;
}

.dwld {
width: 800px;
margin-left: auto;
margin-right: auto;
padding: 20px;
background: #FFF;
box-shadow:0px 0px 3px 0px #e0d4c2;
}

.dwld_img {
float: left;
width: 120px;
margin-right: 20px;
}

.dwld_cap {
float: left;
width: 620px;
}

.dwld_cap .ttl {
font-size: 1.8rem;
font-size: 18px;
}

.dwld_cap .txt {
margin-top: 14px;
line-height: 1.6em;
}

.dwld_btn {
height: 32px;
line-height: 32px;
display: inline-block;
padding: 0 12px 0 38px;
text-decoration: none;
background: #f39832;
color: #FFF;
border-bottom: solid 4px #cb7a20;
border-radius: 4px;
margin-top: 12px;
}

.dwld_btn:active {
-ms-transform: translateY(4px);
-webkit-transform: translateY(4px);
transform: translateY(4px);
box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
border-bottom: none;
}

.dwld_icon {
background-image: url(../img/icon_dwld.png);
background-repeat: no-repeat;
background-size: 18px;
background-position: 13px 50%;
}
-- ここまで未使用 --*/

.abt_hfc {
width: 800px;
text-align: center;
margin-left: auto;
margin-right: auto;
padding: 30px 30px 20px 30px;
background: #fdfdea;
border-radius: 8px;
}

.ft_logo_hfc img {
width: 260px;
height: auto;
}

.abt_hfc .ttl {
font-size: 1.6rem;
font-size: 16px;
color: #708f02;
margin-top: 20px;
}

.abt_hfc .txt {
font-size: 1.3rem;
font-size: 13px;
text-align: left;
margin-top: 10px;
line-height: 1.6em;
}

.abt_hfc_btn {
height: 40px;
line-height: 40px;
display: inline-block;
padding: 0 12px 0 12px;
text-decoration: none;
background: #a2d000;
color: #FFF;
border-bottom: solid 4px #708f02;
border-radius: 4px;
margin-top: 20px;
}

.abt_hfc_btn:active {
-ms-transform: translateY(4px);
-webkit-transform: translateY(4px);
transform: translateY(4px);
box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
border-bottom: none;
}

.copy_box {
background: #ad9570;
padding-top: 40px;
padding-bottom: 34px;
}

.copy {
width: 900px;
padding-top: 34px;
margin-left: auto;
margin-right: auto;
text-align: center;
font-size: 1.1rem;
font-size: 11px;
}

/*======================
fadein
=======================*/
.effect {
opacity: 0.1;
transition: 2s;
}

.isAnimate {
opacity: 1;
}


/*======== media screen 768px ========*/
@media screen and (max-width: 768px) {

/*-- outer --*/
.outer {
width: 96%;
}

/*-- inner --*/
.inner {
width: 90%;
}

/*-- contents --*/
.contents {
width: 100%;
min-width: 96%;
}

/*======================
header
=======================*/
.header {
min-width: 100%;
text-align: center;
}

.hd_inner {
width: 90%;
padding-top: 14px;
padding-bottom: 14px;
}

.hd_left {
width: 100%;
float: none;
}

.hd_left img {
width: 300px;
}

.hd_attention {
width: 96%;
float: none;
text-align: left;
margin-top: 20px;
padding-left: 0;
text-indent: 0;
}

/*======================
logo_2min_box
=======================*/
.logo_2min_box {
margin-top: 30px;
}

.logo_2min_box img {
width: 180px;
}

/*======================
Page title
=======================*/
.pagettl_box {
text-align: center;
margin-top: 20px;
}

.ttl_mssg {
font-size: 2.0rem;
font-size: 20px;
line-height: 1.4em;
}

.ttl_mssg br {
display: inline;
}

.title {
font-size: 1.8rem;
font-size: 18px;
margin-top: 10px;
}

.lead {
line-height: 1.8em;
font-size: 1.6rem;
font-size: 16px;
}

/*======================
hero_box
=======================*/
.hero_box {
margin-top: 10px;
}

.hero_box img {
width: 100%;
}

.hero_cacth {
width: 100%;
font-size: 2.4rem;
font-size: 24px;
padding: 20px;
left: 0; bottom: -40px;
}

/*======================
SNS Link
=======================*/
.share_box {
width: 90%;
padding: 20px 0 20px 0;
}

.share_mssg {
font-size: 1.4rem;
font-size: 14px;
}

.sns_link {
margin-top: 20px;
}

.sns_btn {
font-size: 1.3rem;
font-size: 13px;
width: 100%;
height: 48px;
line-height: 48px;
}

/*======================
article
=======================*/
.lft_img,
.rght_img {
width: 100%;
float: none;
margin-right: 0;
margin-left: 0;
margin-bottom: 20px;
}

.fll_img {
width: 90%;
margin-top: 20px;
}

.art_txt {
line-height: 2.0em;
}

/*======================
Headline
=======================*/
.hdline_box {
padding-top: 18px;
padding-bottom: 18px;
}

.hdline {
font-size: 1.8rem;
font-size: 18px;
}

/*======================
Page Link
=======================*/
.link_box02 {
margin-top: 40px;
}

.link_item_box {
padding: 14px;
text-align: center;
}

.link_item_img {
float: none;
width: 200px;
margin-left: auto;
margin-right: auto;
}

.link_item_cap {
float: none;
width: 100%;
margin-left: 0;
}

.link_item_cap_ttl {
margin-top: 40px;
font-size: 1.6rem;
font-size; 16px;
}

.icon_category {
margin-left: auto;
margin-right: auto;
top: -30px; left: 50%;
transform: translateX(-50%);
-webkit- transform: translateX(-50%);
}

.link_item_cap_txt {
text-align: left;

}

/*======================
footer
=======================*/
.footer {
min-width: 100%;
}

.ft_top {
width: 100%;
padding-top: 20px;
padding-bottom: 20px;
margin-top: 40px;
}

.dwld {
width: 90%;
text-align: center;
padding: 20px;
}

.dwld_img {
float: none;
width: 100%;
}

.dwld_cap {
float: none;
width: 100%;
}

.dwld_cap .ttl {
font-size: 1.6rem;
font-size: 16px;
margin-top: 10px;
}

.dwld_cap .txt {
margin-top: 10px;
text-align: left;
line-height: 1.4em;
}

.abt_hfc {
width: 90%;
padding: 30px;
}

.copy_box {
padding-top: 20px;
padding-bottom: 20px;
}

}

/*======== media screen 480px ========*/
@media screen and (max-width: 480px) {

.logo_2min_box {
margin-top: 20px;
}

.logo_2min_box img {
width: 120px;
}

.pagettl_box {
margin-top: 15px;
}

.ttl_mssg {
font-size: 1.6rem;
font-size: 16px;
}

.lead {
font-size: 1.4rem;
font-size: 14px;
}

.sub_catch {
display: block;
text-align: center;
}

.hero_cacth {
width: 100%;
font-size: 2.0rem;
font-size: 20px;
padding: 12px;
left: 0; bottom: -60px;
}

.hero_cacth br {
display: none;
}

.share_box {
width: 100%;
}

.share_mssg {
font-size: 1.2rem;
font-size: 12px;
}

.sns_btn {
font-size: 1.1rem;
font-size: 11px;
}

.abt_hfc .ttl {
font-size: 1.4rem;
font-size: 14px;
}


}

.lead.inner .attention {
font-size: 13px;
line-height: 1.4em;
margin: 1em 0 0;
text-indent: -1em;
padding-left: 1em;
}

.lead.inner .attention::before {
content: "※";
}
