@charset "utf-8";
/* Simple fluid media
Note: Fluid media requires that you remove the media's height and width attributes from the HTML
http://www.alistapart.com/articles/fluid-images/ 
*/
/* IE 6 does not support max-width so default to width 100% */
img, object, embed, video {
max-width: 100%;
}
.en {
font-family: 'Roboto', sans-serif;
}
/* Mobile Layout: 480px and below. */
@keyframes fadeIn {
0% {
opacity: 0;
transform: translateY(20px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}


@keyframes blinking {
0% {
opacity: 0;
}
100% {
opacity:1;
}
}
/*PC*/
@media print, screen and (min-width: 769px) {
body {
font-size: 16px;
line-height: 2;
}
/*--スクロールトップ---------*/
#totop {
bottom: 50px;
display: block;
position: fixed;
right: 20px;
z-index: 2000;
}
#totop a {
display: block;
width: 54px;
height: 54px;
text-indent: -1000em;
overflow: hidden;
background: url("../images/com/btn_scroll_top.png") 0 0 no-repeat;
background-size: auto auto;
background-size: 100% auto;
}
/*btn*/
/*----------------------------*/
.detialbtn {
margin: 40px auto 0;
}
.detialbtn a {
display: block;
position: relative;
width: 240px;
margin: 0 auto;
padding: 1em 2em;
background-color: #00001a;
-webkit-box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.5);
box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.5);
color: #fff;
text-align: left;
text-decoration: none;
}
.detialbtn a:before {
position: absolute;
top: 0;
left: 0;
width: 0;
height: 32px;
padding: 1em 0;
background: #fff;
content: '';
opacity: 0.5;
-webkit-transition: all .25s ease-in-out;
transition: all .25s ease-in-out;
}
.detialbtn a:after {
position: absolute;
top: calc(50% - 3px);
right: 1.5em;
width: 6px;
height: 6px;
-webkit-transform: rotate(-135deg);
transform: rotate(-135deg);
border-bottom: 2px solid #0f9582;
border-left: 2px solid #0f9582;
content: '';
-webkit-transition: all .5s;
transition: all .5s;
}
.detialbtn a:hover:before {
width: 100%;
-webkit-transition: all .25s ease-in-out;
transition: all .25s ease-in-out;
}
.top_detialbtn a:hover:after {
right: 1.2em;
-webkit-transition: all .5s;
transition: all .5s;
}
.back {
margin-top: 100px;
text-align: center;
}
.back a {
position: relative;
padding-right: 40px;
font-family: 'Hind', sans-serif;
}
.back a i {
position: absolute;
top: 10%;
right: 0px;
font-size: 1.3em;
transition: all .3s;
}
.back a:hover i {
right: -10px;
transition: all .3s;
}


/*com*/
/*----------------------------*/
.com_contents_wrap {
padding: 70px 3%;
box-sizing: border-box;
}
.com_contents_wrap2 {
background: #201f1f;
padding: 100px 3%;
box-sizing: border-box;
}
.com_contents_wrap3 {
padding: 100px 6%;
background: #e6e6e6;
box-sizing: border-box;
}
.com_read_tit_wrap {
margin: 0 0 60px;
}
.com_readtit {
font-size: 76px;
font-weight: 500;
font-family: 'Roboto', sans-serif;
letter-spacing: -0.02em;
line-height: 1;
margin: 0 0 30px;
}
.com_readtit span {
font-size: 14px;
font-weight: 300;
margin-left: 20px;
letter-spacing: 0.02em;
}
.com_readtit_line {
width: 100%;
height: 5px;
background: #000;
}
.com_readtit2 {
font-size: 36px;
font-weight: 500;
line-height: 1.4;
margin: 0 0 30px;
}
.com_readtit3 {
font-size: 26px;
font-weight: 500;
line-height: 1.4;
margin: 0 0 30px;
}
.pcBr {
display: inline-block;
}
.spBr {
display: none;
}
.pc {
display: block;
}
.sp {
display: none !important;
}
#contents {
width: 100%;
min-width: 1200px;
margin: auto;
}
.comPd_80 {
padding: 80px 0;
}
.w1400 {
max-width: 1400px;
margin: auto;
}
.w1200 {
max-width: 1200px;
margin: auto;
}
.w1000 {
max-width: 1000px;
margin: auto;
}
.w960 {
max-width: 960px;
margin: auto;
}
.w90 {
width: 94%;
margin: auto;
}
.w80 {
width: 80%;
margin: auto;
}

