@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
/*
Theme Name: company-jiro
Author: 株式会社ホウオン
Description: 「社内ポータル」のテーマです。
*/

/*共通
---------------------------------------*/
/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}ul{list-style:none}button,input,select{margin:0}html{box-sizing:border-box}*,*::before,*::after{box-sizing:inherit}img,video{height:auto;max-width:100%}iframe{border:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

a{
text-decoration:none;
border:none;
-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
color: #000;
}

a:hover{
opacity: 0.7;
}

img{
line-height: 0;
border:none;
-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}

body{
color: #000;
font-family: 'Noto Sans JP', sans-serif;
line-height: 1;
text-align: left;
background: #fff;
}

#wrapper{
position: relative;
width: 100%;
}


/*非ログイン
---------------------------------------*/
body.no_login{
background: #f1f1f1;
}

#no_login{
color: #444;
font-size: 15px;
line-height: 1.4;
text-align: center;
background: #fff;
border: 1px solid #ccd0d4;
width: 80%;
margin: 40px auto;
padding: 20px;
}

#no_login a{
color: #4169e1;
font-size: 18px;
text-decoration: underline;
}


/*ログインバー
---------------------------------------*/
#user_bar{
color: #fff;
font-size: 13px;
line-height: 1.4;
text-align: right;
padding: 7px 20px;
background: #333333;
}

#user_bar p{
display: inline-block;
margin: 0;
}

#user_bar .logout{
padding-left: 10px;
}

#user_bar .logout a{
color: #fff;
text-decoration: underline;
}


/*header
---------------------------------------*/
header{
font-size: 24px;
font-weight: bold;
text-align: center;
background: #ffea00;
padding: 20px 0;
}

header img{
vertical-align: middle;
margin-right: 7px;
}


/*footer
---------------------------------------*/
footer{
font-size: 12px;
text-align: center;
background: #ffea00;
padding: 20px;
}


/*#contents
---------------------------------------*/
#contents{
position: relative;
max-width: 1000px;
margin: 15px auto 40px;
padding: 0 20px;
}

.home #contents{
margin-top: 40px;
}


/*共通項目
---------------------------------------*/
.c-ttl{
font-size: 25px;
text-align: center;
line-height: 1.5;
letter-spacing: 1px;
margin-bottom: 30px;
}

.c-list li+li{
margin-top: 1.5em;
}

.c-list li a{
display: block;
position: relative;
font-size: 15px;
line-height: 1.5;
text-align: justify;
padding-left: 100px;
}

.c-list__date{
position: absolute;
left: 0;
}

/*パンくず*/
#breadcrumbs{
margin-bottom: 40px;
}

#breadcrumbs li{
display: inline-block;
font-size: 13px;
}

#breadcrumbs li+li::before{
content: ">";
margin: 0 7px;
}


/*HOME
---------------------------------------*/
#home .news .btn{
font-size: 15px;
text-align: center;
margin-top: 50px;
}

#home .news .btn a{
display: inline-block;
border: solid 1px #000;
padding: 7px 20px;
}

#home .calendar{
margin-top: 100px;
}

#home .calendar .box{
position: relative;
padding-bottom: 100%;
height: 0;
}

#home .calendar iframe{
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}


/*お知らせ
---------------------------------------*/
#pager,#pager-single{
text-align: center;
margin: 70px 0 50px;
}

.page-numbers{
margin: 0 7px;
}

.page-numbers.current{
color: #ccc;
}

#pager-single p{
display: inline-block;
margin: 0 20px;
}

/*個別記事*/
#news-single .date{
font-size: 15px;
text-align: center;
margin-bottom: 40px;
}

.entry-single{
font-size: 15px;
line-height: 1.5;
text-align: justify;
word-break: break-word;
}

.entry-single a{
text-decoration: underline;
}

.entry-single > *{
margin-top: 1.5em;
}

.entry-single img{
display: block;
max-width: 100%;
height: auto;
margin: auto;
}

.entry-single figcaption{
line-height: 1.2;
margin-top: 0.2em !important;
margin-bottom: 0 !important;
}

.entry-single .wp-block-embed{
line-height: 0;
margin: 0;
}

.entry-single iframe{
display: block;
max-width: 100%;
margin: auto;
}

.entry-single ul,
.entry-single ol{
margin-left: 1.5em;
}

.entry-single ul{
list-style-type: disc;
}

.entry-single ol{
list-style-type: decimal;
}

.entry-single li+li{
margin-top: .5em;
}

.entry-single .wp-block-gallery{
margin-left: 0;
}

.entry-single .wp-block-gallery .blocks-gallery-item figcaption{
box-sizing: border-box;
padding: 10px;
}

.entry-single .wp-block-button{
margin-bottom: 0;
}