@charset "utf-8";
/* ==========================================================================
Base styles
========================================================================== */
/* box-sizing */
*,
*::before,
*::after {
box-sizing: border-box;
}
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, 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-style:normal;
font-weight:normal;
vertical-align:baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display:block;
}
html{
overflow-y:scroll;
}
blockquote, q {
quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content:'';
content:none;
}
input, textarea{
margin:0;
padding:0;
}
ol, ul{
list-style:none;
}
table{
border-collapse:collapse;
border-spacing:0;
}
caption, th{
text-align:left;
}
a:focus {
outline:none;
}
body{
font-family: "Noto Sans JP", sans-serif;
font-size:14px;
color:#2B3038;
word-break:break-all;
word-wrap:break-word;
}
a:link{
color:#1F1F5F;
text-decoration:none;
}

a:visited{
color:#2200aa;
}
.pc{
display: block;
}
.sp{
display: none;
}
img.pc{
display: block;
}
img.sp{
display: none;
}
.contents_in{
max-width: 1060px;
margin: 0 auto;
width: 82.81%;
}
.en{
font-family: "Ubuntu", sans-serif;
}
/* ==========================================================================
utility tool
========================================================================== */
/* clearfix */
.clearfix:before,
.clearfix:after{
content:" ";
display:table;
}
.clearfix:after{
clear:both;
}
.clearfix{
*zoom:1;
}
/* text */
ul,ol{
list-style:none;
padding:0;
margin:0;
}
li{
list-style-type:none;
padding:0;
margin:0;
}

img{
display: block;
width: 100%;
height: auto;
}

/* ==========================================================================
layout
========================================================================== */
.u_header {
background:white;
position: absolute;
top: 0;
width: 100%;
z-index: 10;
}
.u_header_wrap {
display: flex;
justify-content: space-between;
max-width:1200px;
padding: 31.5px 0;
margin:0 auto;
align-items: center;
width: 95%;
}
.u_header .logoSet {
display: flex;
align-items: center;
}
.u_header .logo img {
width:131px;
}
.u_header .logoSet .collaboMark {
margin: 0 26.8px;
width: 11.02px;
}
.u_header .logoSet .collaboLogo {
width: 134px;
}
.headerRight {
margin-left: auto; /* ロゴ折り返しの際の対策 */
}

.u_headerPrTag { /* ヘッダーの「PR企画」表示必須 */
text-align:right;
font-size:16px;
line-height:1.6;
color:#cccccc;
font-weight:bold;
font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}

.l_contents .l_contents_mainLayout{
width: 100%;
margin:0 auto;
}

.l_contents .l_contents_footer{
max-width: 1060px;
margin:0 auto;
padding:27.9px 0 19.6px;
width: 82.8%;
}

/* bottomNavigation(sticky) */
.u_bottomNavigation {
position:fixed;
right:15px;
bottom:110px;
z-index: 4000000;
}
.u_bottomNavigation a {
display: block;
color: #333;
font-size: 10px;
font-weight: bold;
line-height: 1.2em;
text-align: center;
text-decoration: none;
opacity: 0.8;
}
.u_bottomNavigation a:hover {
opacity: 0.7;
}
.u_bottomNavigation a span {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width:62px;
height:62px;
margin-bottom: 4px;
background: #333;
border-radius: 50%;
}

/* ページトップへのリンク（フッター上） */
.u_linkPagetop{
display: block;
padding: 10px 0;
background-color: #FFF;
cursor: pointer;
text-align: center;
text-decoration: none;
border-bottom:solid 1px #dddddd;
border-width:1px 0;
}
.u_linkPagetop span{
padding-left:10px;
}
.u_linkPagetop a{
display:block;
color: #0098de;
}
.u_linkPagetop a span{
padding:5px 20px 5px 5px;
background:url(../img/00_pagetop_footer.png) no-repeat right center;
background-size:15px 15px;
}




/* ==========================================================================
responsive
========================================================================== */

@media screen and (max-width:768px) {
.pc{
display: none;
}
.sp{
display: block;
}
img.pc{
display: none;
}
img.sp{
display: block;
}
.u_header {
position: relative;
}
.u_header_wrap {
padding: 20px;
align-items: center;
width: 100%;
left: 0;
top: 0;
background-color: #fff;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
position: relative;
flex-direction: column-reverse;
padding: 0;
}

.u_header .logoSet {
width: 100%;
padding: 0 10px 12px;
}

.u_header .logoSet img {
width:102px;
}
.u_header .logoSet .collaboMark {
margin: 0 8.9px 0 12.5px;
}
.u_header .logoSet .collaboMark img {
height:8.57px;
width: 8.57px;

}
.u_header .logoSet .collaboLogo img {
width: 95.374px;
}

.u_headerPrTag {
font-size: 14px;
margin: 5px 5px -10px 5px;
font-weight: normal;
}

.l_contents .l_contents_footer {
padding: 20.3px 0 25.2px;
width: 89.33%;
}

.contents_in {
width: 89.33%;
}
}