.com_table {
border-top: 1px solid #dcdcdc;
width: 100%;
}
.com_table th {
border-bottom: 1px solid #dcdcdc;
width: 20%;
padding: 10px;
text-align: left;
vertical-align: middle;
font-weight: normal;
}
.com_table td {
border-bottom: 1px solid #dcdcdc;
padding: 10px;
}

.com_table2 {
border-top: 1px solid #dcdcdc;
width: 100%;
}
.com_table2 th {
border-bottom: 1px solid #dcdcdc;
padding: 10px;
text-align: left;
vertical-align: middle;
font-weight: normal;
background: #F1F1F1;
}
.com_table2 td {
border-bottom: 1px solid #dcdcdc;
padding: 10px;
}

/* header
--------------------------------------------*/
header {
position: relative;
}
#header {
width: 100%;
min-width: 1200px;
height: 90px;
z-index: 10;
position: fixed;
padding: 0px 20px;
box-sizing: border-box;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
transition: 0.5s;
background: #fff;
}
.logo_wrap {
width: 200px;
transition: 0.5s;
position: absolute;
top: 10px;
}

.hed_menu_wrap {
position: relative;
width: 100%;
}

.high_navi {
position: absolute;
top: 5px;
right: 0;
display: flex;
margin: 0 0 0 auto;
}

.high_navi li {
font-size: 12px;
margin-right: 20px;
position: relative;
white-space: nowrap;
}

.high_navi li::before {
content: ">";
font-size: 10px;
line-height: 1;
position: absolute;
top: 35%;
left: -10px;
color: #0f9582;
}

.high_navi li a{
color: #000;
}

.head_nav {
display: flex;
margin: 0 0 0 auto;
line-height: 1.2;
letter-spacing: -0.002em;
position: absolute;
right: 20px;
bottom: 15px;
}
.head_nav li {
font-family: 'Roboto', sans-serif;
font-size: 10px;
font-weight: 300;
margin-right: 25px;
text-align: center;
color: #666;
}
.head_nav li span {
display: block;
font-size: 1.3em;
font-weight: 600;
color: #000;
padding-top: 3px;
}
.head_nav li a {
color: #333
}
.head_nav li a:hover {
opacity: 0.6;
}
.head_nav li:last-child {
margin-right: 0;
}

.head_nav li a .tenmetsu,
.head_nav li a .tenmetsu span{
color: #f83f32 !important;
/*animation: blinking .5s ease-in-out infinite alternate;
*/}

/* デフォルトのbuttonスタイルをリセット */
button {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: transparent;
border: 0;
border-radius: 0;
color: inherit;
cursor: pointer;
font: inherit;
margin: 0;
outline: none;
padding: 0;
vertical-align: middle;
}
/* 以下、ハンバーガーボタン */
.burger-btn {
display: block;
width: 30px;
height: 35px;
position: relative;
z-index: 3;
border: none;
}
.bar {
width: 30px;
height: 2px;
display: block;
position: absolute;
left: 50%;
transform: translateX(-50%);
background-color: #333;
}
.bar_top {
top: 10px;
}
.bar_bottom {
bottom: 10px;
}
.burger-btn.close .bar_top {
transform: translate(-50%, 5px) rotate(45deg);
transition: transform .3s;
}
.burger-btn.close .bar_bottom {
transform: translate(-50%, -8px) rotate(-45deg);
transition: transform .3s;
}
/* 全画面表示 */
.menu_wrap {
position: fixed;
top: 0;
right: 0;
transition: all .5s;
z-index: 2;
}
.menu {
width: 500px;
height: 100%;
background: #fff;
z-index: 2;
position: relative;
margin: 0 -500px 0 auto;
transition: all .5s;
}
.menu_list {
display: block;
position: absolute;
top: 50%;
left: 35%;
transform: translate(-50%, -50%);
}
.menu_list li {
margin-top: 40px;
font-size: 1.1em;
}
.menu_list span {
display: block;
font-size: 0.7em;
font-weight: 500;
color: #0f9582;
}
.menu_list li.small {
margin-top: 10px;
font-size: 0.9em;
width: 150%;
}
.menu_list li.bd {
margin-top: 50px;
border-top: 1px solid #999;
padding-top: 20px;
}
.menu_list li a {
font-weight: 900;
}
/* メニューオープン時 */
.menu_wrap.fade {
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.4);
}
.menu_wrap.fade .menu {
margin: 0 0 0 auto;
transition: all .5s;
}
.noscroll {
overflow: hidden;
}
#header.scroll-nav {
height: 75px;
}
#header.scroll-nav .logo_wrap {
width: 200px;
transition: 0.5s;
position: absolute;
top: 0;
}

