@charset "utf-8";
/* 標準可変メディア
   メモ : 可変メディアでは、HTML からメディアの高さおよび幅の属性を削除する必要がある
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 では最大幅がサポートされていないため、デフォルトで幅 100% に設定される */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver 可変グリッドプロパティ
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	以下からヒントを入手 : Ethan Marcotte 氏の「レスポンシブ Web デザイン」 
	http://www.alistapart.com/articles/responsive-web-design
	
	および Joni Korpi 氏の「Golden Grid System」
	http://goldengridsystem.com/ 
*/
.header{
    width: 96%;
    margin: 0 auto;
    position: relative;
}
.catch {
    position: absolute;
    top: 10%;
    right: 5%;
}
.catch p{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 180%;
    letter-spacing: 0.25em;
}
.outlineContent dt{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
	line-height: 180%;
    margin: 30px 0 0 0 ;
}
.outlineContent dt span{
    color: #c69c6d;
}
.outlineContent dd{
    margin: 0 0 0 0;
}
.itemList1 .item{
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    margin: 10px 1%;
    width: 98% ;
    position: relative;
    background: #fff;
    border-radius: 12px;
    padding: 12px 12px;
}
.itemList1 .item .textBox{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    heigh: 100%;
}
.itemList1 .item:nth-child(1) .textBox > div{
    padding: 4em 0 0 0 ;
}
.itemList1 .item:nth-child(2) .textBox > div{
    padding: 2em 0 0 0 ;
}
.itemList1 .item:nth-child(3) .textBox > div{
    padding: 4em 0 0 0 ;
}
.itemList1 .item:nth-child(4) .textBox > div{
    padding: 1em 0 0 0 ;
}
.itemList1 .item .textBox dl{
    text-align: center;
}
.itemList1 .item .textBox dt{
    font-weight: bold;
}
.outlineContent ul{
    list-style-type: none;
    padding: 0 0 0 3em;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
	line-height: 180%;
}
.outlineContent ul li{
    text-indent: -3em;
}
.itemList2 .item > div{
    display: inline-block;
    vertical-align: middle;
}
.itemList2 .item .imageBox{
    width: 100%;
    margin: 50px 0 20px 0;
    box-sizing: border-box;
    text-align: center;
}
.itemList2 .item .textBox{
    width: 100%;
    margin: 0 0 0 0;
    box-sizing: border-box;
}
.itemList2 .signature{
    text-align: right;
}
.itemList2 .signature p{
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
.telButton{
    background: #fff;
    color: #000;
    padding: 0.5em 1em;
    font-size: 14px;
    font-weight: normal;
}
.telButton:hover{
    color: #000;
    opacity: 0.5;
}
.telButton img{
    width: 10%;
}
.telButton > span{
    display: inline-block;
    vertical-align: middle;
}
.telButton span span{
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.4em;
}
.anker{
    padding: 100px 0 0 0 ;
}
.tabBox a{
    display: inline-block;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 17px;
    letter-spacing: 0.25em;
    color: #c69c6d;
    border-radius: 8px 8px 0 0;
    background: #cccccc;
    width: 50%;
    text-align: center;
    padding: 0.25em 0;
    text-decoration: none;
}
.tabBox a:nth-child(2){
    color: #ff7bac;
}
.tabBox a:hover{
    opacity: 0.6;
}
.tabBox .activeTab{
    background: #fff;
}
.tabItem > div {
	background: #fff;
	border-radius: 8px 8px 0 8px;
	padding: 10px 0;
}
.tabItem > p{
    margin: 0;
    text-align: right;
}
.tabItem > p a:visited{
    color: #333333;
}
.tabItem > p a{
    display: inline-block;
    vertical-align: top;
    background: #fff;
    border-radius: 0 0 8px 8px;
    padding: 0.25em 1em;
    text-decoration: none;
    color: #333333;
    font-size: 17px;
    letter-spacing: 0.25em;
}
.tabItem > p a:hover{
    opacity: 0.7;
}
.tabItem{
    display: none;
}
.activeTabItem{
    display: block;
}
.whatsNewListBox2{
    border-radius: 13px 13px 0 13px ;
}
.whatsNewLink{
    margin: 0;
    text-align: right;
}
.whatsNewLink a:visited{
	color: #333333;
}
.whatsNewLink a{
	display: inline-block;
	vertical-align: top;
	background: #fff;
	border-radius: 0 0 8px 8px;
	padding: 0.25em 1em;
	text-decoration: none;
	color: #333333;
	font-size: 17px;
	letter-spacing: 0.25em;
}
.whatsNewLink a:hover {
	opacity: 0.7;
}
/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */

@media only screen and (min-width: 481px) {
.header{
    width: 87%;
}
.catch {
    top: 30%;
    right: 10%;
}
.catch p{
    font-size: 34px;
}
}

/* デスクトップレイアウト : 769 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */

@media only screen and (min-width: 768px) {
.itemList1 .item{
    margin: 10px 1%;
    width: calc(96% / 2) ;
    padding: 12px 12px;
}
.itemList1 .item .textBox dd p{
    font-size: clamp(11px, 1.1vw, 14px) ;
}
.itemList2 .item .imageBox{
    width: 25%;
    margin: 0 2% 0 0;
}
.itemList2 .item .textBox{
    width: 73%;
    margin: 0 0 0 0;
}
.telButton{
    padding: 0.5em 1em;
    font-size: 19px;
}
.telButton img{
    width: auto;
}
.telButton span span{
    font-size: 34px;
}
}
