/******************************************
Theme Name: WHITE BOX
Theme URI: https://alicex.jp/shikiri/
Description: トップページ用デザイン
Version: 1.0.0
Author: ARCHETYP
Author URI: https://alicex.jp/shikiri/
          : https://alicex.jp/
License: GNU General Public License
License URI: https://alicex.jp/shikiri/2/
******************************************/
/*全ての要素*/
*{
word-break:break-all;
word-wrap:break-word;
overflow-wrap:break-word;
line-break:strict;
word-wrap:break-word;
-webkit-text-size-adjust:none;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
margin:0;
padding:0;
outline:none;
}
/*body要素*/
body{
color:#444;
background:#f7f7f7;
line-height:1.6;
font-size:12px;
font-family:Assistant,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',Meiryo,メイリオ,sans-serif;
word-break:break-all;
text-align:justify;
}
/*リンク*/
a{
color:#0e7ac4;
}
article{
margin:20px auto;
max-width:100%;
}
/*ヘッダーとフッター*/
.header,footer{
font-family:'Montserrat',sans-serif;
display:block;
font-size:16px;
width:100%;
max-width:100%;
padding:22px 10px 15px 10px;
color:#444;
background:#fff;
text-align:center;
box-shadow:6px 5px 8px rgba(0,0,0,0.1);
}
/*ヘッダー*/
.header{
margin:-20px 0 10px 0;
font-weight:700;
font-size:30px;
}
.header small{
font-size:16px;
}
/*フッター*/
footer{
padding:22px 10px 35px 10px;
margin:0 auto;
border-top:1px solid #efefef;
}
section.section{
display:flex;
flex-wrap:wrap;
width:96%;
max-width:960px;
margin:0 auto;
}
/*カードBOX領域*/
.card{
width:calc(100% / 4 - 10px);
margin:0 5px 10px 5px;
color:#bcbcbc;
background:#fff;
box-shadow:6px 5px 8px rgba(0,0,0,0.1);
}
/*カード部分のリンク*/
.card a{
text-decoration:none;
margin:0;
padding:22px 0 15px 0;
display:block;
text-align:right;
font-size:12px;
color:#666;
}
.card .upper{
font-weight:bold;
}
/*カード部分の画像*/
.card .upper .icons{
display:block;
width:60px;
height:60px;
overflow:hidden;
object-fit:cover;
margin:0 auto;
border-radius:4px;
background:#fff;
}
.radius{
border-radius:60px !important;
overflow:hidden;
}
.bgc{
background:#e3f2fd;
}
.card .upper .numbering{
font-weight:bold;
font-size:20px;
font-family:Alike,serif;
display:inline-block;
width:28px;
height:40px;
line-height:40px;
color:#cfcfcf;
float:left;
}
.card .upper .topics{
font-weight:bold;
display:inline-block;
text-align:center;
width:100%;
height:40px;
line-height:40px;
padding:0 6px 0 12px;
}
.card p{
color:#7f7f7f;
text-align:center;
padding:15px 6px 0 6px;
border-top:1px solid #efefef;
}

.breadcrumb {
width:98%;
max-width:960px;
margin-left:auto;
margin-right:auto;
margin-bottom:6px;
padding:0px 15px;
list-style:none;
font-size:13px;
background-color:#f5f5f5;
border-radius:4px;
}
.breadcrumb > li {
display:inline-block;
}
.breadcrumb > li + li:before {
padding:0 5px;
color:#aaa;
content:"\00bb";
}
.breadcrumb > .active {
color:#777;
}