#header.scroll-nav .head_nav {
position: absolute;
bottom: 8px;
right: 20px;
margin: 0 0 0 auto;
}



/* footer
--------------------------------------------*/
footer {
position: relative;
}
#footer {
width: 96%;
margin: 0 auto;
min-width: 1200px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
border-top: 1px solid #ccc;
padding-top: 50px;
}
.f_logo {
width: 270px;
}
.f_logo p {
display: block;
font-size: 0.8em;
padding: 15px 0 10px 10px;
box-sizing: border-box;
line-height: 1.6;
}
#footer .menu_list_flex {
width: 60%;
}
#footer ul {
display: flex;
flex-wrap: wrap;
list-style: none;
font-weight: 500;
}
#footer ul li {
width: 20%;
font-size: 0.8em;
margin-bottom: 10px;
}
#footer ul li:last-child {
margin-bottom: 0px;
}
#footer ul li a {
color: #000;
}
footer ul li a:hover {
opacity: 0.6;
}
.copy {
width: 100%;
margin: 20px auto 50px;
font-size: 10px;
letter-spacing: 0.12em;
}
/* hed
--------------------------------------------*/
.hed {
padding: 160px 0 0;
}
.hed .flex_wrap {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.hed_ttl h2 {
font-size: 1em;
font-weight: 500;
position: relative;
margin: 80px 0 0;
}
.hed_ttl h2::before {
content: attr(data-en);
display: block;
margin-bottom: 10px;
font-size: 86px;
font-weight: 500;
font-family: 'Roboto', sans-serif;
letter-spacing: -0.02em;
line-height: 1;
}
.pankuzu {
list-style: none;
display: flex;
box-sizing: border-box;
justify-content: right;
}
.pankuzu li {
font-size: 0.8em;
}
.pankuzu li::after {
content: ">";
padding: 0 10px;
text-decoration: nonep;
}
.pankuzu li:nth-last-of-type(1)::after {
content: none;
}
.pankuzu li a {color: #000;}
.hed_img {
margin: 100px 0 0;
width: 97%;
}
.hed_img img {
width: 100%;
object-fit: cover;
height: 500px;
}

.com_block {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.com_block_box1 {
width: 35%;
position: relative;
padding-right: 5%;
box-sizing: border-box;
}

.com_block_box2 {
width: 65%;
position: relative;
}

.com_hed_tit2 {
font-size: 50px;
font-weight: 500;
font-family: 'Roboto', sans-serif;
letter-spacing: -0.02em;
line-height: 1;
margin: 0 0 60px;
}

.com_hed_tit2 span{
display: block;
font-size: 12px;
padding:10px 0 0 5px;
letter-spacing: -0.02em;
}

.com_hed_tit3 {
font-size: 50px;
font-weight: 700;
margin: 0 0 30px;
}

.com_hed_tit4 {
font-size: 30px;
font-weight: 700;
margin: 0 0 30px;
}

.com_hed_tit5 {
font-size: 18px;
font-weight: 700;
margin: 0 0 30px;
}

.com_hed_tit6 {
font-size: 18px;
font-weight: 700;
margin: 0 0 80px;
}

.com_txt1 {
font-size: 1.1em;
font-weight: 500;
line-height: 2;
margin: 0 0 60px;
}

.com_txt2 {
line-height: 2;
margin: 0 0 60px;
}

/* main_hed
--------------------------------------------*/
.main_hed {
position: relative;
width: 80%;
}
.main_hed .main_hed_txt {
text-align: center;
line-height: 1.8;
margin-bottom: 50px;
}
.main_hed .main_hed_tit {
text-align: center;
line-height: 1.8;
margin-bottom: 50px;
font-size: 1.6em;
}
/* btnBk
--------------------------------------------*/
.btnBk {
text-align: center;
}
.btnBk a {
position: relative;
border: 1px solid #333;
padding: 10px 60px;
border-radius: 50px;
font-size: 0.9em;
display: inline-block;
}
.btnBk a:hover {
color: #d09c80;
transition: all 0.3s ease-out;
}
}
/*pcとsp共通*/
/*----------------------------*/
.gridContainer {
overflow: hidden;
}
.imgSlide {
width: 100%;
height: 100%;
overflow: hidden;
}
.imgSlide .imgSlideIn {
width: inherit;
height: inherit;
opacity: 0;
}
.isPlay {
animation-name: play;
animation-duration: .5s;
animation-fill-mode: forwards;
animation-timing-function: cubic-bezier(.8, 0, .5, 1);
position: relative;
opacity: 1 !important;
}
.isPlay:before {
animation-name: maskOut;
animation-duration: .5s;
animation-delay: .5s;
animation-fill-mode: forwards;
animation-timing-function: cubic-bezier(.8, 0, .5, 1);
content: '';
position: absolute;
top: 0;
left: 0;
z-index: 1;
width: 100%;
height: 100%;
background-color: #202020;
}
@keyframes play {
from {
transform: translateX(-100%);
}
to {
transform: translateX(0);
}
}
@keyframes maskOut {
from {
transform: translateX(0);
}
to {
transform: translateX(100%);
}
}
/*----------------------------------------------------------------------*/
/*sp*/
@media only screen and (max-width: 768px) {
body {
font-size: 14px;
line-height: 1.8;
}
/*btn*/
/*----------------------------*/
.detialbtn {
margin: 40px auto 0;
}
.detialbtn a {
display: block;
position: relative;
width: 70%;
margin: 0 auto;
padding: 1em 2em;
background-color: #00001a;
-webkit-box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.5);
box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.5);
color: #fff;
text-align: left;
text-decoration: none;
}
.detialbtn a:before {
position: absolute;
top: 0;
left: 0;
width: 0;
height: 32px;
padding: 1em 0;
background: #fff;
content: '';
opacity: 0.5;
-webkit-transition: all .25s ease-in-out;
transition: all .25s ease-in-out;
}
.detialbtn a:after {
position: absolute;
top: calc(50% - 3px);
right: 1.5em;
width: 6px;
height: 6px;
-webkit-transform: rotate(-135deg);
transform: rotate(-135deg);
border-bottom: 2px solid #0f9582;
border-left: 2px solid #0f9582;
content: '';
-webkit-transition: all .5s;
transition: all .5s;
}
.detialbtn a:hover:before {
width: 100%;
-webkit-transition: all .25s ease-in-out;
transition: all .25s ease-in-out;
}
.top_detialbtn a:hover:after {
right: 1.2em;
-webkit-transition: all .5s;
transition: all .5s;
}
.back {
margin-top: 50px;
text-align: center;
}
.back a {
position: relative;
padding-right: 40px;
font-family: 'Hind', sans-serif;
}
.back a i {
position: absolute;
top: 10%;
right: 0px;
font-size: 1.3em;
transition: all .3s;
}
.back a:hover i {
right: -10px;
transition: all .3s;
}
/*--パンくず---------*/
#totop {
bottom: 90px;
display: block;
position: fixed;
right: 15px;
z-index: 2000;
width: 45px;
}
#totop a {
display: block;
width: 50px;
height: 50px;
text-indent: -1000em;
overflow: hidden;
background: url(../images/com/btn_scroll_top.png) 0 0 no-repeat;
background-size: auto auto;
background-size: 100% auto;
}
/* com
--------------------------------------------*/
.com_contents_wrap {
padding: 40px 2%;
box-sizing: border-box;
}
.com_contents_wrap2 {
background: #201f1f;
padding: 40px 2%;
box-sizing: border-box;
}

