/*------------------------------------------------------------------------------------------------------------------------------------------

* customer

------------------------------------------------------------------------------------------------------------------------------------------*/

/* screen width 768px未満
---------------------------------------------------------------------*/

#customer {
	
}

#customer .box {
	
}

#customer #box1 {
	width:calc(100% - 70px );
	margin:0 auto;
}

#customer #box1 .left {
	width:100%;
	background:#f2f2f2;
	padding:20px 20px 25px;
	box-sizing: border-box;
}

#customer #box1 .left h3 {
	font-size:1.6rem;
	font-weight:bold;
	text-align: center;
	line-height: 1.4;
	margin-bottom:18px;
}

#customer #box1 .left h3:after {
	content:"";
	display:block;
	width:30px;
	height:3px;
    margin: 10px auto 0;
    background: #000066;
}

#customer #box1 .right {
	width:calc(100% - 55px);
	margin: -15px auto 0;
}

#customer #box1 .right img {
	display:block;
	box-shadow: 4px 4px 0px rgba(98,149,204,0.4);
}


/*#box2*/

#customer #box2 {
	position: relative;
	width: calc(100% - 40px);
    margin: 25px auto 0;
    padding: 0 20px 16px;
    box-sizing: border-box;
    background: -moz-linear-gradient(top, #f2f2f2 0%, #f2f2f2 19%, #eee9e4 19%, #eee9e4 100%);
    background-image: url(../img/icon_ques.svg), -webkit-linear-gradient(top, #f2f2f2 0%,#f2f2f2 20%,#eee9e4 20%,#eee9e4 100%);
	background-image: url(../img/icon_ques.svg), -ms-linear-gradient(top, #f2f2f2 0%,#f2f2f2 20%,#eee9e4 20%,#eee9e4 100%); /* IE */
    background-repeat: no-repeat, repeat;
    background-position: center 8vw, top left;
    background-size: 128px auto, auto;
    /* background: linear-gradient(to bottom, #f2f2f2 0%,#f2f2f2 19%,#eee9e4 19%,#eee9e4 100%);*/

}

#customer #box2:before{
	content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 0;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    top: 0;
    left: 0;
}

#customer #box2:after{
	content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 0;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: rotate(180deg);
}


#customer #box2 h4 {
	font-size: 1.6rem;
    font-weight: bold;
    padding: 13px 0 0;
    box-sizing: border-box;
    text-align: center;
}

#customer #box2 ul {
	margin: 31px auto 0;
}

#customer #box2 ul li {
    width: 19em;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    line-height: 1.5;
}
#customer #box2 ul li + li {
	margin: 3px auto 0;
}
#customer #box2 ul li:before{
	content: "";
    display: block;
    width: 14px;
    min-width: 14px;
    height: 18px;
    background: url(../img/icon_check.svg) no-repeat center;
    background-size: 14px auto;
    margin-top: 0px;
    margin-right: .2em;
}

#customer #box3 {
	width:100%;
	padding:0 20px;
	box-sizing:border-box;
}

#customer #box3:before {
	content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url(../img/ar_btm-w.svg) no-repeat center;
    background-size: 30px auto;
    margin: 10px auto;
}

#customer #box3 > div {
	background:#f7fafc;
	padding: 20px 22px 50px;
	box-sizing: border-box;
	position: relative;
}

#customer #box3 > div .left {
	background: #dae3f3;
    padding: 12px 20px 50px;
    box-sizing: border-box;
}

#customer #box3 > div .left h4 {
	color:#000066;
	font-size:1.6rem;
	font-weight:bold;
}

#customer #box3 > div .left p {
	margin-top: 10px;
    color: #000066;
    line-height: 1.7;
}

#customer #box3 > div .right{
	width: 76%;
    height: 65px;
    background: #000066;
    box-shadow: 4px 4px 0px rgba(98,149,204,0.4);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto auto 18px auto;
}

#customer #box3 > div .right a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
	padding:8px;
	box-sizing: border-box;
}

#customer #box3 > div .right span {
	width: 50px;
    height: 50px;
    border: #FFF 1px solid;
    color: #FFF;
    font-size: 1.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1.4;
}

#customer #box3 > div .right p {
	font-size:1.6rem;
	font-weight:bold;
	color:#FFF;
    text-align: center;
    margin-left: 30px;
    margin-top: -4px;
	letter-spacing: 1px;
}

