@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/ 
*/

/* モバイルレイアウト : 480 px およびそれ以下. */
.overlay p{
    font-family: 'Noto Serif JP', serif;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    margin: 20% 0 0 0;
    line-height: 160%;
    letter-spacing: 0.3em;

}
h2{
    font-family: 'Noto Serif JP', serif;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    color: #036EB7;
    line-height: 160%;
    letter-spacing: 0.2em;
}
.introContent{
    margin: 50px auto 0 auto;
}
.introContent > div{
    width: 90%;
    margin: 0 auto;
}
.globalBizContent {
    position: relative;
}
.globalBizContent .textBox{
    width: 95%;
    margin: 0 auto 50px auto;
}
.globalBizContent h3{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.globalBizContent p{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
	line-height: 180%;
}
.worriesContent h3{
    font-size: 18px;
    letter-spacing: 0.1em;
    text-align: center;
    font-weight: bold;
}
.worriesContent h3 span{
    display: inline-block;
    background: #F29600 ;
    border-radius: 50%;
    color: #fff;
    width: 1.3em;
    text-align: center;
    letter-spacing: 0;
    margin: 0 0.05em;
}
.worriesContent .itemList{
    text-align: center;
}
.worriesContent .itemList > div{
    display: inline-block;
    position: relative;
    margin: 10px 10px;
}
.worriesContent .itemList > div:nth-child(1){
	padding: 0 0 0 0;
}
.worriesContent .itemList img{
	position: absolute;
	bottom: 0;
	left: 0;
    display: none;
}
.worriesContent .titleBox{
    border: solid 2px #036EB7;
    background: #036EB7;
    border-radius: 7px 7px 0 0 ;
    width: 100%;
}
.worriesContent .titleBox p{
    margin: 0.2em 0;
    font-size: 16px;
    color: #fff;
    text-align: center;
    font-weight: bold;
}
.worriesContent .textBox{
    border: solid 2px #036EB7;
    border-radius: 0 0 7px 7px;
    width: 100%;
    text-align: left;
}
.worriesContent .textBox ul{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
	line-height: 200%;
    padding: 0 0 0 1.5em;
    margin: 0.5em ;
}
.worriesContent .textBox li{
    color:#EA6000;
}
.worriesContent .textBox li > span{
    color: #000;
}
.worriesContent .textBox .highlight{
    background-image: linear-gradient(0deg, rgba(250, 237, 0, 1) 40%, rgba(255, 255, 255, 0) 41%);
}
.downArrow {
    text-align: center;
}
.downArrow p {
	font-size: 40px;
	font-weight: bold;
	line-height: 110%;
}
.itemList2{
    text-align: center;
}
.itemList2 > div{
    display: inline-block;
}
.itemList2 .item{
    background: #036EB7;
    border-radius: 50%;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 33px;
    width: 6em;
    height: 6em;
    vertical-align: bottom;
    margin: 10px 10px;
}
.itemList2 .item p {
	font-size: 19px;
	color: #fff;
	text-align: center;
	margin: 1.5em 0 0 0;
	font-weight: bold;
	line-height: 130%;
}
.itemList2 .item h4{
    color:#FFF000;
    font-size: 33px;
    text-align: center;
    font-weight: bold;
    margin: 0.5em 0;
    letter-spacing: 0;
}
.worriesContent .linkButton {
	font-size: 24px;
	background: #036EB7;
	border-radius: 15px;
	font-weight: bold;
	letter-spacing: 0;
	margin: 50px 0;
	padding: 0.75em 1em;
}
.bizContent h3{
    font-size: 40px;
    text-align: center;
}
.bizContent .itemList{
    text-align: center;
}
.bizContent .item{
    display: inline-block;
    border-radius: 17px;
    border: solid 8px #fff;
    position: relative;
    overflow: hidden;
    box-shadow: 4px 7px 5px rgba(0,0,0,0.75) ;
    margin: 5px;
}
.bizContent .item img{
    width: 100%;
}
.bizContent .item h4{
    background: #29ABE2;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    font-size: 16px;
    padding: 0.5em 0;
}
.bizContent .item a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.bizContent .item a:hover{
    background: rgba(255,255,255,0.3);
}
.bizContent .item a:active{
    background: rgba(255,255,255,0.3);
}
/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */

@media only screen and (min-width: 481px) {
.overlay p{
    font-size: 38px;
}
h2{
    font-size: 51px;
}
.introContent > div{
    width: 72%;
}
.worriesContent h3{
    font-size: 40px;
}
.worriesContent .itemList > div:nth-child(1){
	padding: 0 0 0 16%;
}
.worriesContent .titleBox p{
    font-size: 28px;
}
.worriesContent .textBox ul{
    font-size: 18px;
}
.worriesContent .linkButton {
	font-size: 40px;
}
.worriesContent .itemList img{
    display: block;
}
.bizContent .item h4{
    font-size: 20px;
}
}

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

@media only screen and (min-width: 768px) {
.globalBizContent .textBox{
    position: absolute;
    width: 60%;
    bottom: 0;
    right: 4.5%;
    
}
.globalBizContent .textBox > div{
    border-left: solid 2px #000;
    padding: 0 0 0 2%;
}
.globalBizContent h3{
    font-size: 36px;
    text-align: left;
}
.globalBizContent p{
    font-size: 18px;
}
}