@charset "UTF-8";

/*style.css
-----------------------------------*/
html{
    font-size: 100%;/*ユーザーの設定した文字サイズを正しく反映するように*/
}
body{
    font-family: "Yu Gothic Medium","游ゴシック Medium", YuGothic,"游ゴシック体","ヒラギノ角ゴ Pro W3", sans-serif;
    font-size: 14px;
    line-height: 1.9; /*行間設定*/
    text-align: left; /*揃える位置*/
    color: #432;
    background-color: none;/*背景色*/
    margin: 0px 15px 0px 15px;/*top right bottom left*/
}
a {
	color: #432;
	text-decoration: none;
}
a:hover {
	color:#0bd;
	text-decoration: underline;
}
a .about {
	color:#0bd;
	text-decoration: underline;
}
img{
    max-width: 100%;
}
.txtBox {
	margin-bottom: 30px;
}

/*contents
-----------------------------------*/
#main h2.sub-title{
    font-size: 30px;
    color: #432;
	margin: 0 0 15px 0;
	text-align: center;
}
#main h3.contents-title{
    font-size: 20px;
    color: #432;
	margin: 25px 0 15px 5px;
}
.home-fig{
    text-align: center;
    width: 100%;
}

/*works
-----------------------------------*/
.note{
    text-align: center;
}

/*about
-----------------------------------*/
.imgFace {
	margin-bottom: 40px;
	text-align: center;
}
.imgFace img {
	width: 240px;
	height: 240px;
}
.Profile {
	margin-bottom: 30px;
    font-size: 15px;
    display: flex;
    flex-wrap: wrap;
}
.Profile dt {
    width: 20%;
    max-width: 90px;
    font-weight: bold;
    box-sizing: border-box;
}
.Profile dd {
	width: 80%;
    font-size: 15px;
    box-sizing: border-box;
}

/*contact
-------------------------------------------*/
/*フォーム*/
form div{
    margin-bottom: 10px;
}
label{
    font-size: 1rem;
    margin-bottom: 0px;
    display: block;
}
input[type="text"],input[type="email"],input[type="tel"],textarea{
    border: 1px #000 solid;
    border-radius: 0px;
    padding: 1px;
    font-size: 1rem;
}
input[type="text"],input[type="email"],input[type="tel"]{
    width: 100%;
    max-width:400px;
}
textarea{
    width: 100%;
    max-width: 700px;
    height: 10rem;
}
input[submit]{
    border: none;
    cursor: pointer;
    line-height: 1;
}
.button{
    font-size: 1.125rem;
    background: rgb(172, 170, 169);
    color: #432;
    border-radius: 5px;
    padding: 1px 10px;
}
.required{
    color: #fff;
    background: rgb(205, 92, 92);
    font-size: 0.8rem;
    padding: 2px 4px;
    margin-left: 10px;
}/*必須*/
/*footer
-----------------------------------*/
footer{
    background: #fff;
    text-align: center;
    padding: 20px 0;
}
footer p{
    color: #000;
    font-size: 0.875rem;
    margin-top: 20px;
}

/*------------------------------------------------*/
/*--------------PCタブレット向け：761px以上--------------*/
/*------------------------------------------------*/
@media screen and (min-width: 761px) {
/*home
-----------------------------------*/
#main p.homepage{
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 20px;
    color: #000;
	margin: 40px 0 100px 0;
	text-align: center;
}

/*header
-----------------------------------*/
header {
	margin: 20px 0px 15px 0px;/*top right bottom left*/
}
.logo{
    width: 300px;
    margin-top: 30px;
}
.page-header{
    display: flex;/*箇条書きの横並び*/
    justify-content: space-between;/*両端に並べる*/
}
.wrapper{
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 4%;
}
nav ul{
    display: flex;/*箇条書きの横並び*/
    font-size: 1.25rem;
    margin-top: 60px;
    list-style: none;/*箇条書きのスタイル*/
}
nav ul li{
    margin-left: 30px;
}
.snsBtn {
	text-align: center;
    margin: 10px auto;
    justify-content: flex-end;
}
.snsBtn img {
	width: 28px;
	height: 28px;
}

/*about
-----------------------------------*/
.ProfBox{
    display: flex;/*箇条書きの横並び*/
    justify-content: space-between;/*両端に並べる*/
}
.ProfBox .ProfBoxLeft {
	min-width: 240px;
	text-align: left;
}
.ProfBox .ProfBoxRight {
    width: 100%;
    margin-left: 20px;
}

/*works
-----------------------------------*/
.external-article-widget-image{
    min-width:225px;
    height:150px;
    vertical-align:middle;
    background-repeat:no-repeat;
    background-position:50%;
    background-size:cover;
    border-left:1px solid #e8eceb;
    border-radius:0 3px 3px 0;
}
}
/*------------------------------------------------*/
/*--------------PCタブレット向け：761px以上--------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*--------------スマホ向け：760px以下--------------*/
/*------------------------------------------------*/
@media screen and (max-width: 760px) {
/*home
-----------------------------------*/
#main p.homepage{
    font-family: 'Noto Serif JP', "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 15px;
    color: #000;
    text-align: center;
    margin: 25px 0 50px 0;
}

/*header
-----------------------------------*/
header {
    margin: 10px 0px 0px 0px;/*top right bottom left*/
    text-align: center;
}
.logo{
    width: 300px;
    margin-top: 10px;
}
nav ul{
    display: flex;
    font-size: 1.25rem;
    flex-wrap: wrap;
    width: 100%;
}
nav ul li{
    width: 50%;
    list-style: none;
    background: #fff;
    border: 1px solid rgb(151, 149, 149);
    box-sizing: border-box;
}
.snsBtn {
	text-align: center;
    margin: 15px 0px 10px 0px;
    justify-content: center;
}
.snsBtn li{
    width: 20%;
    border: none;
}
.snsBtn img {
	width: 35px;
	height: 35px;
}

/*about
-----------------------------------*/
.ProfBox {
    width: 100%;
    display: block;
    text-align: left;
}

/*works
-----------------------------------*/
.external-article-widget-image{
    min-width:170px;
    height:150px;
    vertical-align:middle;
    background-repeat:no-repeat;
    background-position:50%;
    background-size:cover;
    border-left:1px solid #e8eceb;
    border-radius:0 3px 3px 0;
}
}
/*------------------------------------------------*/
/*--------------スマホ向け：760px以下--------------*/
/*------------------------------------------------*/

.box-article{
    margin-bottom: 10px;
}
.external-article-widget{
    display: flex;
    justify-content: space-between;
    width: 90%;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    overflow: hidden;
    margin: 0px 5% 0px 5%;
}
.external-article-widget:hover{
    border:1px solid #a8abb1;
    -webkit-transition: border .2s cubic-bezier(1,0,0,1);
    transition: border .2s cubic-bezier(1,0,0,1)
}
.external-article-widget-txt{
    width:100%;
    padding: 10px;
}
.external-article-widget-title{
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
}
.external-article-widget-description{
    display:-webkit-box;
    color:#787c7b;
    word-break:break-all;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
}