#customer #box3 > div .right p:after {
	content: "";
    display: block;
	margin:0 auto;
    width: 75px;
    height: 5px;
    background: url(../img/ar_border-r-wh.svg) no-repeat center;
    background-size: 75px auto;
    margin-top: 3px;
}










/* 横向き用
---------------------------------------------------------------------*/

@media (orientation: landscape) {
}




/* TAB用768px～（TAB）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 768px) {

#customer #box1 {
    width: calc(100% - 100px );
}

#customer #box1 .left {
    padding: 40px 30px 50px;
}

#customer #box1 .left h3 {
    font-size: 2.6rem;
    margin-bottom: 36px;
}

#customer #box1 .left h3:after {
    content: "";
    display: block;
    width: 45px;
    height: 4px;
    margin: 18px auto 0;
    background: #000066;
}

#customer #box1 .right {
    width: calc(100% - 300px);
    margin: -30px auto 0;
}

#customer #box1 .right img {
    box-shadow: 8px 8px 0px rgba(98,149,204,0.4);
}


#customer #box2 {
    width: calc(100% - 80px);
    margin: 50px auto 0;
    padding: 0 40px 30px;
    background-image: url(../img/icon_ques.svg), -webkit-linear-gradient(top, #f2f2f2 0%,#f2f2f2 30%,#eee9e4 20%,#eee9e4 100%);
	background-image: url(../img/icon_ques.svg), -ms-linear-gradient(top, #f2f2f2 0%,#f2f2f2 30%,#eee9e4 20%,#eee9e4 100%); /* IE */
    background-repeat: no-repeat, repeat;
    background-position: center 4vw, top left;
    background-size: 128px auto, auto;
}

#customer #box2:before{
}

#customer #box2:after{
}

#customer #box2 h4 {
    font-size: 2.6rem;
    padding: 13px 0 0;
}

#customer #box2 ul {
    margin: 40px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#customer #box2 ul li {
	width: 19em;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    line-height: 1.5;
}

#customer #box2 ul li + li {
    margin: 3px auto 0;
	display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    line-height: 1.5;
}


#customer #box3 {
    padding: 0 40px;
}

#customer #box3:before {
    content: "";
    display: block;
    width: 45px;
    height: 45px;
    background: url(../img/ar_btm-w.svg) no-repeat center;
    background-size: 45px auto;
    margin: 20px auto;
}

#customer #box3 > div {
    padding: 20px 22px 76px;
}

#customer #box3 > div .left {
    padding: 12px 20px 76px;
    box-sizing: border-box;
}

#customer #box3 > div .left h4 {
    font-size: 2.6rem;
    text-align: center;

}

#customer #box3 > div .left p {
    margin-top: 13px;
	text-align: center;
}

#customer #box3 > div .right {
    width: 60%;
    height: 100px;
    box-shadow: 8px 8px 0px rgba(98,149,204,0.4);
    margin: auto auto 28px auto;
}

#customer #box3 > div .right p {
    margin-left: calc((100% - 74px - 126px) / 2);
    margin-top: -4px;
    font-size: 2rem;
}

#customer #box3 > div .right a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 13px;
    box-sizing: border-box;
}

#customer #box3 > div .right span {
    width: 74px;
    height: 74px;
    font-size: 1.6rem;
}











}



/* iPad pro・ノートPC用1024px～（NPC）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 1024px) {

#customer #box1 {
    width: 100%;
    max-width: 1024px;
    padding:0 40px;
	box-sizing: border-box;
	position: relative;
}

#customer #box1 .left {
    width: 58%;
    max-width: 610px;
    padding: 50px 60px;
}

#customer #box1 .left h3 {
    font-size: 3.2rem;
    margin-bottom: 25px;
}

#customer #box1 .left h3:after {
    content: "";
    width: 60px;
    height: 7px;
    margin: 25px auto 0;
    background: #000066;
}

#customer #box1 .right {
    width: 42%;
    max-width: 620px;
    margin: 0;
    position: absolute;
    top: 120px;
    right: 48px;
}

#customer #box1 .right img {
	
}


#customer #box2 {
    margin: 100px auto 0;
    padding: 0 0 40px;
    background-image: url(../img/icon_ques.svg), -webkit-linear-gradient(top, #f2f2f2 0%,#f2f2f2 34%,#eee9e4 34%,#eee9e4 100%);
	background-image: url(../img/icon_ques.svg), -ms-linear-gradient(top, #f2f2f2 0%,#f2f2f2 34%,#eee9e4 34%,#eee9e4 100%); /* IE */
    background-repeat: no-repeat, repeat;
    background-position: center 60px, top left;
    background-size: 140px auto, auto;
}

