@charset "utf-8";
/* CSS Document */
body {
    font-size: 16px;
    line-height: 1.6;
    margin: 0 auto;
    padding: 0;
    max-width: 640px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

hr {
	margin: 20px 0 20px;
}

header{
	margin: 0 0 10px 0;
}

.comic{
	padding: 0 10px;
}
#buruburu{
	position: relative;
}
#buruburu .buruburu{
	position: absolute;
	width: 60%;
	right: 0;
	bottom: 31px;
	left: 0;
	margin: 0 auto;
	animation: hurueru 0.9s  infinite;
}
@keyframes hurueru {
    0% {transform: translate(0px, 0px) rotateZ(0deg)}
    25% {transform: translate(8px, 3px) rotateZ(1deg)}
    50% {transform: translate(0px, 3px) rotateZ(0deg)}
    75% {transform: translate(5px, 0px) rotateZ(-1deg)}
    100% {transform: translate(0px, 0px) rotateZ(0deg)}
}
.comic img {
	margin: 0 0 30px 0;
}

.app{
	margin: -40px 0 0 0;
}

.animate12 {
    animation-duration: 1.5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    transform-origin: middle center;
    animation-name: animate12;
    transform: rotate(
0deg);
    -webkit-animation-duration: 1.5s;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: middle center;
    -webkit-animation-name: animate12;
    -webkit-transform: rotate(
0deg);
}

@keyframes animate12 {
0% {transform:scale(0.92);}
40% {transform:scale(0.97);}
60% {transform:scale(0.86);}
80% {transform:scale(1.05);}
100% {transform:scale(0.92);}
}

.wom{
	padding: 40px 20px 20px;
	background-color: #fffeed;
}

.box1{
	margin: 20px 0 0 0;
	padding: 20px;
	border: solid 1px #cdb66b;
	background-color: #fff;
	border-radius: 10px;
}

.box1 .pf{
	display: flex;
	align-items: center;
}

.box1 .pf p{
	text-align: left;
	font-weight: bold;
	font-size: 24px;
}

.red{
	color: #f80005;
}

.box1 img {
	margin: 0 20px 0 0;
}

.box1 p{
	text-align: left;
	font-size: 18px;
}

.alone{
	padding: 20px;
}

.alone .title{
	display: flex;
	align-items: center;
	font-weight: bold;
	font-size: 30px;
	margin: 0 0 20px 0;
}

.alone img{
	margin: 0 20px 0 0;
}

.alone p{
	padding: 20px 0 0 0;
	font-size: 24px;
}

.under{
	background: linear-gradient(transparent 90%, red 70%);
}

.apparea{
	background-color: #fffeed;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 30px 50px 30px;
}

.summary{
	padding: 20px 10px 20px;
}

.summary .title2{
	text-align: center;
}

.summary ul{
	padding: 10px 20px;
	background-color: #fffeed;
}

.summary ul li{
	display: flex;
	align-items: center;
	line-height: 1.2;
	padding: 20px 0;
	font-size: 24px;
	font-weight: bold;
	border-bottom: dashed 2px #cdcdcd;
}

.summary img {
	margin: 0 20px 0 0;
}
.summary p{
	padding: 10px 20px;
	font-size: 18px;
}

.under2{
	background: linear-gradient(transparent 60%, yellow 10%);
}

.office{
	background-image: url("../images/lp_011.png");
	background-repeat: no-repeat;
	background-size: 100%;
	padding: 20px;
}

.office ul{
	background-color:rgba(255,255,255,0.8);
	padding: 20px 40px;
	border-radius: 10px;
}

.office ul li{
	display: flex;
	align-items: center;
	font-size: 24px;
	color: #312a22;
	font-weight: bold;
}

.office img {
	margin: 0 10px 0 0;
}

.amane{
	background-color: #08c9d0;
	padding: 20px;
}

.amane_white{
	background-color: #fff;
	padding: 20px;
}

.box2 .midashi{
	display: flex;
	justify-content: center;
	padding: 10px;
	background-color: #f78e39;

}

.midashi .m_cont{
	display: flex;
	align-items: center;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}

.midashi .m_cont img {
	margin: 0 20px 0 0;
}

.box2{
	margin: 0 0 20px 0;
}

.box2 .main{
	text-align: center;
	font-size: 24px;
	padding: 10px;
	border-radius: 0 0 10px 10px;
	border-right: solid 1px #ededed;
	border-left: solid 1px #ededed;
	border-bottom: solid 1px #ededed;
}

.gazou{
	margin: 20px 0 0 0;
	text-align: center;
}

.apparea2{
	padding: 20px 10px ;
	text-align: center;
}


footer{
	color: #fff;
	background-color: #1f4d92;
	font-size: 16px;
	text-align: center;
	padding: 1em 0;
}
footer a{
	color: #fff;
	text-decoration:underline;

}
.officeContents {
    background-color: #cfe4ff;
}
.officeContents .inner {
    padding: 2em 1em;
}
.officeContents h2 {
    color: #1a2e50;
    font-size: 30px;
    text-align: center;
    line-height: 1.5;
    margin: 0 0 1em 0;
}
.officeContents .inner .textBox {
    background-color: #fff;
    font-size: 80%;
    max-width: 900px;
    margin: 0 auto 60px auto;
    padding: 3px;
    border-radius: 10px;
}
.officeContents .inner .textBox h3 {
    font-size: 16px;
    background-color: #e4f0ff;
    color: #000000;
    margin: 1.2em;
    padding: 10px 16px 10px 20px;
    border-radius: 5px;
    text-align: left;
    background-position: 50% 50%;
}
.officeContents .inner .textBox p {
    color: #000000;
    margin: 2em;
}


