body{
font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
line-height: 1.6;
overflow-x: hidden; 
word-wrap: break-word;
}
a.btn_link{
text-decoration: none;
}
h1{
font-size: 250%;
font-weight: bold;
color: #ffffff;
text-align: center;
}
h1 span{
font-size: 50%;
text-align: left;
}
.heading00{
position: relative;
padding: 50px 0 0;
text-align: center;
}
.heading00::before {
content: attr(data-en);
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
color: rgba(176,236,251,0.20);
font-size: 80px;
font-style: italic;
}
h2{
font-weight: bold;
font-size: 150%;
color: #007C9A;
text-align: center;
}
h2 span{
background-image: linear-gradient(120deg, #CEE0E3 0%, #78AFE0 100%);
background-repeat: no-repeat;
background-size: 100% 0.4em;
background-position: 0px 90%;
font-size: 130%;
}
h2 span:hover{
transition: background-size 0.25s ease-in;
background-size: 100% 90%;
}
h3{
font-size: 200%;
font-weight: bold;
color: #007C9A;
text-align: center;
}
h3 span{
font-size: 65%;
text-align: left;
}
.heading01{
position: relative;
padding: 50px 0 0;
text-align: center;
}
.heading01::before {
content: attr(data-en);
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
color: rgba(0,124,154,0.10);
font-size: 60px;
font-style: italic;
}

h4 {
position: relative;
padding: 10px 0 10px 30px;
word-break: break-all;
border: 3px solid #007C9A;
background: #ffffff;
font-size: 120%;
font-weight: bold;
color:  #007C9A;
border-left: 6px solid #007C9A;
}
h4 span {
font-size: 120%;
position: absolute;
top: -5px;
left: -64px;
display: block;
padding: 10px 15px 10px 20px;
color: #fff;
background: #027793;
}
h5,.h5_sp{
font-weight: bold;
font-size: 130%;
color: #007C9A;
text-align: center;	
line-height: 1;
padding-top: 10px;
}
h5 span{
font-size: 70%;	
}
h6{
color: #fffff;
border-bottom: 1px solid #Ffffff;
}
header{
padding-bottom: 100px;
position:relative;
background: linear-gradient(129deg, #E85557, #FA8D94, #3d9cc2, #3dc8c2);
background-size: 800% 800%;
-webkit-animation: gra_co 12s ease infinite;
-moz-animation: gra_co 12s ease infinite;
animation: gra_co 12s ease infinite;
}
@-webkit-keyframes gra_co {
0%{background-position:0% 13%}
50%{background-position:100% 88%}
100%{background-position:0% 13%}
}
@-moz-keyframes gra_co {
0%{background-position:0% 13%}
50%{background-position:100% 88%}
100%{background-position:0% 13%}
}
@keyframes gra_co {
0%{background-position:0% 13%}
50%{background-position:100% 88%}
100%{background-position:0% 13%}
}
.header_momshin{
background: linear-gradient(129deg, #5655E8, #A58DFA, #3D48C2, #7A3DC8);
padding-bottom: 100px;
position:relative;
background-size: 800% 800%;
-webkit-animation: gra_co 12s ease infinite;
-moz-animation: gra_co 12s ease infinite;
animation: gra_co 12s ease infinite;
}
.kadomaru_left{
background: #FFFFff;
border-top-left-radius:400px 100px;
position: absolute;
bottom: 0;
height: 100px;
width: 100%;
box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.3)inset;
}
/*container*/
.intro_container{
width: 80%;
margin: 20px auto;
}
.price_container{
background-image: linear-gradient(45deg, rgba(0,124,154,0.3) 0%, rgba(62,175,205,0.3) 100%);
padding: 30px 0;
margin: 30px 0;
}
.plan_container{
padding: 50px 0;
}
.faq_container{
background-image: linear-gradient(45deg, rgba(0,124,154,0.1) 0%, rgba(62,175,205,0.1) 100%);
padding: 30px 0;
}
.last_container{
padding: 50px 0;
color: #007C9A;
}
.top_title p{
text-align: center;
color: #ffffff;
font-size: 110%;
}
.top_img{
width: 80%;
margin: 10px auto;
}
.top_img img{
width: 90%;
}
/*料金*/
.price{
width: 70%;
margin: 30px auto;
}
.price table{
width: 100%;
border-collapse: collapse;
margin: 20px auto;
}
.price table th {
background: #ffffff;
width: 25%;
padding: 20px 30px;
text-align: center;
color: #007C9A;
font-weight: bold;
}
.sys_table table th{
width: 35%;
}
.price table td {
background: #ffffff;
text-align: left;
padding: 20px 30px;
}
.price_innner p{
padding: 10px 0 10px 10px;
font-size: 110%;
color: #007C9A;
font-weight: bold;
margin: 10px auto;
}
/*システムについて*/
.system_contaier{
padding: 30px 0;
}
.sys_box{
transition: .5s;
margin: 20px auto;	
background: #EFF6FB;
box-shadow:7px 7px 15px #E0E1E3,-8px -8px 12px #fff;
width: 90%;
border-radius: 5px;
}
.sys_box:hover {
box-shadow: 0 15px 30px -5px rgba(0,0,0,.15), 0 0 5px rgba(0,0,0,.1);
transform: translateY(-8px);
filter:grayscale(20%);
border-radius: 0;
background: #9CCFF9;
}
.sys_box img{
width: 100%;
border-radius: 5px 5px 0 0;
}
.sys_img{
width: 90%;
margin: 10px auto;
}
.sys_img img{
width: 100%;
}
.sys_img02{
width: 100%;
margin: 0 auto 10px;
}
.sys_img02 img{
width: 100%;
}
.sys_cent{
width: 90%;
margin: 15px auto;
color: #007C9A;
}
.sys_cent li{
list-style: none;
font-size: 90%;
color: #007C9A;
font-weight: bold;
}
li i{
padding-right: 5px;
font-weight: 200;
font-size: 75%;
}
.sys_copy{
width: 90%;
margin: 5px auto 15px;
text-align: center;
color: #000000;
font-size: 90%;
line-height: 1;
}
/*おすすめ*/
.recommend{
width: 80%;
margin: 20px auto;
}
/*質問*/
.acco-container section{
width: 80%;
margin: 20px auto;
}
/*アコーディオン*/
.acco-container {
position: relative;
width: 100%;
outline: 0;
cursor: pointer
}
/* CSS for CodePen */
.acco-container {
width: 100%;
margin: 1.875em auto;
}
.acco-container .acco-title {
display: block;
position: relative;
margin: 0;
padding: 0.8em 0.8em 0.8em 2em;
font-size: 110%;
font-weight: normal;
background: #ffffff;
cursor: pointer;
}
.acco-container .acco-title:hover,
.acco-container .acco-title:active,
.acco-container .content-entry.open .acco-title {
 background-color: #FCC3D3;
 color: #007C9A;
}
.acco-container .acco-title:hover i:before,
.acco-container .acco-title:hover i:active,
.acco-container .content-entry.open i {color: white;
}
.acco-title:before{
content: "Q.";
font-weight: bold;
margin-right: 8px;
font-size: 130%;
color: palevioletred;
}
.acco-title:after {
content: "";
position: absolute;
right: 25px;
top: 38%;
transition: all 0.2s ease-in-out;
display: block;
width: 8px;
height: 8px;
border-top: solid 2px #007C9A;
border-right: solid 2px #007C9A;
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
}
.acco-title.open:after {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
top: 45%;
}
.acco-content {
display: none;
padding: 2em 2.3125em;
margin: 0 10px ;
box-shadow: 2px 2px 4px gray;
border: 0.5px solid solid #EFEFEF;
border-top: none;
background: #FDEDF2;
}
.acco-content p:before{
content: "A.";
font-weight: bold;
margin-right: 8px;
font-size: 130%;
color: crimson;
}
.icon_img{
width:15%;
margin: 20px auto;
}
.icon_img img{
width: 100%;
}
/*お問い合わせ*/
.contact{
padding: 60px 0;		
}
.contact_box{
width: 80%;
border-radius: 30px;
background-image: linear-gradient(45deg, rgba(0,124,154,0.2) 0%,rgba(62,175,205,0.2) 100%);
margin: 20px auto;
}
/*最後に*/
.last_img{
width: 30%;
margin: 20px auto;
}
.last_img img{
width: 100%;
}
footer{
padding-top: 100px;
position:relative;
background: linear-gradient(129deg, #E85557, #FA8D94, #3d9cc2, #3dc8c2);
background-size: 600% 600%;
-webkit-animation: gra_co 12s ease infinite;
-moz-animation: gra_co 12s ease infinite;
animation: gra_co 12s ease infinite;
}
@-webkit-keyframes gra_co {
0%{background-position:24% 0%}
50%{background-position:77% 100%}
100%{background-position:24% 0%}
}
@-moz-keyframes gra_co {
0%{background-position:24% 0%}
50%{background-position:77% 100%}
100%{background-position:24% 0%}
}
@keyframes gra_co {
0%{background-position:24% 0%}
50%{background-position:77% 100%}
100%{background-position:24% 0%}
}
.kadomaru_right{
background: #FFFFff;
border-bottom-right-radius:400px 100px;
position: absolute;
top: 0;
height: 100px;
width: 100%;
box-shadow:inset -5px -5px 5px rgba(0,0,0,.2);}
.flex_footer{
display: flex;
width: 100%;
margin: 0 auto;
align-items: flex-start;
justify-content: space-around;
padding: 50px 0 100px;
}
.footer_column{
display: flex;
justify-content: center;
flex-direction: column;
color: #ffffff;
padding: 20px 10px;
}
.fo_oliver_logo{
width: 20%;
margin: 0 auto;
}
.fo_oliver_logo img{
width: 100%;
}
.foot_title a{
text-decoration: none;
color: #ffffff;
transition:all .3s ease-in-out;
}
.foot_title a:hover{
text-shadow:
0 0 10px rgba(255,255,255, 1),
0 0 50px rgba(255, 255, 255, .8),
0 0 75px rgba(255, 255, 255, .6),
0 0 76px rgba(255, 255, 255, .4),
0 0 77px rgba(255, 255, 255, .5),
0 0 78px rgba(255, 255, 255, .4),
0 0 79px rgba(255, 255, 255, .3),
0 0 80px rgba(255, 255, 255, .2),
0 0 85px rgba(255, 255, 255, .1);
}
ul.foot_link{
text-align: left;
padding: 10px 0 10px 5px;
}
.foot_link li a{
text-decoration: none;
color: #ffffff;
font-weight: 400;
font-size: 85%;
}
.footer_info{
border-top:2px solid #FFFFFF;
position: relative;
color: #Ffffff;
}
.fo_logo_img{
position: absolute;
width: 20%;
right: 10px;
top: -50px;
}
.fo_logo_img img{
width: 100%;
}
.fo_com_info{padding: 50px 10px 30px ;
}
.fo_com_info p{
text-align: right;
font-size: 80%;
font-weight: 300;
}
/*トップページ*/
#page-top{
position: fixed;
background: rgba(114,199,202,0.60);
min-width: 50px;
min-height: 50px;
line-height: 50px;
text-align: center;
color: #fff;
border-radius: 50%;
bottom: 2%;
right: 2%;
}
@media screen and (max-width: 960px) {
h1{font-size: 200%;}
h1 span{font-size: 45%;}	
.top_title p{font-size: 100%;}	
}
@media screen and (max-width: 769px) {
.kadomaru_left{border-top-left-radius:200px 100px;height: 60px;box-shadow: 5px 5px 4px 0px rgba(0, 0, 0, 0.3)inset;}
.price table th {width: 30%;}
/*システムについて*/
.plan_container{padding: 50px 0 20px;}
.sys_copy{width: 95%;margin: 5px auto 15px;font-size: 80%;}
.sys_box{
margin: 0 auto;	
box-shadow:5px 5px 10px #E0E1E3,-4px -4px 10px #fff;
border:1px solid #e9eaf1;
width: 95%;
}
.sys_img{
width: 90%;
margin: 8px auto;
}
.sys_img img{
width: 100%;
}
/*common*/
.sys_cent{
width: 85%;
margin: 8px auto;
}
.sys_cent li{
font-size: 80%;
line-height: 1.2;
}
li i{
padding-right: 5px;
font-weight: 200;
font-size: 70%;
}
/*おすすめ*/
.recommend{
width: 90%;
margin: 20px auto;
}
.recommend p{
font-size: 90%;
padding-bottom: 20px;
}
/*お問い合わせ*/
.contact{
padding: 50px 0;		
}
.contact_box{
width: 95%;
border-radius: 30px;
background-image: linear-gradient(45deg, rgba(0,124,154,0.2) 0%,rgba(62,175,205,0.2) 100%);
margin: 20px auto;
}
/*footer*/
.flex_footer{
display: flex;
width: 100%;
margin: 0 auto;
align-items: flex-start;
padding: 20px 0 70px;
flex-direction: row;
flex-wrap: wrap;
}
.kadomaru_right{
border-bottom-right-radius:200px 100px;
height: 60px;
}
.footer_column section{
width: 47%;
}
ul.foot_link{
text-align: left;
padding: 10px 0 10px 5px;
}
.foot_link li a{
text-decoration: none;
color: #ffffff;
font-weight: 400;
font-size: 85%;
}
.footer_info{
border-top:2px solid #FFFFFF;
position: relative;
color: #Ffffff;
}
.fo_logo_img{
position: absolute;
width: 35%;
right: 10px;
top: -30px;
}
.fo_logo_img img{width: 100%;}
.fo_com_info{padding: 40px 10px 30px;}
.fo_com_info p{font-size: 75%;}
}
@media screen and (max-width: 479px) {
h1{font-size: 180%;line-height: 1.2;}
h1 span{font-size: 60%;}		
.top_title p{font-size: 85%;width: 80%;margin: 5px auto 10px;}	
.heading00{padding: 35px 0 0;}
.heading00::before {font-size: 60px;}	
h2{font-size: 130%;}
h2 span{line-height: 1;}	
h3{font-size: 170%;}
h3 span{font-size: 60%;}
.heading01{padding: 35px 0 0;}
.heading01::before {font-size: 55px;overflow: hidden;}
.dataensp{
	padding:20px 0 0;}
.dataensp::before {font-size: 40px;}
h4 {padding: 8px 0 8px 13px;font-size: 100%;}
h4 span{font-size: 80%;top: -5px;left: -31px;padding: 10px 5px 12px 6px;}
h5{
font-size: 100%;
padding-top: 0;
}
h5 span{
font-size: 85%;	
}
.h5_sp{
font-size: 60%;
padding-top: 5px;
}
.system_contaier{
padding: 20px 0;
}
p.sys_copy{width: 95%;margin: 5px auto 10px;font-size: 50%;}
.top_title p{font-size: 60%;width: 80%;margin: 5px auto 10px;}	
/*container*/
.intro_container{
width: 90%;
margin: 0 auto 20px;
}
.plan_box{
padding: 20px 0;
}
/*Price*/
.price{
width: 90%;
margin: 30px auto;
}
.price table{
width: 100%;
border-collapse: collapse;
margin: 20px auto;
}
.price table th,.price table td{
width: auto;
display: block;
border-top: none;
}
.price table th{
padding: 10px 0 0 10px;
text-align: left;
}
.price table td{
padding: 0 0 10px 15px;
font-size: 100%;
font-weight: bold;
}
.price_innner p{
padding: 10px 0 10px 10px;
font-size: 90%;
color: #007C9A;
font-weight: bold;
margin: 10px auto;
}
.price tr:first-child {
border-top: 3px solid #007C9A;
}
/*システム*/
.sys_cent li{
font-size: 40%;
line-height: 1.4;
}
.sys_box:hover {
transform:none;
filter:none;
background: #EFF6FB;
box-shadow:7px 7px 15px #E0E1E3,-8px -8px 12px #fff;
}
.icon_img{
width:35%;
margin: 0 auto;
padding: 10px 0 20px;
}
/*質問*/
.acco-container section{
width: 95%;
}
/*アコーディオン*/
.acco-container .acco-title {
padding: 10px 0 10px 8px;
font-size: 100%;
font-weight: bold;
}
.acco-container {
width: 100%;
margin: 10px auto 0;
}
.acco-title:before{
font-size: 100%;
}
.acco-title:after {
right: 5px;
top: 60%;
}
.acco-title.open:after {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
top: 65%;
}
.acco-content {
padding: 10px 8px 20px;
margin: 0 5px;
box-shadow: 2px 2px 4px lightgray;
}
.acco-content p{
font-size: 85%;
}
.acco-content p:before{
font-size: 100%;
font-size: 150%;
}

/*問い合わせ*/
.contact{
padding: 20px 0 0;		
}
.contact_box{
width: 95%;
margin: 0 auto;
}
/*最後に*/
.last_img{
width: 45%;
margin: 20px auto;
}
.last_img img{
width: 100%;
}

}