#customer #box2:before {
    border-width: 30px 30px 0 0;
}

#customer #box2:after {
    border-width: 30px 30px 0 0;
}

#customer #box2 h4 {
    font-size: 3.2rem;
    padding: 25px 0 0;
}

#customer #box2 ul {
    margin: 65px auto 0;
    width: 730px;
}

#customer #box2 ul li {
	font-size: 1.8rem;
    width: 19em;
    margin: 0;
}


#customer #box2 ul li:before {
    content: "";
    display: block;
    width: 18px;
    min-width: 18px;
    height: 22px;
    background: url(../img/icon_check.svg) no-repeat center;
    background-size: 18px auto;
    margin-top: 2px;
    margin-right: .3em;
}

#customer #box2 ul li + li {
    margin: 0;
}

#customer #box2 ul li + li + li {
    margin: 5px 0 0;
}


#customer #box3 {
    padding:0 40px;
}

#customer #box3:before {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    background: url(../img/ar_btm-w.svg) no-repeat center;
    background-size: 60px auto;
    margin: 40px auto 70px;
}

#customer #box3 > div {
	width:calc(100% - 40px);
	height: 260px;
    padding: 60px 80px;
    margin: auto 0 auto auto;
    position: relative;
}

#customer #box3 > div .left {
	width:560px;
    padding: 35px 35px 60px;
    position: absolute;
    top: -30px;
    left: -40px;
}

#customer #box3 > div .left h4 {
    font-size: 3.2rem;
    width: 560px;
    margin: 0;
	text-align: left;
}

#customer #box3 > div .left p {
    margin-top: 14px;
    width: 100%;
	text-align: left;
    margin-left: 0;
    margin-right: 0;
}

#customer #box3 > div .right {
    width: 480px;
    height: 130px;
    box-shadow: 8px 8px 0px rgba(98,149,204,0.4);
    margin: auto auto -15px auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -380px;
    left: 0;
}

#customer #box3 > div .right p {
    margin-left: 60px;
    margin-top: -9px;
    font-size: 3.2rem;
}

#customer #box3 > div .right p:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 146px;
    height: 10px;
    background: url(../img/ar_border-r-wh.svg) no-repeat center;
    background-size: 146px auto;
    margin-top: 3px;
}

#customer #box3 > div .right a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 15px;
    box-sizing: border-box;
	transition:all 0.5s;
}

#customer #box3 > div .right a:hover{
	opacity:.5;
}

#customer #box3 > div .right span {
    width: 100px;
    height: 100px;
    font-size: 2rem;
}






}



/* PC用1280px～（PC）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 1280px) {

#customer #box1 {
    width: 1280px;
	max-width:inherit;
}

#customer #box1 .left {
    width: 50.8%;
    max-width: 610px;
    padding: 45px 85px;
	position: relative;
}

#customer #box1 .left:after {
    content: "";
    display: block;
    width: 9px;
    height: 152px;
    background: url(../img/ar_border-btm.svg) no-repeat center;
    background-size: 9px auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto auto -125px;
}

#customer #box1 .right {
    width: 51.6%;
    max-width: 620px;
    margin: 0;
    position: absolute;
    top: 115px;
    right: 48px;
}

#customer #box1 .right img {
}

#customer #box2 {
	width: 1200px;
    margin: 200px auto 0;
    padding: 0 0 40px;
    background-image: url(../img/icon_ques.svg), -webkit-linear-gradient(top, #f2f2f2 0%,#f2f2f2 34%,#eee9e4 34%,#eee9e4 100%);
	background-image: url(../img/icon_ques.svg), -ms-linear-gradient(top, #f2f2f2 0%,#f2f2f2 34%,#eee9e4 34%,#eee9e4 100%); /* IE */
    background-repeat: no-repeat, repeat;
    background-position: center 60px, top left;
    background-size: 140px auto, auto;
}

#customer #box3 {
    width: 1280px;
    margin: 0 auto;
}

#customer #box3 > div .left {
    top: -24px;
}

#customer #box3 > div .right {
    width: 480px;
    height: 130px;
    box-shadow: 8px 8px 0px rgba(98,149,204,0.4);
    margin: 5px 5px auto auto;
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}







}