.columnlink{
}
.columnlink a{
	text-decoration: none;
}
.columnlink .midashi{
	margin: 0;
	font-size: 0;
}
.columnlink .inner{
	padding: 20px;
}
.columnlink .inner a .box{
	padding: 10px;
	display: flex;
	align-items: center;
	border-top: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-left: solid 1px #ccc;
}
.columnlink .inner .box img{
	width: 16%;
	margin: 0 10px 0 0;
}
.columnlink .inner .box .box_text{
	width: 80%;
}
.columnlink .inner .box p{
	margin: 0 0 10px 0;
	font-size: 18px;
	font-weight: bold;
	color: #111;
	line-height: 1.3;
	text-decoration: none;
}
.columnlink .inner .box p.sub{
	font-size: 14px;
	font-weight: normal;
	color: #555;
}



.guid{
}
.guid .midashi{
	padding: 20px 10px 10px 10px;
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	color: #fff;
	line-height: 1.4;
	background: #24a2c9;
}
.guid .midashi .guid-bubble{
	position: relative;
	width: 80%;
	margin: 0 auto 20px auto;
	padding: 10px 10px 8px 10px;
	font-weight: normal;
	font-size: 22px;
	color: #24a2c9;
	border-radius: 5px;
	background: #fff;
}
.guid .midashi .guid-bubble::after{
	content: "";
    position: absolute;
    bottom: -23px;
    left: 47%;
    border: 12px solid transparent;
    border-top: 12px solid #fff;
}
.guid .inner{
	padding: 30px 20px;
	background: #fffeed;
}
.guid .inner .box{
	margin: 0 0 20px 0; 
	padding: 30px;
	font-size: 24px;
	line-height: 1.7;
	border: solid 2px #24a2c9;
	border-radius: 10px;
	background: #fff;
}
.guid .inner .box p span{
	text-decoration: none;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 1px;
}


.qa{
}
.qa .inner{
	padding: 4vw 3vw;
	background: #fffeed;
}


/*----------
 column css
------------*/
.header{
	background-color: #1f4d92;
	font-size: 24px;
    text-align: center;
    padding: .5em 0;
}
.header a{
	color: #fff;
	text-decoration: none;
}
article table{
	margin: 20px 0 0 0;
	font-size: 18px;
}
article table tbody th {
    background: #F3F3F3
;
    border: solid 1px #ccc;
    padding: 16px 20px;
}
article table tbody td {
    background: #fff;
	border: solid 1px #ccc;
    padding: 16px 20px;
}
div.title {
    border-bottom: 1px solid #cecece;
    padding: 1.5em 1em .7em 1em;
    background-color: #F3F3F3;
    text-align: center;
}

div.title h1 {
    font-size: 36px;
    font-weight: bold;
    color: #333;
    line-height: 1.3;
    margin: auto;
	text-align: left;
}

div.title h1 span{
    font-size: 28px;
}

div.title p {
    font-size: 18px;
    text-align: right;
    padding-top: .7em;
    margin: auto;
}

article div.parts {
    background-repeat: repeat;
    background-size: 6% auto;
    padding: 20px 0;
    width: 640px;
    margin: auto;
}

article h2{
	margin: 40px 0 0 0;
	padding: 20px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background: #0ea9e9;
}
article h3 {
    padding-right: 12px;
    padding-bottom: 10px;
    line-height: 1.5;
    font-size: 18px;
    letter-spacing: 0;
    margin-top: 40px;
    border-bottom: 1px solid #ddd;
}
article img{
    display: block;
	width: 100%;
    padding: 0;
    margin: 0 auto 20px;
}

article div.parts a.button_link{
    font-size: 4vw;
    display: block;
    text-align: center;
    padding: 1em 0;
    text-decoration: none;
}

article div.parts a.button_link p{
    font-size: 4vw;
    text-decoration: underline;
    padding: 0;
    color: #005ce7;
}

article div.parts a.button_link p.button{
    background-color: #f8bf52;
    color: #333;
    font-weight: bold;
    box-shadow: .2em .2em 0 0 #9e6800;
    border-radius: .3em;
    font-size: 6vw;
    padding: .8em 0;
    margin: .4em auto .5em auto;
    width: 90%;
}
article div.parts p {
    padding: 2em 0;
    font-size: 18px;
    color: #333;
    line-height: 1.5;
}

article div.parts p.img_anno{
    font-size: 3.6vw;
    padding: 0;
    line-height: 1;
}

article div.parts a.link{
    color: #005ce7;
    text-align:right;
    font-size: 4.4vw;
    padding-top: .5em;
    display: block;
}

.back{
	margin: 0;
	padding: 2vw;
	background-color: #fffeea;
}

.red{
    color: #e50000;
}

.bold{
    font-weight: bold;
}
.bg_y{
    background-color: #fff43f;
}

.support_area {
    border: solid 1px #c4c4c4;
    margin: 3% 50px 0;
    padding: 20px;
}

.sa_midashi {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 1vw 0;
}

.sa_area {
    font-size: 18px;
    color: #333;
    line-height: 1.5;
}

.sa_area p {
	font-size: 3vw;
    color: #AAA;
    text-align: right;
    padding-top: .7em;
}

.komozi {
    font-size: 16px;
    color: #AAA;
    text-align: left;
    padding-top: .7em;
}