.com_contents_wrap3 {
padding: 40px 2%;
background: #e6e6e6;
box-sizing: border-box;
}

.com_read_tit_wrap {
margin: 0 0 40px;
}
.com_readtit {
font-size: 24px;
font-weight: 500;
font-family: 'Roboto', sans-serif;
letter-spacing: -0.02em;
line-height: 1;
margin: 0 0 30px;
}
.com_readtit span {
font-size: 12px;
font-weight: 300;
letter-spacing: 0.02em;
display: block;
}
.com_readtit_line {
width: 100%;
height: 3px;
background: #000;
}
.com_readtit2 {
font-size: 20px;
font-weight: 500;
line-height: 1.4;
margin: 0 0 30px;
}
.com_readtit3 {
font-size: 18px;
font-weight: 500;
line-height: 1.4;
margin: 0 0 30px;
}
.pcBr {
display: none;
}
.spBr {
display: inline-block;
}
.pc {
display: none !important;
}
.sp {
display: block;
}
#contents {
width: 100%;
margin: auto;
overflow: hidden;
}
.w1400 {
width: 90%;
margin: auto;
}
.w1200 {
width: 90%;
margin: auto;
}
.w1000 {
width: 85%;
margin: auto;
}
.w960 {
width: 80%;
margin: auto;
}
.w90 {
width: 95%;
margin: auto;
}
.w80 {
width: 90%;
margin: auto;
}
.comPd01 {
padding: 0 0 80px;
}
.comInBox01 {
margin-bottom: 60px;
}
.comInBox01:last-child {
margin-bottom: 0px;
}
.comPd_80 {
padding: 40px 0;
}
.comPd_top80 {
padding: 40px 0 0;
}