/*------------------------------------------------------------------------------------------------------------------------------------------

* point

------------------------------------------------------------------------------------------------------------------------------------------*/

/* screen width 768px未満
---------------------------------------------------------------------*/

#point {
	margin-top:25px;
}

#other #point {
    padding-bottom: 30px;
}

#point h3 {
	font-size:1.6rem;
	font-weight:bold;
	text-align: center;
	margin-bottom:25px;
}

#point h3:before {
	content: "";
    display: block;
    margin: 0 auto 3px;
    width: 160px;
    height: 30px;
    background: url(../img/divorce/h3-01.svg) no-repeat top center;
    background-size: 160px auto;
}

#point h3:after {
	content: "";
    display: block;
    margin: 12px auto 0;
    width: 160px;
    height: 2px;
    background: #000066;
}

#point h3 span {
	display: block;
    font-size: 1rem;
    text-align: center;
    color: #949da5;
    font-weight: normal;
    line-height: 1;
}

#point > ul {
	padding:0 34px;
	box-sizing: border-box;
}

#point > ul > li {
	
}

#point > ul > li + li {
	margin-top:20px;
}

#point > ul > li > div {
	
}

#point > ul > li > div h4 {
    font-size: 1.5rem;
    font-weight: bold;
    position: relative;
    text-align: center;
    padding-bottom: 4px;
	margin-bottom:8px;
}

#point > ul > li > div h4 span {
    width: 60px;
    height: 2px;
    background: #808080;
    display: block;
    position: relative;
    margin: 6px auto 0;
}

#point > ul > li > div h4 span:after{
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 2px #000066;
    bottom: 0px;
    width: 50%;
}

#point > ul > li > div p {
	
}

#point > ul > li > span {
	display:block;
	margin-top:15px;
}

#point > ul > li > span img {
}









/* 横向き用
---------------------------------------------------------------------*/

@media (orientation: landscape) {
}




/* TAB用768px～（TAB）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 768px) {

#point {
    margin-top: 50px;
    padding: 0 40px;
}

#other #point {
    margin-top: 60px;
	padding: 0 40px 60px;
}

#point h3 {
    font-size: 2.6rem;
    margin-bottom: 50px;
}

#point h3:before {
    content: "";
    display: block;
    margin: 0 auto 2px;
    width: 260px;
    height: 50px;
    background: url(../img/divorce/h3-01.svg) no-repeat top center;
    background-size: 260px auto;
}

#point h3 span {
    font-size: 1.4rem;
}

#point h3:after {
	margin: 22px auto 0;
    width: 260px;
    height: 2px;
}

#point > ul > li > div h4 {
    font-size: 2.2rem;
    padding-bottom: 8px;
    margin-bottom: 12px;
}

#point > ul > li > div h4 span {
    width: 90px;
    height: 4px;
    margin: 10px auto 0;
}

#point > ul > li > div h4 span:after {
    border-bottom: solid 4px #000066;
}

#point > ul > li > span {
    margin-top: 20px;
}

#point > ul > li + li {
    margin-top: 30px;
}






}



/* iPad pro・ノートPC用1024px～（NPC）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 1024px) {

#point {
    margin-top: 100px;
    padding: 0 40px;
}

#other #point {
    margin-top: 105px;
	padding: 0 40px 70px;
}

#point h3 {
    font-size: 3.2rem;
    margin-bottom: 60px;
}

#point h3:before {
    content: "";
    display: block;
    margin: 0 auto;
    width: 322px;
    height: 62px;
    background: url(../img/divorce/h3-01.svg) no-repeat top center;
    background-size: 322px auto;
}

#point h3:after {
    margin: 26px auto 0;
    width: 322px;
    height: 4px;
}

#point h3 span {
    font-size: 1.6rem;
}

#point > ul {
    padding: 0;
}

#point > ul > li {
    display: flex;
    justify-content: space-between;
   align-items: center;
}

#point > ul > li + li {
    margin-top: 0;
}

#point > ul > li > div {
    width: 43%;
	margin-top: -10px;
}

#point > ul > li:nth-child(even) > div {
	order:2;
}

#point > ul > li > div h4 {
    font-size: 2.8rem;
    padding-bottom: 8px;
    margin-bottom: 8px;
    text-align: left;
}

#point > ul > li > div h4 span {
    width: 120px;
    height: 5px;
    margin: 10px 0 0 0;
}

#point > ul > li > div h4 span:after {
    border-bottom: solid 5px #000066;
}

#point > ul > li > span {
    margin-top: 0;
    width: 50%;
}

#point > ul > li:nth-child(even) > span {
	order:1;
}









}



/* PC用1280px～（PC）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 1280px) {

#point {
	width:1280px;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;	
    padding: 0 40px;
}

#point.other {
    margin-top: 270px;
	padding: 0 40px 80px;
}

}





/*------------------------------------------------------------------------------------------------------------------------------------------

* expenses

------------------------------------------------------------------------------------------------------------------------------------------*/

