/******************************************
Theme Name: WHITE BOX
Theme URI: https://alicex.jp/shikiri/1/
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/
******************************************/
*{
margin:0;
padding:0;
font-size:100%;
font-weight:normal;
box-sizing:border-box;
}
/*body要素*/
body{
color:#444;
background:#f7f7f7;
line-height:1.6;
font-size:14px;
font-family:'Assistant','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',Meiryo,メイリオ,sans-serif;
word-break:break-all;
text-align:justify;
}
/*リンク*/
a{
color:#0e7ac4;
}
ul{
margin-left:20px;
}
li{
padding:4px 0;
}
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;
}
.brand{
display:block;
width:60px;
height:60px;
overflow:hidden;
object-fit:cover;
margin:0 auto 0px auto;
clear:both;
}
.radius{
border-radius:60px;
}
.fc{
width:calc(100% - 10px);
margin:0 5px 10px 5px;
color:#444;
background:#fff;
box-shadow:6px 5px 8px rgba(0,0,0,0.1);
}
.fc .upper{
display:flex;
}
.fc .upper .icons{
display:inline-block;
width:60px;
height:60px;
overflow:hidden;
object-fit:cover;
margin:0 auto;
border-radius:4px;
background:#fff;
}
.fc .upper .group{
width:100%;
padding:12px;
background:#fff;
}
.fc .upper .group .numbering{
font-size:110%;
font-weight:bold;
}
.fc .upper .group .p em{
font-style:normal;
color:#26AE90;
background:#f8f8f8;
}
.fc .upper .group .mailbox{
margin-bottom:12px;
}
.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;
}