.com_table {
border-top: 1px solid #dcdcdc;
width: 100%;
}
.com_table th {
display: block;
width: 100%;
padding: 10px 10px 0;
text-align: left;
box-sizing: border-box;
}
.com_table td {
display: block;
border-bottom: 1px solid #dcdcdc;
padding: 10px;
box-sizing: border-box;
}

.com_table2 {
border-top: 1px solid #dcdcdc;
width: 100%;
}
.com_table2 th {
border-bottom: 1px solid #dcdcdc;
padding: 10px;
text-align: left;
vertical-align: middle;
font-weight: normal;
background: #F1F1F1;
}
.com_table2 td {
border-bottom: 1px solid #dcdcdc;
padding: 10px;
}

/* header
--------------------------------------------*/
header {
position: relative;
}
#header {
width: 100%;
height: 50px;
z-index: 10;
position: fixed;
padding: 0px 10px;
box-sizing: border-box;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
background: #fff;
}
.logo_wrap {
width: 160px;
position: relative;
z-index: 100;
}
.high_navi,
.head_nav {
display: none;
}
/* デフォルトのbuttonスタイルをリセット */
button {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: transparent;
border: 0;
border-radius: 0;
color: inherit;
cursor: pointer;
font: inherit;
margin: 0;
outline: none;
padding: 0;
vertical-align: middle;
}
/* 以下、ハンバーガーボタン */
.burger-btn {
display: block;
width: 30px;
height: 30px;
position: relative;
z-index: 3;
border: none;
}
.bar {
width: 25px;
height: 2px;
display: block;
position: absolute;
left: 50%;
transform: translateX(-50%);
background-color: #333;
}
.bar_top {
top:5px;
transition: transform .3s;

}

.bar_center {
top: 40%;
transition: transform .3s;

}

.bar_bottom {
bottom:10px;
transition: transform .3s;

}
.burger-btn.close .bar_top {
transform: translate(-50%, 3px) rotate(45deg);
transition: transform .3s;
}

.burger-btn.close .bar_center {
display: none;
}

.burger-btn.close .bar_bottom {
transform: translate(-50%, -6px) rotate(-45deg);
transition: transform .3s;
bottom: 14px;
}
/* 全画面表示 */
.menu_wrap {
position: fixed;
top: 0;
right: 0;
transition: all .5s;
z-index: 2;
}
.menu {
width: 100%;
height: 100%;
background: #FFF;
z-index:10;
position: relative;
margin: 0 -500px 0 auto;
transition: all .5s;;
}
.menu_list {
position: absolute;
top: 7%;
left: 0%;
right: 0%;
width: 80%;
margin: auto;
height: 90%;
overflow-y: scroll;
scrollbar-width: none;
padding: 30px 0;
box-sizing: border-box;
}
.menu_list li {
border-bottom: 1px solid rgb(0,0,0,.5);
padding: 15px 0;
box-sizing: border-box;
}

.menu_list li:last-child{
border-bottom: none;
}

.menu_list li a{
color: #0f9582;
font-size: .9rem;
}

.menu_list li a span{
color: #121212;
}
.menu_list li a .tenmetsu,
.menu_list li a .tenmetsu span{
color: #f83f32 !important;
/*animation: blinking .5s ease-in-out infinite alternate;
*/}

.menu_list span {
display: block;
font-size:1.6rem;
font-weight: 500;
margin-top: 10px;
}
.menu_list li.small {
margin-top: 10px;
font-size: 1rem;
border-bottom: none;
padding: 6px 0;
}
.menu_list li.bd {
padding-top: 20px;
}
.menu_list li a {
font-weight: 500;
width: 100%;
display: block;
line-height: 1;
}
/* メニューオープン時 */
.menu_wrap.fade {
width: 100vw;
height:calc(100vh - 60px);;
background-color: rgba(0, 0, 0, 0.4);
}
.menu_wrap.fade .menu {
margin: 0 0 0 auto;
transition: all .5s;
}
.noscroll {
overflow: hidden;
}
#header.scroll-nav {
height: 50px;
}