/* screen width 768px未満
---------------------------------------------------------------------*/

#expenses {
	margin-top:25px;
	padding:0 20px 25px;
	box-sizing: border-box;
}

#expenses h3 {
	font-size:1.6rem;
	font-weight:bold;
	text-align: center;
	margin-bottom:25px;
}

#expenses h3:before {
	content: "";
    display: block;
    margin: 0 auto 3px;
    width: 160px;
    height: 30px;
    background: url(../img/divorce/h3-02.svg) no-repeat top center;
    background-size: 160px auto;
}

#expenses h3:after {
	content: "";
    display: block;
    margin: 12px auto 0;
    width: 160px;
    height: 2px;
    background: #000066;
}

#expenses h3 span {
	display: block;
    font-size: 1rem;
    text-align: center;
    color: #949da5;
    font-weight: normal;
    line-height: 1;
}

#expenses > p {
	font-size:1.4rem;
	line-height: 1.4;
}

#expenses > h4 {
	font-size: 1.4rem;
    font-weight: bold;
    border-bottom: #000066 solid 1px;
    padding-bottom: 3px;
    margin-top: 15px;
    margin-bottom: 12px;
}

#expenses > h4:before{
	content: "■";
    font-size: 1.5rem;
    color: #000066;
}


#expenses table {
	border-top:#ccc solid 1px;
	border-left:#ccc solid 1px;
}

#expenses table th,
#expenses table td {
	border-bottom:#ccc solid 1px;
	border-right:#ccc solid 1px;
	font-size:1.3rem;
	color:#333;
}

#expenses table th {
	background:#f2f5f8;
	padding:10px 15px;
	box-sizing: border-box;
}

#expenses table td {
	padding:10px 0;
	box-sizing: border-box;
	text-align: center;
}


#expenses > ul {
	margin-top:10px;
}

#expenses > ul > li {
	text-indent: -1.8em;
    margin-left: 2em;
    font-size: 1.2rem;
}



















/* 横向き用
---------------------------------------------------------------------*/

@media (orientation: landscape) {
}




/* TAB用768px～（TAB）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 768px) {

#expenses {
    margin-top: 50px;
    padding: 0 40px 50px;
}

#expenses h3 {
    font-size: 2.6rem;
    margin-bottom: 50px;
}

#expenses h3:before {
    content: "";
    display: block;
    margin: 0 auto 2px;
    width: 260px;
    height: 50px;
    background: url(../img/divorce/h3-02.svg) no-repeat top center;
    background-size: 260px auto;
}

#expenses h3 span {
    font-size: 1.4rem;
}

#expenses h3:after {
	margin: 22px auto 0;
    width: 260px;
    height: 2px;
}

#expenses > p {
    font-size: 1.5rem;
	text-align: center;
}

#expenses > h4 {
    font-size: 1.6rem;
    padding-bottom: 7px;
    margin-top: 50px;
    margin-bottom: 15px;
}

#expenses > h4:before {
    content: "■";
    font-size: 1.7rem;
    color: #000066;
}

#expenses table th,
#expenses table td {
    font-size: 1.6rem;
}

#expenses > ul {
    margin-top: 20px;
}

#expenses > ul > li {
    font-size: 1.4rem;
}




}



/* iPad pro・ノートPC用1024px～（NPC）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 1024px) {

#expenses {
    margin-top: 60px;
    padding: 0 40px 70px;
}

#expenses h3 {
    font-size: 3.2rem;
    margin-bottom: 60px;
}

#expenses h3:before {
    content: "";
    display: block;
    margin: 0 auto;
    width: 322px;
    height: 62px;
    background: url(../img/divorce/h3-02.svg) no-repeat top center;
    background-size: 322px auto;
}

#expenses h3:after {
    margin: 26px auto 0;
    width: 322px;
    height: 3px;
}

#expenses h3 span {
    font-size: 1.6rem;
}

#expenses > p {
    font-size: 1.6rem;
}

#expenses > h4 {
	width:820px;
    font-size: 1.6rem;
    padding-bottom: 8px;
    margin-top: 60px;
    margin-bottom: 18px;
	margin-left:auto;
	margin-right:auto;
}

#expenses > h4:before {
    content: "■";
    font-size: 1.7rem;
    color: #000066;
}

#expenses table {
	width:820px;
	margin-left:auto;
	margin-right:auto;
}

#expenses table th,
#expenses table td {
	
}

#expenses > ul {
	width:820px;
	margin-left:auto;
	margin-right:auto;
    margin-top: 15px;
}

#expenses > ul > li {
	margin-top:7px;
    font-size: 1.6rem;
	line-height: 1.6;
}


}



/* PC用1280px～（PC）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 1280px) {
		
}






/*------------------------------------------------------------------------------------------------------------------------------------------

* column

------------------------------------------------------------------------------------------------------------------------------------------*/

