@charset "utf-8";

body {
	font-size:14px;
}

main{
    max-width: 1000px;
    margin: 0 auto;
}

main img{
    width: 100%;
    height: auto;
	display:block;
}

section.notes{
    margin-top: 1em;
    padding: 0 1em;
}

section.notes p{
    font-weight: bold;
    font-size: 16px;
}

section.notes ul{
    margin-top: 1em;
}

section.notes li{
    padding-left: 1em;
    text-indent: -1em;
}

section.notes li + li{
    margin-top: 0.6em;
}

.btn_f_commu{
    padding: 20px 1em;
}

.btn_f_commu a{
    display: block;
    background: #EF8D00;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    border-radius: 100px;
    line-height: 1;
    padding: 15px;
    font-size: 18px;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

/*#contents*/
section{
    background: #f5aa00;
}

@media screen and (min-width:1040px) { 

	body {
		font-size:16px;
	}

    main{
        padding: 2vw 0;
    }   
    
    section.notes p{
        font-size: 20px;
    }
	
    .btn_f_commu{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    
    .btn_f_commu a{
        padding: 24px;
        transition: 0.7s;
        font-size: 20px;
    }
    
    .btn_f_commu a:hover{
        opacity: 0.7;
    }

}

/*.links_btn*/
.links_btn{
    background:#fce4ad;
    padding:40px;
    margin: 0;
}

.links_btn ul{
    margin: 0;
    padding: 0;
}

.links_btn ul li{
    text-align: center;
}

.links_btn ul li + li{
    margin-top: 40px;
}

.links_btn ul li img{
    width: 100%;
    height: auto;
    margin-bottom: 1em;
}

.links_btn p{
    border-radius: 3em;
    font-weight: bold !important;
    font-size:2em !important;
    position: relative;
    padding: 1em !important;
    margin: 0 auto 20px !important;
    background: #FFF;
}

.links_btn p:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #FFF;
}

.links_btn a.btn{
    box-shadow: 0 3px 5px 0 rgba(0,0,0,0.25);
    border-radius: 100px;
    border:2px solid #fff;
    color: #333;
    display:flex;
    padding: 1em;
    justify-content: center;
    font-size: 2em;
	font-weight: bold;
    text-align: center;
    text-decoration: none;
    transition: all ease 0.3s;
    width: 100%;
    box-sizing: border-box;
	line-height: 1;
}

.links_btn a.btn + a.btn{
    margin: 1em 0 0;
}

.links_btn a.btn::after{
    background: url("../img/arrow.svg") no-repeat center;
    background-size: 100% auto;
    content: "";
    display: inline-block;
    height: 1em;
    width: 1em;
    margin-left: 0.5em;
}

.links_btn a.btn{
    background: #e50012;
    color: #fff;
}

.links_btn a.btn:hover{
    opacity: 0.6;
    box-shadow: 0 0 0 0 rgba(0,0,0,0.25);

}

.taisyou{
    
    padding: 20px;
}

.taisyou *{
    box-sizing: border-box;
}

.taisyou > div{
    background: #fff;
    border-radius: 10px;
    width: 100%;
    max-width: 860px;
    padding: 3vw;
    margin: 0 auto;
    
}

.taisyou h3{
    font-size: 1.4em;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
}

.taisyou ul{
    margin-top: 10px;
    font-size: 1.2em;
}

.taisyou li{
    margin-bottom: 5px;
    padding-left: 1em;
    text-indent: -1em;
}