.enbtn {
position: absolute;
top: 10px;
right: 60px;
}

.enbtn a{
padding: 5px 8px;
box-sizing: border-box;
font-size: 0.8em;
text-align: center;
border-radius: 3px;
background: #0f9582;
color: #FFF;
}

/* hed
--------------------------------------------*/
.hed {
padding: 80px 0 30px;
}
.hed .flex_wrap {}
.hed_ttl h2 {
font-size: 0.8em;
font-weight: 500;
position: relative;
}
.hed_ttl h2::before {
content: attr(data-en);
display: block;
font-size: 40px;
font-weight: 500;
font-family: 'Roboto', sans-serif;
letter-spacing: -0.02em;
line-height: 1;
}
.pankuzu {
list-style: none;
display: flex;
box-sizing: border-box;
justify-content: right;
margin-top: 30px;
}
.pankuzu li {
font-size: 0.8em;
}
.pankuzu li::after {
content: ">";
padding: 0 10px;
text-decoration: nonep;
}
.pankuzu li:nth-last-of-type(1)::after {
content: none;
}
.pankuzu li a {color: #000;}
.hed_img {
margin: 50px auto 0 0;
}
.hed_img img {
object-fit: cover;
height: 200px;
}

.com_block {
}

.com_block_box1 {
width: 100%;
position: relative;
margin: 0 0 20px;
}

.com_block_box2 {
width:100%;
position: relative;
}

.com_hed_tit2 {
font-size: 30px;
font-weight: 500;
font-family: 'Roboto', sans-serif;
letter-spacing: -0.02em;
line-height: 1;
margin: 0 0 30px;
}

.com_hed_tit2 span{
display: block;
font-size: 12px;
padding:10px 0 0 5px;
letter-spacing: -0.02em;
}

.com_hed_tit3 {
font-size: 23px;
font-weight: 700;
margin: 0 0 30px;
}

.com_hed_tit4 {
font-size: 18px;
font-weight: 700;
margin: 0 0 30px;
}

.com_hed_tit5 {
font-size: 14px;
font-weight: 700;
margin: 0 0 30px;
}

.com_hed_tit6 {
font-size: 14px;
font-weight: 700;
margin: 0 0 40px;
}

.com_txt1 {
font-size: 1em;
font-weight: 500;
line-height: 2;
margin: 0 0 30px;
}

.com_txt2 {
line-height: 2;
margin: 0 0 40px;
}

/* main_hed
--------------------------------------------*/
.main_hed {
position: relative;
}
.main_hed .main_hed_txt {
text-align: center;
line-height: 1.8;
margin-bottom: 50px;
}
.main_hed .main_hed_tit {
text-align: center;
line-height: 1.8;
margin-bottom: 50px;
font-size: 1.2em;
}
/* btnBk
--------------------------------------------*/
.btnBk {
text-align: center;
}
.btnBk a {
position: relative;
border: 1px solid #333;
padding: 10px 60px;
border-radius: 50px;
font-size: 0.9em;
display: inline-block;
}
.btnBk a:hover {
color: #d09c80;
transition: all 0.3s ease-out;
}
/* footer
--------------------------------------------*/
#footer {
width: 100%;
box-sizing: border-box;
margin: auto;
border-top: 1px solid #ccc;
padding: 30px 0 10px;
}
.f_logo {
width: 160px;
margin: 0 auto 10px;
}
.f_logo p {
display: block;
text-align: center;
font-size: 0.9em;
margin: 0 0 30px;
}
#footer .address {
font-size: 12px;
text-align: center;
margin: 0 auto 20px;
}
.copy {
width: 96%;
margin: 0 auto;
font-size: 10px;
font-weight: 300;
letter-spacing: 0.12em;
text-align: center;
}
.copy span {
display: block;
}
#footer ul {
display: none;
}


.sp_list {
width: 100%;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
position: fixed;
bottom: 0;
z-index: 1000;
height: 60px;
background:rgba(255,255,255,1);
}
.sp_list li {
background:#0f9582;
width:49.9%;
box-sizing: border-box;
display: flex;
align-items: center;
justify-content: center;
}

.sp_list li:first-child{
background:#f83f32;
}

.sp_list li a {
display: block;
color: #fff;
text-align: center;
font-size:1.1rem;
}
.sp_list li a span.tit {
display: block;
line-height:1;
}
.sp_list li a i {
font-size: 16px;
margin: 0 0 10px;
}
.sp_list .end {
display: none;
}

}