/* screen width 768px未満
---------------------------------------------------------------------*/

#column{
	width:100%;
	padding:25px 20px;
	background:#f7fafc;
	box-sizing: border-box;
}

#column h3 {
	font-size:1.6rem;
	font-weight:bold;
	text-align: center;
}

#column ul li,
#column h3 ~ p{
	margin-top:2rem;
}

#column h3 ~ p{
	text-align:center;
}

#column ul{
	padding:0 1.8rem;
}

#column ul li div:first-of-type{
	overflow:hidden;
    width: 100%;
    display: block;
    position: relative;
    padding-bottom: 75%;
	border-radius:1rem;
}

#column ul li div:first-of-type img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

#column ul li div + div{
	margin-top:10px;
}

#column ul li h4{
	font-size: 1.5rem;
    margin-top: 1px;
}

#column ul li p{
	color:#666666;
}

#column ul li p.new:before{
	content:"new";
	display:inline-block;
	background:#6295cc;
	color:#FFFFFF;
	padding:0 0.8rem;
	margin-right:1.2rem;
}

#column ul li p span{
	display:inline-block;
	margin-left:1.6rem;
}




/* 横向き用
---------------------------------------------------------------------*/

@media (orientation: landscape) {
}




/* TAB用768px～（TAB）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 768px) {
	
	#column{
		padding:50px 40px;
	}

	#column ul li,
	#column h3 ~ p{
		margin-top:4rem;
	}

	#column h3 {
	    font-size: 2.6rem;
	}
	
	#column ul{
		display: flex;
    	justify-content: flex-start;
		padding:0;
	}

	#column ul li {
		width: calc((100% - 40px) / 3);
	}

	#column ul li + li {
		margin-left:20px;
	}

	#column ul li div:first-of-type{
		border-radius:1rem;
	}

	#column ul li div + div{
	}

	#column ul li h4 {
		margin-top: .5rem;
		font-size: 1.6rem;
	}

	#column ul li p.new:before{
		padding:0 .8rem;
		margin-right:1.2rem;
	}

	#column ul li p span{
		margin-left:1.6rem;
	}
}




/* iPad pro・ノートPC用1024px～（NPC）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 1024px) {
	
	#column{
		padding:60px 2rem 70px;
	}

	#column h3 {
    	font-size: 3.2rem;
	}

	#column h3 ~ p{
		margin-top:50px;
	}
	
	#column ul{
		display:flex;
		flex-wrap:wrap;
		justify-content:flex-start;
		padding:0;
	}
	
	#column ul li{
		width:calc(50% - 20px);
		margin-top:40px;
	}
	
	#column ul li:last-of-type{
		display:none;
	}

	#column ul li div:first-of-type{
		border-radius:12px;
	}

	#column ul li h4,
	#column ul li div + div{
		margin-top:10px;
	}

	#column ul li p.new:before{
		padding:0 10px;
		margin-right:14px;
	}

	#column ul li p span{
		margin-left:1.6rem;
	}
	
	#column ul a:hover h4{
		text-decoration:underline;
	}
	
}




/* PC用1280px～（PC）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 1280px){
	
	#column{
		padding:60px 0 70px;
		margin:0 auto;
		width:100%;
	}

	#column ul {
		width:1060px;
		margin:0 auto;
	}
	
	#column ul li{
		width:340px;
	}
	
	#column ul li:last-of-type{
		display:block;
	}
	
}
